Home
last modified time | relevance | path

Searched refs:xb (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/icu/icu4c/source/test/testdata/codepointtrie/
Dset2-overlap.small16.toml26 0x78,0x78,0x78,0x78,0x78,0x78,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
27 0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
28 0xb,0xb,0xb,0xb,0xb,0xb,0x98,0xb1,0xbb,0xce
63 index3NullOffset = 0xb
Dset2-overlap.32.toml80 0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x167,0x172,0xb3,0xb3,0xb3,0xb3,0xb,0xb,
81 0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
82 0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0x408,0x421,
118 index3NullOffset = 0xb
Dset2-overlap.16.toml80 0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x161,0x167,0x172,0xb3,0xb3,0xb3,0xb3,0xb,0xb,
81 0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
82 0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0x408,0x421,
118 index3NullOffset = 0xb
Dshort-all-same.small16.toml28 0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,0xb,
289 0x90,8,0xa0,9,0xb0,0xa,0xc0,0xb,0xd0,0xc,0xe0,0xd,0xf0,0xe,0x100,0xf,
/third_party/FreeBSD/contrib/gdtoa/
Dmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
301 xb = b->x;
302 xbe = xb + wb;
305 for(; xb < xbe; xc0++) {
306 if ( (y = *xb++) !=0) {
321 for(; xb < xbe; xb++, xc0++) {
322 if ( (y = *xb & 0xffff) !=0) {
336 if ( (y = *xb >> 16) !=0) {
353 for(; xb < xbe; xc0++) {
354 if ( (y = *xb++) !=0) {
[all …]
Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
54 xb = b->x;
59 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
61 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
76 y = *xa++ + *xb++ + carry;
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Des2gears-a320.log18 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
545 !+ 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
818 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
878 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
939 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
969 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
987 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
1017 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
1035 PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
1065 + 0000000b PC_VERTEX_REUSE_BLOCK_CNTL: 0xb
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeMatch2.js21 var xb = { f1: 5, f2: gg }; variable
22 xa = xb; // Should be ok
23 xb = xa; // Not ok
90 var xb = { f1: 5, f2: gg }; variable
91 xa = xb; // Should be ok
92 xb = xa; // Not ok
DtypeMatch2.symbols75 var xb = { f1: 5, f2: gg };
76 >xb : Symbol(xb, Decl(typeMatch2.ts, 19, 7))
81 xa = xb; // Should be ok
83 >xb : Symbol(xb, Decl(typeMatch2.ts, 19, 7))
85 xb = xa; // Not ok
86 >xb : Symbol(xb, Decl(typeMatch2.ts, 19, 7))
DtypeMatch2.types100 var xb = { f1: 5, f2: gg };
101 >xb : { f1: number; f2: Giraffe[]; }
108 xa = xb; // Should be ok
109 >xa = xb : { f1: number; f2: Giraffe[]; }
111 >xb : { f1: number; f2: Giraffe[]; }
113 xb = xa; // Not ok
114 >xb = xa : { f1: number; f2: Animal[]; }
115 >xb : { f1: number; f2: Giraffe[]; }
DduplicatePackage_withErrors.symbols6 import { x as xb } from "b";
8 >xb : Symbol(xb, Decl(a.ts, 1, 8))
DduplicatePackage_withErrors.types6 import { x as xb } from "b";
8 >xb : number
/third_party/typescript/tests/issues_cookbook_tests/pages/cookbook/
D5.55.ets3 B = 0xb,
10 B = '0xb',
19 B = 0xb,
26 B = '0xb',
/third_party/musl/src/ctype/
Dtowctrans.c19 unsigned b, x, y, v, rt, xb, xn; in casemap() local
48 xb = (unsigned)rd >> 8; in casemap()
50 unsigned try = exceptions[xb+xn/2][0]; in casemap()
52 r = rules[exceptions[xb+xn/2][1]]; in casemap()
61 xb += xn/2; in casemap()
/third_party/musl/porting/linux/user/src/ctype/
Dtowctrans.c17 unsigned b, x, y, v, rt, xb, xn; in casemap() local
46 xb = (unsigned)rd >> 8; in casemap()
48 unsigned try = exceptions[xb+xn/2][0]; in casemap()
50 r = rules[exceptions[xb+xn/2][1]]; in casemap()
59 xb += xn/2; in casemap()
/third_party/openssl/crypto/chacha/asm/
Dchacha-x86.pl377 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7));
417 &pxor ($xb,$xc);
419 &movdqa ($xa_,$xb); # borrow as temporary
420 &pslld ($xb,12);
422 &por ($xb,$xa_);
424 &paddd ($xa,$xb);
432 &pxor ($xb,$xc);
434 &movdqa ($xa,$xb); # borrow as temporary
435 &pslld ($xb,7);
438 &por ($xb,$xa);
[all …]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
Dchacha-x86.pl377 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7));
417 &pxor ($xb,$xc);
419 &movdqa ($xa_,$xb); # borrow as temporary
420 &pslld ($xb,12);
422 &por ($xb,$xa_);
424 &paddd ($xa,$xb);
432 &pxor ($xb,$xc);
434 &movdqa ($xa,$xb); # borrow as temporary
435 &pslld ($xb,7);
438 &por ($xb,$xa);
[all …]
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
90 Xupdate(f,xi,xa,xb,xc,xd); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
95 Xupdate(f,xi,xa,xb,xc,xd); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
100 Xupdate(f,xa,xa,xb,xc,xd); \
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
105 Xupdate(f,xa,xa,xb,xc,xd); \
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
110 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/third_party/openssl/crypto/sha/
Dsha_local.h89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
90 Xupdate(f,xi,xa,xb,xc,xd); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
95 Xupdate(f,xi,xa,xb,xc,xd); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
100 Xupdate(f,xa,xa,xb,xc,xd); \
104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
105 Xupdate(f,xa,xa,xb,xc,xd); \
109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
110 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/third_party/lame/libmp3lame/i386/
Dchoose_table.nas80 dd 0x0009000a,0xa,0x000a000a,0xb,0x00000000,0x0,0x00020003,0x1,0x00040004,0x4,0x00070006,0x7
82 dd 0x00060006,0x8,0x00080007,0x9,0x000a0009,0xa,0x000a0009,0xb,0x0009000a,0xa,0x000a000a,0xa
85 dd 0x000a0009,0xb,0x000b000a,0xc,0x000a0009,0xb,0x000a000a,0xb,0x00000000,0x0,0x00070005,0x7
86 dd 0x00060006,0x7,0x00080007,0x9,0x000a0008,0xa,0x000a0009,0xa,0x000b000a,0xb,0x00000000,0x0
87 dd 0x00080007,0x8,0x00080007,0x9,0x00090008,0xa,0x000b0008,0xb,0x000a0009,0xc,0x000c000a,0xc
88 dd 0x000a000a,0xb,0x000b000a,0xc,0x00000000,0x0,0x00090007,0x8,0x000a0007,0x9,0x000a0008,0xa
89 dd 0x000b0009,0xb,0x000b0009,0xb,0x000c000a,0xb,0x00000000,0x0,0x00090008,0x9,0x000a0008,0xa
90 dd 0x000a0009,0xb,0x000b0009,0xc,0x000b000a,0xc,0x000c000a,0xc,0x000b000a,0xc,0x000c000b,0xc
91 dd 0x00000000,0x0,0x00090008,0x8,0x00090008,0x9,0x000a0009,0xa,0x000b0009,0xb,0x000c000a,0xb
92 dd 0x000c000b,0xc,0x00000000,0x0,0x00090009,0xa,0x000a0009,0xb,0x000b000a,0xc,0x000c000a,0xc
[all …]
/third_party/typescript/tests/cases/compiler/
DtypeMatch2.ts20 var xb = { f1: 5, f2: gg };
21 xa = xb; // Should be ok
22 xb = xa; // Not ok
/third_party/ffmpeg/libavcodec/
Dfmvc.c50 int yb, xb; member
501 for (x = 0; x < s->xb; x++) { in decode_frame()
562 s->xb = s->stride / BLOCK_WIDTH; in decode_init()
569 s->xb++; in decode_init()
584 s->nb_blocks = s->xb * s->yb; in decode_init()
592 for (j = 0; j < s->xb; j++) { in decode_init()
593 if (i != (s->yb - 1) || j != (s->xb - 1)) { in decode_init()
598 } else if (j == s->xb - 1) { in decode_init()
/third_party/ffmpeg/libavfilter/
Dcolorspace.c86 double xb = av_q2d(coeffs->b.x), yb = av_q2d(coeffs->b.y); in ff_fill_rgb2xyz_table() local
91 rgb2xyz[0][2] = xb / yb; in ff_fill_rgb2xyz_table()
95 rgb2xyz[2][2] = (1.0 - xb - yb) / yb; in ff_fill_rgb2xyz_table()
/third_party/python/Python/
Ddtoa.c625 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local
656 xb = b->x; in mult()
657 xbe = xb + wb; in mult()
659 for(; xb < xbe; xc0++) { in mult()
660 if ((y = *xb++)) { in mult()
845 ULong *xa, *xa0, *xb, *xb0; in cmp() local
861 xb = xb0 + j; in cmp()
863 if (*--xa != *--xb) in cmp()
864 return *xa < *xb ? -1 : 1; in cmp()
880 ULong *xa, *xae, *xb, *xbe, *xc; in diff() local
[all …]
/third_party/ffmpeg/libavfilter/aarch64/
Dvf_nlmeans_neon.S24 .macro acc_sum_store x, xb argument
26 ext v25.16B, v26.16B, \xb, #12 // ext(0000,ABCD,12)=0ABC

1234