Home
last modified time | relevance | path

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

12

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.order.d52 @ate[8, "Rice"] = sum(1);
53 @ate[8, "Oatmeal"] = sum(1);
54 @ate[8, "Barley"] = sum(1);
55 @ate[8, "Carrots"] = sum(1);
56 @ate[8, "Sweet potato"] = sum(1);
57 @ate[8, "Asparagus"] = sum(1);
58 @ate[8, "Squash"] = sum(1);
71 printa("%d %s\n", @ate);
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_11.H.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.HIPx.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.HP.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.J.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.JP.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.JPu.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.T.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.X.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.XP.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
H A Dtest_11.E.out8 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
10 {{My snake ate your hamster}}
/freebsd/contrib/one-true-awk/testdir/
H A DT.misc308 printf "the monkey ate a %s\n", "banana" }
314 printf "the monkey ate a %s\n", "banana" }
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-trimslice.dts58 nvidia,pins = "atd", "ate", "gme", "pta";
203 nvidia,pins = "ata", "atc", "atd", "ate",
H A Dtegra20-tamonten.dtsi51 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu",
185 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
H A Dtegra20-ventana.dts67 nvidia,pins = "atd", "ate", "gmb", "spia",
219 nvidia,pins = "ate", "csus", "dap3", "gmd",
H A Dtegra20-paz00.dts59 nvidia,pins = "ata", "atc", "atd", "ate",
201 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
H A Dtegra20-harmony.dts65 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu",
203 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
H A Dtegra20-seaboard.dts65 nvidia,pins = "atd", "ate", "gmb", "spia",
217 nvidia,pins = "ate", "csus", "dap3",
H A Dtegra20-asus-tf101.dts120 nvidia,pins = "atd", "ate", "gmb", "spia",
312 nvidia,pins = "ate", "dap2", "dap3", "gmb", "gmd",
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp73 m_mem_file.open(pathToFile.c_str(), std::ifstream::binary | std::ifstream::ate); in initAccessor()
/freebsd/lib/libc/regex/
H A Dregcomp.c714 int ate = 0; in p_branch_do() local
716 ate = p_branch_eat_delim(p, bc); in p_branch_do()
717 if (ate == 0) in p_branch_do()
719 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc)) in p_branch_do()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_dump.c427 dwarf_get_ATE_name(unsigned ate, const char **s) in dwarf_get_ATE_name() argument
432 switch (ate) { in dwarf_get_ATE_name()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream316 static const ios_base::openmode __use_unbuffered_io = ios_base::ate;
329 // Note that opening a file with ios_base::ate does a seek operation.
333 // The ios_base::trunc and ios_base::ate flags are not used in __cm_. They
373 if (__mode & ios_base::ate) {
583 switch (__mode & ~ios_base::ate) {
635 switch (__mode & ~ios_base::ate) {
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp89 const ios_base::openmode ios_base::ate; member in ios_base
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.txt75 ata, atb, atc, atd, ate, cdev1, cdev2, crtp, csus, dap1, dap2, dap3, dap4,

12