Home
last modified time | relevance | path

Searched defs:fnname (Results 1 – 7 of 7) sorted by relevance

/external/libaom/av1/encoder/
Dencoder_utils.h153 #define MAKE_BFP_SAD_WRAPPER(fnname) \ argument
170 #define MAKE_BFP_SADAVG_WRAPPER(fnname) \ argument
189 #define MAKE_BFP_SAD4D_WRAPPER(fnname) \ argument
210 #define MAKE_BFP_JSADAVG_WRAPPER(fnname) \ argument
363 #define MAKE_MBFP_COMPOUND_SAD_WRAPPER(fnname) \ argument
424 #define MAKE_SDSF_SKIP_SAD_WRAPPER(fnname) \ argument
438 #define MAKE_SDSF_SKIP_SAD_4D_WRAPPER(fnname) \ argument
527 #define MAKE_OBFP_SAD_WRAPPER(fnname) \ argument
/external/python/cpython3/PC/
Dwinreg.c33 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \ argument
/external/python/cpython2/PC/
D_winreg.c31 #define PyErr_SetFromWindowsErrWithFunction(rc, fnname) \ argument
/external/libvpx/vp9/encoder/
Dvp9_encoder.c1582 #define MAKE_BFP_SAD_WRAPPER(fnname) \ argument
1599 #define MAKE_BFP_SADAVG_WRAPPER(fnname) \ argument
1618 #define MAKE_BFP_SAD4D_WRAPPER(fnname) \ argument
/external/cronet/base/third_party/valgrind/
Dvalgrind.h733 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \ argument
736 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \ argument
/external/libchrome/base/third_party/valgrind/
Dvalgrind.h733 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \ argument
736 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \ argument
/external/elfutils/src/
Dreadelf.c902 char *fnname = alloca (strlen (fname) + strlen (elf_input_section) + 2); in process_file() local