Searched refs:__pb (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | arm_cmse.h | 125 cmse_check_address_range(void *__pb, size_t __s, int __flags) { in cmse_check_address_range() argument 126 uintptr_t __begin = (uintptr_t)__pb; in cmse_check_address_range() 140 __permb = cmse_TT(__pb); in cmse_check_address_range() 144 __permb = cmse_TTT(__pb); in cmse_check_address_range() 149 __permb = cmse_TTA(__pb); in cmse_check_address_range() 153 __permb = cmse_TTAT(__pb); in cmse_check_address_range() 176 return __permb.flags.nonsecure_readwrite_ok ? __pb : NULL; in cmse_check_address_range() 179 return __permb.flags.nonsecure_read_ok ? __pb : NULL; in cmse_check_address_range() 182 return __permb.flags.secure ? NULL : __pb; in cmse_check_address_range() 186 return __permb.flags.readwrite_ok ? __pb : NULL; in cmse_check_address_range() [all …]
|
| /netbsd-src/sbin/ifconfig/ |
| H A D | parse.h | 78 #define PBRANCH_INITIALIZER(__pb, __name, __brs, __nbr, __match_first) \ argument 81 .pb_branches = SIMPLEQ_HEAD_INITIALIZER((__pb)->pb_branches), \
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | locale | 2507 const char_type* __pb, const char_type* __pe) const; 2542 const char_type* __pb, 2546 for (; __pb != __pe; ++__pb) 2548 if (__ct.narrow(*__pb, 0) == '%') 2550 if (++__pb == __pe) 2552 *__s++ = __pb[-1]; 2556 char __fmt = __ct.narrow(*__pb, 0); 2559 if (++__pb == __pe) 2561 *__s++ = __pb[-2]; 2562 *__s++ = __pb[-1]; [all …]
|