| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | sh_flowinfo_example.txt | 10 0 19634 24 func_abc.sh:18 builtin -> echo 11 0 19634 41 func_abc.sh:- builtin <- echo 15 0 19634 22 func_abc.sh:11 builtin -> echo 16 0 19634 40 func_abc.sh:- builtin <- echo 20 0 19634 22 func_abc.sh:5 builtin -> echo 21 0 19634 38 func_abc.sh:- builtin <- echo 55 0 156789 10502 firefox:109 builtin -> test 56 0 156789 59 firefox:- builtin <- test 59 0 156789 22029 firefox:114 builtin -> [ 60 0 156789 57 firefox:- builtin <- [ [all …]
|
| H A D | sh_cputime_example.txt | 15 func_slow.sh builtin echo 3 16 func_slow.sh builtin [ 603 21 func_slow.sh builtin echo 162 22 func_slow.sh builtin [ 6279 38 In total, three functions were called, one builtin and one command. 72 firefox builtin break 1 73 firefox builtin pwd 1 74 firefox builtin test 1 76 run-mozilla.sh builtin break 1 77 run-mozilla.sh builtin return 1 [all …]
|
| H A D | sh_calls_example.txt | 13 func_abc.sh builtin echo 3 17 once, along with func_b() and func_c(). The "echo" builtin was called 3 27 firefox builtin . 1 28 firefox builtin break 1 29 firefox builtin exit 1 30 firefox builtin pwd 1 31 firefox builtin test 1 33 run-mozilla.sh builtin break 1 34 run-mozilla.sh builtin exit 1 35 run-mozilla.sh builtin return 1 [all …]
|
| H A D | sh_calltime_example.txt | 15 func_abc.sh builtin echo 3 21 func_abc.sh builtin echo 108 38 In total, three functions were called, one builtin and one command. 75 firefox builtin break 1 76 firefox builtin pwd 1 77 firefox builtin test 1 79 run-mozilla.sh builtin break 1 80 run-mozilla.sh builtin return 1 81 run-mozilla.sh builtin shift 1 82 run-mozilla.sh builtin type 1 [all …]
|
| H A D | sh_calldist_example.txt | 13 func_abc.sh, builtin, echo 66 The elapsed times show that the echo builtin takes between 16 and 64 us 99 run-mozilla.sh, builtin, return 105 run-mozilla.sh, builtin, shift 111 run-mozilla.sh, builtin, break 117 firefox, builtin, break 123 run-mozilla.sh, builtin, export 130 firefox, builtin, export 137 firefox, builtin, : 145 firefox, builtin, pwd [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | sh_flowinfo_example.txt | 10 0 19634 24 func_abc.sh:18 builtin -> echo 11 0 19634 41 func_abc.sh:- builtin <- echo 15 0 19634 22 func_abc.sh:11 builtin -> echo 16 0 19634 40 func_abc.sh:- builtin <- echo 20 0 19634 22 func_abc.sh:5 builtin -> echo 21 0 19634 38 func_abc.sh:- builtin <- echo 55 0 156789 10502 firefox:109 builtin -> test 56 0 156789 59 firefox:- builtin <- test 59 0 156789 22029 firefox:114 builtin -> [ 60 0 156789 57 firefox:- builtin <- [ [all …]
|
| H A D | sh_cputime_example.txt | 15 func_slow.sh builtin echo 3 16 func_slow.sh builtin [ 603 21 func_slow.sh builtin echo 162 22 func_slow.sh builtin [ 6279 38 In total, three functions were called, one builtin and one command. 72 firefox builtin break 1 73 firefox builtin pwd 1 74 firefox builtin test 1 76 run-mozilla.sh builtin break 1 77 run-mozilla.sh builtin return 1 [all …]
|
| H A D | sh_calls_example.txt | 13 func_abc.sh builtin echo 3 17 once, along with func_b() and func_c(). The "echo" builtin was called 3 27 firefox builtin . 1 28 firefox builtin break 1 29 firefox builtin exit 1 30 firefox builtin pwd 1 31 firefox builtin test 1 33 run-mozilla.sh builtin break 1 34 run-mozilla.sh builtin exit 1 35 run-mozilla.sh builtin return 1 [all …]
|
| H A D | sh_calltime_example.txt | 15 func_abc.sh builtin echo 3 21 func_abc.sh builtin echo 108 38 In total, three functions were called, one builtin and one command. 75 firefox builtin break 1 76 firefox builtin pwd 1 77 firefox builtin test 1 79 run-mozilla.sh builtin break 1 80 run-mozilla.sh builtin return 1 81 run-mozilla.sh builtin shift 1 82 run-mozilla.sh builtin type 1 [all …]
|
| H A D | sh_calldist_example.txt | 13 func_abc.sh, builtin, echo 66 The elapsed times show that the echo builtin takes between 16 and 64 us 99 run-mozilla.sh, builtin, return 105 run-mozilla.sh, builtin, shift 111 run-mozilla.sh, builtin, break 117 firefox, builtin, break 123 run-mozilla.sh, builtin, export 130 firefox, builtin, export 137 firefox, builtin, : 145 firefox, builtin, pwd [all …]
|
| /netbsd-src/sys/dev/tc/ |
| H A D | tc.c | 75 const struct tc_builtin *builtin; in tcattach() local 101 builtin = &tba->tba_builtins[i]; in tcattach() 104 if (builtin->tcb_slot > sc->sc_nslots) in tcattach() 111 tcaddr = sc->sc_slots[builtin->tcb_slot].tcs_addr + in tcattach() 112 builtin->tcb_offset; in tcattach() 119 strncpy(ta.ta_modname, builtin->tcb_modname, TC_ROM_LLEN); in tcattach() 121 ta.ta_dmat = (*sc->sc_get_dma_tag)(builtin->tcb_slot); in tcattach() 123 ta.ta_slot = builtin->tcb_slot; in tcattach() 124 ta.ta_offset = builtin->tcb_offset; in tcattach() 126 ta.ta_cookie = builtin->tcb_cookie; in tcattach() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-queue-inst-handler.cc | 48 tree builtin in operator ()() local 54 = call_builtin (builtin, 1, uint64_type_node, in operator ()() 61 tree builtin in operator ()() local 66 call_builtin (builtin, 2, void_type_node, in operator ()() 72 tree builtin = builtin_decl_explicit (BUILT_IN_HSAIL_ADDQUEUEWRITEINDEX); in operator ()() local 74 tree expr = call_builtin (builtin, 2, in operator ()() 81 tree builtin = builtin_decl_explicit (BUILT_IN_HSAIL_CASQUEUEWRITEINDEX); in operator ()() local 84 = call_builtin (builtin, 3, uint64_type_node, in operator ()()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | CMakeLists.txt | 51 clang_tablegen(arm_mve_builtins.inc -gen-arm-mve-builtin-def 54 clang_tablegen(arm_mve_builtin_cg.inc -gen-arm-mve-builtin-codegen 57 clang_tablegen(arm_mve_builtin_sema.inc -gen-arm-mve-builtin-sema 60 clang_tablegen(arm_mve_builtin_aliases.inc -gen-arm-mve-builtin-aliases 66 clang_tablegen(arm_sve_builtin_cg.inc -gen-arm-sve-builtin-codegen 75 clang_tablegen(arm_cde_builtins.inc -gen-arm-cde-builtin-def 78 clang_tablegen(arm_cde_builtin_cg.inc -gen-arm-cde-builtin-codegen 81 clang_tablegen(arm_cde_builtin_sema.inc -gen-arm-cde-builtin-sema 84 clang_tablegen(arm_cde_builtin_aliases.inc -gen-arm-cde-builtin-aliases 90 clang_tablegen(riscv_vector_builtin_cg.inc -gen-riscv-vector-builtin-codegen
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/include/clang/Basic/ |
| H A D | BUILD.gn | 103 args = [ "-gen-arm-mve-builtin-def" ] 108 args = [ "-gen-arm-mve-builtin-codegen" ] 113 args = [ "-gen-arm-mve-builtin-sema" ] 118 args = [ "-gen-arm-mve-builtin-aliases" ] 128 args = [ "-gen-arm-sve-builtin-codegen" ] 143 args = [ "-gen-arm-cde-builtin-def" ] 148 args = [ "-gen-arm-cde-builtin-codegen" ] 153 args = [ "-gen-arm-cde-builtin-sema" ] 158 args = [ "-gen-arm-cde-builtin-aliases" ] 170 args = [ "-gen-riscv-vector-builtin-codegen" ]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | t-i386 | 65 # i386-builtin-types.inc is included into i386-builtins.h. 67 i386.o: i386-builtin-types.inc 68 i386-builtins.o: i386-builtin-types.inc 69 i386-expand.o: i386-builtin-types.inc 70 i386-features.o: i386-builtin-types.inc 72 i386-builtin-types.inc: s-i386-bt ; @true 73 s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \ 74 $(srcdir)/config/i386/i386-builtin-types.def 76 $(SHELL) $(srcdir)/../move-if-change tmp-bt.inc i386-builtin-types.inc
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | t-i386 | 64 # i386-builtin-types.inc is included into i386-builtins.h. 66 i386.o: i386-builtin-types.inc 67 i386-builtins.o: i386-builtin-types.inc 68 i386-expand.o: i386-builtin-types.inc 69 i386-features.o: i386-builtin-types.inc 71 i386-builtin-types.inc: s-i386-bt ; @true 72 s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \ 73 $(srcdir)/config/i386/i386-builtin-types.def 75 $(SHELL) $(srcdir)/../move-if-change tmp-bt.inc i386-builtin-types.inc
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Shell/ |
| H A D | sh_calldist.d | 75 sh*:::builtin-entry 77 self->builtin = timestamp; 80 sh*:::builtin-return 81 /self->builtin/ 83 this->elapsed = timestamp - self->builtin; 84 self->builtin = 0;
|
| H A D | sh_cpudist.d | 75 sh*:::builtin-entry 77 self->builtin = vtimestamp; 80 sh*:::builtin-return 81 /self->builtin/ 83 this->oncpu = vtimestamp - self->builtin; 84 self->builtin = 0;
|
| H A D | sh_calltime.d | 74 sh*:::builtin-entry 76 self->builtin = timestamp; 79 sh*:::builtin-return 80 /self->builtin/ 82 this->elapsed = timestamp - self->builtin; 83 self->builtin = 0;
|
| H A D | sh_cputime.d | 74 sh*:::builtin-entry 76 self->builtin = vtimestamp; 79 sh*:::builtin-return 80 /self->builtin/ 82 this->oncpu = vtimestamp - self->builtin; 83 self->builtin = 0;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | sh_calldist.d | 75 sh*:::builtin-entry 77 self->builtin = timestamp; 80 sh*:::builtin-return 81 /self->builtin/ 83 this->elapsed = timestamp - self->builtin; 84 self->builtin = 0;
|
| H A D | sh_cpudist.d | 75 sh*:::builtin-entry 77 self->builtin = vtimestamp; 80 sh*:::builtin-return 81 /self->builtin/ 83 this->oncpu = vtimestamp - self->builtin; 84 self->builtin = 0;
|
| H A D | sh_calltime.d | 74 sh*:::builtin-entry 76 self->builtin = timestamp; 79 sh*:::builtin-return 80 /self->builtin/ 82 this->elapsed = timestamp - self->builtin; 83 self->builtin = 0;
|
| H A D | sh_cputime.d | 74 sh*:::builtin-entry 76 self->builtin = vtimestamp; 79 sh*:::builtin-return 80 /self->builtin/ 82 this->oncpu = vtimestamp - self->builtin; 83 self->builtin = 0;
|
| /netbsd-src/external/bsd/unbound/dist/testdata/root_anchor.tdir/ |
| H A D | root_anchor.test | 8 # test that unbound-anchor, its builtin DNSKEY, works. 13 echo "The builtin DS root anchors work" 15 echo "The builtin DS root anchors do not work" 20 # test that unbound-anchor, the builtin certificate, works 25 echo "The builtin root update certificate works" 27 echo "The builtin root update certificate does not work"
|