/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsManifestLineReader.h | 81 int ParseLine(char** chunks, int* lengths, int maxChunks) argument 90 int *lastlength = lengths;
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | stub_common.py | 197 lengths = {} variable 198 lengths['GLbyte'] = 1 199 lengths['GLubyte'] = 1 200 lengths['GLshort'] = 2 201 lengths['GLushort'] = 2 202 lengths['GLint'] = 4 203 lengths['GLuint'] = 4 204 lengths['GLfloat'] = 4 205 lengths['GLclampf'] = 4 206 lengths['GLdoubl [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/ |
H A D | m_norm_tmp.h | 38 * lengths - length of each incoming normal (may be NULL) (a display list 46 const GLfloat *lengths, 59 if (!lengths) { 98 GLfloat len = lengths[i]; 113 const GLfloat *lengths, 126 if (!lengths) { 163 GLfloat len = lengths[i]; 178 const GLfloat *lengths, 191 (void) lengths; 207 const GLfloat *lengths, 43 transform_normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 110 transform_normalize_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 175 transform_rescale_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 204 transform_rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 236 transform_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 266 transform_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 296 normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 342 rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/puff/ |
H A D | puff.c | 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly] 93 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */ 212 * a negative value if there is an error. If all of the lengths are zero, i.e. 219 * a simple integer ordering of codes of the same lengths. Hence below the 308 * Given the list of code lengths length[0..n-1] representing a canonical 319 * codes past the end of the incomplete lengths. 350 (h->count[length[symbol]])++; /* assumes lengths are within bounds */ 354 /* check for an over-subscribed or incomplete set of lengths */ 392 * - Literals, lengths, and the end-of-block code are combined into a single 396 * - There are 256 possible lengths ( 545 short lengths[FIXLCODES]; local 669 short lengths[MAXCODES]; /* descriptor code lengths */ local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiManifest.cpp | 361 int lengths[2]; local 362 if(2 != reader.ParseLine(values, lengths, 2)) 397 int lengths[6]; local 430 if(4 != reader.ParseLine(values, lengths, 4)) 455 if(3 != reader.ParseLine(values, lengths, 3)) 476 // we first confirm that the list lengths match. 496 if(2 != reader.ParseLine(values, lengths, 2)) 527 if(5 != reader.ParseLine(values, lengths, 5)) 579 if(2 != reader.ParseLine(values, lengths, 2)) 614 if(6 != reader.ParseLine(values, lengths, [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | iscsi.h | 24 * iSCSI segment lengths 57 /** Set additional header and data segment lengths */ 74 /** Segment lengths */ 75 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_common 110 /** Segment lengths */ 111 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_common_response 139 /** Segment lengths */ 140 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_login_request 205 /** Segment lengths */ 206 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_login_response 258 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_scsi_command 303 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_scsi_response 353 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_data_in 401 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_data_out 437 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_r2t 471 union iscsi_segment_lengths lengths; member in struct:iscsi_nop_in [all...] |
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsComponentManager.cpp | 1014 int lengths[1]; local 1015 if (2 != reader.ParseLine(values, lengths, 1)) 1103 int lengths[6]; local 1106 if (3 != reader.ParseLine(values, lengths, 3)) 1110 if (!nsDependentCString(values[0], lengths[0]).EqualsLiteral("Version")) 1130 int parts = reader.ParseLine(values, lengths, 3); 1136 new AutoRegEntry(nsDependentCString(values[0], lengths[0]), &a); 1157 if (5 != reader.ParseLine(values, lengths, 5)) 1176 nsFactoryEntry *entry = new (mem) nsFactoryEntry(aClass, values[4], lengths[4], loadertype); 1200 if (2 != reader.ParseLine(values, lengths, [all...] |