Searched refs:ate (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/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-11-stable/contrib/libstdc++/src/
H A Dios.cc66 const ios_base::openmode ios_base::ate; member in class:ios_base
/freebsd-11-stable/sys/arm/at91/
H A Dif_ate.c235 * code will take care to only add ate devices where they really are. As
439 KASSERT(sc != NULL, ("[ate: %d]: sc is NULL", __LINE__));
688 KASSERT(sc != NULL, ("[ate, %d]: sc is NULL!", __LINE__));
1358 KASSERT(sc != NULL, ("[ate, %d]: sc is NULL!", __LINE__));
1519 "ate",
1525 DRIVER_MODULE(ate, simplebus, ate_driver, ate_devclass, NULL, NULL);
1527 DRIVER_MODULE(ate, atmelarm, ate_driver, ate_devclass, NULL, NULL);
1529 DRIVER_MODULE(miibus, ate, miibus_driver, miibus_devclass, NULL, NULL);
1530 MODULE_DEPEND(ate, miibus, 1, 1, 1);
1531 MODULE_DEPEND(ate, ethe
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h166 if (_M_mode & (ios_base::ate | ios_base::app))
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h353 * - ate
365 static const openmode ate = _S_ate; member in class:ios_base
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c528 * parsing, return the number of delimiters that we ate.
600 int ate = 0; local
602 ate = p_branch_eat_delim(p, bc);
603 if (ate == 0)
605 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc))
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp118 const ios_base::openmode ios_base::ate; member in class:ios_base
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_dump.c369 dwarf_get_ATE_name(unsigned ate, const char **s) argument
374 switch(ate) {
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5124 Dwarf_Unsigned ate, lang, v_udata, v_sig; local
5335 if (dwarf_attrval_unsigned(die, attr, &ate, &de) !=
5338 if (dwarf_get_ATE_name(ate, &ate_str) != DW_DLV_OK)

Completed in 115 milliseconds