Searched refs:X (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | const.h | 10 #define _AC(X,Y) X 11 #define _AT(T,X) X 13 #define __AC(X,Y) (X ##Y) argument 14 #define _AC(X,Y) __AC(X, Y) argument 15 #define _AT(T,X) ((T) (X)) argument
|
D | securebits.h | 9 #define issecure_mask(X) (1 << (X)) argument
|
/bionic/benchmarks/ |
D | ctype_benchmark.cpp | 25 volatile int X = 'X'; variable 65 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_islower_n, islower(X)); 81 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_isupper_y, isupper(X)); 92 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_tolower_y, tolower(X)); 96 BIONIC_TRIVIAL_BENCHMARK(BM_ctype_toupper_n, toupper(X));
|
/bionic/docs/ |
D | libc_assembler.md | 77 Run on (8 X 1844 MHz CPU s)
|