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

1 2

  /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/selinux/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/selinux/libsemanage/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/selinux/libsepol/cil/src/
dso.h 10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal)
11 # define __hidden_proto(fct, internal) \
12 extern __typeof (fct) internal; \
13 extern __typeof (fct) fct __asm (#internal) hidden;
15 # define hidden_def(fct) \
16 asm (".globl " #fct "\n" #fct " = " #fct "_internal")
    [all...]
  /external/selinux/libsepol/src/
dso.h 10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal)
11 # define __hidden_proto(fct, internal) \
12 extern __typeof (fct) internal; \
13 extern __typeof (fct) fct __asm (#internal) hidden;
15 # define hidden_def(fct) \
16 asm (".globl " #fct "\n" #fct " = " #fct "_internal")
    [all...]
  /external/compiler-rt/test/safestack/
overflow.c 13 void fct(volatile int *buffer) function
23 fct(buffer);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-16.s 2 .globl fct
3 .type fct, @gnu_indirect_function
4 .set fct,resolve
7 .set int_fct,fct
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-16-x86.s 2 .globl fct
3 .type fct, @gnu_indirect_function
4 .set fct,resolve
7 .set int_fct,fct
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastCosineTransformer.java 32 * FCT is its own inverse, up to a multiplier depending on conventions.
35 * Different from FFT and FST, FCT requires the length of data set to be
64 return fct(f);
87 return fct(data);
104 return FastFourierTransformer.scaleArray(fct(f), scaling_coefficient);
130 return FastFourierTransformer.scaleArray(fct(data), scaling_coefficient);
147 return FastFourierTransformer.scaleArray(fct(f), scaling_coefficient);
171 return FastFourierTransformer.scaleArray(fct(data), scaling_coefficient);
212 * Perform the FCT algorithm (including inverse).
218 protected double[] fct(double f[] method in class:FastCosineTransformer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 59 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
64 # define __NTH(fct) __LEAF_ATTR fct throw ()
68 # define __NTH(fct) fct
78 # define __NTH(fct) fct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 59 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct
64 # define __NTH(fct) __LEAF_ATTR fct throw ()
68 # define __NTH(fct) fct
78 # define __NTH(fct) fct
  /external/elfutils/tests/
allfcts.c 35 const char *fct = dwarf_diename (func); local
37 printf ("%s:%d:%s\n", file, line, fct);
dwflmodtest.c 120 const char *fct = dwarf_diename (func); local
122 printf (" %s:%d: %s:", file, line, fct);
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
quadmath.h 36 # define __quadmath_nth(fct) fct throw ()
39 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
quadmath.h 36 # define __quadmath_nth(fct) fct throw ()
39 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
quadmath.h 36 # define __quadmath_nth(fct) fct throw ()
39 # define __quadmath_nth(fct) __attribute__((__nothrow__)) fct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 41 # define __tgml(fct) fct
43 # define __tgml(fct) fct ## l
75 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \
78 ? (__tgmath_real_type (Val)) Fct (Val) \
80 ? (__tgmath_real_type (Val)) Fct##f (Val) \
81 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
83 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
86 ? (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/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 41 # define __tgml(fct) fct
43 # define __tgml(fct) fct ## l
75 # define __TGMATH_UNARY_REAL_ONLY(Val, Fct) \
78 ? (__tgmath_real_type (Val)) Fct (Val) \
80 ? (__tgmath_real_type (Val)) Fct##f (Val) \
81 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
83 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
86 ? (RetType) Fct (Val)
    [all...]
argp.h 41 # define __NTH(fct) fct __THROW
cursesm.h 160 NCursesMenuCallbackItem(ITEMCALLBACK* fct = NULL,
164 p_fct (fct) {
  /external/elfutils/libcpu/
i386_parse.y 123 char *fct;
860 char *fct = obstack_finish (&ob);
862 instr->operands[n].fct = fct;
913 if (runp->operands[i].fct != NULL)
915 struct argstring search = { .str = runp->operands[i].fct };
919 newp->str = runp->operands[i].fct;
1022 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
1132 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
1210 if (instr->operands[i].fct != NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 469 #define __libc_cleanup_region_start(DOIT, FCT, ARG) \
475 __libc_ptf_call_always (_pthread_cleanup_push_defer, (&_buffer, FCT, \
478 _buffer.__routine = (FCT); \
509 #define __libc_cleanup_push(fct, arg) \
513 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \

Completed in 2528 milliseconds

1 2