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

  /external/v8/src/arm64/
assembler-arm64.cc 2494 unsigned high_bit = (8 << (extend & 0x3)) - 1; local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 225 const uint32_t high_bit = 1 << 30; local
226 assert(ret < high_bit);
228 ret |= high_bit;
    [all...]
upb.h 7779 int high_bit = 63 - __builtin_clzll(val); \/* 0-based, undef if val == 0. *\/ local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 268 const uint32_t high_bit = 1 << 30; local
269 assert(ret < high_bit);
271 ret |= high_bit;
    [all...]
upb.h 8079 int high_bit = 63 - __builtin_clzll(val); \/* 0-based, undef if val == 0. *\/ local
    [all...]

Completed in 684 milliseconds