Searched defs:Tbl (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DCostTable.h30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, unsigned len, int ISD, argument
33 if (ISD == Tbl[i].ISD && Ty == Tbl[i].Type)
42 int CostTableLookup(const CostTblEntry<TypeTy>(&Tbl)[N], int ISD,
44 return CostTableLookup(Tbl, N, ISD, Ty);
59 int ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy> *Tbl, argument
63 if (ISD == Tbl[i].ISD && Src == Tbl[i].Src && Dst == Tbl[i].Dst)
73 int ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy>(&Tbl)[
[all...]
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_utf8statetable.cc9 // Return true if current Tbl pointer is within state0 range
11 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { argument
13 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
29 const uint8* Tbl = Tbl_0; local
36 e = Tbl[c];
40 e = Tbl[c];
41 Tbl = &Tbl_0[e << eshift];
42 e = Tbl[lsrc[1]];
46 e = Tbl[c];
47 Tbl
87 const uint8* Tbl = Tbl_0; local
184 const uint8* Tbl = Tbl_0; local
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc346 // Return true if current Tbl pointer is within state0 range
348 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { argument
350 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
418 const uint8* Tbl = Tbl_0; local
421 e = Tbl[c];
424 Tbl = &Tbl_0[e << eshift];
441 if (!InStateZero(st, Tbl)) {
446 } else if (!InStateZero(st, Tbl)) {
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc346 // Return true if current Tbl pointer is within state0 range
348 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) { argument
350 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
418 const uint8* Tbl = Tbl_0; local
421 e = Tbl[c];
424 Tbl = &Tbl_0[e << eshift];
441 if (!InStateZero(st, Tbl)) {
446 } else if (!InStateZero(st, Tbl)) {

Completed in 272 milliseconds