/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 485 let fn = define_function "use_function" ty m in var 486 let b = builder_at_end context (entry_block fn) in 488 let p1 = param fn 0 in 489 let p2 = param fn 1 in 512 let fn = define_function "user_function" ty m in var 513 let b = builder_at_end context (entry_block fn) in 515 let p1 = param fn 0 in 516 let p2 = param fn 1 in 551 let fn = declare_function "Fn1" ty m in var 552 insist (pointer_type ty = type_of fn); 566 let fn = declare_function "Fn2" ty m in var 572 let fn = define_function "Fn3" ty m in var 580 let fn = define_function "Fn4" ty m in var 594 let fn = define_function "Fn5" ty m in var 603 let fn = define_function "Fn6" ty m in var 690 let fn = declare_function "X" ty m in var 698 let fn = declare_function "X2" ty m in var 703 let fn = declare_function "X3" ty m in var 713 let fn = define_function "X4" ty m in var 721 let fn = define_function "X5" ty m in var 803 let fn = define_function "BuilderParent" fty m in var 821 let fn = declare_function "X6" fty m in var 828 let fn = define_function "X7" fty m in var 1164 let fn = define_function "FunctionPassManager" fty m in var [all...] |
executionengine.ml | 24 let fn = 29 let b = builder_at_end (global_context ()) (entry_block fn) in 31 fn 34 let fn = define_function "plus" (function_type i32_type [| i32_type; 36 let b = builder_at_end (global_context ()) (entry_block fn) in 37 let add = build_add (param fn 0) (param fn 1) "sum" b in
|
/bionic/libc/arch-arm/bionic/ |
clone.S | 79 # int (*fn)(void *), void* arg ); 82 # __clone function here !! Placing 'fn' and 'arg' 97 # store 'fn' and 'arg' to the child stack
|
/bionic/libm/src/ |
e_rem_pio2.c | 78 double z,w,t,r,fn; local 115 fn = (double)n; 116 r = t-fn*pio2_1; 117 w = fn*pio2_1t; /* 1st round good to 85 bit */ 128 w = fn*pio2_2; 130 w = fn*pio2_2t-((t-r)-w); 136 w = fn*pio2_3; 138 w = fn*pio2_3t-((t-r)-w);
|
/external/fdlibm/ |
e_rem_pio2.c | 90 double z,w,t,r,fn; local 126 fn = (double)n; 127 r = t-fn*pio2_1; 128 w = fn*pio2_1t; /* 1st round good to 85 bit */ 137 w = fn*pio2_2; 139 w = fn*pio2_2t-((t-r)-w); 144 w = fn*pio2_3; 146 w = fn*pio2_3t-((t-r)-w);
|
/external/icu4c/test/perf/strsrchperf/ |
strsrchperf.h | 27 StrSrchFn fn; member in class:StringSearchPerfFunction 41 (*fn)(bms, src, srcLen, pttrn, pttrnLen, status); 43 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status); 57 fn = func; 66 fn = func;
|
/frameworks/base/cmds/screencap/ |
screencap.cpp | 109 const char* fn = argv[0]; local 110 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); 112 fprintf(stderr, "Error opening file: %s (%s)\n", fn, strerror(errno)); 115 const int len = strlen(fn); 116 if (len >= 4 && 0 == strcmp(fn+len-4, ".png")) {
|
/external/libffi/src/x86/ |
ffi.c | 183 unsigned, unsigned, unsigned *, void (*fn)(void)); 187 unsigned, unsigned, unsigned *, void (*fn)(void)); 191 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) 214 fn); 219 ecif.rvalue, fn); 426 unsigned, unsigned *, void (*fn)(void)); 431 unsigned, unsigned *, void (*fn)(void)); 435 ffi_raw_call(ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *fake_avalue) 459 ecif.rvalue, fn); 464 ecif.rvalue, fn); [all...] |
/external/blktrace/ |
blkiomon.c | 68 char *fn; member in struct:output 110 if (!debug.fn) 134 if (!debug.fn) 239 if (!binary.fn) 249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn); 251 binary.fn = NULL; 433 if (!drvdata.fn) 445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn); 447 drvdata.fn = NULL; 530 if (!out->fn) [all...] |
/system/core/fastboot/ |
fastboot.c | 80 char *fn; local 84 fn = "boot.img"; 86 fn = "recovery.img"; 88 fn = "system.img"; 90 fn = "userdata.img"; 92 fn = "android-info.txt"; 101 "../../../target/product/%s/%s", product, fn); 111 sprintf(path, "%s/%s", dir, fn); 116 void *load_file(const char *fn, unsigned *_sz); 118 void *load_file(const char *fn, unsigned *_sz [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 281 fn = info2.filename = "system/" + basefilename 282 if substitute and fn in substitute and substitute[fn] is None: 285 if substitute and fn in substitute: 286 data = substitute[fn] 293 if fn.endswith("/"): 294 Item.Get(fn[:-1], dir=True) 296 Item.Get(fn, dir=False) 453 fn = "system/" + basefilename 455 out[fn] = common.File(fn, data [all...] |
/external/tcpdump/ |
print-smb.c | 37 void (*fn)(const u_char *, const u_char *, const u_char *, const u_char *); member in struct:smbdescript 45 void (*fn)(const u_char *, const u_char *, int, int); member in struct:smbdescriptint 176 static struct smbfnsint *fn = &trans2_fns[0]; local 189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns); 192 printf("%s\n", fn->name); 203 printf("%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt); 216 f1 = fn->descript.req_f1; 217 f2 = fn->descript.req_f2; 222 f1 = fn->descript.rep_f1; 223 f2 = fn->descript.rep_f2 802 struct smbfns *fn; local [all...] |
/external/valgrind/main/coregrind/ |
pub_core_tooliface.h | 45 #define VG_TDICT_CALL(fn, args...) \ 46 ( tl_assert2(VG_(tdict).fn, \ 47 "you forgot to set VgToolInterface function '" #fn "'"), \ 48 VG_(tdict).fn(args) ) 50 #define VG_TRACK(fn, args...) \ 52 if (VG_(tdict).track_##fn) \ 53 VG_(tdict).track_##fn(args); \
|
/bootable/recovery/edify/ |
parser.y | 70 $$->fn = Literal; 91 $$->fn = FindFunction($1); 92 if ($$->fn == NULL) {
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_tables.h | 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; }) 178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
|
/bionic/libc/kernel/common/linux/netfilter_ipv6/ |
ip6_tables.h | 182 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; }) 184 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ip_tables.h | 176 #define IPT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry_match *__match; for (__i = sizeof(struct ipt_entry); __i < (e)->target_offset; __i += __match->u.match_size) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } __ret; }) 178 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ipt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
ip6_tables.h | 176 #define IP6T_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry_match *__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)(e) + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; }) 177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
|
/development/ndk/platforms/android-8/include/ |
sched.h | 73 extern int clone(int (*fn)(void*), void *child_stack, int flags, void *arg);
|
/development/ndk/platforms/android-9/include/ |
sched.h | 73 extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
|
/external/hyphenation/ |
hyphen.h | 93 HyphenDict *hnj_hyphen_load (const char *fn);
|
substrings.pl | 13 $fn = $ARGV[0]; 14 if (!-e $fn) { $fn = "hyphen.us"; } 15 open HYPH, $fn;
|
/external/iptables/include/ |
iptables.h | 16 extern int for_each_chain4(int (*fn)(const ipt_chainlabel, int, struct iptc_handle *),
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6_tables.h | 277 /* fn returns 0 to continue iteration */ 278 #define IP6T_MATCH_ITERATE(e, fn, args...) \ 279 XT_MATCH_ITERATE(struct ip6t_entry, e, fn, ## args) 281 /* fn returns 0 to continue iteration */ 282 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ 283 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
|
/external/kernel-headers/original/asm-x86/ |
hw_irq_32.h | 55 int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
|