| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_flag_parser.h | 30 T *t_; member in class:__sanitizer::FlagHandler 33 explicit FlagHandler(T *t) : t_(t) {} 55 if (ParseBool(value, t_)) return true; 64 *t_ = b ? kHandleSignalYes : kHandleSignalNo; 69 *t_ = kHandleSignalExclusive; 78 *t_ = value; 85 *t_ = internal_simple_strtoll(value, &value_end, 10); 94 *t_ = internal_simple_strtoll(value, &value_end, 10);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.h | 46 T *t_; member in class:__sanitizer::final 49 explicit FlagHandler(T *t) : t_(t) {} 72 if (ParseBool(value, t_)) return true; 79 return FormatString(buffer, size, *t_ ? "true" : "false"); 86 *t_ = b ? kHandleSignalYes : kHandleSignalNo; 91 *t_ = kHandleSignalExclusive; 100 uptr num_symbols_should_write = internal_snprintf(buffer, size, "%d", *t_); 106 *t_ = value; 112 return FormatString(buffer, size, *t_); 118 *t_ = internal_simple_strtoll(value, &value_end, 10) [all...] |
| /src/sys/crypto/aes/arch/arm/ |
| aes_neon_subr.c | 148 int32x4_t t, t_; local 154 t_ = vshlq_n_s32(t, 1); /* shift */ 155 t_ ^= carry & mask; 157 return vreinterpretq_u8_s32(t_);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.h | 46 T *t_; member in class:__sanitizer::final 49 explicit FlagHandler(T *t) : t_(t) {} 72 if (ParseBool(value, t_)) return true; 79 return FormatString(buffer, size, *t_ ? "true" : "false"); 86 *t_ = b ? kHandleSignalYes : kHandleSignalNo; 91 *t_ = kHandleSignalExclusive; 100 uptr num_symbols_should_write = internal_snprintf(buffer, size, "%d", *t_); 106 *t_ = value; 112 return FormatString(buffer, size, *t_); 118 *t_ = internal_simple_strtoll(value, &value_end, 10) [all...] |
| /src/external/bsd/libevent/dist/ |
| evdns.c | 986 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t_); } while (0) 1040 u16 t_; /* used by the macros */ local 1240 u16 t_; /* used by the macros */ local 1624 u16 t_; local 1629 t_ = htons(x); \ 1630 memcpy(buf + j, &t_, 2); \ 1703 u16 t_; /* used by the macros */ local 1916 u16 t_; local 1975 t_ = htons( (short) (j-name_start) ) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evdns.c | 984 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t_); } while (0) 1038 u16 t_; /* used by the macros */ local 1238 u16 t_; /* used by the macros */ local 1622 u16 t_; local 1627 t_ = htons(x); \ 1628 memcpy(buf + j, &t_, 2); \ 1701 u16 t_; /* used by the macros */ local 1914 u16 t_; local 1973 t_ = htons( (short) (j-name_start) ) [all...] |