Searched refs:tbl (Results 1 - 23 of 23) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djcomapi.c92 JQUANT_TBL *tbl; local
94 tbl = (JQUANT_TBL *)
96 tbl->sent_table = FALSE; /* make sure this is false in any new table */
97 return tbl;
104 JHUFF_TBL *tbl; local
106 tbl = (JHUFF_TBL *)
108 tbl->sent_table = FALSE; /* make sure this is false in any new table */
109 return tbl;
H A Djdphuff.c100 int ci, coefi, tbl; local
172 tbl = compptr->dc_tbl_no;
173 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl,
174 & entropy->derived_tbls[tbl]);
177 tbl = compptr->ac_tbl_no;
178 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl,
179 & entropy->derived_tbls[tbl]);
181 entropy->ac_derived_tbl = entropy->derived_tbls[tbl];
304 d_derived_tbl * tbl; local
329 tbl
375 d_derived_tbl * tbl; local
511 d_derived_tbl * tbl; local
[all...]
H A Djcphuff.c114 int ci, tbl; local
158 tbl = compptr->dc_tbl_no;
160 entropy->ac_tbl_no = tbl = compptr->ac_tbl_no;
165 if (tbl < 0 || tbl >= NUM_HUFF_TBLS)
166 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, tbl);
169 if (entropy->count_ptrs[tbl] == NULL)
170 entropy->count_ptrs[tbl] = (long *)
173 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long));
177 jpeg_make_c_derived_tbl(cinfo, is_DC_band, tbl,
290 c_derived_tbl * tbl = entropy->derived_tbls[tbl_no]; local
775 int ci, tbl; local
[all...]
/openjdk10/jdk/test/java/awt/image/LookupOp/
H A DIntImageReverseTest.java42 LookupTable tbl = createReverseTable();
43 LookupOp op = new LookupOp(tbl, null);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DStyleContext.java807 Object[] tbl = new Object[2 * n];
811 tbl[i] = names.nextElement();
812 tbl[i+1] = attrs.getAttribute(tbl[i]);
815 attributes = tbl;
821 Object[] tbl = attributes;
822 for (int i = 0; i < tbl.length; i += 2) {
823 if (tbl[i] == StyleConstants.ResolveAttribute) {
824 resolveParent = (AttributeSet)tbl[i + 1];
834 Object[] tbl
[all...]
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CodeRootSetTable.hpp66 static void purge_list_append(G1CodeRootSetTable* tbl);
/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DDatagramChannelImpl.c83 fd_set tbl; local
92 FD_ZERO(&tbl);
93 FD_SET((u_int)fd, &tbl);
95 if (select(/*ignored*/fd+1, &tbl, 0, 0, &t) <= 0) {
/openjdk10/jdk/src/java.base/windows/native/libnet/
H A Dnet_util_md.c538 fd_set tbl; local
542 FD_ZERO(&tbl);
543 FD_SET(fd, &tbl);
544 ret = select (fd + 1, &tbl, 0, 0, &t);
563 fd_set tbl; local
571 FD_ZERO(&tbl);
572 FD_SET(fd, &tbl);
573 FD_SET(fd1, &tbl);
574 ret = select (0, &tbl, 0, 0, tP);
579 if (FD_ISSET (fd, &tbl)) {
[all...]
H A DDualStackPlainDatagramSocketImpl.c40 fd_set tbl; local
49 FD_ZERO(&tbl);
50 FD_SET(fd, &tbl);
52 if (select(/*ignored*/fd+1, &tbl, 0, 0, &t) <= 0) {
H A DTwoStacksPlainDatagramSocketImpl.c326 fd_set tbl; local
344 FD_ZERO(&tbl);
345 FD_SET(fd, &tbl);
347 if (select(/*ignored*/fd+1, &tbl, 0, 0, &t) <= 0) {
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86_64.cpp205 const Register tbl = c_rarg1; // scratch local
211 __ lea(tbl, ExternalAddress(StubRoutines::crc_table_addr()));
213 __ update_byte_crc32(crc, val, tbl);
H A DtemplateInterpreterGenerator_x86_32.cpp75 const Register tbl = rdi; // scratch local
81 __ lea(tbl, ExternalAddress(StubRoutines::crc_table_addr()));
83 __ update_byte_crc32(crc, val, tbl);
H A Dinterp_masm_x86.cpp834 ExternalAddress tbl((address)table);
835 ArrayAddress dispatch(tbl, index);
/openjdk10/jdk/src/java.desktop/share/native/libawt/awt/image/cvutils/
H A Dimg_colors.c534 clock_t start, mid, tbl, end; local
591 tbl = clock();
697 (double)(tbl - mid) / CLOCKS_PER_SEC);
699 (double)(end - tbl) / CLOCKS_PER_SEC);
/openjdk10/jdk/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1312 unsigned char **tbl; local
1377 tbl = NULL;
1379 tbl = (unsigned char **)
1388 if (tbl == NULL || jtable == NULL) {
1389 if (tbl != NULL) free(tbl);
1411 free(tbl);
1422 free(tbl);
1430 free(tbl);
1453 tbl[
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java526 ELFStringTable tbl = getHeader().getSectionHeaderStringTable();
527 return tbl.get(name_ndx);
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp978 const Register tbl = c_rarg2; // scratch local
984 __ adrp(tbl, ExternalAddress(StubRoutines::crc_table_addr()), offset);
985 __ add(tbl, tbl, offset);
988 __ update_byte_crc32(crc, val, tbl);
H A Dassembler_aarch64.hpp2415 INSN(tbl, 0);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp79 AddressLiteral tbl(Interpreter::dispatch_table(state));
81 set(tbl, G3_scratch); // compute addr of table
270 AddressLiteral tbl(table);
272 set(tbl, G3_scratch); // compute addr of table
/openjdk10/hotspot/src/share/vm/oops/
H A DconstantPool.cpp1841 SymbolHashMap* tbl,
1905 idx1 = tbl->symbol_to_value(sym);
1914 idx1 = tbl->symbol_to_value(sym);
1840 copy_cpool_bytes(int cpool_size, SymbolHashMap* tbl, unsigned char *bytes) argument
H A DconstantPool.hpp912 SymbolHashMap* tbl,
/openjdk10/jdk/make/src/classes/build/tools/generatecharacter/
H A DGenerateCharacter.java1558 * @param tbl the name of the final table to be accessed
1568 static String genAccess(String tbl, String var, int bits) { argument
1582 String tblname = (k == sizes.length - 1) ? tbl : tableName(k);
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js13615 tbl: 13584,

Completed in 198 milliseconds