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

  /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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java 162 private static final int TABLE_SIZE = 256;
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/boringssl/src/crypto/bn/
exponentiation.c 187 #define TABLE_SIZE 32
425 BIGNUM *val[TABLE_SIZE];
611 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/sepolicy/tools/
check_seapp.c 15 #define TABLE_SIZE 1024
992 if (!hcreate(TABLE_SIZE)) {
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 239 #define TABLE_SIZE 256
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++) {
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 250 milliseconds