Searched refs:TABLE_SIZE (Results 1 – 9 of 9) sorted by relevance
44 #define TABLE_SIZE 1023 /**< Size of lookup table/array */ macro46 #define HASH_FUNC(K) ((K) % TABLE_SIZE)63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */103 for (pos = 0; pos < TABLE_SIZE; pos++) { in _mesa_DeleteHashTable()292 for (pos = 0; pos < TABLE_SIZE; pos++) { in _mesa_HashDeleteAll()329 for (pos = 0; pos < TABLE_SIZE; pos++) { in _mesa_HashWalk()355 for (pos = 0; pos < TABLE_SIZE; pos++) { in _mesa_HashFirstEntry()401 while (pos < TABLE_SIZE) { in _mesa_HashNextEntry()422 for (pos = 0; pos < TABLE_SIZE; pos++) { in _mesa_HashPrint()491 for (pos = 0; pos < TABLE_SIZE; pos++) { in _mesa_HashNumEntries()
166 private static final int TABLE_SIZE = 256; field in BidiTest200 pseudoToUChar = new char[TABLE_SIZE]; in buildPseudoTables()201 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()202 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()203 for (i = 0; i < TABLE_SIZE; i++) { in buildPseudoTables()
162 private static final int TABLE_SIZE = 256; field in BidiTest196 pseudoToUChar = new char[TABLE_SIZE]; in buildPseudoTables()197 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()198 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()199 for (i = 0; i < TABLE_SIZE; i++) { in buildPseudoTables()
42 private static final int TABLE_SIZE = 10; field in HostSelector73 new HostTableDecorator(availableTable, TABLE_SIZE);82 selectedTable.setRowsPerPage(TABLE_SIZE); in initialize()
198 #define TABLE_SIZE 32 macro436 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp()626 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont()1356 #define TABLE_SIZE 32 macro1367 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont()
78 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro95 (TABLE_SIZE * SIZEOF(INT32))); in rgb_ycc_start()
84 #define TABLE_SIZE (8*(MAXJSAMPLE+1)) macro206 (TABLE_SIZE * sizeof(INT32))); in rgb_ycc_start()
89 #define TABLE_SIZE (3*(MAXJSAMPLE+1)) macro311 (TABLE_SIZE * sizeof(INT32))); in build_rgb_y_table()
239 #define TABLE_SIZE 256 macro241 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++) { in buildPseudoTables()