/external/u-boot/drivers/fpga/ |
D | stratixII.c | 71 altera_board_specific_func *fns; in StratixII_ps_fpp_load() local 96 fns = (altera_board_specific_func *) (desc->iface_fns); in StratixII_ps_fpp_load() 100 (fns->config && fns->status && fns->done && fns->data in StratixII_ps_fpp_load() 101 && fns->abort)) { in StratixII_ps_fpp_load() 109 if (fns->pre) { in StratixII_ps_fpp_load() 110 if ((ret_val = fns->pre (cookie)) < 0) { in StratixII_ps_fpp_load() 118 fns->config (0, 1, cookie); in StratixII_ps_fpp_load() 120 fns->config (1, 1, cookie); in StratixII_ps_fpp_load() 125 fns->clk (0, 1, cookie); in StratixII_ps_fpp_load() 130 if (fns->status (cookie) != 1) { in StratixII_ps_fpp_load() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | fns.ll | 3 declare i32 @llvm.nvvm.fns(i32, i32, i32) 5 ; CHECK-LABEL: .func{{.*}}fns 6 define i32 @fns(i32 %mask, i32 %base, i32 %offset) { 11 ; CHECK: fns.b32 {{%r[0-9]+}}, [[MASK]], [[BASE]], [[OFFSET]]; 12 %r0 = call i32 @llvm.nvvm.fns(i32 %mask, i32 %base, i32 %offset); 13 ; CHECK: fns.b32 {{%r[0-9]+}}, [[MASK]], [[BASE]], 0; 14 %r1 = call i32 @llvm.nvvm.fns(i32 %mask, i32 %base, i32 0); 16 ; CHECK: fns.b32 {{%r[0-9]+}}, [[MASK]], 1, [[OFFSET]]; 17 %r2 = call i32 @llvm.nvvm.fns(i32 %mask, i32 1, i32 %offset); 18 ; CHECK: fns.b32 {{%r[0-9]+}}, [[MASK]], 1, 0; [all …]
|
/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/grpc-grpc/templates/test/core/surface/ |
D | public_headers_must_be_c89.c.template | 38 fns = list() 42 fns.append(api.name) 51 % for fn in fns:
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.comp | 20 // Don't repeat all the pixel/vertex fns - just one for sanity. 54 // Don't repeat all the pixel/vertex fns - just one for sanity. 81 // Don't repeat all the pixel/vertex fns - just one for sanity. 108 // Don't repeat all the pixel/vertex fns - just one for sanity.
|
/external/grpc-grpc/test/core/gpr/ |
D | alloc_test.cc | 38 gpr_allocation_functions fns = {fake_malloc, nullptr, fake_realloc, in test_custom_allocs() local 41 gpr_set_allocation_functions(fns); in test_custom_allocs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
D | coverage-report-server.py | 108 for filename, fns in self.point_symbol_info.items(): 110 for fn, points in fns.items():
|
/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/bcc/src/python/bcc/ |
D | __init__.py | 345 fns = [] 348 fns.append(self.load_func(func_name, prog_type)) 350 return fns 514 fns = [] 530 fns.append(fn) 531 return set(fns) # Some functions may appear more than once
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | README.txt | 55 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/bcc/tests/lua/ |
D | test_clang.lua | 49 local fns = b:load_funcs('BPF_PROG_TYPE_KPROBE')
|
/external/toybox/toys/pending/ |
D | bc.c | 554 BcVec fns; member 2973 p->func = bc_vec_item(&p->prog->fns, fidx); in bc_parse_updateFunc() 3000 p->func = bc_vec_item(&p->prog->fns, p->fidx); in bc_parse_text() 3128 p->func = bc_vec_item(&p->prog->fns, p->fidx); in bc_parse_addFunc() 4465 f = bc_vec_item(&p->fns, i); in bc_program_str() 4727 BcFunc *f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read() 4763 f = bc_vec_item(&p->fns, BC_PROG_READ); in bc_program_read() 5135 f = bc_vec_item(&p->fns, ip.func); in bc_program_call() 5192 f = bc_vec_item(&p->fns, ip->func); in bc_program_return() 5290 bc_vec_free(&p->fns); in bc_program_free() [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 4ca791df4ceaeabf0628c2fbd6c69869.00001433.honggfuzz.cov | 9 …$���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 | 4ca791df4ceaeabf0628c2fbd6c69869.00001433.honggfuzz.cov | 9 …$���u���s�c�L�;������$Qۃ������/�l>����}K��k7=��mLD�Zj���g����D{fns�=�9���u��a��FUZ…
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 60 std::vector<ComputeFn>* fns, int* cost) { in ExportComputeFns() 68 fns->push_back(reg.compute_fn); in ExportComputeFns()
|
/external/perfetto/ui/ |
D | BUILD.gn | 486 "-fns", 512 "-fns",
|
/external/e2fsprogs/lib/et/ |
D | Makefile.in | 156 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
|
/external/e2fsprogs/ |
D | .gitignore | 36 doc/libext2fs.fns
|
/external/clang/docs/ |
D | ClangPlugins.rst | 110 -plugin -Xclang print-fns
|
/external/scapy/scapy/arch/windows/ |
D | __init__.py | 281 fns = [filename] if filename.endswith(".exe") else [filename+".exe", filename] 282 for fn in fns:
|
/external/bcc/tools/ |
D | funccount_example.txt | 354 ./funccount 'vfs_*' # count kernel fns starting with "vfs"
|