Searched defs:fn (Results 126 - 150 of 233) sorted by relevance

12345678910

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c91 writeout_fn fn; member in struct:writeout_fn_node
104 flush_fn fn; member in struct:flush_fn_node
513 void llvm_register_writeout_function(writeout_fn fn) { argument
515 new_node->fn = fn;
530 curr->fn();
545 void llvm_register_flush_function(flush_fn fn) { argument
547 new_node->fn = fn;
562 curr->fn();
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c181 char *fn, uuid[40]; local
189 retval = ext2fs_get_mem(strlen(tdb_dir) + 64, &fn);
193 sprintf(fn, "%s/%s-icount-XXXXXX", tdb_dir, uuid);
194 fd = mkstemp(fn);
208 icount->tdb_fn = fn;
209 icount->tdb = tdb_open(fn, num_inodes, TDB_NOLOCK | TDB_NOSYNC,
/external/icu/icu4c/source/common/
H A Duhash.c593 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { argument
595 hash->keyHasher = fn;
600 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn) { argument
602 hash->keyComparator = fn;
606 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn){ argument
608 hash->valueComparator = fn;
613 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn) { argument
615 hash->keyDeleter = fn;
620 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn) { argument
622 hash->valueDeleter = fn;
[all...]
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h173 vpx_codec_control_fn_t fn; member in struct:vpx_codec_ctrl_fn_map
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc356 bool MJpegDecoder::DecodeToCallback(CallbackFunction fn, void* opaque, argument
402 (*fn)(opaque, databuf_, databuf_strides_, scanlines_to_copy);
419 (*fn)(opaque, databuf_, databuf_strides_, GetImageScanlinesPerImcuRow());
427 (*fn)(opaque, databuf_, databuf_strides_, lines_left);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp105 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, argument
107 Fn = &fn;
278 if (fn.hasFnAttribute("wineh-parent")) {
279 const Function *WinEHParentFn = MMI.getWinEHParent(&fn);
/external/tcpdump/
H A Dprint-smb.c37 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
802 struct smbfns *fn; local
[all...]
/external/toybox/toys/pending/
H A Dmodprobe.c440 char *fn, *options; local
443 fn = llist_popme(&m->dep);
444 m2 = get_mod(fn, 1);
464 TT.dbg(options ? "insmod %s %s\n" : "insmod %s\n", fn, options);
469 TT.dbg("%s is already loaded, skipping\n", fn);
474 rc = ins_mod(fn, options);
475 TT.dbg("loaded %s '%s', rc:%d\n", fn, options, rc);
479 perror_msg("can't load module %s (%s)", m2->name, fn);
/external/v8/test/cctest/
H A Dtest-assembler-arm.cc672 F4 fn = FUNCTION_CAST<F4>(code->entry()); variable
691 Object* dummy = CALL_GENERATED_CODE(fn, &d, &f, 0, 0, 0);
782 F4 fn = FUNCTION_CAST<F4>(code->entry()); variable
801 Object* dummy = CALL_GENERATED_CODE(fn, &d, &f, 0, 0, 0);
888 F4 fn = FUNCTION_CAST<F4>(code->entry()); variable
907 Object* dummy = CALL_GENERATED_CODE(fn, &d, &f, 0, 0, 0);
/external/valgrind/drd/
H A Ddrd_pthread_intercepts.c460 OrigFn fn; local
464 VALGRIND_GET_ORIG_FN(fn);
485 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
510 OrigFn fn; local
512 VALGRIND_GET_ORIG_FN(fn);
518 CALL_FN_W_WW(ret, fn, pt_joinee, thread_return);
536 OrigFn fn; local
538 VALGRIND_GET_ORIG_FN(fn);
539 CALL_FN_W_W(ret, fn, pt_thread);
555 OrigFn fn; local
573 OrigFn fn; local
597 OrigFn fn; local
620 OrigFn fn; local
637 OrigFn fn; local
654 OrigFn fn; local
672 OrigFn fn; local
690 OrigFn fn; local
708 OrigFn fn; local
726 OrigFn fn; local
743 OrigFn fn; local
763 OrigFn fn; local
788 OrigFn fn; local
805 OrigFn fn; local
824 OrigFn fn; local
841 OrigFn fn; local
858 OrigFn fn; local
875 OrigFn fn; local
892 OrigFn fn; local
914 OrigFn fn; local
932 OrigFn fn; local
949 OrigFn fn; local
970 OrigFn fn; local
987 OrigFn fn; local
1004 OrigFn fn; local
1022 OrigFn fn; local
1037 OrigFn fn; local
1052 OrigFn fn; local
1068 OrigFn fn; local
1085 OrigFn fn; local
1106 OrigFn fn; local
1125 OrigFn fn; local
1143 OrigFn fn; local
1161 OrigFn fn; local
1180 OrigFn fn; local
1200 OrigFn fn; local
1219 OrigFn fn; local
1237 OrigFn fn; local
1255 OrigFn fn; local
[all...]
/external/valgrind/helgrind/
H A Dhg_intercepts.c212 void*(*fn)(void*) = (void*(*)(void*))xargs[0];
234 return (void*) fn( (void*)arg );
251 OrigFn fn; local
254 VALGRIND_GET_ORIG_FN(fn);
270 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]);
329 OrigFn fn; local
330 VALGRIND_GET_ORIG_FN(fn);
335 CALL_FN_W_WW(ret, fn, thread,value_pointer);
428 OrigFn fn; local
429 VALGRIND_GET_ORIG_FN(fn);
463 OrigFn fn; local
501 OrigFn fn; local
539 OrigFn fn; local
576 OrigFn fn; local
620 OrigFn fn; local
661 OrigFn fn; local
700 OrigFn fn; local
748 OrigFn fn; local
830 OrigFn fn; local
928 OrigFn fn; local
980 OrigFn fn; local
1029 OrigFn fn; local
1078 OrigFn fn; local
1149 OrigFn fn; local
1184 OrigFn fn; local
1221 OrigFn fn; local
1275 OrigFn fn; local
1323 OrigFn fn; local
1360 OrigFn fn; local
1405 OrigFn fn; local
1473 OrigFn fn; local
1519 OrigFn fn; local
1563 OrigFn fn; local
1611 OrigFn fn; local
1659 OrigFn fn; local
1713 OrigFn fn; local
1766 OrigFn fn; local
1840 OrigFn fn; local
1888 OrigFn fn; local
1939 OrigFn fn; local
1992 OrigFn fn; local
2042 OrigFn fn; local
2076 OrigFn fn; local
2201 OrigFn fn; local
2232 OrigFn fn; local
2265 OrigFn fn; local
2303 OrigFn fn; local
2348 OrigFn fn; local
2370 OrigFn fn; local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h56 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) { } argument
/external/clang/lib/Sema/
H A DSema.cpp283 FunctionDecl *fn = dyn_cast<FunctionDecl>(CurContext); local
284 if (!fn) return false;
295 if (fn->hasAttr<UnavailableAttr>()) return true;
297 fn->addAttr(UnavailableAttr::CreateImplicit(Context, msg, loc));
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp450 void fn() { function in namespace:r150682
/external/fio/
H A Dfilesetup.c1182 struct file_name *fn; local
1184 fn = malloc(sizeof(struct file_name));
1185 fn->filename = strdup(fname);
1189 flist_add_tail(&fn->list, &filename_list);
1190 fn = NULL;
1194 if (fn) {
1195 free(fn->filename);
1196 free(fn);
1204 struct file_name *fn; local
1211 fn
[all...]
H A Diolog.c1110 data->work.fn = gz_work;
1205 int (*fn)(struct thread_data *, int); member in struct:log_type
1211 .fn = write_bandw_log,
1215 .fn = write_lat_log,
1219 .fn = write_slat_log,
1223 .fn = write_clat_log,
1227 .fn = write_iops_log,
1249 ret = lt->fn(td, log_left != 1);
H A Dparse.c475 fio_opt_str_fn *fn = o->cb; local
495 else if (fn)
496 ret = fn(data, ptr);
503 fio_opt_str_val_fn *fn = o->cb; local
555 if (fn)
556 ret = fn(data, &ull);
655 fio_opt_str_fn *fn = o->cb; local
665 if (fn)
666 ret = fn(data, ptr);
681 fn
777 fio_opt_int_fn *fn = o->cb; local
[all...]
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp88 Func fn; member in class:CmdKeyGen
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) argument
97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
103 (this->*fn)(i);
137 Func fn; member in class:CmdIter
141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) argument
142 :count(count), data(data), fn(fn){
157 (this->*fn)(statu
186 Func fn; member in class:CmdIterAll
344 Func fn; member in struct:CmdQsort
351 CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) argument
401 Func fn; member in class:CmdBinSearch
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) argument
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp805 char* fn = (char*) uprv_malloc(sizeof(char) * (tLen+1024 + local
812 fn[0]=0;
912 uprv_free(fn);
/external/iproute2/ip/
H A Dipaddress.c566 struct nlmsghdr *fn; local
571 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
572 memcpy(fn, n, n->nlmsg_len);
573 fn->nlmsg_type = RTM_DELADDR;
574 fn->nlmsg_flags = NLM_F_REQUEST;
575 fn->nlmsg_seq = ++rth.seq;
576 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
H A Diproute.c314 struct nlmsghdr *fn; local
319 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
320 memcpy(fn, n, n->nlmsg_len);
321 fn->nlmsg_type = RTM_DELROUTE;
322 fn->nlmsg_flags = NLM_F_REQUEST;
323 fn->nlmsg_seq = ++rth.seq;
324 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
/external/libvpx/libvpx/
H A Dvpxdec.c494 char *fn = NULL; local
661 fn = argv[0];
663 if (!fn)
667 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
670 fprintf(stderr, "Failed to open file '%s'", strcmp(fn, "-") ? fn : "stdin");
/external/libxml2/
H A DSAX2.c1532 xmlChar fn[50]; local
1535 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50);
1560 if ((fulln != fn) && (fulln != attr->name))
2101 xmlChar fn[50]; local
2104 fullname = xmlBuildQName(localname, prefix, fn, 50);
2113 if ((fullname != fn) && (fullname != localname))
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp122 bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) { argument
123 MF = &fn;
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml577 let fn = define_function "use_function" ty m in var
578 let b = builder_at_end context (entry_block fn) in
580 let p1 = param fn 0 in
581 let p2 = param fn 1 in
604 let fn = define_function "user_function" ty m in var
605 let b = builder_at_end context (entry_block fn) in
607 let p1 = param fn 0 in
608 let p2 = param fn 1 in
644 let fn = declare_function "Fn1" ty m in var
645 insist (pointer_type ty = type_of fn);
659 let fn = declare_function "Fn2" ty m in var
665 let fn = define_function "Fn3" ty m in var
673 let fn = define_function "Fn4" ty m in var
687 let fn = define_function "Fn5" ty m in var
696 let fn = define_function "Fn6" ty m in var
783 let fn = declare_function "X" ty m in var
791 let fn = declare_function "X2" ty m in var
796 let fn = declare_function "X3" ty m in var
806 let fn = define_function "X4" ty m in var
814 let fn = define_function "X5" ty m in var
887 let fn = define_function "BuilderParent" fty m in var
914 let fn = define_function "BuilderParent" fty m in var
932 let fn = declare_function "X6" fty m in var
943 let fn = declare_function "XA6" fty m in var
951 let fn = define_function "X7" fty m in var
1464 let fn = define_function "FunctionPassManager" fty m in var
[all...]

Completed in 2920 milliseconds

12345678910