Searched refs:INT (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 64 PTR, INT, UINT, ULLONG, enumerator 68 #define LONG INT 91 S('d') = INT, S('i') = INT, 95 S('c') = CHAR, S('C') = INT, 103 S('c') = INT, S('s') = PTR, S('n') = PTR, 153 break; case INT: arg->i = va_arg(*ap, int); in pop_arg() 250 nl_type[s[1]-'0'] = INT; in wprintf_core() 263 nl_type[s[2]-'0'] = INT; in wprintf_core()
|
D | vfprintf.c | 72 PTR, INT, UINT, ULLONG, enumerator 76 #define LONG INT 99 S('d') = INT, S('i') = INT, 103 S('c') = CHAR, S('C') = INT, 113 S('c') = INT, S('s') = PTR, S('n') = PTR, 163 break; case INT: arg->i = va_arg(*ap, int); in pop_arg() 519 nl_type[s[1]-'0'] = INT; in printf_core() 532 nl_type[s[2]-'0'] = INT; in printf_core()
|
/ndk/tests/build/stdint-c++/jni/ |
D | gen-sources.sh | 8 for PREFIX in INT INT_LEAST INT_FAST; do
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
D | upgrade-upstream.sh | 96 trap "run_on_exit \$?" EXIT QUIT HUP TERM INT
|