HomeSort by: relevance | last modified time | path
    Searched refs:lengths (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
primitiveStream.cc 52 ret += lengths[i]-2;
109 temp[i] = lengths[i];
113 free(lengths);
115 lengths = temp;
119 lengths[index_lengths] = counter;
136 for(j=0; j<lengths[i]; j++)
147 lengths = (Int*)malloc (sizeof(Int) * sizeLengths);
148 assert(lengths);
165 free(lengths);
185 for(j=0; j<lengths[i]; j++)
    [all...]
primitiveStream.h 45 Int *lengths; /*length[i]=number of vertices of ith primitive*/ member in class:primStream
51 Int size_lengths; /*the allocated size of the array: lengths*/
75 return lengths[i];
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
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,
    [all...]
m_xform.h 117 const GLfloat lengths[],
m_debug_norm.c 126 const GLfloat *lengths,
134 (void) lengths;
149 const GLfloat *lengths,
162 if ( !lengths ) {
174 scale = lengths[i];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
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,
    [all...]
m_xform.h 117 const GLfloat lengths[],
m_debug_norm.c 127 const GLfloat *lengths,
135 (void) lengths;
150 const GLfloat *lengths,
163 if ( !lengths ) {
175 scale = lengths[i];
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_normals.c 53 const GLfloat *lengths; local
58 /* We can only use the display list's saved normal lengths if we've
62 lengths = NULL;
64 lengths = VB->NormalLengthPtr;
69 lengths,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_normals.c 53 const GLfloat *lengths; local
58 /* We can only use the display list's saved normal lengths if we've
62 lengths = NULL;
64 lengths = VB->NormalLengthPtr;
69 lengths,
  /xsrc/external/mit/brotli/dist/c/enc/
block_splitter.h 26 uint32_t* lengths; member in struct:BlockSplit
histogram.c 31 self->length_ = split->lengths ? split->lengths[0] : 0;
38 self->length_ = self->split_->lengths[self->idx_];
metablock_inc.h 67 split->lengths, split->lengths_alloc_size, max_num_blocks);
93 split->lengths[0] = (uint32_t)self->block_size_;
125 split->lengths[self->num_blocks_] = (uint32_t)self->block_size_;
141 split->lengths[self->num_blocks_] = (uint32_t)self->block_size_;
154 split->lengths[self->num_blocks_ - 1] += (uint32_t)self->block_size_;
block_splitter.c 112 self->lengths = 0;
119 BROTLI_FREE(m, self->lengths);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
program.cpp 52 const char **strings, const size_t *lengths,
63 source += (lengths && lengths[i] ?
64 std::string(strings[i], strings[i] + lengths[i]) :
79 const size_t *lengths,
85 if (!lengths || !binaries)
110 range(lengths, n));
  /xsrc/external/mit/xfs/dist/difs/
charinfo.c 324 fsOffset32 *lengths, *l; local
386 lengths = (fsOffset32 *) FSallocarray(nchars, SIZEOF(fsOffset32));
387 if (!lengths) {
420 l = lengths;
460 *offsets = lengths;
471 FSfree (lengths);
479 l = lengths;
661 *offsets = lengths;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
debug_output.h 80 GLsizei* lengths, GLchar* messageLog);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
debug_output.h 80 GLsizei* lengths, GLchar* messageLog);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
program.cpp 104 const char **strings, const size_t *lengths,
115 source += (lengths && lengths[i] ?
116 std::string(strings[i], strings[i] + lengths[i]) :
131 const size_t *lengths,
137 if (!lengths || !binaries)
162 range(lengths, n));
  /xsrc/external/mit/MesaLib/dist/src/mesa/sparc/
sparc.c 94 const GLfloat *lengths, \
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
x86_xform.h 74 const GLfloat *lengths, \
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/
sparc.c 94 const GLfloat *lengths, \
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
x86_xform.h 74 const GLfloat *lengths, \
  /xsrc/external/mit/freetype/dist/src/type42/
t42parse.c 1031 name_table->lengths [0] );
1038 code_table->lengths [0] );
1045 name_table->lengths [notdef_index] );
1052 code_table->lengths [notdef_index] );
1058 swap_table->lengths [0] );
1064 swap_table->lengths [1] );
1070 swap_table->lengths [2] );
1076 swap_table->lengths [3] );
  /xsrc/external/mit/freetype/dist/src/bdf/
bdfdrivr.c 220 size_t lengths[4], nn, len; local
260 lengths[nn] = 0;
263 lengths[nn] = ft_strlen( strings[nn] );
264 len += lengths[nn] + 1;
271 lengths[0] = ft_strlen( strings[0] );
272 len = lengths[0] + 1;
289 len = lengths[nn];

Completed in 19 milliseconds

1 2 3