Home
last modified time | relevance | path

Searched refs:__pb (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Headers/
Darm_cmse.h125 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 …]
/external/llvm-project/libcxx/include/
Dlocale2492 const char_type* __pb, const char_type* __pe) const;
2527 const char_type* __pb,
2531 for (; __pb != __pe; ++__pb)
2533 if (__ct.narrow(*__pb, 0) == '%')
2535 if (++__pb == __pe)
2537 *__s++ = __pb[-1];
2541 char __fmt = __ct.narrow(*__pb, 0);
2544 if (++__pb == __pe)
2546 *__s++ = __pb[-2];
2547 *__s++ = __pb[-1];
[all …]
/external/libcxx/include/
Dlocale2503 const char_type* __pb, const char_type* __pe) const;
2538 const char_type* __pb,
2542 for (; __pb != __pe; ++__pb)
2544 if (__ct.narrow(*__pb, 0) == '%')
2546 if (++__pb == __pe)
2548 *__s++ = __pb[-1];
2552 char __fmt = __ct.narrow(*__pb, 0);
2555 if (++__pb == __pe)
2557 *__s++ = __pb[-2];
2558 *__s++ = __pb[-1];
[all …]