Home
last modified time | relevance | path

Searched defs:bsr (Results 1 – 10 of 10) 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/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/e2fsprogs/contrib/
Dfsstress.c1611 xfs_fsop_bulkreq_t bsr; in bulkstat_f() local
1644 xfs_fsop_bulkreq_t bsr; in bulkstat1_f() local
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1319 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::__anon5b73bd550111::BitScanHelper
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1809 static constexpr ValueType bsr = member in Ice::X8664::Test::__anonbbca79da0111::BitScanHelper
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java3253 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.c9702 int bsr = 0; /* Unset; can be set by the pattern */ in pcre2_compile() local