Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/fpga/
DstratixII.c71 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/
Dfns.ll3 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/
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/grpc-grpc/templates/test/core/surface/
Dpublic_headers_must_be_c89.c.template38 fns = list()
42 fns.append(api.name)
51 % for fn in fns:
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.comp20 // 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/
Dalloc_test.cc38 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/
Dcoverage-report-server.py108 for filename, fns in self.point_symbol_info.items():
110 for fn, points in fns.items():
/external/libcxx/src/
Dios.cpp235 …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__.py345 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DREADME.txt55 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/bcc/tests/lua/
Dtest_clang.lua49 local fns = b:load_funcs('BPF_PROG_TYPE_KPROBE')
/external/toybox/toys/pending/
Dbc.c554 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/
D4ca791df4ceaeabf0628c2fbd6c69869.00001433.honggfuzz.cov9 …$���u���s�c�L�;������$Qۃ������/�l>����}K��k7=��mLD�Zj���g����D{fns�=�9���u��a��FUZ…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D4ca791df4ceaeabf0628c2fbd6c69869.00001433.honggfuzz.cov9 …$���u���s�c�L�;������$Qۃ������/�l>����}K��k7=��mLD�Zj���g����D{fns�=�9���u��a��FUZ…
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc60 std::vector<ComputeFn>* fns, int* cost) { in ExportComputeFns()
68 fns->push_back(reg.compute_fn); in ExportComputeFns()
/external/perfetto/ui/
DBUILD.gn486 "-fns",
512 "-fns",
/external/e2fsprogs/lib/et/
DMakefile.in156 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
/external/e2fsprogs/
D.gitignore36 doc/libext2fs.fns
/external/clang/docs/
DClangPlugins.rst110 -plugin -Xclang print-fns
/external/scapy/scapy/arch/windows/
D__init__.py281 fns = [filename] if filename.endswith(".exe") else [filename+".exe", filename]
282 for fn in fns:
/external/bcc/tools/
Dfunccount_example.txt354 ./funccount 'vfs_*' # count kernel fns starting with "vfs"

12