Searched defs:TABLE_SIZE (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dhash.c44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */ macro
46 #define HASH_FUNC(K) ((K) % TABLE_SIZE)
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
103 for (pos = 0; pos < TABLE_SIZE; pos++) {
292 for (pos = 0; pos < TABLE_SIZE; pos++) {
329 for (pos = 0; pos < TABLE_SIZE; pos++) {
355 for (pos = 0; pos < TABLE_SIZE; pos++) {
401 while (pos < TABLE_SIZE) {
422 for (pos = 0; pos < TABLE_SIZE; pos++) {
491 for (pos = 0; pos < TABLE_SIZE; po
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DBidiTest.java162 private static final int TABLE_SIZE = 256; field in class:BidiTest
196 pseudoToUChar = new char[TABLE_SIZE];
197 UCharToPseudo = new char[TABLE_SIZE];
198 UCharToPseud2 = new char[TABLE_SIZE];
199 for (i = 0; i < TABLE_SIZE; i++) {
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccolor.c79 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro
96 (TABLE_SIZE * SIZEOF(INT32)));
/external/jpeg/
H A Djccolor.c80 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro
97 (TABLE_SIZE * SIZEOF(INT32)));
/external/boringssl/src/crypto/bn/
H A Dexponentiation.c187 #define TABLE_SIZE 32 macro
425 BIGNUM *val[TABLE_SIZE];
611 BIGNUM *val[TABLE_SIZE];
1360 #define TABLE_SIZE 32 macro
1371 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
/external/sepolicy/tools/
H A Dcheck_seapp.c15 #define TABLE_SIZE 1024 macro
992 if (!hcreate(TABLE_SIZE)) {
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c239 #define TABLE_SIZE 256 macro
241 static UChar pseudoToUChar[TABLE_SIZE];
242 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
243 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
272 for (i=0; i < TABLE_SIZE; i++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 408 milliseconds