Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/examples/PrintFunctionNames/
DREADME.txt9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…
10 …sserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print…
11 … ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-erro…
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…
15 …rts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print…
16 …/../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-erro…
/external/valgrind/massif/tests/
DMakefile.am7 alloc-fns-A.post.exp alloc-fns-A.stderr.exp alloc-fns-A.vgtest \
8 alloc-fns-B.post.exp alloc-fns-B.stderr.exp alloc-fns-B.vgtest \
55 alloc-fns \
DMakefile.in123 check_PROGRAMS = alloc-fns$(EXEEXT) basic$(EXEEXT) big-alloc$(EXEEXT) \
142 alloc_fns_SOURCES = alloc-fns.c
143 alloc_fns_OBJECTS = alloc-fns.$(OBJEXT)
253 SOURCES = alloc-fns.c basic.c big-alloc.c culling1.c culling2.c \
258 DIST_SOURCES = alloc-fns.c basic.c big-alloc.c culling1.c culling2.c \
659 alloc-fns-A.post.exp alloc-fns-A.stderr.exp alloc-fns-A.vgtest \
660 alloc-fns-B.post.exp alloc-fns-B.stderr.exp alloc-fns-B.vgtest \
748 alloc-fns$(EXEEXT): $(alloc_fns_OBJECTS) $(alloc_fns_DEPENDENCIES) $(EXTRA_alloc_fns_DEPENDENCIES)
749 @rm -f alloc-fns$(EXEEXT)
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc-fns.Po@am__quote@
Dalloc-fns-A.vgtest1 prog: alloc-fns
Dalloc-fns-B.vgtest1 prog: alloc-fns
Dbig-alloc.post.exp-ppc6448 99.38% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Dbig-alloc.post.exp-64bit48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Ddeep-D.post.exp-ppc6448 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Doverloaded-new.post.exp-mips3244 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
/external/valgrind/none/tests/x86/
Dx87trigOOR.c129 void(*fns[4])(Res*,double) = { do_fsin, do_fcos, do_fsincos, do_fptan }; in main() local
134 void (*fn)(Res*,double) = fns[i]; in main()
/external/valgrind/none/tests/amd64/
Dx87trigOOR.c129 void(*fns[4])(Res*,double) = { do_fsin, do_fcos, do_fsincos, do_fptan }; in main() local
134 void (*fn)(Res*,double) = fns[i]; in main()
/external/valgrind/callgrind/
Dfn.c297 file->fns[i] = NULL; in new_file_node()
394 curr_fn_node = curr_file_node->fns[fnname_hash]; in get_fn_node_infile()
400 curr_file_node->fns[fnname_hash] = curr_fn_node = in get_fn_node_infile()
402 curr_file_node->fns[fnname_hash]); in get_fn_node_infile()
Dthreads.c112 CLG_(init_fn_stack) ( &(t->fns) ); in new_thread()
146 CLG_(copy_current_fn_stack) ( &(t->fns) ); in CLG_()
170 CLG_(set_current_fn_stack) ( &(t->fns) ); in CLG_()
Dglobal.h426 fn_node* fns[N_FN_ENTRIES]; member
573 fn_stack fns; /* function stack */ member
/external/skia/src/core/
DSkColorSpaceXform.cpp212 const SkColorSpace_XYZ* space, const GammaFns<T>& fns, in build_gamma_tables() argument
217 outGammaTables[0] = outGammaTables[1] = outGammaTables[2] = fns.fSRGBTable; in build_gamma_tables()
220 outGammaTables[0] = outGammaTables[1] = outGammaTables[2] = fns.f2Dot2Table; in build_gamma_tables()
233 (*fns.fBuildFromParam)(&gammaTableStorage[i * gammaTableSize], in build_gamma_tables()
244 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], 2.2f); in build_gamma_tables()
248 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], 1.0f); in build_gamma_tables()
256 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], in build_gamma_tables()
260 (*fns.fBuildFromTable)(&gammaTableStorage[i * gammaTableSize], gammas->table(i), in build_gamma_tables()
266 (*fns.fBuildFromParam)(&gammaTableStorage[i * gammaTableSize], params.fG, in build_gamma_tables()
/external/libcxx/src/
Dios.cpp237 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local
238 if (fns == 0) in register_callback()
240 __fn_ = fns; in register_callback()
/external/valgrind/auxprogs/
Dppc64shifts.c429 void do_unary ( char* name, void** fns, int n_fns ) in do_unary() argument
438 fn = fns[i]; in do_unary()
/external/e2fsprogs/doc/
DMakefile.in72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DREADME.txt56 leaf fns.
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dreplace-includes78 +/** Use gcc attribute to check printf fns. a1 is the 1-based index of
/external/llvm/lib/Target/Sparc/
DREADME.txt55 leaf fns.
/external/bison/doc/
DMakefile.am22 CLEANFILES = bison.fns
/external/e2fsprogs/
D.gitignore34 doc/libext2fs.fns
/external/e2fsprogs/lib/et/
DMakefile.in156 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
/external/clang/docs/
DClangPlugins.rst110 -plugin -Xclang print-fns

12