Searched refs:TABLE_SIZE (Results 1 - 16 of 16) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DCompression.java21 private static final int TABLE_SIZE = 17; field in class:Compression
31 table = new Entry[TABLE_SIZE];
43 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE;
61 int row = (name.hashCode() & 0x7FFFFFFF) % TABLE_SIZE;
/external/chromium_org/third_party/mesa/src/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/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/openssl/crypto/bn/
H A Dbn_exp2.c116 #define TABLE_SIZE 32 macro
127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
H A Dbn_exp.c129 #define TABLE_SIZE 32 macro
258 BIGNUM *val[TABLE_SIZE];
392 BIGNUM *val[TABLE_SIZE];
997 BIGNUM *val[TABLE_SIZE];
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c185 #define TABLE_SIZE 32 macro
423 BIGNUM *val[TABLE_SIZE];
609 BIGNUM *val[TABLE_SIZE];
1338 #define TABLE_SIZE 32 macro
1349 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
/external/jpeg/
H A Djccolor.c80 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro
97 (TABLE_SIZE * SIZEOF(INT32)));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccolor.c79 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro
96 (TABLE_SIZE * SIZEOF(INT32)));
/external/chromium_org/third_party/libjpeg_turbo/
H A Djccolor.c83 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro
205 (TABLE_SIZE * SIZEOF(INT32)));
H A Djdcolor.c88 #define TABLE_SIZE (3*(MAXJSAMPLE+1)) macro
310 (TABLE_SIZE * SIZEOF(INT32)));
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c80 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro
97 (TABLE_SIZE * SIZEOF(INT32)));
/external/sepolicy/tools/
H A Dcheck_seapp.c15 #define TABLE_SIZE 1024 macro
1041 if (!hcreate(TABLE_SIZE)) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c235 #define TABLE_SIZE 256 macro
237 static UChar pseudoToUChar[TABLE_SIZE];
238 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
239 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
268 for (i=0; i < TABLE_SIZE; i++) {
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c237 #define TABLE_SIZE 256 macro
239 static UChar pseudoToUChar[TABLE_SIZE];
240 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
241 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
270 for (i=0; i < TABLE_SIZE; i++) {
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/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 375 milliseconds