Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 25 of 94) sorted by relevance

1234

/external/javassist/src/main/javassist/compiler/
DParser.java32 public ASTList parseMember(SymbolTable tbl) throws CompileError { in parseMember() argument
33 ASTList mem = parseMember1(tbl); in parseMember()
35 return parseMethod2(tbl, (MethodDecl)mem); in parseMember()
42 public ASTList parseMember1(SymbolTable tbl) throws CompileError { in parseMember1() argument
51 d = parseFormalType(tbl); in parseMember1()
64 return parseMethod1(tbl, isConstructor, mods, d); in parseMember1()
66 return parseField(tbl, mods, d); in parseMember1()
74 private FieldDecl parseField(SymbolTable tbl, ASTList mods, in parseField() argument
80 expr = parseExpression(tbl); in parseField()
103 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor, in parseMethod1() argument
[all …]
/external/boringssl/src/crypto/aes/asm/
Daes-armv4.pl61 $tbl="r10";
205 adr $tbl,AES_Te
207 sub $tbl,r3,#asm_AES_encrypt-AES_Te @ Te
324 ldr $t1,[$tbl,$i1,lsl#2] @ Te3[s0>>0]
326 ldr $t2,[$tbl,$i2,lsl#2] @ Te2[s0>>8]
328 ldr $t3,[$tbl,$i3,lsl#2] @ Te1[s0>>16]
330 ldr $s0,[$tbl,$s0,lsl#2] @ Te0[s0>>24]
333 ldr $i1,[$tbl,$i1,lsl#2] @ Te1[s1>>16]
334 ldr $i2,[$tbl,$i2,lsl#2] @ Te3[s1>>0]
335 ldr $i3,[$tbl,$i3,lsl#2] @ Te2[s1>>8]
[all …]
Daes-586.pl204 $tbl="ebp";
362 &mov ("ecx",&DWP(0,$tbl,$acc,8)); # 0
365 &mov ("edx",&DWP(3,$tbl,"edx",8)); # 1
369 &xor ("ecx",&DWP(2,$tbl,$acc,8)); # 10
372 &xor ("edx",&DWP(1,$tbl,$acc,8)); # 11
376 &xor ("ecx",&DWP(3,$tbl,$acc,8)); # 5
379 &xor ("ecx",&DWP(1,$tbl,$acc,8)); # 15
383 &mov ("ecx",&DWP(0,$tbl,$acc,8)); # 4
386 &xor ("ecx",&DWP(2,$tbl,$acc,8)); # 14
390 &xor ("ecx",&DWP(1,$tbl,$acc,8)); # 3
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dapi.c46 struct mapi_table *tbl; in api_create_dispatch() local
50 tbl = mapi_table_create(); in api_create_dispatch()
51 if (tbl) in api_create_dispatch()
52 mapi_table_fill(tbl, vega_procs); in api_create_dispatch()
54 return tbl; in api_create_dispatch()
57 void api_destroy_dispatch(struct mapi_table *tbl) in api_destroy_dispatch() argument
59 mapi_table_destroy(tbl); in api_destroy_dispatch()
62 void api_make_dispatch_current(const struct mapi_table *tbl) in api_make_dispatch_current() argument
64 mapi_table_make_current(tbl); in api_make_dispatch_current()
/external/mesa3d/src/mapi/mapi/
Dmapi.c145 struct mapi_table *tbl; in mapi_table_create() local
147 tbl = malloc(MAPI_TABLE_SIZE); in mapi_table_create()
148 if (tbl) in mapi_table_create()
149 memcpy(tbl, noop, MAPI_TABLE_SIZE); in mapi_table_create()
151 return tbl; in mapi_table_create()
158 mapi_table_destroy(struct mapi_table *tbl) in mapi_table_destroy() argument
160 free(tbl); in mapi_table_destroy()
168 mapi_table_fill(struct mapi_table *tbl, const mapi_proc *procs) in mapi_table_fill() argument
180 table_set_func(tbl, slot, func); in mapi_table_fill()
188 mapi_table_make_current(const struct mapi_table *tbl) in mapi_table_make_current() argument
[all …]
Du_current.c233 u_current_set(const struct mapi_table *tbl) in u_current_set() argument
239 if (!tbl) in u_current_set()
240 tbl = (const struct mapi_table *) table_noop_array; in u_current_set()
243 u_current_table = (struct mapi_table *) tbl; in u_current_set()
245 u_tsd_set(&u_current_table_tsd, (void *) tbl); in u_current_set()
246 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set()
248 u_current_table = (struct mapi_table *) tbl; in u_current_set()
Dtable.h56 table_set_func(struct mapi_table *tbl, int slot, mapi_func func) in table_set_func() argument
58 mapi_func *funcs = (mapi_func *) tbl; in table_set_func()
66 table_get_func(const struct mapi_table *tbl, int slot) in table_get_func() argument
68 const mapi_func *funcs = (const mapi_func *) tbl; in table_get_func()
Dmapi.h58 mapi_table_destroy(struct mapi_table *tbl);
61 mapi_table_fill(struct mapi_table *tbl, const mapi_proc *procs);
64 mapi_table_make_current(const struct mapi_table *tbl);
/external/jpeg/
Djcomapi.c88 JQUANT_TBL *tbl; in jpeg_alloc_quant_table() local
90 tbl = (JQUANT_TBL *) in jpeg_alloc_quant_table()
92 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_quant_table()
93 return tbl; in jpeg_alloc_quant_table()
100 JHUFF_TBL *tbl; in jpeg_alloc_huff_table() local
102 tbl = (JHUFF_TBL *) in jpeg_alloc_huff_table()
104 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_huff_table()
105 return tbl; in jpeg_alloc_huff_table()
Djcphuff.c110 int ci, tbl; in start_pass_phuff() local
154 tbl = compptr->dc_tbl_no; in start_pass_phuff()
156 entropy->ac_tbl_no = tbl = compptr->ac_tbl_no; in start_pass_phuff()
161 if (tbl < 0 || tbl >= NUM_HUFF_TBLS) in start_pass_phuff()
162 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, tbl); in start_pass_phuff()
165 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()
166 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()
169 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff()
173 jpeg_make_c_derived_tbl(cinfo, is_DC_band, tbl, in start_pass_phuff()
174 & entropy->derived_tbls[tbl]); in start_pass_phuff()
[all …]
Djdphuff.c95 int ci, coefi, tbl; in start_pass_phuff_decoder() local
167 tbl = compptr->dc_tbl_no; in start_pass_phuff_decoder()
168 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, in start_pass_phuff_decoder()
169 & entropy->derived_tbls[tbl]); in start_pass_phuff_decoder()
172 tbl = compptr->ac_tbl_no; in start_pass_phuff_decoder()
173 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, in start_pass_phuff_decoder()
174 & entropy->derived_tbls[tbl]); in start_pass_phuff_decoder()
176 entropy->ac_derived_tbl = entropy->derived_tbls[tbl]; in start_pass_phuff_decoder()
294 d_derived_tbl * tbl; in decode_mcu_DC_first() local
319 tbl = entropy->derived_tbls[compptr->dc_tbl_no]; in decode_mcu_DC_first()
[all …]
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcomapi.c89 JQUANT_TBL *tbl; in jpeg_alloc_quant_table() local
91 tbl = (JQUANT_TBL *) in jpeg_alloc_quant_table()
93 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_quant_table()
94 return tbl; in jpeg_alloc_quant_table()
101 JHUFF_TBL *tbl; in jpeg_alloc_huff_table() local
103 tbl = (JHUFF_TBL *) in jpeg_alloc_huff_table()
105 tbl->sent_table = FALSE; /* make sure this is false in any new table */ in jpeg_alloc_huff_table()
106 return tbl; in jpeg_alloc_huff_table()
Dfpdfapi_jcphuff.c111 int ci, tbl; in start_pass_phuff() local
155 tbl = compptr->dc_tbl_no; in start_pass_phuff()
157 entropy->ac_tbl_no = tbl = compptr->ac_tbl_no; in start_pass_phuff()
162 if (tbl < 0 || tbl >= NUM_HUFF_TBLS) in start_pass_phuff()
163 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, tbl); in start_pass_phuff()
166 if (entropy->count_ptrs[tbl] == NULL) in start_pass_phuff()
167 entropy->count_ptrs[tbl] = (long *) in start_pass_phuff()
170 MEMZERO(entropy->count_ptrs[tbl], 257 * SIZEOF(long)); in start_pass_phuff()
174 jpeg_make_c_derived_tbl(cinfo, is_DC_band, tbl, in start_pass_phuff()
175 & entropy->derived_tbls[tbl]); in start_pass_phuff()
[all …]
Dfpdfapi_jdphuff.c97 int ci, coefi, tbl; in start_pass_phuff_decoder() local
169 tbl = compptr->dc_tbl_no; in start_pass_phuff_decoder()
170 jpeg_make_d_derived_tbl(cinfo, TRUE, tbl, in start_pass_phuff_decoder()
171 & entropy->derived_tbls[tbl]); in start_pass_phuff_decoder()
174 tbl = compptr->ac_tbl_no; in start_pass_phuff_decoder()
175 jpeg_make_d_derived_tbl(cinfo, FALSE, tbl, in start_pass_phuff_decoder()
176 & entropy->derived_tbls[tbl]); in start_pass_phuff_decoder()
178 entropy->ac_derived_tbl = entropy->derived_tbls[tbl]; in start_pass_phuff_decoder()
296 d_derived_tbl * tbl; in decode_mcu_DC_first() local
321 tbl = entropy->derived_tbls[compptr->dc_tbl_no]; in decode_mcu_DC_first()
[all …]
/external/llvm/test/MC/AArch64/
Dneon-tbl.s9 tbl v0.8b, { v1.16b }, v2.8b
10 tbl v0.8b, { v1.16b, v2.16b }, v2.8b
11 tbl v0.8b, { v1.16b, v2.16b, v3.16b }, v2.8b
12 tbl v0.8b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.8b
13 tbl v0.8b, { v31.16b, v0.16b, v1.16b, v2.16b }, v2.8b
21 tbl v0.16b, { v1.16b }, v2.16b
22 tbl v0.16b, { v1.16b, v2.16b }, v2.16b
23 tbl v0.16b, { v1.16b, v2.16b, v3.16b }, v2.16b
24 tbl v0.16b, { v1.16b, v2.16b, v3.16b, v4.16b }, v2.16b
25 tbl v0.16b, { v30.16b, v31.16b, v0.16b, v1.16b }, v2.16b
/external/libhevc/common/arm64/
Dihevc_intra_pred_luma_mode_3_to_9.s182 tbl v12.8b, {v0.16b},v1.8b //load from ref_main_idx (row 0)
185 tbl v13.8b, {v0.16b},v19.8b //load from ref_main_idx + 1 (row 0)
189 tbl v16.8b, {v0.16b},v4.8b //load from ref_main_idx (row 1)
193 tbl v17.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 1)
199 tbl v14.8b, {v0.16b},v1.8b //load from ref_main_idx (row 2)
203 tbl v15.8b, {v0.16b},v19.8b //load from ref_main_idx + 1 (row 2)
210 tbl v23.8b, {v0.16b},v4.8b //load from ref_main_idx (row 3)
214 tbl v25.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 3)
221 tbl v12.8b, {v0.16b},v1.8b //load from ref_main_idx (row 4)
225 tbl v13.8b, {v0.16b},v19.8b //load from ref_main_idx + 1 (row 4)
[all …]
Dihevc_intra_pred_filters_luma_mode_11_to_17.s302 tbl v12.8b, {v0.16b},v19.8b //load from ref_main_idx (row 0)
305 tbl v13.8b, {v0.16b},v21.8b //load from ref_main_idx + 1 (row 0)
309 tbl v16.8b, {v0.16b},v4.8b //load from ref_main_idx (row 1)
313 tbl v17.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 1)
319 tbl v14.8b, {v0.16b},v19.8b //load from ref_main_idx (row 2)
323 tbl v15.8b, {v0.16b},v21.8b //load from ref_main_idx + 1 (row 2)
330 tbl v23.8b, {v0.16b},v4.8b //load from ref_main_idx (row 3)
334 tbl v25.8b, {v0.16b},v5.8b //load from ref_main_idx + 1 (row 3)
341 tbl v12.8b, {v0.16b},v19.8b //load from ref_main_idx (row 4)
345 tbl v13.8b, {v0.16b},v21.8b //load from ref_main_idx + 1 (row 4)
[all …]
Dihevc_intra_pred_chroma_mode_3_to_9.s179 tbl v25.8b, { v0.16b, v1.16b}, v2.8b //load from ref_main_idx (row 0)
182 tbl v13.8b, { v0.16b, v1.16b}, v3.8b //load from ref_main_idx + 1 (row 0)
188 tbl v16.8b, { v0.16b, v1.16b}, v4.8b //load from ref_main_idx (row 1)
192 tbl v17.8b, { v0.16b, v1.16b}, v5.8b //load from ref_main_idx + 1 (row 1)
198 tbl v14.8b, { v0.16b, v1.16b}, v2.8b //load from ref_main_idx (row 2)
202 tbl v15.8b, { v0.16b, v1.16b}, v3.8b //load from ref_main_idx + 1 (row 2)
209 tbl v19.8b, { v0.16b, v1.16b}, v4.8b //load from ref_main_idx (row 3)
213 tbl v23.8b, { v0.16b, v1.16b}, v5.8b //load from ref_main_idx + 1 (row 3)
220 tbl v25.8b, { v0.16b, v1.16b}, v2.8b //load from ref_main_idx (row 4)
224 tbl v13.8b, { v0.16b, v1.16b}, v3.8b //load from ref_main_idx + 1 (row 4)
[all …]
Dihevc_intra_pred_filters_chroma_mode_11_to_17.s300 tbl v12.8b, { v0.16b, v1.16b}, v19.8b //load from ref_main_idx (row 0)
303 tbl v13.8b, { v0.16b, v1.16b}, v21.8b //load from ref_main_idx + 1 (row 0)
310 tbl v16.8b, { v0.16b, v1.16b}, v4.8b //load from ref_main_idx (row 1)
314 tbl v17.8b, { v0.16b, v1.16b}, v5.8b //load from ref_main_idx + 1 (row 1)
320 tbl v14.8b, { v0.16b, v1.16b}, v19.8b //load from ref_main_idx (row 2)
324 tbl v15.8b, { v0.16b, v1.16b}, v21.8b //load from ref_main_idx + 1 (row 2)
331 tbl v23.8b, { v0.16b, v1.16b}, v4.8b //load from ref_main_idx (row 3)
335 tbl v25.8b, { v0.16b, v1.16b}, v5.8b //load from ref_main_idx + 1 (row 3)
342 tbl v12.8b, { v0.16b, v1.16b}, v19.8b //load from ref_main_idx (row 4)
346 tbl v13.8b, { v0.16b, v1.16b}, v21.8b //load from ref_main_idx + 1 (row 4)
[all …]
/external/boringssl/src/crypto/asn1/
Da_strnid.c68 static void st_free(ASN1_STRING_TABLE *tbl);
124 ASN1_STRING_TABLE *tbl; in ASN1_STRING_set_by_NID() local
129 tbl = ASN1_STRING_TABLE_get(nid); in ASN1_STRING_set_by_NID()
130 if(tbl) { in ASN1_STRING_set_by_NID()
131 mask = tbl->mask; in ASN1_STRING_set_by_NID()
132 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask; in ASN1_STRING_set_by_NID()
134 tbl->minsize, tbl->maxsize); in ASN1_STRING_set_by_NID()
247 static void st_free(ASN1_STRING_TABLE *tbl) in st_free() argument
249 if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl); in st_free()
Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent) in ASN1_BIT_STRING_name_print() argument
70 for(bnam = tbl; bnam->lname; bnam++) { in ASN1_BIT_STRING_name_print()
82 BIT_STRING_BITNAME *tbl) in ASN1_BIT_STRING_set_asc() argument
85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl); in ASN1_BIT_STRING_set_asc()
94 int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl) in ASN1_BIT_STRING_num_asc() argument
97 for(bnam = tbl; bnam->lname; bnam++) { in ASN1_BIT_STRING_num_asc()
/external/mksh/src/
Dvar.c48 static char *formatstr(struct tbl *, const char *);
49 static void exportprep(struct tbl *, const char *);
52 static void getspec(struct tbl *);
53 static void setspec(struct tbl *);
54 static void unsetspec(struct tbl *);
55 static int getint(struct tbl *, mksh_ari_u *, bool);
94 struct tbl *vp, **vpp = l->vars.tbls, *vq; in popblock()
133 struct tbl *tp; in initvar()
148 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h) in varsearch()
150 register struct tbl *vp; in varsearch()
[all …]
Dexpr.c152 struct tbl *val;
154 struct tbl *evaling;
172 static struct tbl *evalexpr(Expr_state *, unsigned int);
174 static struct tbl *do_ppmm(Expr_state *, enum token, struct tbl *, bool);
175 static void assign_check(Expr_state *, enum token, struct tbl *);
176 static struct tbl *intvar(Expr_state *, struct tbl *);
184 struct tbl v; in evaluate()
198 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate()
201 struct tbl *v; in v_evaluate()
310 static struct tbl *
[all …]
/external/e2fsprogs/lib/ss/
Dexecute_cmd.c50 static struct _ss_request_entry * get_request (tbl, idx) in get_request() argument
51 ss_request_table * tbl; in get_request()
54 struct _ss_request_table *tbl1 = (struct _ss_request_table *) tbl;
59 #define get_request(tbl,idx) ((tbl) -> requests + (idx)) argument
/external/fio/arch/
Darch-ppc.h66 unsigned int tbl, tbu0, tbu1; in get_cpu_clock() local
72 tbl = mfspr(SPRN_ATBL); in get_cpu_clock()
76 tbl = mfspr(SPRN_TBRL); in get_cpu_clock()
81 ret = (((unsigned long long)tbu0) << 32) | tbl; in get_cpu_clock()

1234