/external/clang/examples/PrintFunctionNames/ |
D | README.txt | 9 $ 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/ |
D | Makefile.am | 7 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 \
|
D | Makefile.in | 123 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@
|
D | alloc-fns-A.vgtest | 1 prog: alloc-fns
|
D | alloc-fns-B.vgtest | 1 prog: alloc-fns
|
D | big-alloc.post.exp-64bit | 48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
D | big-alloc.post.exp-ppc64 | 48 99.38% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
D | deep-D.post.exp-ppc64 | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
D | overloaded-new.post.exp-mips32 | 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/skqp/src/core/ |
D | SkColorSpaceXform.cpp | 213 const SkColorSpace_XYZ* space, const GammaFns<T>& fns, in build_gamma_tables() argument 218 outGammaTables[0] = outGammaTables[1] = outGammaTables[2] = fns.fSRGBTable; in build_gamma_tables() 221 outGammaTables[0] = outGammaTables[1] = outGammaTables[2] = fns.f2Dot2Table; in build_gamma_tables() 234 (*fns.fBuildFromParam)(&gammaTableStorage[i * gammaTableSize], in build_gamma_tables() 245 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], 2.2f); in build_gamma_tables() 249 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], 1.0f); in build_gamma_tables() 257 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], in build_gamma_tables() 261 (*fns.fBuildFromTable)(&gammaTableStorage[i * gammaTableSize], gammas->table(i), in build_gamma_tables() 267 (*fns.fBuildFromParam)(&gammaTableStorage[i * gammaTableSize], params.fG, in build_gamma_tables()
|
/external/skia/src/core/ |
D | SkColorSpaceXform.cpp | 213 const SkColorSpace_XYZ* space, const GammaFns<T>& fns, in build_gamma_tables() argument 218 outGammaTables[0] = outGammaTables[1] = outGammaTables[2] = fns.fSRGBTable; in build_gamma_tables() 221 outGammaTables[0] = outGammaTables[1] = outGammaTables[2] = fns.f2Dot2Table; in build_gamma_tables() 234 (*fns.fBuildFromParam)(&gammaTableStorage[i * gammaTableSize], in build_gamma_tables() 245 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], 2.2f); in build_gamma_tables() 249 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], 1.0f); in build_gamma_tables() 257 (*fns.fBuildFromValue)(&gammaTableStorage[i * gammaTableSize], in build_gamma_tables() 261 (*fns.fBuildFromTable)(&gammaTableStorage[i * gammaTableSize], gammas->table(i), in build_gamma_tables() 267 (*fns.fBuildFromParam)(&gammaTableStorage[i * gammaTableSize], params.fG, in build_gamma_tables()
|
/external/valgrind/none/tests/amd64/ |
D | x87trigOOR.c | 129 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/x86/ |
D | x87trigOOR.c | 129 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/ |
D | fn.c | 297 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()
|
D | threads.c | 112 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_()
|
D | global.h | 426 fn_node* fns[N_FN_ENTRIES]; member 573 fn_stack fns; /* function stack */ member
|
/external/libcxx/src/ |
D | ios.cpp | 235 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local 236 if (fns == 0) in register_callback() 238 __fn_ = fns; in register_callback()
|
/external/valgrind/auxprogs/ |
D | ppc64shifts.c | 429 void do_unary ( char* name, void** fns, int n_fns ) in do_unary() argument 438 fn = fns[i]; in do_unary()
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | README.txt | 56 leaf fns.
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | replace-includes | 78 +/** Use gcc attribute to check printf fns. a1 is the 1-based index of
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 55 leaf fns.
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 187ac71b66ffe30bf80302add5926675.00005735.honggfuzz.cov | 10 …$���u���s�c�L�;������$Qۃ������/�l>����}K��k7=��mLD�Zj���g����D{fns�=�9���u��a��FUZ…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 187ac71b66ffe30bf80302add5926675.00005735.honggfuzz.cov | 10 …$���u���s�c�L�;������$Qۃ������/�l>����}K��k7=��mLD�Zj���g����D{fns�=�9���u��a��FUZ…
|
/external/e2fsprogs/lib/et/ |
D | Makefile.in | 156 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
|