Home
last modified time | relevance | path

Searched refs:__b (Results 1 – 25 of 43) sorted by relevance

12

/third_party/libbpf/include/linux/
Doverflow.h28 typeof(b) __b = (b); \
30 (void) (&__a == &__b); \
32 __builtin_mul_overflow(__a, __b, __d); \
42 typeof(b) __b = (b); \
44 (void) (&__a == &__b); \
46 *__d = __a * __b; \
47 __builtin_constant_p(__b) ? \
48 __b > 0 && __a > type_max(typeof(__a)) / __b : \
49 __a > 0 && __b > type_max(typeof(__b)) / __a; \
70 typeof(b) __b = (b); \
[all …]
/third_party/typescript/tests/baselines/reference/
DunusedParametersWithUnderscore.types14 function f2({_a, __b}) {
15 >f2 : ({ _a, __b }: { _a: any; __b: any; }) => void
17 >__b : any
20 function f3([_a, ,__b]) {
21 >f3 : ([_a, , __b]: [any, any, any]) => void
24 >__b : any
DunusedParametersWithUnderscore.js6 function f2({_a, __b}) { field
9 function f3([_a, ,__b]) { argument
29 var _a = _c._a, __b = _c.__b;
32 var _a = _c[0], __b = _c[2];
DunusedParametersWithUnderscore.symbols14 function f2({_a, __b}) {
17 >__b : Symbol(__b, Decl(unusedParametersWithUnderscore.ts, 4, 16))
20 function f3([_a, ,__b]) {
23 >__b : Symbol(__b, Decl(unusedParametersWithUnderscore.ts, 7, 18))
DunusedParametersWithUnderscore.errors.txt23 function f2({_a, __b}) {
28 function f3([_a, ,__b]) {
/third_party/icu/icu4c/source/common/unicode/
Dutf8.h508 uint8_t __b=(s)[(i)++]; \
509 if(U8_IS_LEAD(__b) && (i)!=(length)) { \
511 if((0xe0<=__b && __b<0xf0)) { \
512 if(U8_IS_VALID_LEAD3_AND_T1(__b, __t1) && \
516 } else if(__b<0xe0) { \
521 if(U8_IS_VALID_LEAD4_AND_T1(__b, __t1) && \
687 uint8_t __b, __count=1, __shift=6; \
692 __b=(s)[--(i)]; \
693 if(__b>=0xc0) { \
694 U8_MASK_LEAD_BYTE(__b, __count); \
[all …]
Dutf_old.h471 uint8_t __b, __count=1, __shift=6; \
476 __b=(s)[--(i)]; \
477 if(__b>=0xc0) { \
478 UTF8_MASK_LEAD_BYTE(__b, __count); \
479 (c)|=(UChar32)__b<<__shift; \
482 (c)|=(UChar32)(__b&0x3f)<<__shift; \
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h508 uint8_t __b=(s)[(i)++]; \
509 if(U8_IS_LEAD(__b) && (i)!=(length)) { \
511 if((0xe0<=__b && __b<0xf0)) { \
512 if(U8_IS_VALID_LEAD3_AND_T1(__b, __t1) && \
516 } else if(__b<0xe0) { \
521 if(U8_IS_VALID_LEAD4_AND_T1(__b, __t1) && \
687 uint8_t __b, __count=1, __shift=6; \
692 __b=(s)[--(i)]; \
693 if(__b>=0xc0) { \
694 U8_MASK_LEAD_BYTE(__b, __count); \
[all …]
Dutf_old.h471 uint8_t __b, __count=1, __shift=6; \
476 __b=(s)[--(i)]; \
477 if(__b>=0xc0) { \
478 UTF8_MASK_LEAD_BYTE(__b, __count); \
479 (c)|=(UChar32)__b<<__shift; \
482 (c)|=(UChar32)(__b&0x3f)<<__shift; \
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h508 uint8_t __b=(s)[(i)++]; \
509 if(U8_IS_LEAD(__b) && (i)!=(length)) { \
511 if((0xe0<=__b && __b<0xf0)) { \
512 if(U8_IS_VALID_LEAD3_AND_T1(__b, __t1) && \
516 } else if(__b<0xe0) { \
521 if(U8_IS_VALID_LEAD4_AND_T1(__b, __t1) && \
687 uint8_t __b, __count=1, __shift=6; \
692 __b=(s)[--(i)]; \
693 if(__b>=0xc0) { \
694 U8_MASK_LEAD_BYTE(__b, __count); \
[all …]
Dutf_old.h471 uint8_t __b, __count=1, __shift=6; \
476 __b=(s)[--(i)]; \
477 if(__b>=0xc0) { \
478 UTF8_MASK_LEAD_BYTE(__b, __count); \
479 (c)|=(UChar32)__b<<__shift; \
482 (c)|=(UChar32)(__b&0x3f)<<__shift; \
/third_party/elfutils/libdw/
Dmemory-access.h66 unsigned char __b = *(addr)++; \
67 (var) |= (typeof (var)) (__b & 0x7f) << ((nth) * 7); \
68 if (likely ((__b & 0x80) == 0)) \
114 unsigned char __b = *(addr)++; \
115 (var) |= (typeof (var)) (__b & 0x7f) << ((nth) * 7); \
116 if (likely ((__b & 0x80) == 0)) \
118 if ((__b & 0x40) != 0) \
/third_party/typescript/tests/cases/compiler/
DunusedParametersWithUnderscore.ts8 function f2({_a, __b}) {
11 function f3([_a, ,__b]) {
/third_party/musl/porting/uniproton/kernel/include/sys/
Dselect.h26 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dselect.h26 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dselect.h26 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dselect.h33 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
/third_party/musl/include/sys/
Dselect.h26 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2.h942 uint8_t __b=(uint8_t)*--(src); \
943 if(U8_IS_SINGLE(__b)) { \
944 (result)=(trie)->ascii[__b]; \
946 int32_t __index=utrie2_internalU8PrevIndex((trie), __b, (const uint8_t *)(start), \
/third_party/icu/icu4c/source/common/
Dutrie2.h942 uint8_t __b=(uint8_t)*--(src); \
943 if(U8_IS_SINGLE(__b)) { \
944 (result)=(trie)->ascii[__b]; \
946 int32_t __index=utrie2_internalU8PrevIndex((trie), __b, (const uint8_t *)(start), \
/third_party/node/deps/icu-small/source/common/
Dutrie2.h942 uint8_t __b=(uint8_t)*--(src); \
943 if(U8_IS_SINGLE(__b)) { \
944 (result)=(trie)->ascii[__b]; \
946 int32_t __index=utrie2_internalU8PrevIndex((trie), __b, (const uint8_t *)(start), \
/third_party/python/Lib/test/
Dtest_positional_only_arg.py338 def f2(self, __a=42, /, __b=43): argument
339 return (__a, __b)
341 def f3(self, __a=42, /, __b=43, *, __c=44): argument
342 return (__a, __b, __c)
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc109 _M_head(const _Head_base& __b) noexcept { return __b._M_head_impl; } in _M_head()
/third_party/FreeBSD/sys/sys/
Dcdefs.h236 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
/third_party/mesa3d/src/compiler/glsl/
Dfloat64.glsl132 __feq64_nonnan(uint64_t __a, uint64_t __b)
135 uvec2 b = unpackUint2x32(__b);
184 __flt64_nonnan(uint64_t __a, uint64_t __b)
187 uvec2 b = unpackUint2x32(__b);
223 return !__feq64_nonnan(__a, __b) && (lt != both_negative);
647 __propagateFloat64NaN(uint64_t __a, uint64_t __b)
651 uvec2 b = unpackUint2x32(__b);
656 bool bIsNaN = __is_nan(__b);
658 uvec2 b = unpackUint2x32(__b);

12