Searched refs:vSize (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 492 const gl_constant_value v[], GLuint vSize, in _mesa_lookup_parameter_constant() argument 497 assert(vSize >= 1); in _mesa_lookup_parameter_constant() 498 assert(vSize <= 4); in _mesa_lookup_parameter_constant() 510 for (j = 0; j < vSize; j++) { in _mesa_lookup_parameter_constant() 514 if (match == vSize) { in _mesa_lookup_parameter_constant() 521 if (vSize == 1) { in _mesa_lookup_parameter_constant() 533 else if (vSize <= list->Parameters[i].Size) { in _mesa_lookup_parameter_constant() 537 for (j = 0; j < vSize; j++) { in _mesa_lookup_parameter_constant() 556 if (match == vSize) { in _mesa_lookup_parameter_constant()
|
D | prog_parameter.h | 178 const gl_constant_value v[], GLuint vSize,
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_parameter.c | 503 const gl_constant_value v[], GLuint vSize, in _mesa_lookup_parameter_constant() argument 508 assert(vSize >= 1); in _mesa_lookup_parameter_constant() 509 assert(vSize <= 4); in _mesa_lookup_parameter_constant() 521 for (j = 0; j < vSize; j++) { in _mesa_lookup_parameter_constant() 525 if (match == vSize) { in _mesa_lookup_parameter_constant() 532 if (vSize == 1) { in _mesa_lookup_parameter_constant() 544 else if (vSize <= list->Parameters[i].Size) { in _mesa_lookup_parameter_constant() 548 for (j = 0; j < vSize; j++) { in _mesa_lookup_parameter_constant() 567 if (match == vSize) { in _mesa_lookup_parameter_constant()
|
D | prog_parameter.h | 178 const gl_constant_value v[], GLuint vSize,
|
/external/libvpx/libvpx/third_party/libmkv/ |
D | EbmlWriter.c | 145 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize) { in Ebml_WriteVoid() argument 150 Ebml_WriteLen(glob, vSize); in Ebml_WriteVoid() 152 for (i = 0; i < vSize; i++) { in Ebml_WriteVoid()
|
D | EbmlWriter.h | 40 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | VectorTest.java | 224 int vSize = tVector.size(); in test_addAllLjava_util_Collection() local 225 for (int counter = vSize - 1; counter >= 0; counter--) in test_addAllLjava_util_Collection() 227 .get(counter + vSize)); in test_addAllLjava_util_Collection() 235 .get(vSize)); in test_addAllLjava_util_Collection() 237 .get(vSize + 1)); in test_addAllLjava_util_Collection() 239 .get(vSize + 2)); in test_addAllLjava_util_Collection()
|
/external/icu4c/common/ |
D | rbbitblb.cpp | 931 int32_t vSize = vec->size(); in sortedAdd() local 932 for (i=0; i<vSize; i++) { in sortedAdd()
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbitblb.cpp | 931 int32_t vSize = vec->size(); in sortedAdd() local 932 for (i=0; i<vSize; i++) { in sortedAdd()
|
D | triedict.cpp | 1611 size_t vSize = 0; in compactMutableTrieDictionary() local 1630 vSize += previousOff-header->offsets[nodeIdx]; in compactMutableTrieDictionary() 1647 (double)vSize/vCount, (double)vItemCount/vCount); in compactMutableTrieDictionary()
|
/external/chromium_org/third_party/icu/patches/ |
D | segmentation.patch | 1882 vSize += previousOff-header->offsets[nodeIdx]; 1901 (double)vSize/vCount, (double)vItemCount/vCount);
|