/third_party/libwebsockets/lib/misc/ |
H A D | sha-1.c | 43 unsigned char b8[20]; member 47 unsigned char b8[8]; member 51 unsigned char b8[64]; member 86 ctxt->m.b8[(COUNT % 64)] = (x); \ 95 ctxt->m.b8[(COUNT % 64)] = (x); \ 112 memcpy(&tctxt.m.b8[0], &ctxt->m.b8[0], 64); in sha1_step() 113 ctxt->m.b8[0] = tctxt.m.b8[3]; ctxt->m.b8[ in sha1_step() [all...] |
/third_party/opencl-headers/tests/ |
H A D | test_headers.c | 36 cl_char8 b8 = a8; in test_char() local 43 printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.s[6], b8 in test_char() 96 cl_uchar8 b8 = a8; test_uchar() local 156 cl_short8 b8 = a8; test_short() local 216 cl_ushort8 b8 = a8; test_ushort() local 276 cl_int8 b8 = a8; test_int() local 336 cl_uint8 b8 = a8; test_uint() local 396 cl_long8 b8 = a8; test_long() local 456 cl_ulong8 b8 = a8; test_ulong() local 516 cl_float8 b8 = a8; test_float() local 578 cl_double8 b8 = a8; test_double() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | comparisonOperatorWithSubtypeObjectOnCallSignature.js | 32 var b8: { fn(): Base }; 54 var r1a8 = a8 < b8; 67 var r1b8 = b8 < a8; 81 var r2a8 = a8 > b8; 94 var r2b8 = b8 > a8; 108 var r3a8 = a8 <= b8; 121 var r3b8 = b8 <= a8; 135 var r4a8 = a8 >= b8; 148 var r4b8 = b8 >= a8; 162 var r5a8 = a8 == b8; 305 var b8; global() variable [all...] |
H A D | comparisonOperatorWithSubtypeObjectOnConstructorSignature.js | 32 var b8: { new (a?: Derived): Base }; 48 var r1a8 = a8 < b8; 59 var r1b8 = b8 < a8; 71 var r2a8 = a8 > b8; 82 var r2b8 = b8 > a8; 94 var r3a8 = a8 <= b8; 105 var r3b8 = b8 <= a8; 117 var r4a8 = a8 >= b8; 128 var r4b8 = b8 >= a8; 140 var r5a8 = a8 == b8; 267 var b8; global() variable [all...] |
H A D | assignmentCompatWithCallSignatures4.js | 52 var b8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) => (r: T) => U; variable 53 a8 = b8; // error, { foo: number } and Base are incompatible 54 b8 = a8; // error, { foo: number } and Base are incompatible 165 var b8;
variable 166 a8 = b8; // error, { foo: number } and Base are incompatible
167 b8 = a8; // error, { foo: number } and Base are incompatible
|
H A D | assignmentCompatWithConstructSignatures4.js | 52 var b8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) => (r: T) => U; variable 53 a8 = b8; // error, type mismatch 54 b8 = a8; // error 165 var b8;
variable 166 a8 = b8; // error, type mismatch
167 b8 = a8; // error
|
H A D | optionalChainingInference.js | 30 const b8 = { value: ofnu?.prop() }; 31 const v8: number = unbox(b8); 50 var b8 = { value: ofnu === null || ofnu === void 0 ? void 0 : ofnu.prop() };
51 var v8 = unbox(b8);
|
H A D | assignmentCompatWithCallSignatures3.js | 67 var b8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; variable 68 a8 = b8; // ok 69 b8 = a8; // ok 184 var b8;
variable 185 a8 = b8; // ok
186 b8 = a8; // ok
|
H A D | assignmentCompatWithConstructSignatures3.js | 67 var b8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; variable 68 a8 = b8; // ok 69 b8 = a8; // ok 184 var b8;
variable 185 a8 = b8; // ok
186 b8 = a8; // ok
|
H A D | destructuringArrayBindingPatternAndAssignment1ES6.js | 39 var [...b8] = foo(); 86 var [...b8] = foo();
|
H A D | objectLiteralExcessProperties.js | 24 var b8: Cover | Cover[] = { couleur : "non" }; 62 var b8 = { couleur: "non" };
|
H A D | genericsManyTypeParameters.js | 29 x8: a71, y8: a28, z8: a38, a8: a48, b8: a58, c8: a68, 49 x8 , y8 , z8 , a8 , b8 , c8, 63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
71 x8, y8, z8, a8, b8, c8,
|
H A D | destructuringArrayBindingPatternAndAssignment1ES5.js | 39 var [...b8] = foo(); 97 var b8 = foo().slice(0);
|
H A D | tsxStatelessFunctionComponentOverload5.js | 57 const b8 = <MainButton data-format />; // incorrect type for specified hyphanated name
92 var b8 = <MainButton data-format/>; // incorrect type for specified hyphanated name
|
H A D | tsxStatelessFunctionComponentOverload6.js | 51 const b8 = <MainButton {...{onClick() {}}} />; // OK; method declaration get retained (See GitHub #13365) 90 var b8 = <MainButton {...{ onClick: function () { } }}/>; // OK; method declaration get retained (See GitHub #13365)
|
H A D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 39 var [...b8] = foo(); 113 var _h = __read(foo()), b8 = _h.slice(0);
|
/third_party/ffmpeg/tests/fate/ |
H A D | cbs.mak | 18 av1-1-b8-02-allintra.ivf \ 19 av1-1-b8-03-sizedown.ivf \ 20 av1-1-b8-03-sizeup.ivf \ 21 av1-1-b8-04-cdfupdate.ivf \ 22 av1-1-b8-05-mv.ivf \ 23 av1-1-b8-06-mfmv.ivf \ 24 av1-1-b8-22-svc-L1T2.ivf \ 25 av1-1-b8-22-svc-L2T1.ivf \ 26 av1-1-b8-22-svc-L2T2.ivf \ 27 av1-1-b8 [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_dwt.h | 113 #define COMPOSE_FIDELITYiL0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\ 114 ((unsigned)b4 - ((int)(-8*(b0+(unsigned)b8) + 21*(b1+(unsigned)b7) - 46*(b2+(unsigned)b6) + 161*(b3+(unsigned)b5) + 128) >> 8)) 116 #define COMPOSE_FIDELITYiH0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\ 117 ((unsigned)b4 + ((int)(-2*(b0+(unsigned)b8) + 10*(b1+(unsigned)b7) - 25*(b2+(unsigned)b6) + 81*(b3+(unsigned)b5) + 128) >> 8))
|
/third_party/lzma/CPP/Common/ |
H A D | MyGuidDef.h | 57 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
59 EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
61 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
H A D | MyWindows.h | 8 #define Z7_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
10 EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
12 #define Z7_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
|
/third_party/skia/src/core/ |
H A D | SkCompressedDataUtils.cpp | 81 int b8 = SkTPin(col.fB + delta, 0, 255); in add_delta_and_clamp() local 83 return SkPackARGB32(0xFF, r8, g8, b8); in add_delta_and_clamp() 164 uint8_t b8 = SkB16ToB32(rgb565 & 0x1F); in from565() local 166 return SkPackARGB32(0xFF, r8, g8, b8); in from565() 176 uint8_t b8 = SkScalarRoundToInt(t * SkGetPackedB32(col0) + (1.0f - t) * SkGetPackedB32(col1)); in lerp() local 177 return SkPackARGB32(0xFF, r8, g8, b8); in lerp()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | fma-instr.h | 39 V(vfmadd231ps, L128, 66, 0F, 38, W0, b8) \ 47 V(vfmadd231pd, L128, 66, 0F, 38, W1, b8) \
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | fma-instr.h | 39 V(vfmadd231ps, L128, 66, 0F, 38, W0, b8) \ 47 V(vfmadd231pd, L128, 66, 0F, 38, W1, b8) \
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | bitfield_align.h | 10 unsigned b8 : 1; member
|
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 55 // Evaluate one of the entries in 'kModifierTables' to see how close it can get (r8,g8,b8) to 58 int r8, int g8, int b8, in test_table_entry() 65 b8 = SkTPin<int>(b8 + kETC1ModifierTables[table][offset], 0, 255); in test_table_entry() 67 return SkTAbs(rOrig - r8) + SkTAbs(gOrig - g8) + SkTAbs(bOrig - b8); in test_table_entry() 85 int b8 = extend_5To8bits(b5); in create_etc1_block() local 95 int score = test_table_entry(rOrig, gOrig, bOrig, r8, g8, b8, in create_etc1_block() 57 test_table_entry(int rOrig, int gOrig, int bOrig, int r8, int g8, int b8, int table, int offset) test_table_entry() argument
|