/external/libselinux/src/ |
dso.h | 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) 7 # define __hidden_proto(fct, internal) \ 8 extern __typeof (fct) internal; \ 9 extern __typeof (fct) fct __asm (#internal) hidden; 11 # define hidden_def(fct) \ 12 asm (".globl " #fct "\n" #fct " = " #fct "_internal") [all...] |
/external/libsepol/src/ |
dso.h | 6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) 7 # define __hidden_proto(fct, internal) \ 8 extern __typeof (fct) internal; \ 9 extern __typeof (fct) fct __asm (#internal) hidden; 11 # define hidden_def(fct) \ 12 asm (".globl " #fct "\n" #fct " = " #fct "_internal") [all...] |
/frameworks/av/libvideoeditor/osal/inc/ |
LV_Macros.h | 34 * CHECK_PTR(fct, p, err, errValue) 36 * to errValue and jumps to the label <fct>_cleanUp. A trace is displayed 40 #define CHECK_PTR(fct, p, err, errValue) \ 45 M4OSA_TRACE1_1((M4OSA_Char*)"" #fct "(L%d): " #p " is NULL, returning " #errValue "",__LINE__) ; \ 46 goto fct##_cleanUp; \ 52 * CHECK_ERR(fct, err) 55 * jumps to the label <fct>_cleanUp. 58 #define CHECK_ERR(fct, err) \ 62 M4OSA_TRACE1_2((M4OSA_Char*)"!!! " #fct "(L%d): ERROR 0x%.8x returned",\ 64 goto fct##_cleanUp; [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoBrowserInternal.h | 30 #define CHECK_PTR(fct, p, err, errValue) \ 35 M4OSA_TRACE1_1("" #fct "(L%d): " #p " is NULL, returning " #errValue "", __LINE__) ; \ 36 goto fct##_cleanUp; \ 40 #define CHECK_ERR(fct, err) \ 44 M4OSA_TRACE1_2("" #fct "(L%d): ERROR 0x%.8x returned", __LINE__,err) ; \ 45 goto fct##_cleanUp; \ 49 M4OSA_TRACE2_2("" #fct "(L%d): WARNING 0x%.8x returned", __LINE__,err) ; \ 53 #define CHECK_STATE(fct, state, pC) \ 57 M4OSA_TRACE1_1("" #fct " called in bad state %d", pC->m_state) ; \ 59 goto fct##_cleanUp; [all...] |
/external/elfutils/tests/ |
allfcts.c | 41 const char *fct = dwarf_diename (func); local 43 printf ("%s:%d:%s\n", file, line, fct);
|
dwflmodtest.c | 128 const char *fct = dwarf_diename (func); local 130 printf (" %s:%d: %s:", file, line, fct);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
cdefs.h | 48 # define __NTH(fct) __attribute__ ((__nothrow__)) fct 52 # define __NTH(fct) fct throw () 55 # define __NTH(fct) fct 64 # define __NTH(fct) fct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
cdefs.h | 48 # define __NTH(fct) __attribute__ ((__nothrow__)) fct 52 # define __NTH(fct) fct throw () 55 # define __NTH(fct) fct 64 # define __NTH(fct) fct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
cdefs.h | 48 # define __NTH(fct) __attribute__ ((__nothrow__)) fct 52 # define __NTH(fct) fct throw () 55 # define __NTH(fct) fct 64 # define __NTH(fct) fct
|
/external/elfutils/lib/ |
eu-config.h | 57 # define once_execute(name,fct) ((void) &name, (void) (fct)) 82 # define once_execute(name,fct) \ 85 fct (); \
|
/external/oprofile/pp/ |
common_option.h | 46 * @param fct function to run to start this pp tool 51 int run_pp_tool(int argc, char const * argv[], pp_fct_run_t fct);
|
common_option.cpp | 195 int run_pp_tool(int argc, char const * argv[], pp_fct_run_t fct) 198 return fct(get_options(argc, argv));
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_fontconfig.cpp | 92 FontConfigTypeface* fct = (FontConfigTypeface*)familyFace; local 93 familyName = fct->getFamilyName();
|
/external/skia/src/ports/ |
SkFontHost_fontconfig.cpp | 92 FontConfigTypeface* fct = (FontConfigTypeface*)familyFace; local 93 familyName = fct->getFamilyName();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 41 # define __tgml(fct) fct 43 # define __tgml(fct) fct ## l 68 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \ 71 ? (__tgmath_real_type (Val)) Fct (Val) \ 73 ? (__tgmath_real_type (Val)) Fct##f (Val) \ 74 : (__tgmath_real_type (Val)) __tgml(Fct) (Val))) 76 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \ 79 ? (RetType) Fct (Val) [all...] |
argp.h | 41 # define __NTH(fct) fct __THROW
|
cursesm.h | 160 NCursesMenuCallbackItem(ITEMCALLBACK* fct = NULL, 164 p_fct (fct) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 50 # define __tgml(fct) fct 52 # define __tgml(fct) fct ## l 77 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \ 80 ? (__tgmath_real_type (Val)) Fct (Val) \ 82 ? (__tgmath_real_type (Val)) Fct##f (Val) \ 83 : (__tgmath_real_type (Val)) __tgml(Fct) (Val))) 85 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \ 88 ? (RetType) Fct (Val) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 41 # define __tgml(fct) fct 43 # define __tgml(fct) fct ## l 68 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \ 71 ? (__tgmath_real_type (Val)) Fct (Val) \ 73 ? (__tgmath_real_type (Val)) Fct##f (Val) \ 74 : (__tgmath_real_type (Val)) __tgml(Fct) (Val))) 76 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \ 79 ? (RetType) Fct (Val) [all...] |
argp.h | 41 # define __NTH(fct) fct __THROW
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 50 # define __tgml(fct) fct 52 # define __tgml(fct) fct ## l 77 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \ 80 ? (__tgmath_real_type (Val)) Fct (Val) \ 82 ? (__tgmath_real_type (Val)) Fct##f (Val) \ 83 : (__tgmath_real_type (Val)) __tgml(Fct) (Val))) 85 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \ 88 ? (RetType) Fct (Val) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 41 # define __tgml(fct) fct 43 # define __tgml(fct) fct ## l 68 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \ 71 ? (__tgmath_real_type (Val)) Fct (Val) \ 73 ? (__tgmath_real_type (Val)) Fct##f (Val) \ 74 : (__tgmath_real_type (Val)) __tgml(Fct) (Val))) 76 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \ 79 ? (RetType) Fct (Val) [all...] |
argp.h | 41 # define __NTH(fct) fct __THROW
|
/external/elfutils/libcpu/ |
i386_parse.y | 119 char *fct; 856 char *fct = obstack_finish (&ob); 858 instr->operands[n].fct = fct; 909 if (runp->operands[i].fct != NULL) 911 struct argstring search = { .str = runp->operands[i].fct }; 915 newp->str = runp->operands[i].fct; 1018 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]); 1128 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]); 1206 if (instr->operands[i].fct != NULL [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
libc-lock.h | 395 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \ 401 __libc_ptf_call_always (_pthread_cleanup_push_defer, (&_buffer, FCT, \ 404 _buffer.__routine = (FCT); \ 435 #define __libc_cleanup_push(fct, arg) \ 439 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|