/third_party/icu/icu4c/source/common/ |
H A D | ubidi_props_data.h | 244 0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,7,7,7,8,9,0xa,0xa,4, 245 4,4,0xa,0xa,0x310a,0xf20a,0xa,3,6,3,6,6,2,2,2,2, 246 2,2,2,2,2,2,6,0xa,0x500a,0xa,0xd00a,0xa,0xa,0,0,0, 248 0,0,0,0,0,0,0,0x510a,0xa, [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidi_props_data.h | 244 0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,7,7,7,8,9,0xa,0xa,4, 245 4,4,0xa,0xa,0x310a,0xf20a,0xa,3,6,3,6,6,2,2,2,2, 246 2,2,2,2,2,2,6,0xa,0x500a,0xa,0xd00a,0xa,0xa,0,0,0, 248 0,0,0,0,0,0,0,0x510a,0xa, [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidi_props_data.h | 244 9,0xa,0xa,4,4,4,0xa,0xa,0x310a,0xf20a,0xa,3,6,3,6,6, 245 2,2,2,2,2,2,2,2,2,2,6,0xa,0x500a,0xa,0xd00a,0xa, 246 0xa,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 247 0,0,0,0,0,0,0,0,0,0,0,0x510a,0xa, [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 85 xa_get_pipe_format(struct xa_tracker *xa, enum xa_formats xa_format) in xa_get_pipe_format() argument 93 if (xa->screen->is_format_supported(xa->screen, PIPE_FORMAT_R8_UNORM, in xa_get_pipe_format() 150 if (xa->screen->is_format_supported(xa->screen, PIPE_FORMAT_R8_UNORM, in xa_get_pipe_format() 167 struct xa_tracker *xa = calloc(1, sizeof(struct xa_tracker)); in xa_tracker_create() local 171 if (!xa) in xa_tracker_create() 174 if (pipe_loader_drm_probe_fd(&xa->dev, drm_fd)) in xa_tracker_create() 175 xa->screen = pipe_loader_create_screen(xa in xa_tracker_create() 232 xa_tracker_destroy(struct xa_tracker *xa) xa_tracker_destroy() argument 271 xa_get_format_stype_depth(struct xa_tracker *xa, enum xa_surface_type stype, unsigned int depth) xa_get_format_stype_depth() argument 294 xa_format_check_supported(struct xa_tracker *xa, enum xa_formats xa_format, unsigned int flags) xa_format_check_supported() argument 333 surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, struct winsys_handle *whandle) surface_create() argument 395 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) xa_surface_create() argument 407 xa_surface_from_handle(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, uint32_t handle, uint32_t stride) xa_surface_from_handle() argument 421 xa_surface_from_handle2(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, enum xa_handle_type type, uint32_t handle, uint32_t stride) xa_surface_from_handle2() argument 451 struct xa_tracker *xa = srf->xa; xa_surface_redefine() local [all...] |
H A D | xa_context.c | 41 struct pipe_screen *screen = ctx->xa->screen; in xa_context_flush() 48 xa_context_default(struct xa_tracker *xa) in xa_context_default() argument 50 return xa->default_ctx; in xa_context_default() 54 xa_context_create(struct xa_tracker *xa) in xa_context_create() argument 58 ctx->xa = xa; in xa_context_create() 59 ctx->pipe = xa->screen->context_create(xa->screen, NULL, 0); in xa_context_create() 363 struct pipe_screen *screen = ctx->xa->screen; in xa_fence_get() 368 fence->xa in xa_fence_get() [all...] |
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | misc.c | 274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 297 for(x = c->x, xa = x + wc; x < xa; x++) 299 xa = a->x; 300 xae = xa + wa; 307 x = xa; 323 x = xa; 337 x = xa; 355 x = xa; 495 ULong *xa, *xa local 531 ULong *xa, *xae, *xb, *xbe, *xc; global() local 623 ULong *xa, *xa0, w, y, z; global() local [all...] |
H A D | sum.c | 42 ULong carry, *xc, *xa, *xb, *xe, y; local 53 xa = a->x; 59 y = (*xa & 0xffff) + (*xb & 0xffff) + carry; 61 z = (*xa++ >> 16) + (*xb++ >> 16) + carry; 68 y = (*xa & 0xffff) + carry; 70 z = (*xa++ >> 16) + carry; 76 y = *xa++ + *xb++ + carry; 83 y = *xa++ + carry;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | callWithSpreadES6.js | 12 var xa: X[]; variable 26 xa[1].foo(1, 2, "abc"); 27 xa[1].foo(1, 2, ...a); 28 xa[1].foo(1, 2, ...a, "abc"); 30 (<Function>xa[1].foo)(...[1, 2, "abc"]); 59 var xa;
variable 69 xa[1].foo(1, 2, "abc");
70 xa[1].foo(1, 2, ...a);
71 xa[1].foo(1, 2, ...a, "abc");
72 xa[ [all...] |
H A D | callWithSpread.js | 12 var xa: X[]; variable 34 xa[1].foo(1, 2, "abc"); 35 xa[1].foo(1, 2, ...a); 36 xa[1].foo(1, 2, ...a, "abc"); 38 (<Function>xa[1].foo)(...[1, 2, "abc"]); 96 var xa;
variable 112 xa[1].foo(1, 2, "abc");
113 (_e = xa[1]).foo.apply(_e, __spreadArray([1, 2], a, false));
114 (_f = xa[1]).foo.apply(_f, __spreadArray(__spreadArray([1, 2], a, false), ["abc"], false));
115 (_g = xa[ [all...] |
H A D | typeMatch2.js | 20 var xa = { f1: 5, f2: aa }; 22 xa = xb; // Should be ok 23 xb = xa; // Not ok 89 var xa = { f1: 5, f2: aa };
91 xa = xb; // Should be ok
92 xb = xa; // Not ok
|
/third_party/ffmpeg/libavformat/ |
H A D | xa.c | 2 * Maxis XA (.xa) File Demuxer 67 MaxisXADemuxContext *xa = s->priv_data; in xa_read_header() local 79 xa->out_size = avio_rl32(pb); in xa_read_header() 102 MaxisXADemuxContext *xa = s->priv_data; in xa_read_packet() local 108 if (xa->sent_bytes >= xa->out_size) in xa_read_packet() 118 xa->sent_bytes += packet_size; in xa_read_packet() 125 .name = "xa",
|
/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,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,x [all...] |
/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 411 #&pxor ($xd,$xa); # see elsewhere 424 &paddd ($xa,$xb); 426 &pxor ($xd,$xa); 427 &movdqa (&QWP(16*$ai-128,"ebx"),$xa); 434 &movdqa ($xa,$xb); # borrow as temporary 436 &psrld ($xa,25); 438 &por ($xb,$xa); 440 ($xa, [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 411 #&pxor ($xd,$xa); # see elsewhere 424 &paddd ($xa,$xb); 426 &pxor ($xd,$xa); 427 &movdqa (&QWP(16*$ai-128,"ebx"),$xa); 434 &movdqa ($xa,$xb); # borrow as temporary 436 &psrld ($xa,25); 438 &por ($xb,$xa); 440 ($xa, [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12data.c | 68 { 0x26, 8 }, { 0x21, 8 }, { 0xa, 10 }, { 0x1d, 12 }, 193 {0xa, 8}, 254 {0xa, 4}, 267 {0xa, 8}, 283 {0xa, 5}, 298 { 0xa, 9 },
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CompactArrayTest.java | 51 char[] xa = cba.getIndexArray(); in TestByteArrayCoverage() 53 CompactByteArray cba4 = new CompactByteArray(xa, va); in TestByteArrayCoverage() 55 String xs = Utility.arrayToRLEString(xa); in TestByteArrayCoverage() 116 char[] xa = cca.getIndexArray(); in TestCharArrayCoverage() 118 CompactCharArray cca4 = new CompactCharArray(xa, va); in TestCharArrayCoverage() 120 String xs = Utility.arrayToRLEString(xa); in TestCharArrayCoverage()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CompactArrayTest.java | 48 char[] xa = cba.getIndexArray(); in TestByteArrayCoverage() 50 CompactByteArray cba4 = new CompactByteArray(xa, va); in TestByteArrayCoverage() 52 String xs = Utility.arrayToRLEString(xa); in TestByteArrayCoverage() 113 char[] xa = cca.getIndexArray(); in TestCharArrayCoverage() 115 CompactCharArray cca4 = new CompactCharArray(xa, va); in TestCharArrayCoverage() 117 String xs = Utility.arrayToRLEString(xa); in TestCharArrayCoverage()
|
/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestMultipleParagraphs.java | 64 0x20, 0xa, 0xa, 0x41, 0x72, 0x74, 0x69, 0x73, 66 0x5e1, 0x5e4, 0x5da, 0x20, 0xa, 0xa, 0x41, 0x6c, 68 0x5d4, 0x20, 0x5e1, 0x5e4, 0x5da, 0x20, 0xa, 0xa, 70 0x32, 0x37, 0xa, 0xa
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestMultipleParagraphs.java | 61 0x20, 0xa, 0xa, 0x41, 0x72, 0x74, 0x69, 0x73, 63 0x5e1, 0x5e4, 0x5da, 0x20, 0xa, 0xa, 0x41, 0x6c, 65 0x5d4, 0x20, 0x5e1, 0x5e4, 0x5da, 0x20, 0xa, 0xa, 67 0x32, 0x37, 0xa, 0xa
|
/third_party/python/Python/ |
H A D | dtoa.c | 626 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult() local 653 for(x = c->x, xa = x + wc; x < xa; x++) in mult() 655 xa = a->x; in mult() 656 xae = xa + wa; in mult() 662 x = xa; in mult() 846 ULong *xa, *xa0, *xb, *xb0; in cmp() local 860 xa = xa0 + j; in cmp() 864 if (*--xa != *--xb) in cmp() 865 return *xa < *x in cmp() 881 ULong *xa, *xae, *xb, *xbe, *xc; diff() local 950 ULong *xa, *xa0, w, y, z; b2d() local [all...] |