Searched defs:tbl (Results 1 - 25 of 58) sorted by relevance

123

/external/libjpeg-turbo/
H A Djcomapi.c90 JQUANT_TBL *tbl; local
92 tbl = (JQUANT_TBL *)
94 tbl->sent_table = FALSE; /* make sure this is false in any new table */
95 return tbl;
102 JHUFF_TBL *tbl; local
104 tbl = (JHUFF_TBL *)
106 tbl->sent_table = FALSE; /* make sure this is false in any new table */
107 return tbl;
H A Djcarith.c369 int blkn, ci, tbl; local
388 tbl = cinfo->cur_comp_info[ci]->dc_tbl_no;
398 st = entropy->dc_stats[tbl] + entropy->dc_context[ci];
425 st = entropy->dc_stats[tbl] + 20; /* Table F.4: X1 = 20 */
434 if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
436 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1))
460 int tbl, k, ke; local
476 tbl = cinfo->cur_comp_info[0]->ac_tbl_no;
495 st = entropy->ac_stats[tbl] + 3 * (k - 1);
524 st = entropy->ac_stats[tbl]
594 int tbl, k, ke, kex; local
688 int blkn, ci, tbl, k, ke; local
827 int ci, tbl; local
[all...]
H A Djdarith.c248 int blkn, ci, tbl, sign; local
265 tbl = cinfo->cur_comp_info[ci]->dc_tbl_no;
270 st = entropy->dc_stats[tbl] + entropy->dc_context[ci];
282 st = entropy->dc_stats[tbl] + 20; /* Table F.4: X1 = 20 */
293 if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
295 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1))
327 int tbl, sign, k; local
341 tbl = cinfo->cur_comp_info[0]->ac_tbl_no;
347 st = entropy->ac_stats[tbl] + 3 * (k - 1);
365 st = entropy->ac_stats[tbl]
435 int tbl, k, kex; local
504 int blkn, ci, tbl, sign, k; local
628 int ci, tbl; local
[all...]
H A Djdphuff.c98 int ci, coefi, tbl; local
171 tbl = compptr->dc_tbl_no;
172 pdtbl = entropy->derived_tbls + tbl;
173 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, pdtbl);
176 tbl = compptr->ac_tbl_no;
177 pdtbl = entropy->derived_tbls + tbl;
178 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, pdtbl);
180 entropy->ac_derived_tbl = entropy->derived_tbls[tbl];
300 d_derived_tbl * tbl; local
325 tbl
371 d_derived_tbl * tbl; local
507 d_derived_tbl * tbl; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi.c46 struct mapi_table *tbl; local
50 tbl = mapi_table_create();
51 if (tbl)
52 mapi_table_fill(tbl, vega_procs);
54 return tbl;
57 void api_destroy_dispatch(struct mapi_table *tbl) argument
59 mapi_table_destroy(tbl);
62 void api_make_dispatch_current(const struct mapi_table *tbl) argument
64 mapi_table_make_current(tbl);
/external/opencv3/3rdparty/libjpeg/
H A Djcomapi.c88 JQUANT_TBL *tbl; local
90 tbl = (JQUANT_TBL *)
92 tbl->sent_table = FALSE; /* make sure this is false in any new table */
93 return tbl;
100 JHUFF_TBL *tbl; local
102 tbl = (JHUFF_TBL *)
104 tbl->sent_table = FALSE; /* make sure this is false in any new table */
105 return tbl;
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcomapi.c88 JQUANT_TBL *tbl; local
90 tbl = (JQUANT_TBL *)
92 tbl->sent_table = FALSE; /* make sure this is false in any new table */
93 return tbl;
100 JHUFF_TBL *tbl; local
102 tbl = (JHUFF_TBL *)
104 tbl->sent_table = FALSE; /* make sure this is false in any new table */
105 return tbl;
/external/boringssl/src/crypto/asn1/
H A Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent)
70 for(bnam = tbl; bnam->lname; bnam++) {
82 BIT_STRING_BITNAME *tbl)
85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl);
94 int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl) argument
97 for(bnam = tbl; bnam->lname; bnam++) {
64 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
81 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, BIT_STRING_BITNAME *tbl) argument
H A Da_strnid.c68 static void st_free(ASN1_STRING_TABLE *tbl);
124 ASN1_STRING_TABLE *tbl; local
129 tbl = ASN1_STRING_TABLE_get(nid);
130 if(tbl) {
131 mask = tbl->mask;
132 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
134 tbl->minsize, tbl->maxsize);
247 static void st_free(ASN1_STRING_TABLE *tbl) argument
249 if(tbl
[all...]
/external/mesa3d/src/mapi/mapi/
H A Dtable.h56 table_set_func(struct mapi_table *tbl, int slot, mapi_func func) argument
58 mapi_func *funcs = (mapi_func *) tbl;
66 table_get_func(const struct mapi_table *tbl, int slot) argument
68 const mapi_func *funcs = (const mapi_func *) tbl;
H A Du_current.c233 u_current_set(const struct mapi_table *tbl) argument
239 if (!tbl)
240 tbl = (const struct mapi_table *) table_noop_array;
243 u_current_table = (struct mapi_table *) tbl;
245 u_tsd_set(&u_current_table_tsd, (void *) tbl);
246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl;
248 u_current_table = (struct mapi_table *) tbl;
H A Dmapi.c145 struct mapi_table *tbl; local
147 tbl = malloc(MAPI_TABLE_SIZE);
148 if (tbl)
149 memcpy(tbl, noop, MAPI_TABLE_SIZE);
151 return tbl;
158 mapi_table_destroy(struct mapi_table *tbl) argument
160 free(tbl);
168 mapi_table_fill(struct mapi_table *tbl, const mapi_proc *procs) argument
180 table_set_func(tbl, slot, func);
188 mapi_table_make_current(const struct mapi_table *tbl) argument
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s308 tbl v0.8b, { v1 }, v0.8b label
309 tbl v0.16b, { v1.8b, v2.8b, v3.8b }, v0.16b label
313 ; CHECK-ERRORS: tbl v0.8b, { v1 }, v0.8b
316 ; CHECK-ERRORS: tbl v0.16b, { v1.8b, v2.8b, v3.8b }, v0.16b
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
H A Dper_element_func.hpp128 lut_(const SrcPtr& src, const TablePtr& tbl) argument
130 return makeExpr(lutPtr(src, tbl));
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dlut.hpp66 TablePtr tbl; member in struct:cv::cudev::LutPtr
71 return tbl(VecTraits<tbl_index_type>::all(0), src(y, x));
87 __host__ LutPtrSz<typename PtrTraits<SrcPtr>::ptr_type, typename PtrTraits<TablePtr>::ptr_type> lutPtr(const SrcPtr& src, const TablePtr& tbl) argument
91 ptr.tbl = shrinkPtr(tbl);
/external/opencv3/modules/ts/misc/
H A Dreport.py51 tbl = table(", ".join(files)) variable
64 tbl.newColumn(m, metrix_table[m][0])
66 tbl.newColumn(m, metrix_table[m][0], align = "center")
71 tbl.newRow()
80 tbl.newCell(m, str(case))
82 tbl.newCell(m, status, color = "red")
88 tbl.newCell(m, "%.2f %s" % (val, options.units), val)
90 tbl.newCell(m, val, val)
92 tbl.trimLastRow()
97 tbl
[all...]
H A Dperf_tests_timing.py113 tbl = table() variable
117 tbl.newColumn('module', 'Module', align = 'left', cssclass = 'col_name')
118 tbl.newColumn('name', 'Testsuit', align = 'left', cssclass = 'col_name')
119 tbl.newColumn('time', 'Time (min)', align = 'center', cssclass = 'col_name')
120 tbl.newColumn('num', 'Num of tests', align = 'center', cssclass = 'col_name')
121 tbl.newColumn('failed', 'Failed', align = 'center', cssclass = 'col_name')
125 tbl.newRow()
126 tbl.newCell('module', suit['module'])
127 tbl.newCell('name', suit['name'])
128 tbl
[all...]
H A Dsummary.py145 tbl = table(metrix_table[options.metric][0]) variable
148 tbl.newColumn("name", "Name of Test", align = "left", cssclass = "col_name")
150 tbl.newColumn(str(i), getSetName(test_sets[i], i, options.columns, False), align = "center")
164 tbl.newColumn(str(i) + '-' + str(ref) + suffix, '%s\nvs\n%s\n(%s)' % (current, reference, description), align='center', cssclass=cssclass)
180 lastRow = tbl.newRow()
183 tbl.newCell("name", name)
198 tbl.newCell(str(i), "-")
202 tbl.newCell(str(i), status, color="red")
207 tbl.newCell(str(i), formatValue(val, options.metric, options.units), val)
218 tbl
[all...]
/external/fio/arch/
H A Darch-ppc.h66 unsigned int tbl, tbu0, tbu1; local
72 tbl = mfspr(SPRN_ATBL);
76 tbl = mfspr(SPRN_TBRL);
81 ret = (((unsigned long long)tbu0) << 32) | tbl;
/external/libdrm/freedreno/
H A Dfreedreno_bo.c49 static struct fd_bo * lookup_bo(void *tbl, uint32_t key) argument
52 if (!drmHashLookup(tbl, key, (void **)&bo)) {
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vlc.h270 vl_vlc_get_vlclbf(struct vl_vlc *vlc, const struct vl_vlc_entry *tbl, unsigned num_bits) argument
272 tbl += vl_vlc_peekbits(vlc, num_bits);
273 vl_vlc_eatbits(vlc, tbl->length);
274 return tbl->value;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
H A DBuildDictionaryFile.java389 private void sortTable(Vector tbl, Vector tempMapping, int[] mapping, int start, int end) { argument
395 int[] row = (int[])tbl.elementAt(i);
399 if (compareRows((int[])tbl.elementAt(j), row, mapping) > 0) {
400 tbl.setElementAt((int[])tbl.elementAt(j), j + 1);
404 tbl.setElementAt(row, j + 1);
410 tbl.setElementAt(row, start);
422 int[] boundary = (int[])tbl.elementAt(boundaryPos);
428 row = (int[])tbl.elementAt(i);
431 row = (int[])tbl
[all...]
/external/iproute2/ip/
H A Diplink_bond.c87 static const char *get_name(const char **tbl, int index) argument
91 for (i = 0; tbl[i]; i++)
93 return tbl[i];
98 static int get_index(const char **tbl, char *name) argument
104 for (i = 0; tbl[i]; i++)
108 for (i = 0; tbl[i]; i++)
109 if (strcmp(tbl[i], name) == 0)
/external/iptables/extensions/
H A Dlibxt_CT.c95 static uint32_t ct_parse_events(const struct event_tbl *tbl, unsigned int size, argument
104 if (strcmp(t, tbl[i].name))
106 mask |= 1 << tbl[i].event;
117 static void ct_print_events(const char *pfx, const struct event_tbl *tbl, argument
125 if (mask & (1 << tbl[i].event)) {
126 printf("%s%s", sep, tbl[i].name);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1488 const struct exact_format_mapping* tbl; local
1497 tbl = rgba8888_tbl;
1502 tbl = rgbx8888_tbl;
1505 tbl = rgba1010102_tbl;
1511 for (i = 0; tbl[i].format; i++)
1512 if (tbl[i].format == format && tbl[i].type == type)
1513 return tbl[i].pformat;

Completed in 819 milliseconds

123