Home
last modified time | relevance | path

Searched refs:bsr (Results 1 – 25 of 54) sorted by relevance

123

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java3253 ByteBuffer bsr = ByteBuffer.allocate(0x100); in TestCharsetISCII() local
3287bsr.put((byte)0xA1); bsr.put((byte)0xA2); bsr.put((byte)0xA3); bsr.put((byte)0xA4); bsr.put((byte)… in TestCharsetISCII()
3288bsr.put((byte)0xA7); bsr.put((byte)0xA8); bsr.put((byte)0xA9); bsr.put((byte)0xAA); bsr.put((byte)… in TestCharsetISCII()
3289bsr.put((byte)0xAD); bsr.put((byte)0xAE); bsr.put((byte)0xAF); bsr.put((byte)0xB0); bsr.put((byte)… in TestCharsetISCII()
3290bsr.put((byte)0xB3); bsr.put((byte)0xB4); bsr.put((byte)0xB5); bsr.put((byte)0xB6); bsr.put((byte)… in TestCharsetISCII()
3291bsr.put((byte)0xB9); bsr.put((byte)0xBA); bsr.put((byte)0xBB); bsr.put((byte)0xBC); bsr.put((byte)… in TestCharsetISCII()
3292bsr.put((byte)0xBF); bsr.put((byte)0xC0); bsr.put((byte)0xC1); bsr.put((byte)0xC2); bsr.put((byte)… in TestCharsetISCII()
3293bsr.put((byte)0xC5); bsr.put((byte)0xC6); bsr.put((byte)0xC7); bsr.put((byte)0xC8); bsr.put((byte)… in TestCharsetISCII()
3294bsr.put((byte)0xCB); bsr.put((byte)0xCC); bsr.put((byte)0xCD); bsr.put((byte)0xCE); bsr.put((byte)… in TestCharsetISCII()
3295bsr.put((byte)0xD1); bsr.put((byte)0xD2); bsr.put((byte)0xD3); bsr.put((byte)0xD4); bsr.put((byte)… in TestCharsetISCII()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp60 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/libffi/src/m88k/
Dobsd.S199 bsr ffi_closure_OBSD_inner#plt
201 bsr ffi_closure_OBSD_inner
/third_party/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c1579 xfs_fsop_bulkreq_t bsr; in bulkstat_f() local
1587 memset(&bsr, 0, sizeof(bsr)); in bulkstat_f()
1588 bsr.lastip = &last; in bulkstat_f()
1589 bsr.icount = nent; in bulkstat_f()
1590 bsr.ubuffer = t; in bulkstat_f()
1591 bsr.ocount = &count; in bulkstat_f()
1593 while (ioctl(fd, XFS_IOC_FSBULKSTAT, &bsr) == 0 && count > 0) in bulkstat_f()
1612 xfs_fsop_bulkreq_t bsr; in bulkstat1_f() local
1643 memset(&bsr, 0, sizeof(bsr)); in bulkstat1_f()
1644 bsr.lastip = &ino; in bulkstat1_f()
[all …]
/third_party/e2fsprogs/contrib/
Dfsstress.c1611 xfs_fsop_bulkreq_t bsr; in bulkstat_f() local
1619 memset(&bsr, 0, sizeof(bsr)); in bulkstat_f()
1620 bsr.lastip = &last; in bulkstat_f()
1621 bsr.icount = nent; in bulkstat_f()
1622 bsr.ubuffer = t; in bulkstat_f()
1623 bsr.ocount = &count; in bulkstat_f()
1625 while (ioctl(fd, XFS_IOC_FSBULKSTAT, &bsr) == 0 && count > 0) in bulkstat_f()
1644 xfs_fsop_bulkreq_t bsr; in bulkstat1_f() local
1675 memset(&bsr, 0, sizeof(bsr)); in bulkstat1_f()
1676 bsr.lastip = &ino; in bulkstat1_f()
[all …]
/third_party/libffi/src/m68k/
Dsysv.S85 bsr.l CALLFUNC(ffi_prep_args@PLTPC)
237 bsr.l CALLFUNC(ffi_closure_SYSV_inner@PLTPC)
348 bsr.l CALLFUNC(ffi_closure_SYSV_inner@PLTPC)
/third_party/libffi/src/sh/
Dsysv.S125 bsr L_pop_d
175 bsr L_pop_f
232 bsr L_pop_i
377 bsr L_pop_d
412 bsr L_pop_i
/third_party/ffmpeg/libavcodec/x86/
Dsbcdsp.asm155 bsr blkd, blkd
160 bsr blkd, blkd
/third_party/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm497 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
533 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
556 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
579 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm497 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
535 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
558 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
581 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm497 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
533 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
556 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
579 bsr T1d, T1d ; idx = 16 - (__builtin_clz(idx)>>1);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm516 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
557 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
580 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
604 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
/third_party/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm516 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
555 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
578 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
602 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm516 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
555 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
578 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
602 bsr T1, T1 ; idx = 16 - (__builtin_clz(idx)>>1);
/third_party/openh264/codec/decoder/core/inc/
Dvlc_decoder.h110 __asm bsr eax, local\
/third_party/pcre2/pcre2/testdata/
Dtestinput7534 /^a\Rb/bsr=unicode,utf
546 /^a\R*b/bsr=unicode,utf
557 /^a\R+b/bsr=unicode,utf
569 /^a\R{1,3}b/bsr=unicode,utf
619 /a\Rb/I,bsr=anycrlf,utf
627 /a\Rb/I,bsr=unicode,utf
634 /a\R?b/I,bsr=anycrlf,utf
642 /a\R?b/I,bsr=unicode,utf
Dtestinput5210 /^a\Rb/bsr=unicode,utf
222 /^a\R*b/bsr=unicode,utf
233 /^a\R+b/bsr=unicode,utf
245 /^a\R{1,3}b/bsr=unicode,utf
298 /a\Rb/I,bsr=anycrlf,utf
306 /a\Rb/I,bsr=unicode,utf
313 /a\R?b/I,bsr=anycrlf,utf
321 /a\R?b/I,bsr=unicode,utf
736 /\R+/bsr=unicode,utf
Dtestinput64102 /^a\Rb/bsr=unicode
4112 /^a\R*b/bsr=unicode
4123 /^a\R+b/bsr=unicode
4135 /^a\R{1,3}b/bsr=unicode
4252 /a\Rb/I,bsr=anycrlf
4260 /a\Rb/I,bsr=unicode
4267 /a\R?b/I,bsr=anycrlf
4275 /a\R?b/I,bsr=unicode
4282 /a\R{2,4}b/I,bsr=anycrlf
4290 /a\R{2,4}b/I,bsr=unicode
Dtestinput21918 /^a\Rb/bsr=unicode
1928 /^a\R*b/bsr=unicode
1939 /^a\R+b/bsr=unicode
1951 /^a\R{1,3}b/bsr=unicode
2274 /a\Rb/I,bsr=anycrlf
2282 /a\Rb/I,bsr=unicode
2289 /a\R?b/I,bsr=anycrlf
2297 /a\R?b/I,bsr=unicode
2304 /a\R{2,4}b/I,bsr=anycrlf
2312 /a\R{2,4}b/I,bsr=unicode
Dtestoutput5543 /^a\Rb/bsr=unicode,utf
564 /^a\R*b/bsr=unicode,utf
584 /^a\R+b/bsr=unicode,utf
605 /^a\R{1,3}b/bsr=unicode,utf
714 /a\Rb/I,bsr=anycrlf,utf
733 /a\Rb/I,bsr=unicode,utf
751 /a\R?b/I,bsr=anycrlf,utf
770 /a\R?b/I,bsr=unicode,utf
1535 /\R+/bsr=unicode,utf
Dtestoutput66207 /^a\Rb/bsr=unicode
6224 /^a\R*b/bsr=unicode
6244 /^a\R+b/bsr=unicode
6265 /^a\R{1,3}b/bsr=unicode
6449 /a\Rb/I,bsr=anycrlf
6467 /a\Rb/I,bsr=unicode
6484 /a\R?b/I,bsr=anycrlf
6502 /a\R?b/I,bsr=unicode
6519 /a\R{2,4}b/I,bsr=anycrlf
6537 /a\R{2,4}b/I,bsr=unicode
Dtestinput12159 /\R*A/I,bsr=unicode,utf
Dtestinput11254 /\R+/I,bsr=unicode
Dtestoutput7887 /^a\Rb/bsr=unicode,utf
908 /^a\R*b/bsr=unicode,utf
928 /^a\R+b/bsr=unicode,utf
949 /^a\R{1,3}b/bsr=unicode,utf
1032 /a\Rb/I,bsr=anycrlf,utf
1051 /a\Rb/I,bsr=unicode,utf
1069 /a\R?b/I,bsr=anycrlf,utf
1088 /a\R?b/I,bsr=unicode,utf
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h828 void bsr(Type Ty, GPRRegister dst, GPRRegister src);
829 void bsr(Type Ty, GPRRegister dst, const AsmAddress &src);

123