Searched refs:__pr (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _time_facets.c | 191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() local 192 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) { in _STLP_WEAK() 200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() local 201 if (!__pr) in _STLP_WEAK() 207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() local 208 if (!__pr) in _STLP_WEAK() 214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() local 216 if (!__pr || __t->tm_mon < 0 || __t->tm_mon > 11) { in _STLP_WEAK() 224 bool __pr = __get_decimal_integer(__first, __last, __t->tm_min, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() local 225 if (!__pr) in _STLP_WEAK() [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | system_32.h | 37 #define _set_base(addr,base) do { unsigned long __pr; \ 42 :"=&d" (__pr) \
|