HomeSort by relevance Sort by last modified time
    Searched refs:FUN (Results 1 - 12 of 12) sorted by null

  /external/libffi/src/x86/
ffi.c 267 (closure->fun) (cif, *respp, arg_area, closure->user_data);
314 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
316 unsigned int __fun = (unsigned int)(FUN); \
325 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX,SIZE) \
327 unsigned int __fun = (unsigned int)(FUN); \
344 void (*fun)(ffi_cif*,void*,void**,void*),
369 closure->fun = fun;
381 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
408 closure->fun = fun
    [all...]
  /external/libffi/src/arm/
ffi.c 224 (closure->fun) (cif, *respp, arg_area, closure->user_data);
276 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
278 unsigned int __fun = (unsigned int)(FUN); \
294 void (*fun)(ffi_cif*,void*,void**,void*),
306 closure->fun = fun;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 153 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
154 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 153 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
154 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 153 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
154 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 153 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
154 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 680 /* Add the decl D to the local_decls list of FUN. */
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
688 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D)
744 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 680 /* Add the decl D to the local_decls list of FUN. */
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
688 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D)
744 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 680 /* Add the decl D to the local_decls list of FUN. */
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
688 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D)
744 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 680 /* Add the decl D to the local_decls list of FUN. */
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
688 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D)
744 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 400 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j)
    [all...]

Completed in 1000 milliseconds