Home
last modified time | relevance | path

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

12

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.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-13-stable/contrib/libxo/tests/core/saved/
HDtest_11.HP.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.JP.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.X.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.H.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.XP.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.HIPx.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.T.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_11.J.out5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}}
7 {{My snake ate your hamster}}
HDtest_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-13-stable/sys/contrib/device-tree/src/arm/
HDtegra20-trimslice.dts57 nvidia,pins = "atd", "ate", "gme", "pta";
202 nvidia,pins = "ata", "atc", "atd", "ate",
HDtegra20-tamonten.dtsi51 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu",
185 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
HDtegra20-paz00.dts55 nvidia,pins = "ata", "atc", "atd", "ate",
197 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
HDtegra20-ventana.dts64 nvidia,pins = "atd", "ate", "gmb", "spia",
216 nvidia,pins = "ate", "csus", "dap3", "gmd",
HDtegra20-harmony.dts65 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu",
203 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
HDtegra20-seaboard.dts65 nvidia,pins = "atd", "ate", "gmb", "spia",
217 nvidia,pins = "ate", "csus", "dap3",
HDtegra20-acer-a500-picasso.dts103 nvidia,pins = "atd", "ate", "gmb", "spia",
255 nvidia,pins = "ate", "dap2", "dap3",
HDtegra20-colibri.dtsi86 nvidia,pins = "atc", "atd", "ate", "dap1",
/freebsd-13-stable/contrib/opencsd/decoder/source/mem_acc/
HDtrc_mem_acc_file.cpp73 m_mem_file.open(pathToFile.c_str(), std::ifstream::binary | std::ifstream::ate); in initAccessor()
/freebsd-13-stable/lib/libc/regex/
HDregcomp.c705 int ate = 0; in p_branch_do() local
707 ate = p_branch_eat_delim(p, bc); in p_branch_do()
708 if (ate == 0) in p_branch_do()
710 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc)) in p_branch_do()
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf_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-13-stable/contrib/llvm-project/libcxx/include/
HDfstream316 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) {
HDios58 static constexpr openmode ate;
281 static const openmode ate = 0x02;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDios.cpp89 const ios_base::openmode ios_base::ate; member in ios_base
/freebsd-13-stable/sys/contrib/device-tree/Bindings/pinctrl/
Dnvidia,tegra20-pinmux.txt75 ata, atb, atc, atd, ate, cdev1, cdev2, crtp, csus, dap1, dap2, dap3, dap4,

12