Searched refs:TABLE_SIZE (Results 1 – 7 of 7) sorted by relevance
167 private static final int TABLE_SIZE = 256; field in BidiFmwk204 pseudoToUChar = new char[TABLE_SIZE]; in buildPseudoTables()205 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()206 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()207 for (i = 0; i < TABLE_SIZE; i++) { in buildPseudoTables()
164 private static final int TABLE_SIZE = 256; field in BidiFmwk201 pseudoToUChar = new char[TABLE_SIZE]; in buildPseudoTables()202 UCharToPseudo = new char[TABLE_SIZE]; in buildPseudoTables()203 UCharToPseud2 = new char[TABLE_SIZE]; in buildPseudoTables()204 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()
419 #define TABLE_SIZE 32 macro436 BIGNUM *val[TABLE_SIZE]; in mod_exp_recp()613 BIGNUM *val[TABLE_SIZE]; in BN_mod_exp_mont()1251 #define TABLE_SIZE 32 macro
85 #define TABLE_SIZE (8 * (MAXJSAMPLE + 1)) macro207 (TABLE_SIZE * sizeof(JLONG))); in rgb_ycc_start()
90 #define TABLE_SIZE (3 * (MAXJSAMPLE + 1)) macro311 (TABLE_SIZE * sizeof(JLONG))); in build_rgb_y_table()
243 #define TABLE_SIZE 256 macro245 static UChar pseudoToUChar[TABLE_SIZE];246 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */247 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */279 for (i=0; i < TABLE_SIZE; i++) { in buildPseudoTables()