Searched refs:_t (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | README_api.md | 37 The number of *uintptr\_t* values is determined by the value 44 Each *uintptr\_t* is a pc of the callstack. If the total number 49 For 32 bit systems, *size\_t* and *uintptr\_t* are both 4 byte values. 51 For 64 bit systems, *size\_t* and *uintptr\_t* are both 8 byte values.
|
/bionic/tests/ |
D | inttypes_test.cpp | 47 PRINTF_TYPED(WIDTH, WIDTH##_t); \ 48 PRINTF_TYPED(FAST##WIDTH, _fast##WIDTH##_t); \ 49 PRINTF_TYPED(LEAST##WIDTH, _least##WIDTH##_t) \ 75 SCANF_TYPED(SIZE, SIZE##_t); \ 76 SCANF_TYPED(FAST##SIZE, _fast##SIZE##_t); \ 77 SCANF_TYPED(LEAST##SIZE, _least##SIZE##_t) \
|
/bionic/libc/include/sys/ |
D | cdefs.h | 58 #define __BIONIC_CAST(_k,_t,_v) (_k<_t>(_v)) argument 60 #define __BIONIC_CAST(_k,_t,_v) ((_t) (_v)) argument
|
/bionic/docs/ |
D | status.md | 282 message "attempt to use invalid pthread\_t".
|