HomeSort by relevance Sort by last modified time
    Searched full:hiadd (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8statetable.h 85 const uint32 hiadd; member in struct:__anon15527
101 const uint32 hiadd; member in struct:__anon15528
cld_utf8statetable.cc 161 uint32 hiadd = st->hiadd; local
166 // This is a fast range check for all bytes in [lowsub..0x80-hiadd)
167 uint32 temp = (s0123 - losub) | (s0123 + hiadd) |
168 (s4567 - losub) | (s4567 + hiadd);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 60 const uint32 hiadd; member in struct:google::protobuf::internal::__anon18742
376 const uint32 hiadd = st->hiadd; local
393 // This is a fast range check for all bytes in [lowsub..0x80-hiadd)
394 uint32 temp = (s0123 - losub) | (s0123 + hiadd) |
395 (s4567 - losub) | (s4567 + hiadd);
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 60 const uint32 hiadd; member in struct:google::protobuf::internal::__anon32723
376 const uint32 hiadd = st->hiadd; local
393 // This is a fast range check for all bytes in [lowsub..0x80-hiadd)
394 uint32 temp = (s0123 - losub) | (s0123 + hiadd) |
395 (s4567 - losub) | (s4567 + hiadd);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 386 milliseconds