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

1234567891011>>

/external/fio/crc/
H A Dtest.c29 uint64_t (*fn)(void); member in struct:test_type
267 .fn = t_md5,
272 .fn = t_crc64,
277 .fn = t_crc32,
282 .fn = t_crc32c,
287 .fn = t_crc16,
292 .fn = t_crc7,
297 .fn = t_sha1,
302 .fn = t_sha256,
307 .fn
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h35 QuickCheckFn fn; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
78 fn = func;
88 fn = func;
107 NormFn fn; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(line
[all...]
/external/iproute2/ip/
H A Dipneigh.c236 struct nlmsghdr *fn; local
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
242 memcpy(fn, n, n->nlmsg_len);
243 fn->nlmsg_type = RTM_DELNEIGH;
244 fn->nlmsg_flags = NLM_F_REQUEST;
245 fn->nlmsg_seq = ++rth.seq;
246 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dmem-memcpy.c54 memcpy_t fn; member in struct:routine
63 #define MEMCPY_FN(fn, name, desc) { name, desc, fn },
124 static u64 do_memcpy_cycle(memcpy_t fn, size_t len, bool prefault) argument
133 fn(dst, src, len);
137 fn(dst, src, len);
145 static double do_memcpy_gettimeofday(memcpy_t fn, size_t len, bool prefault) argument
154 fn(dst, src, len);
158 fn(dst, src, len);
230 do_memcpy_cycle(routines[i].fn, le
[all...]
H A Dmem-memset.c54 memset_t fn; member in struct:routine
63 #define MEMSET_FN(fn, name, desc) { name, desc, fn },
118 static u64 do_memset_cycle(memset_t fn, size_t len, bool prefault) argument
127 fn(dst, -1, len);
131 fn(dst, i, len);
138 static double do_memset_gettimeofday(memset_t fn, size_t len, bool prefault) argument
147 fn(dst, -1, len);
151 fn(dst, i, len);
222 do_memset_cycle(routines[i].fn, le
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.c31 int (*fn)(int, const char **, const char *); member in struct:cmd_struct
323 status = p->fn(argc, argv, prefix);
/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp205 bool VirtRegRewriter::runOnMachineFunction(MachineFunction &fn) { argument
206 MF = &fn;
/external/llvm/lib/TableGen/
H A DSetTheory.cpp234 FieldExpander(StringRef fn) : FieldName(fn) {} argument
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c111 char *fn = fullName; local
128 if (fn+4 >= lim) goto fail;
129 *fn++ = '\\';
130 *fn++ = '0' + (c / 100);
131 *fn++ = '0' + (c / 10) % 10;
136 if (fn+2 >= lim) goto fail;
137 *fn++ = '\\';
140 if (fn+1 >= lim) goto fail;
141 *fn++ = (char)c;
143 *fn
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp70 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn) argument
H A Dnv50_ir_print.cpp497 if (op == OP_CALL && asFlow()->target.fn) {
499 asFlow()->target.fn->getName(),
500 asFlow()->target.fn->getLabel());
579 PrintPass::visit(Function *fn) argument
581 INFO("\n%s:%i\n", fn->getName(), fn->getLabel());
/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.h24 const char *fn; member in struct:x86_function
/external/openssl/crypto/objects/
H A Do_names.c265 void (*fn)(const OBJ_NAME *,void *arg); member in struct:doall
272 d->fn(name,d->arg);
277 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg)
282 d.fn=fn;
314 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
328 fn(d.names[n],arg);
/external/qemu/android/
H A Dconfig-file.c339 aconfig_load_file(AConfig *root, const char *fn) argument
342 data = path_load_file(fn, NULL);
360 writer_init( Writer* w, const char* fn )
365 w->fd = creat( fn, 0755 );
458 aconfig_save_file(AConfig *root, const char *fn) argument
463 if (writer_init(w,fn) < 0)
/external/qemu/android/utils/
H A Dpath.c586 path_load_file(const char *fn, size_t *pSize) argument
597 fd = open(fn, O_BINARY | O_RDONLY);
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.c70 load_nas_sym(const char *fn, void **addr) argument
72 *addr = SDL_LoadFunction(nas_handle, fn);
/external/tinyalsa/
H A Dmixer.c99 char fn[256]; local
101 snprintf(fn, sizeof(fn), "/dev/snd/controlC%u", card);
102 fd = open(fn, O_RDWR);
/external/valgrind/main/callgrind/
H A Dclo.c318 static void update_fn_config1(fn_node* fn, fn_config* fnc) argument
321 fn->dump_before = (fnc->dump_before == CONFIG_TRUE);
324 fn->dump_after = (fnc->dump_after == CONFIG_TRUE);
327 fn->zero_before = (fnc->zero_before == CONFIG_TRUE);
330 fn->toggle_collect = (fnc->toggle_collect == CONFIG_TRUE);
333 fn->skip = (fnc->skip == CONFIG_TRUE);
336 fn->pop_on_jump = (fnc->pop_on_jump == CONFIG_TRUE);
339 fn->group = fnc->group;
342 fn->separate_callers = fnc->separate_callers;
345 fn
357 update_fn_config2(fn_node* fn, const HChar* name, config_node* node) argument
397 update_fn_config(fn_node* fn) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcassert.c388 Int line, const HChar* fn, const HChar* format, ... )
424 component, file, line, fn );
427 component, file, line, fn, expr );
387 assert_fail( Bool isCore, const HChar* expr, const HChar* file, Int line, const HChar* fn, const HChar* format, ... ) argument
/external/valgrind/main/shared/
H A Dvg_replace_strmem.c1783 OrigFn fn; variable
1786 VALGRIND_GET_ORIG_FN(fn); variable
1792 CALL_FN_W_W(result, fn, string);
1802 OrigFn fn; local
1805 VALGRIND_GET_ORIG_FN(fn);
1811 CALL_FN_W_W(result, fn, name);
1824 OrigFn fn; local
1827 VALGRIND_GET_ORIG_FN(fn);
1837 CALL_FN_W_WWW(result, fn, name, value, overwrite);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Da_strex.c383 ASN1_OBJECT *fn; local
458 fn = X509_NAME_ENTRY_get_object(ent);
460 fn_nid = OBJ_obj2nid(fn);
464 OBJ_obj2txt(objtmp, sizeof objtmp, fn, 1);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc333 LIBYUV_BOOL MJpegDecoder::DecodeToCallback(CallbackFunction fn, void* opaque, argument
379 (*fn)(opaque, databuf_, databuf_strides_, scanlines_to_copy);
396 (*fn)(opaque, databuf_, databuf_strides_, GetImageScanlinesPerImcuRow());
404 (*fn)(opaque, databuf_, databuf_strides_, lines_left);
/external/chromium_org/third_party/libyuv/source/
H A Dmjpeg_decoder.cc333 LIBYUV_BOOL MJpegDecoder::DecodeToCallback(CallbackFunction fn, void* opaque, argument
379 (*fn)(opaque, databuf_, databuf_strides_, scanlines_to_copy);
396 (*fn)(opaque, databuf_, databuf_strides_, GetImageScanlinesPerImcuRow());
404 (*fn)(opaque, databuf_, databuf_strides_, lines_left);
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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

Completed in 2000 milliseconds

1234567891011>>