Home
last modified time | relevance | path

Searched refs:FUN (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/compat/djgpp/
H A Dmath.c21 #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 Dfailmalloc_test.c107 #define TEST_FAILMALLOC_RUN(FUN) \
113 FUN(); \
121 FUN(); \
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
309 unsigned int __fun = (unsigned int)(FUN); \
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7303 template <class FUN>
7304 Benchmark(std::string &&name, FUN &&func)

Completed in 17 milliseconds