Home
last modified time | relevance | path

Searched refs:counted (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DSeconds.pm149 my ($n, $counted) = @_;
151 $counted .= 's' if 1 != $number;
152 return ($number, $counted);
/openbsd/gnu/llvm/lldb/scripts/
H A Danalyze-project-deps.py171 counted = list(iter_cycles(cycles)) variable
173 counted.sort(key = lambda A: A[0])
174 for (total, smallest, cycle) in counted:
189 for (total, smallest, cycle) in counted:
/openbsd/usr.bin/grep/
H A Dutil.c200 int c, i, r, counted; in procline() local
211 counted = 0; in procline()
256 if (mflag && !counted) { in procline()
258 counted = 1; in procline()
/openbsd/regress/sys/netinet/tcpthread/
H A DREADME7 can be used. The successful operations are counted.
/openbsd/gnu/llvm/libcxx/include/
H A Dranges209 // [range.counted], counted view
210 namespace views { inline constexpr unspecified counted = unspecified; }
350 #include <__ranges/counted.h>
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DException.t15 ok($exception->diagnostics, "Exception events are counted as diagnostics");
H A DBail.t21 ok($bail->diagnostics, "Bail events are counted as diagnostics");
H A DDiag.t29 ok($diag->diagnostics, "Diag events are counted as diagnostics");
/openbsd/gnu/llvm/libcxx/include/__ranges/
H A Dcounted.h73 inline constexpr auto counted = __counted::__fn{};
/openbsd/regress/sys/kern/signal/sigpthread/
H A DREADME5 given number of threads are created, the main thread is also counted
/openbsd/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst1440 - *Ref-counted type* is either ``Ref<T>`` or ``RefPtr<T>``.
1442 - *Uncounted type* is ref-countable but not ref-counted type.
2872 - values obtained from ref-counted objects (including temporaries as those survive the call too)
2913 - constructors of ref-counted types (including factory methods)
2914 - getters of ref-counted types
2928 RefPtr<RefCountable> counted;
2929 // The scope of uncounted is EMBEDDED in the scope of counted.
2931 RefCountable* uncounted = counted.get(); // ok
2957 RefPtr<RefCountable> counted;
2958 // The scope of uncounted is not EMBEDDED in the scope of counted.
[all …]
/openbsd/gnu/usr.bin/cvs/
H A DPROJECTS27 reference counted string "class".
/openbsd/share/snmp/
H A DIP-MIB.txt573 but counted on a per-interface basis."
684 counted in ipSystemStatsInReceives MUST be counted here.
1165 counted in ipSystemStatsOutTransmits MUST be counted here.
1224 datagrams. Octets from datagrams counted in
1282 datagrams. Octets from datagrams counted in
1531 counted in ipIfStatsInReceives MUST be counted here.
2002 counted in ipIfStatsOutTransmits MUST be counted here.
2061 ipIfStatsInMcastPkts MUST be counted here.
2120 ipIfStatsOutMcastPkts MUST be counted here.
4252 datagrams counted in ipForwDatagrams.
[all …]
/openbsd/games/cribbage/
H A Dcribbage.n119 After the play, the hands are shown (counted). Nondealer
166 (with starter) of 9-6-5-4-4 will usually be counted "Fifteen 2, fifteen
171 The hands and crib are counted aloud, and if a player claims a
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DSpaceshipProjects.csv51 | `[counted.iter.cmp] <https://wg21.link/counted.iter.cmp>`_,| counted_iterator,None,Unassigned,|No…
H A DRangesViews.csv17 C++20,`counted <https://wg21.link/P0896R4>`_,Zoe Carver,`D106923 <https://llvm.org/D106923>`_,✅
/openbsd/gnu/gcc/gcc/
H A Dinsn-notes.def76 being counted twice in gcov. */
/openbsd/gnu/llvm/llvm/docs/
H A DHowToUseAttributes.rst15 stored in a "list" structure that was reference counted. The advantage of this
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dparams.def39 of a function counted in internal gcc instructions (not in
48 counted and once the recursive inline limit (see
/openbsd/usr.bin/file/magdir/
H A Dvorbis82 # A kludge to read the vendor string. It's a counted string, not a
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dmmo.em129 example), we'd count relocs twice because they'd also be counted
/openbsd/gnu/usr.bin/perl/
H A Dregcomp_study.c2756 int counted = mincount != 0; in Perl_study_chunk() local
2811 data->pos_min += minnext * (mincount - counted); in Perl_study_chunk()
2817 (UV)counted, (UV)deltanext, (UV)OPTIMIZE_INFTY, (UV)minnext, in Perl_study_chunk()
2821 (UV)(-counted * deltanext + (minnext + deltanext) * maxcount in Perl_study_chunk()
2826 …|| -counted * deltanext + (minnext + deltanext) * maxcount - minnext * mincount >= OPTIMIZE_INFTY … in Perl_study_chunk()
2829 data->pos_delta += - counted * deltanext + in Perl_study_chunk()
/openbsd/usr.bin/awk/
H A DFIXES137 were counted.
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dia64-waw.tbl30 AR[LC]; IC:mod-sched-brs-counted, IC:mov-to-AR-LC; IC:mod-sched-brs-counted, IC:mov-to-AR-LC; impli…
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dmmo.em243 example), we'd count relocs twice because they'd also be counted

123456