Home
last modified time | relevance | path

Searched defs:bsr (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp60 uint32_t bsr; in clz32() local
/third_party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp68 uint32_t bsr; in clz32() local
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1579 xfs_fsop_bulkreq_t bsr; in bulkstat_f() local
1612 xfs_fsop_bulkreq_t bsr; in bulkstat1_f() local
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1313 uint8_t bsr, uint8_t slot_id) in xhci_cmd_set_address()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1793 static constexpr ValueType bsr = member in Ice::X8632::Test::__anon6d0aa2b60111::BitScanHelper
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1809 static constexpr ValueType bsr = member in Ice::X8664::Test::__anoncd615f3b0111::BitScanHelper
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java3255 ByteBuffer bsr = ByteBuffer.allocate(0x100); in TestCharsetISCII() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp2720 void AssemblerX8632::bsr(Type Ty, GPRRegister dst, GPRRegister src) { in bsr() function in Ice::X8632::AssemblerX8632
2730 void AssemblerX8632::bsr(Type Ty, GPRRegister dst, const AsmAddress &src) { in bsr() function in Ice::X8632::AssemblerX8632
DIceAssemblerX8664.cpp2871 void AssemblerX8664::bsr(Type Ty, GPRRegister dst, GPRRegister src) { in bsr() function in Ice::X8664::AssemblerX8664
2882 void AssemblerX8664::bsr(Type Ty, GPRRegister dst, const AsmAddress &src) { in bsr() function in Ice::X8664::AssemblerX8664
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c9796 int bsr = 0; /* Unset; can be set by the pattern */ in pcre2_compile() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h722 void bsr(Register dst, Register src) { bsr(dst, Operand(src)); } in bsr() function
Dassembler-ia32.cc1471 void Assembler::bsr(Register dst, Operand src) { in bsr() function in v8::internal::Assembler