Home
last modified time | relevance | path

Searched defs:high_bit (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/x64/
H A Dregister-x64.h66 int high_bit() const { return code() >> 3; } in high_bit() function in v8::internal::Register
189 int high_bit() const { return code() >> 3; } in high_bit() function in v8::internal::XMMRegister
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp833 auto high_bit = vf.temp_register(); in emit_image_size() local
/third_party/mbedtls/library/
H A Decp.c3088 int mbedtls_ecp_gen_privkey_mx(size_t high_bit, in mbedtls_ecp_gen_privkey_mx() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc3893 unsigned high_bit = (8 << (extend & 0x3)) - 1; in EmitExtendShift() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3615 const uint32_t high_bit = 1 << 30; in field_rank() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3170 const uint32_t high_bit = 1 << 30; in field_rank() local
H A Dupb.h6344 int high_bit = 63 - __builtin_clzll(val); /* 0-based, undef if val == 0. */ in upb_value_size() local

Completed in 64 milliseconds