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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
reg-op.s 6 FUN $232,$133,Z
reg-op.l 9 6 000c 02E88543 FUN \$232,\$133,Z
list-insns.s 14 FUN $122,$203,$4
  /external/libedit/src/
parse.c 85 tok = FUN(tok,init)(NULL);
86 FUN(tok,str)(tok, line, &argc, &argv);
87 argc = FUN(el,parse)(el, argc, argv);
88 FUN(tok,end)(tok);
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[])
tokenizer.c 86 private void FUN(tok,finish)(TYPE(Tokenizer) *);
89 /* FUN(tok,finish)():
93 FUN(tok,finish)(TYPE(Tokenizer) *tok)
106 /* FUN(tok,init)():
110 FUN(tok,init)(const Char *ifs)
147 /* FUN(tok,reset)():
151 FUN(tok,reset)(TYPE(Tokenizer) *tok)
162 /* FUN(tok,end)():
166 FUN(tok,end)(TYPE(Tokenizer) *tok)
177 /* FUN(tok,line)()
    [all...]
filecomplete.c 437 li = FUN(el,line)(el);
482 FUN(el,insertstr)(el,
495 FUN(el,insertstr)(el,
read.c 220 FUN(el,push)(EditLine *el, const Char *str)
247 if ((num = FUN(el,getc)(el, ch)) != 1) {/* if EOF or error */
277 FUN(el,push)(el, val.str);
327 FUN(el,set)(el, EL_REFRESH);
400 FUN(el,getc)(EditLine *el, Char *cp)
483 FUN(el,gets)(EditLine *el, int *nread)
chartype.h 76 #define FUN(prefix,rest) prefix ## _w ## rest
130 #define FUN(prefix,rest) prefix ## _ ## rest
el.c 199 FUN(el,set)(EditLine *el, int op, ...)
406 FUN(el,get)(EditLine *el, int op, ...)
519 FUN(el,line)(EditLine *el)
search.c 253 if (FUN(el,getc)(el, &ch) != 1)
329 FUN(el,push)(el, endcmd);
606 if (FUN(el,getc)(el, &c) != 1)
history.c 569 FUN(history,init)(void)
600 FUN(history,end)(TYPE(History) *h)
933 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...)
939 va_start(va, fun);
943 switch (fun) {
1061 FUN(history,end)(h);
  /art/openjdkjvmti/
OpenjdkJvmTi.cc     [all...]
  /external/libffi/src/x86/
ffi.c 460 (closure->fun) (cif, resp, arg_area, closure->user_data);
489 (closure->fun) (cif, *respp, arg_area, closure->user_data);
513 (closure->fun) (cif, *respp, arg_area, closure->user_data);
648 #define FFI_INIT_TRAMPOLINE_WIN64(TRAMP,FUN,CTX,MASK) \
650 void* __fun = (void*)(FUN); \
668 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
670 unsigned int __fun = (unsigned int)(FUN); \
679 #define FFI_INIT_TRAMPOLINE_RAW_THISCALL(TRAMP,FUN,CTX,SIZE) \
681 unsigned int __fun = (unsigned int)(FUN); \
706 #define FFI_INIT_TRAMPOLINE_WIN32(TRAMP,FUN,CTX)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi.c 477 (closure->fun) (cif, resp, arg_area, closure->user_data);
506 (closure->fun) (cif, *respp, arg_area, closure->user_data);
580 #define FFI_INIT_TRAMPOLINE_WIN64(TRAMP,FUN,CTX,MASK) \
582 void* __fun = (void*)(FUN); \
600 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
602 unsigned int __fun = (unsigned int)(FUN); \
611 #define FFI_INIT_TRAMPOLINE_RAW_THISCALL(TRAMP,FUN,CTX,SIZE) \
613 unsigned int __fun = (unsigned int)(FUN); \
638 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX) \
640 unsigned int __fun = (unsigned int)(FUN); \
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.c 220 (closure->fun)(cif, rvalue, out_args, closure->user_data);
276 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN) \
281 __tramp[2] = (unsigned int)(FUN); \
292 void (*fun)(ffi_cif*,void*,void**,void*),
301 closure->fun = fun;
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffi.c 477 (closure->fun) (cif, resp, arg_area, closure->user_data);
506 (closure->fun) (cif, *respp, arg_area, closure->user_data);
580 #define FFI_INIT_TRAMPOLINE_WIN64(TRAMP,FUN,CTX,MASK) \
582 void* __fun = (void*)(FUN); \
600 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
602 unsigned int __fun = (unsigned int)(FUN); \
611 #define FFI_INIT_TRAMPOLINE_RAW_THISCALL(TRAMP,FUN,CTX,SIZE) \
613 unsigned int __fun = (unsigned int)(FUN); \
638 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX) \
640 unsigned int __fun = (unsigned int)(FUN); \
    [all...]
  /external/google-breakpad/src/common/android/include/
stab.h 47 _STAB_CODE_DEF(FUN,0x24) \
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 260 (closure->fun) (cif, *respp, arg_area, closure->user_data);
307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
309 unsigned int __fun = (unsigned int)(FUN); \
323 void (*fun)(ffi_cif*,void*,void**,void*),
335 closure->fun = fun;
347 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
372 closure->fun = fun;
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 260 (closure->fun) (cif, *respp, arg_area, closure->user_data);
307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
309 unsigned int __fun = (unsigned int)(FUN); \
323 void (*fun)(ffi_cif*,void*,void**,void*),
335 closure->fun = fun;
347 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
372 closure->fun = fun;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 330 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
331 i386_pe_declare_function_type (FILE, XSTR (FUN, 0), 1)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 647 /* Add the decl D to the local_decls list of FUN. */
650 add_local_decl (struct function *fun, tree d)
652 vec_safe_push (fun->local_decls, d);
655 #define FOR_EACH_LOCAL_DECL(FUN, I, D) \
656 FOR_EACH_VEC_SAFE_ELT_REVERSE ((FUN)->local_decls, I, D)
710 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms
  /external/libffi/src/arm/
ffi.c 401 (closure->fun) (cif, *respp, arg_area, closure->user_data);
754 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
756 unsigned int __fun = (unsigned int)(FUN); \
775 void (*fun)(ffi_cif*,void*,void**,void*),
802 closure->fun = fun;
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 401 (closure->fun) (cif, *respp, arg_area, closure->user_data);
754 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
756 unsigned int __fun = (unsigned int)(FUN); \
775 void (*fun)(ffi_cif*,void*,void**,void*),
802 closure->fun = fun;
  /external/python/cpython3/Modules/_ctypes/libffi/src/arm/
ffi.c 401 (closure->fun) (cif, *respp, arg_area, closure->user_data);
754 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
756 unsigned int __fun = (unsigned int)(FUN); \
775 void (*fun)(ffi_cif*,void*,void**,void*),
802 closure->fun = fun;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 319 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j)

Completed in 875 milliseconds

1 2