Home
last modified time | relevance | path

Searched defs:setBit (Results 1 - 8 of 8) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.c46 eth_drv_config(struct netif *ni, u32_t cflags, u8_t setBit) in eth_drv_config() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h78 void setBit(uint64_t Pos, bool b) { in setBit() function
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h573 ANGLE_INLINE void updateIteratorBit(std::size_t pos, bool setBit) in updateIteratorBit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp538 void APInt::setBit(unsigned bitPosition) { in setBit() function in APInt
/third_party/backends/backend/
H A Depsonds.c2446 static void setBit (SANE_Byte* bytes, SANE_Int bitIndex, SANE_Bool isTrue) in setBit() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp1598 uint32_t setBit = (dst.GetSize() == BYTE_SIZE) ? (1U << static_cast<uint32_t>(BYTE_SIZE - 1)) in EncoderCastExtendFromInt32() local
1607 GetMasm()->Orr(VixlReg(dst), VixlReg(dst), setBit); in EncoderCastExtendFromInt32() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1311 int32_t setBit = (dst.GetSize() == BYTE_SIZE) ? (1UL << (BYTE_SIZE - 1)) : (1UL << (HALF_SIZE - 1)); in EncodeCastFloatWithSmallDst() local
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js

Completed in 42 milliseconds