HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_SIZE (Results 1 - 17 of 17) sorted by null

  /external/smack/src/org/xbill/DNS/
Compression.java 21 private static final int TABLE_SIZE = 17;
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/
hash.c 44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */
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; pos++)
    [all...]
  /external/mesa3d/src/mesa/main/
hash.c 44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */
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; pos++)
    [all...]
  /external/openssl/crypto/bn/
bn_exp2.c 116 #define TABLE_SIZE 32
127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
bn_exp.c 129 #define TABLE_SIZE 32
258 BIGNUM *val[TABLE_SIZE];
392 BIGNUM *val[TABLE_SIZE];
997 BIGNUM *val[TABLE_SIZE];
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 185 #define TABLE_SIZE 32
423 BIGNUM *val[TABLE_SIZE];
609 BIGNUM *val[TABLE_SIZE];
    [all...]
  /external/jpeg/
jccolor.c 80 #define TABLE_SIZE (8*(MAXJSAMPLE+1))
97 (TABLE_SIZE * SIZEOF(INT32)));
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jccolor.c 79 #define TABLE_SIZE (8*(MAXJSAMPLE+1))
96 (TABLE_SIZE * SIZEOF(INT32)));
  /external/chromium_org/third_party/libjpeg_turbo/
jccolor.c 83 #define TABLE_SIZE (8*(MAXJSAMPLE+1))
205 (TABLE_SIZE * SIZEOF(INT32)));
jdcolor.c 88 #define TABLE_SIZE (3*(MAXJSAMPLE+1))
310 (TABLE_SIZE * SIZEOF(INT32)));
  /external/qemu/distrib/jpeg-6b/
jccolor.c 80 #define TABLE_SIZE (8*(MAXJSAMPLE+1))
97 (TABLE_SIZE * SIZEOF(INT32)));
  /external/sepolicy/tools/
check_seapp.c 15 #define TABLE_SIZE 1024
1041 if (!hcreate(TABLE_SIZE)) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 235 #define TABLE_SIZE 256
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++) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 237 #define TABLE_SIZE 256
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++) {
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 636 milliseconds