Searched refs:__b (Results 1 – 25 of 43) sorted by relevance
12
28 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 …]
14 function f2({_a, __b}) {15 >f2 : ({ _a, __b }: { _a: any; __b: any; }) => void17 >__b : any20 function f3([_a, ,__b]) {21 >f3 : ([_a, , __b]: [any, any, any]) => void24 >__b : any
6 function f2({_a, __b}) { field9 function f3([_a, ,__b]) { argument29 var _a = _c._a, __b = _c.__b;32 var _a = _c[0], __b = _c[2];
14 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))
23 function f2({_a, __b}) {28 function f3([_a, ,__b]) {
508 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 …]
471 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; \
66 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) \
8 function f2({_a, __b}) {11 function f3([_a, ,__b]) {
26 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
33 …D_ZERO(s) do { int __i; unsigned long *__b=(s)->fds_bits; for(__i=sizeof (fd_set)/sizeof (long); _…
942 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), \
338 def f2(self, __a=42, /, __b=43): argument339 return (__a, __b)341 def f3(self, __a=42, /, __b=43, *, __c=44): argument342 return (__a, __b, __c)
109 _M_head(const _Head_base& __b) noexcept { return __b._M_head_impl; } in _M_head()
236 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
132 __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);