Searched defs:F (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | dirname.h | 54 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) argument 56 # define IS_ABSOLUTE_FILE_NAME(F) \ argument 59 # define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) argument
|
/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 306 # define __check_get_float( F ) \ argument
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 306 # define __check_get_float( F ) \ argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 294 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); … argument 297 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN) argument
|