Home
last modified time | relevance | path

Searched refs:tbl1 (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ss/
Dexecute_cmd.c54 struct _ss_request_table *tbl1 = (struct _ss_request_table *) tbl; local
55 struct _ss_request_entry *e = (struct _ss_request_entry *) tbl1->requests;
/external/llvm/test/CodeGen/AArch64/
Darm64-tbl.ll6 %tmp3 = call <8 x i8> @llvm.aarch64.neon.tbl1.v8i8(<16 x i8> %A, <8 x i8> %B)
13 %tmp3 = call <16 x i8> @llvm.aarch64.neon.tbl1.v16i8(<16 x i8> %A, <16 x i8> %B)
59 declare <8 x i8> @llvm.aarch64.neon.tbl1.v8i8(<16 x i8>, <8 x i8>) nounwind readnone
60 declare <16 x i8> @llvm.aarch64.neon.tbl1.v16i8(<16 x i8>, <16 x i8>) nounwind readnone
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp150 TSingleSubstFormat1 *tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i]; in GetVerticalGlyphSub2() local
151 if(GetCoverageIndex(tbl1->Coverage, glyphnum) >= 0) { in GetVerticalGlyphSub2()
152 *vglyphnum = glyphnum + tbl1->DeltaGlyphID; in GetVerticalGlyphSub2()