Searched defs:fn (Results 151 - 175 of 308) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/compiler/
H A Dcodegen-tester.h96 void Run(const Ci& ci, const Fn& fn) { argument
99 CHECK_EQ(fn(*i), this->Call(*i));
104 void Run(const Ci& ci, const Cj& cj, const Fn& fn) { argument
109 CHECK_EQ(fn(*i, *j), this->Call(*i, *j));
159 void Run(const Ci& ci, const Cj& cj, const Fn& fn) { argument
164 CHECK_EQ(fn(*i, *j), this->call(*i, *j));
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp176 llvm::Function *fn = local
181 CGF.StartFunction(&VD, CGM.getContext().VoidTy, fn,
193 return fn;
535 llvm::Function *fn = local
538 StartFunction(VD, getContext().VoidTy, fn, FI, args);
544 return fn;
/external/clang/test/SemaCXX/
H A Dscope-check.cpp7 void fn() function in namespace:testInvalid
/external/libcxx/src/
H A Dios.cpp227 ios_base::register_callback(event_callback fn, int index) argument
249 __fn_[__event_size_] = fn;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dconfig.c126 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) argument
154 return fn(name, value, data);
213 static int perf_parse_file(config_fn_t fn, void *data) argument
263 if (get_value(fn, data, var, baselen+1) < 0)
362 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) argument
373 ret = perf_parse_file(fn, data);
404 int perf_config(config_fn_t fn, void *data) argument
411 return perf_config_from_file(fn, config_exclusive_filename, data);
413 ret += perf_config_from_file(fn, perf_etc_perfconfig(),
441 ret += perf_config_from_file(fn, user_confi
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp58 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, argument
62 Fn = &fn;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c166 unsigned fn = nr >> 8, pn = nr & 0xff; local
167 unsigned ps = fn + (pn ? 1 : 0);
184 while (fn--) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp308 Function *fn = reinterpret_cast<Function *>(fi.get()); local
309 if (!fn->convertToSSA())
404 RenamePass::RenamePass(Function *fn) : func(fn), prog(fn->getProgram()) argument
/external/openssl/crypto/asn1/
H A Da_strex.c397 ASN1_OBJECT *fn; local
472 fn = X509_NAME_ENTRY_get_object(ent);
474 fn_nid = OBJ_obj2nid(fn);
478 OBJ_obj2txt(objtmp, sizeof objtmp, fn, 1);
/external/oprofile/libpopt/
H A Dpopthelp.c546 const char * fn; local
552 fn = con->optionStack->argv[0];
555 if (fn == NULL) return len;
556 if (strchr(fn, '/')) fn = strrchr(fn, '/') + 1;
557 fprintf(fp, " %s", fn);
558 len += strlen(fn) + 1;
/external/tinycompress/
H A Dcompress.c221 char fn[256]; local
240 snprintf(fn, sizeof(fn), "/dev/snd/comprC%uD%u", card, device);
251 compress->fd = open(fn, O_RDONLY);
253 compress->fd = open(fn, O_WRONLY);
256 oops(&bad_compress, errno, "cannot open device '%s'", fn);
581 char fn[256]; local
583 snprintf(fn, sizeof(fn), "/dev/snd/comprC%uD%u", card, device);
590 fd = open(fn, dev_fla
[all...]
/external/valgrind/main/callgrind/
H A Dfn.c234 obj = (obj_node*) CLG_MALLOC("cl.fn.non.1", sizeof(obj_node));
235 obj->name = di ? VG_(strdup)( "cl.fn.non.2",
293 file_node* file = (file_node*) CLG_MALLOC("cl.fn.nfn.1",
295 file->name = VG_(strdup)("cl.fn.nfn.2", filename);
336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", local
338 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname);
341 fn->number = CLG_(stat).distinct_fns;
342 fn
411 fn_node *fn = get_fn_node_infile(file, fnname); local
494 fn_node* fn; local
[all...]
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c211 void*(*fn)(void*) = (void*(*)(void*))xargs[0];
233 return (void*) fn( (void*)arg );
250 OrigFn fn; local
253 VALGRIND_GET_ORIG_FN(fn);
269 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]);
328 OrigFn fn; local
329 VALGRIND_GET_ORIG_FN(fn);
334 CALL_FN_W_WW(ret, fn, thread,value_pointer);
426 OrigFn fn; local
427 VALGRIND_GET_ORIG_FN(fn);
464 OrigFn fn; local
501 OrigFn fn; local
545 OrigFn fn; local
586 OrigFn fn; local
625 OrigFn fn; local
673 OrigFn fn; local
755 OrigFn fn; local
853 OrigFn fn; local
905 OrigFn fn; local
954 OrigFn fn; local
1003 OrigFn fn; local
1074 OrigFn fn; local
1109 OrigFn fn; local
1146 OrigFn fn; local
1200 OrigFn fn; local
1248 OrigFn fn; local
1285 OrigFn fn; local
1330 OrigFn fn; local
1398 OrigFn fn; local
1444 OrigFn fn; local
1488 OrigFn fn; local
1536 OrigFn fn; local
1584 OrigFn fn; local
1638 OrigFn fn; local
1691 OrigFn fn; local
1765 OrigFn fn; local
1813 OrigFn fn; local
1864 OrigFn fn; local
1917 OrigFn fn; local
1967 OrigFn fn; local
2001 OrigFn fn; local
2126 OrigFn fn; local
2157 OrigFn fn; local
2190 OrigFn fn; local
2228 OrigFn fn; local
2273 OrigFn fn; local
2295 OrigFn fn; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dcond_ld_st.c353 void do_test_case_steer ( void (*fn)(int,Bool,const TestCase*), argument
357 if (i == 0) { fn(i,isLd,tc); return; };
359 if (i == 1) { fn(i,isLd,tc); return; };
361 if (i == 2) { fn(i,isLd,tc); return; };
363 if (i == 3) { fn(i,isLd,tc); return; };
365 if (i == 4) { fn(i,isLd,tc); return; };
367 if (i == 5) { fn(i,isLd,tc); return; };
369 if (i == 6) { fn(i,isLd,tc); return; };
371 if (i == 7) { fn(i,isLd,tc); return; };
373 if (i == 8) { fn(
[all...]
/external/vixl/test/
H A Dtest-simulator-a64.cc152 const FPRegister& fn);
154 const FPRegister& fn,
157 const FPRegister& fn,
160 typedef void (MacroAssembler::*TestFPCmpHelper_t)(const FPRegister& fn,
162 typedef void (MacroAssembler::*TestFPCmpZeroHelper_t)(const FPRegister& fn,
165 const FPRegister& fn);
194 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
202 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, n_index_shift));
204 (masm.*helper)(fd, fn);
297 FPRegister fn local
415 FPRegister fn = double_op ? d1 : s1; local
546 FPRegister fn = double_op ? d1 : s1; local
671 FPRegister fn = double_op ? d1 : s1; local
784 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
[all...]
/external/blktrace/
H A Dblkiomon.c68 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...]
/external/chromium_org/third_party/icu/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/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h173 vpx_codec_control_fn_t fn; member in struct:vpx_codec_ctrl_fn_map
/external/chromium_org/third_party/ots/src/
H A Dots.cc739 bool Failure(const char *f, int l, const char *fn) { argument
741 std::fprintf(stderr, "ERROR at %s:%d (%s)\n", f, l, fn);
/external/chromium_org/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/compiler-rt/lib/profile/
H A DGCDAProfiling.c90 writeout_fn fn; member in struct:writeout_fn_node
103 flush_fn fn; member in struct:flush_fn_node
498 void llvm_register_writeout_function(writeout_fn fn) { argument
500 new_node->fn = fn;
515 curr->fn();
530 void llvm_register_flush_function(flush_fn fn) { argument
532 new_node->fn = fn;
547 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/fio/
H A Diolog.c701 int (*fn)(struct thread_data *, int); member in struct:log_type
707 .fn = write_bandw_log,
711 .fn = write_lat_log,
715 .fn = write_slat_log,
719 .fn = write_clat_log,
723 .fn = write_iops_log,
745 ret = lt->fn(td, log_left != 1);
/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.h174 vpx_codec_control_fn_t fn; member in struct:vpx_codec_ctrl_fn_map

Completed in 634 milliseconds

1234567891011>>