/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/ |
H A D | Seconds.pm | 149 my ($n, $counted) = @_; 151 $counted .= 's' if 1 != $number; 152 return ($number, $counted);
|
/openbsd/gnu/llvm/lldb/scripts/ |
H A D | analyze-project-deps.py | 171 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 D | util.c | 200 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 D | README | 7 can be used. The successful operations are counted.
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | ranges | 209 // [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 D | Exception.t | 15 ok($exception->diagnostics, "Exception events are counted as diagnostics");
|
H A D | Bail.t | 21 ok($bail->diagnostics, "Bail events are counted as diagnostics");
|
H A D | Diag.t | 29 ok($diag->diagnostics, "Diag events are counted as diagnostics");
|
/openbsd/gnu/llvm/libcxx/include/__ranges/ |
H A D | counted.h | 73 inline constexpr auto counted = __counted::__fn{};
|
/openbsd/regress/sys/kern/signal/sigpthread/ |
H A D | README | 5 given number of threads are created, the main thread is also counted
|
/openbsd/gnu/llvm/clang/docs/analyzer/ |
H A D | checkers.rst | 1440 - *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 D | PROJECTS | 27 reference counted string "class".
|
/openbsd/share/snmp/ |
H A D | IP-MIB.txt | 573 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 D | cribbage.n | 119 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 D | SpaceshipProjects.csv | 51 | `[counted.iter.cmp] <https://wg21.link/counted.iter.cmp>`_,| counted_iterator,None,Unassigned,|No…
|
H A D | RangesViews.csv | 17 C++20,`counted <https://wg21.link/P0896R4>`_,Zoe Carver,`D106923 <https://llvm.org/D106923>`_,✅
|
/openbsd/gnu/gcc/gcc/ |
H A D | insn-notes.def | 76 being counted twice in gcov. */
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToUseAttributes.rst | 15 stored in a "list" structure that was reference counted. The advantage of this
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | params.def | 39 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 D | vorbis | 82 # 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 D | mmo.em | 129 example), we'd count relocs twice because they'd also be counted
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp_study.c | 2756 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 D | FIXES | 137 were counted.
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-waw.tbl | 30 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 D | mmo.em | 243 example), we'd count relocs twice because they'd also be counted
|