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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8statetable.h 85 const uint32 hiadd; member in struct:__anon16350
101 const uint32 hiadd; member in struct:__anon16351
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::__anon19485
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::__anon33609
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);

Completed in 60 milliseconds