Home
last modified time | relevance | path

Searched refs:one_bit (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dgethex.c272 goto one_bit;
276 goto one_bit;
280 one_bit:
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h633 // bit specifier. one_bit is the position of the additional single bit
635 inline int VFPGlueRegValue(VFPRegPrecision pre, int four_bit, int one_bit) { in VFPGlueRegValue() argument
637 return (Bits(four_bit + 3, four_bit) << 1) | Bit(one_bit); in VFPGlueRegValue()
639 int reg_num = (Bit(one_bit) << 4) | Bits(four_bit + 3, four_bit); in VFPGlueRegValue()
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H A DTest.h87 bool one_bit : 1; member
H A DTest.cc60 return thirty_one_bits == first && one_bit == second; in assert()

Completed in 7 milliseconds