Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DREADME_api.md37 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/
Dinttypes_test.cpp47 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/
Dcdefs.h58 #define __BIONIC_CAST(_k,_t,_v) (_k<_t>(_v)) argument
60 #define __BIONIC_CAST(_k,_t,_v) ((_t) (_v)) argument
/bionic/docs/
Dstatus.md282 message "attempt to use invalid pthread\_t".