Searched refs:FUN (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/compat/djgpp/ |
H A D | math.c | 21 #define FUN(name, type, op) \ macro 29 FUN(fmin, double, <) 30 FUN(fmax, double, >) 31 FUN(fminf, float, <) 32 FUN(fmaxf, float, >)
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 107 #define TEST_FAILMALLOC_RUN(FUN) \ 113 FUN(); \ 121 FUN(); \
|
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi_darwin.c | 307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ 309 unsigned int __fun = (unsigned int)(FUN); \
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 7303 template <class FUN> 7304 Benchmark(std::string &&name, FUN &&func)
|
Completed in 31 milliseconds