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

  /external/bluetooth/hcidump/parser/
cmtp.c 39 #define TABLE_SIZE 10
45 } table[TABLE_SIZE];
57 for (i = 0; i < TABLE_SIZE; i++) {
102 for (i = 0; i < TABLE_SIZE; i++)
136 for (i = 0; i < TABLE_SIZE; i++)
  /external/openssl/crypto/bn/
bn_exp2.c 116 #define TABLE_SIZE 32
127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE];
bn_exp.c 117 #define TABLE_SIZE 32
246 BIGNUM *val[TABLE_SIZE];
380 BIGNUM *val[TABLE_SIZE];
883 BIGNUM *val[TABLE_SIZE];
  /external/jpeg/
jccolor.c 80 #define TABLE_SIZE (8*(MAXJSAMPLE+1))
97 (TABLE_SIZE * SIZEOF(INT32)));
  /external/icu4c/test/cintltst/
cbiditst.c 214 #define TABLE_SIZE 256
216 static UChar pseudoToUChar[TABLE_SIZE];
217 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */
218 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */
247 for (i=0; i < TABLE_SIZE; i++) {
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 55 milliseconds