/third_party/FreeBSD/contrib/gdtoa/ |
H A D | misc.c | 274 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 < xb 495 ULong *xa, *xa0, *xb, *xb0; global() local 531 ULong *xa, *xae, *xb, *xbe, *xc; global() local [all...] |
H A D | sum.c | 42 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/typescript/tests/baselines/reference/ |
H A D | typeMatch2.js | 21 var xb = { f1: 5, f2: gg }; 22 xa = xb; // Should be ok 23 xb = xa; // Not ok 90 var xb = { f1: 5, f2: gg };
91 xa = xb; // Should be ok
92 xb = xa; // Not ok
|
/third_party/elfutils/tests/ |
H A D | testfile-macros-0xff.s | 62 .uleb128 0xb 85 .uleb128 0xb 87 .uleb128 0xb 103 .uleb128 0xb 104 .uleb128 0xb 106 .uleb128 0xb
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 377 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7)); 410 #&paddd ($xa,$xb); # see elsewhere 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, [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 377 my ($xa,$xa_,$xb,$xb_,$xc,$xc_,$xd,$xd_)=map("xmm$_",(0..7)); 410 #&paddd ($xa,$xb); # see elsewhere 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, [all...] |
/third_party/musl/porting/linux/user/src/ctype/ |
H A D | towctrans.c | 17 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/musl/src/ctype/ |
H A D | towctrans.c | 19 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/ffmpeg/libavcodec/ |
H A D | mpeg12data.c | 82 { 0xb, 10 }, { 0x14, 12 }, { 0x14, 13 }, { 0x7, 5 }, 192 {0xb, 8}, 223 {0xb, 5}, 238 {0xb, 4}, 251 {0xb, 8}, 297 { 0xb, 9 },
|
H A D | h263data.c | 106 { 0xb, 5 }, { 0xc, 10 }, { 0x53, 12 }, { 0x13, 6 }, 107 { 0xb, 10 }, { 0x54, 12 }, { 0x12, 6 }, { 0xa, 10 }, 176 { 0xb, 5 }, { 0x15, 7 }, { 0xe, 10 }, { 0x9, 10 }, 180 { 0x1f, 8 }, { 0xb, 10 }, { 0x25, 9 }, { 0xa, 10 },
|
H A D | vp4data.h | 93 { 0xd, 4 }, { 0xe, 5 }, { 0xb, 4 }, { 0x1, 3 }, 100 { 0xc, 5 }, { 0xd, 4 }, { 0x1, 3 }, { 0xb, 4 },
|
H A D | fmvc.c | 50 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/musl/src/math/i386/ |
H A D | floor.s | 31 mov $0xb,%al 38 mov $0xb,%al 45 mov $0xb,%al
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
H A D | internal.c | 20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf), 22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf), 24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
H A D | internal.c | 20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf), 22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf), 24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
|
/third_party/musl/porting/liteos_a/kernel/src/multibyte/ |
H A D | internal.c | 20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf), 22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf), 24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
|
/third_party/musl/src/multibyte/ |
H A D | internal.c | 20 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf), 22 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf), 24 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha_local.h | 89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ 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) \ 95 Xupdate(f,xi,xa,xb,xc,xd); \ 99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ 100 Xupdate(f,xa,xa,xb,xc,xd); \ 104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ 105 Xupdate(f,xa,xa,xb,xc,xd); \ 109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ 110 Xupdate(f,xa,xa,xb,x [all...] |
/third_party/openssl/crypto/sha/ |
H A D | sha_local.h | 89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ 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) \ 95 Xupdate(f,xi,xa,xb,xc,xd); \ 99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ 100 Xupdate(f,xa,xa,xb,xc,xd); \ 104 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ 105 Xupdate(f,xa,xa,xb,xc,xd); \ 109 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ 110 Xupdate(f,xa,xa,xb,x [all...] |
/third_party/skia/docs/examples/ |
H A D | Color_Type_ARGB_4444.cpp | 17 uint16_t red4444[] = { pack4444(0xF, 0xF, 0x0, 0x0), pack4444(0xF, 0xb, 0x0, 0x0), in REG_FIDDLE() 19 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), in REG_FIDDLE()
|
/third_party/vixl/src/aarch32/ |
H A D | operands-aarch32.cc | 134 SetEncodingValue(0xb); in ImmediateVbic() 164 case 0xb: in DecodeDt() 181 case 0xb: in DecodeImmediate() 456 SetEncodingValue(0xb); in ImmediateVorr() 486 case 0xb: in DecodeDt() 503 case 0xb: in DecodeImmediate()
|
/third_party/ffmpeg/libavfilter/ |
H A D | colorspace.c | 86 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/FreeBSD/lib/msun/ld128/ |
H A D | k_expl.h | 106 {0x1.059b0d31585743ae7c548ep0L, 0xb.68ca417fe53e3495f7df4baf84a0p-92L}, 141 {0x1.3c32dc313a8e484001f228p0L, 0xb.58f3775e06ab66353001fae9fca0p-92L}, 178 {0x1.82589994cce128acf88afap0L, 0xb.34a010f6ad65cbbac0f532d39be0p-92L}, 202 {0x1.b7f76f2fb5e46eaa7b081ap0L, 0xb.53c5354c8903c356e4b625aacc28p-92L}, 228 {0x1.fa7c1819e90d82e90a7e74p0L, 0xb.263c1dc060c36f7650b4c0f233a8p-92L},
|
/third_party/python/Python/ |
H A D | dtoa.c | 626 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local 657 xb = b->x; in mult() 658 xbe = xb + wb; in mult() 660 for(; xb < xbe; xc0++) { in mult() 661 if ((y = *xb++)) { in mult() 846 ULong *xa, *xa0, *xb, *xb0; in cmp() local 862 xb = xb0 + j; in cmp() 864 if (*--xa != *--xb) in cmp() 865 return *xa < *xb ? -1 : 1; in cmp() 881 ULong *xa, *xae, *xb, *xb in diff() local [all...] |
/third_party/musl/src/prng/ |
H A D | __seed48.c | 3 unsigned short __seed48[7] = { 0, 0, 0, 0xe66d, 0xdeec, 0x5, 0xb };
|