HomeSort by relevance Sort by last modified time
    Searched full:fct (Results 1 - 25 of 66) sorted by null

1 2 3

  /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...]
  /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...]
  /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...]
  /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...]
  /external/chromium_org/third_party/skia/src/images/
SkImageRef_ashmem.cpp 44 fCT = NULL;
48 SkSafeUnref(fCT);
147 SkRefCnt_SafeAssign(fCT, bitmap->getColorTable());
170 fBitmap.setPixels(fRec.fAddr, fCT);
176 if (fCT) {
177 fCT->unref();
178 fCT = NULL;
225 fCT = NULL;
SkImageRef_ashmem.h 41 SkColorTable* fCT;
  /external/skia/src/images/
SkImageRef_ashmem.cpp 44 fCT = NULL;
48 SkSafeUnref(fCT);
150 SkRefCnt_SafeAssign(fCT, bitmap->getColorTable());
173 fBitmap.setPixels(fRec.fAddr, fCT);
179 if (fCT) {
180 fCT->unref();
181 fCT = NULL;
228 fCT = NULL;
SkImageRef_ashmem.h 41 SkColorTable* fCT;
  /external/elfutils/libasm/
asm_adduint8.c 39 #define FCT(size) _FCT(size)
52 return INTUSE(FCT(SIZE)) (asmscn, (TYPE(SIZE)) num);
asm_addint8.c 42 #define FCT(size) _FCT(size)
51 FCT(SIZE) (asmscn, num)
120 INTDEF(FCT(SIZE))
  /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/elfutils/tests/
allfcts.c 41 const char *fct = dwarf_diename (func); local
43 printf ("%s:%d:%s\n", 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/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp 85 FontConfigTypeface* fct = (FontConfigTypeface*)familyFace; local
86 familyName = fct->getFamilyName();
  /external/clang/test/SemaCXX/
default2.cpp 38 // C++ [dcl.fct.default]p6
55 // C++ [dcl.fct.default]p9
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 92 FontConfigTypeface* fct = (FontConfigTypeface*)familyFace; local
93 familyName = fct->getFamilyName();

Completed in 281 milliseconds

1 2 3