HomeSort by relevance Sort by last modified time
    Searched defs:Tbl (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 348 // Return true if current Tbl pointer is within state0 range
350 static inline bool InStateZero(const UTF8ScanObj* st, const uint8* Tbl) {
352 return (static_cast<uint32>(Tbl - Tbl0) < st->state0_size);
420 const uint8* Tbl = Tbl_0;
423 e = Tbl[c];
426 Tbl = &Tbl_0[e << eshift];
443 if (!InStateZero(st, Tbl)) {
448 } else if (!InStateZero(st, Tbl)) {
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h     [all...]

Completed in 585 milliseconds