/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 3255 ByteBuffer bsr = ByteBuffer.allocate(0x100); in TestCharsetISCII() 3289 bsr.put((byte)0xA1); bsr.put((byte)0xA2); bsr.put((byte)0xA3); bsr.put((byte)0xA4); bsr.put((byte)0xA5); bsr.put((byte)0xA6); in TestCharsetISCII() 3290 bsr.put((byte)0xA7); bsr.put((byte)0xA8); bsr in TestCharsetISCII() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_mathlib_softfloat.cpp | 60 uint32_t bsr; in clz32() local 61 __asm__("bsrl %1, %0": "=r"(bsr):"r"(inp | 1)); in clz32() 62 return 31 - bsr; in clz32()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_mathlib_softfloat.cpp | 68 uint32_t bsr; in clz32() local 69 __asm__("bsrl %1, %0": "=r"(bsr):"r"(inp | 1)); in clz32() 70 return 31 - bsr; in clz32()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1580 xfs_fsop_bulkreq_t bsr; in bulkstat_f() local 1588 memset(&bsr, 0, sizeof(bsr)); in bulkstat_f() 1589 bsr.lastip = &last; in bulkstat_f() 1590 bsr.icount = nent; in bulkstat_f() 1591 bsr.ubuffer = t; in bulkstat_f() 1592 bsr.ocount = &count; in bulkstat_f() 1594 while (ioctl(fd, XFS_IOC_FSBULKSTAT, &bsr) == 0 && count > 0) in bulkstat_f() 1613 xfs_fsop_bulkreq_t bsr; in bulkstat1_f() local 1644 memset(&bsr, in bulkstat1_f() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbcdsp.asm | 155 bsr blkd, blkd 160 bsr blkd, blkd
|
H A D | h264_idct.asm | 749 bsr t0d, t3d
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-alpha.pl | 276 bsr $t0,picmeup 351 bsr $t0,picmeup
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-alpha.pl | 276 bsr $t0,picmeup 351 bsr $t0,picmeup
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 828 void bsr(Type Ty, GPRRegister dst, GPRRegister src); 829 void bsr(Type Ty, GPRRegister dst, const AsmAddress &src);
|
H A D | IceAssemblerX8664.h | 824 void bsr(Type Ty, GPRRegister dst, GPRRegister src); 825 void bsr(Type Ty, GPRRegister dst, const AsmAddress &src);
|
H A D | IceAssemblerX8632.cpp | 2720 void AssemblerX8632::bsr(Type Ty, GPRRegister dst, GPRRegister src) { 2730 void AssemblerX8632::bsr(Type Ty, GPRRegister dst, const AsmAddress &src) {
|
H A D | IceAssemblerX8664.cpp | 2871 void AssemblerX8664::bsr(Type Ty, GPRRegister dst, GPRRegister src) { 2882 void AssemblerX8664::bsr(Type Ty, GPRRegister dst, const AsmAddress &src) {
|
H A D | IceInstX8632.h | 3297 template <> constexpr const char *InstX86Bsr::Base::Opcode = "bsr"; 3401 &Assembler::bsr, &Assembler::bsr, nullptr};
|
H A D | IceInstX8664.h | 3194 template <> constexpr const char *InstX86Bsr::Base::Opcode = "bsr"; 3298 &Assembler::bsr, &Assembler::bsr, nullptr};
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 722 void bsr(Register dst, Register src) { bsr(dst, Operand(src)); } in bsr() function in v8::internal::Assembler 723 void bsr(Register dst, Operand src);
|
H A D | macro-assembler-ia32.cc | 1644 bsr(dst, src); in CallRecordWriteStub()
|
H A D | assembler-ia32.cc | 1471 void Assembler::bsr(Register dst, Operand src) { in bsr() function in v8::internal::Assembler
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a)) 399 #define BSR_W(a, b) CHOICE(bsrw ARG2(a,b), bsrw ARG2(a,b), _WTOG bsr ARG2(b,a)) 1126 #define BSR_L(a, b) bsr L_(b), L_(a) 1127 #define BSR_W(a, b) bsr W_(b), W_(a)
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 9796 int bsr = 0; /* Unset; can be set by the pattern */ in pcre2_compile() local 9975 bsr = p->value; in pcre2_compile() 10065 if (bsr == 0) bsr = ccontext->bsr_convention; in pcre2_compile() 10281 re->bsr_convention = bsr; in pcre2_compile()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 1312 uint8_t bsr, uint8_t slot_id) in xhci_cmd_set_address() 1324 if (bsr) in xhci_cmd_set_address() 1311 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) xhci_cmd_set_address() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | GPRArith.cpp | 1793 static constexpr ValueType bsr = member in Ice::X8632::Test::__anon25533::BitScanHelper 1852 TestImplRegReg(bsr, Dst, Src, Value1, Size); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | GPRArith.cpp | 1809 static constexpr ValueType bsr = member in Ice::X8664::Test::__anon25541::BitScanHelper 1865 TestImplRegReg(bsr, Dst, Src, Value1, Size); \ in TEST_F()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1808 bsr(safe_dst, src.high_gp()); // Sets ZF is high == 0. in emit_i64_clz() 1815 bsr(safe_dst, src.low_gp()); in emit_i64_clz()
|