| /freebsd/share/man/man4/ |
| H A D | ng_car.4 | 77 Committed burst packets are counted as green, extended burst packets are 78 counted as yellow and exceeding packets are counted as red. 83 Committed burst packets are counted as green, peak burst packets are counted 84 as yellow and exceeding packets are counted as red. 92 When normal burst exceeded and extended burst is used, packets are counted 100 Committed burst packets are counted as green, exceeding packets are delayed 101 by queue with RED management and counted as yellow. 102 Packets dropped by queue counted as red.
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.h | 30 // In WebKit there are two ref-counted templated smart pointers: RefPtr<T> and 42 /// \returns true if \p Class is ref-counted, false if not. 45 /// \returns true if \p Class is ref-countable AND not ref-counted, false if 60 /// \returns true if \p F returns a ref-counted object, false if not. 63 /// \returns true if \p M is getter of a ref-counted class, false if not. 66 /// \returns true if \p F is a conversion between ref-countable or ref-counted
|
| H A D | ASTUtils.h | 30 /// - constructors of ref-counted types (including factory methods) 31 /// - getters of ref-counted types 49 /// represents ref-counted object during the traversal we return relevant 59 /// For \p E referring to a ref-countable/-counted pointer/reference we return
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/ |
| H A D | mmu.json | 9 …f a Stage 1 translation table walk handled by the MMU. This event is not counted when it is access… 12 …f a Stage 1 translation table walk handled by the MMU. This event is not counted when it is access… 15 …f a Stage 2 translation table walk handled by the MMU. This event is not counted when it is access… 18 …f a Stage 2 translation table walk handled by the MMU. This event is not counted when it is access…
|
| H A D | exception.json | 12 …ons and traps caused by HVC instructions are excluded. This event is not counted when it is access… 15 …ons and traps caused by HVC instructions are excluded. This event is not counted when it is access…
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | lzcntintrin.h | 28 /// An unsigned 16-bit integer whose leading zeros are to be counted. 41 /// An unsigned 32-bit integer whose leading zeros are to be counted. 58 /// An unsigned 32-bit integer whose leading zeros are to be counted. 77 /// An unsigned 64-bit integer whose leading zeros are to be counted. 91 /// An unsigned 64-bit integer whose leading zeros are to be counted.
|
| H A D | bmiintrin.h | 29 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 50 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 63 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 80 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 101 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 116 /// An unsigned 64-bit integer whose trailing zeros are to be counted. 133 /// An unsigned 64-bit integer whose trailing zeros are to be counted. 154 /// An unsigned 64-bit integer whose trailing zeros are to be counted.
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 500 load_count(const void *val, const struct counted_info *counted, in load_count() argument 503 const void *countptr = (const char *)val + counted->lenoff; in load_count() 506 if (counted->lensigned) { in load_count() 507 intmax_t xlen = load_int(countptr, counted->lensize); in load_count() 512 uintmax_t xlen = load_uint(countptr, counted->lensize); in load_count() 581 store_count(size_t count, const struct counted_info *counted, void *val) in store_count() argument 583 void *countptr = (char *)val + counted->lenoff; in store_count() 585 if (counted->lensigned) { in store_count() 587 return store_int(-1, counted->lensize, countptr); in store_count() 591 return store_int(count, counted->lensize, countptr); in store_count() [all …]
|
| H A D | README.asn1 | 117 represented as "counted types", meaning the C representation is a 119 declare a counted type descriptor (we will describe those in more 135 Once you have defined the counted type, you can define a normal type 293 represented this way is defined using a counted type descriptor: 306 To use a counted sequence-of type in a sequence, use DEFCOUNTEDTYPE: 312 the name of the counted type descriptor. 363 sequence, and use DEFCHOICETYPE to create a counted type descriptor: 374 3. Wrap the counted type descriptor in a type descriptor for the 393 Counted type descriptors 397 "counted type descriptors" without defining what they are. Counted [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.h | 35 assert(Covered <= NumRegions && "Covered regions over-counted"); in RegionCoverageInfo() 56 assert(Covered <= NumRegions && "Covered regions over-counted"); in getPercentCovered() 76 assert(Covered <= NumLines && "Covered lines over-counted"); in LineCoverageInfo() 97 assert(Covered <= NumLines && "Covered lines over-counted"); in getPercentCovered() 117 assert(Covered <= NumBranches && "Covered branches over-counted"); in BranchCoverageInfo() 138 assert(Covered <= NumBranches && "Covered branches over-counted"); in getPercentCovered() 158 assert(CoveredPairs <= NumPairs && "Covered pairs over-counted"); 179 assert(CoveredPairs <= NumPairs && "Covered pairs over-counted"); in getPercentCovered() 219 assert(Executed <= NumFunctions && "Covered functions over-counted");
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | t_trace.ref | 5 size_t and const char *, as a counted string: example.data 6 size_t and const char *, as a counted string: (null) 15 krb5_data *, display as counted string: example.data 16 krb5_data *, display as counted string: (null)
|
| H A D | t_trace.c | 97 TRACE(ctx, "size_t and const char *, as a counted string: {lenstr}", in main() 99 TRACE(ctx, "size_t and const char *, as a counted string: {lenstr}", in main() 134 TRACE(ctx, "krb5_data *, display as counted string: {data}", &data); in main() 135 TRACE(ctx, "krb5_data *, display as counted string: {data}", NULL); in main()
|
| /freebsd/contrib/kyua/utils/fs/ |
| H A D | auto_cleaners.hpp | 48 /// This class is reference-counted and therefore only the destruction of the 52 /// Reference-counted, shared implementation. 68 /// This class is reference-counted and therefore only the destruction of the 72 /// Reference-counted, shared implementation.
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/ |
| H A D | cache.json | 105 …refetches cause an allocation. If so, only hardware prefetches should be counted, regardless of wh… 108 …refetches cause an allocation. If so, only hardware prefetches should be counted, regardless of wh… 171 …agewalk needs to make multiple accesses to the IPA cache, each access is counted. +//0 If stage 2 … 174 …agewalk needs to make multiple accesses to the IPA cache, each access is counted. +//0 If stage 2 … 177 …multiple accesses to the IPA cache, each access which causes a refill is counted. +//0 If stage 2 … 180 …multiple accesses to the IPA cache, each access which causes a refill is counted. +//0 If stage 2 …
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a76-n1/ |
| H A D | cache.json | 31 … the L1 to the L2. Snoops from outside the core and cache maintenance operations are not counted.", 35 …data to be read from outside the core. L2 refills caused by stashes into L2 should not be counted", 39 …ch do not write data outside of the core and snoops which return data from the L1 are not counted", 62 …data source was outside the cluster. Transactions such as ReadUnique are counted here as 'read' tr…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
| H A D | virtual-memory.json | 36 …. Since a page walk implies a TLB miss, the number of TLB misses can be counted by counting the n… 55 …. Since a page walk implies a TLB miss, the number of TLB misses can be counted by counting the n… 65 …. Since a page walk implies a TLB miss, the number of TLB misses can be counted by counting the n…
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/ |
| H A D | cache.json | 156 …le walk needs to make multiple accesses to the IPA cache, each access is counted. If stage 2 trans… 159 …le walk needs to make multiple accesses to the IPA cache, each access is counted. If stage 2 trans… 162 … multiple accesses to the IPA cache, each access that causes a refill is counted. If stage 2 trans… 165 … multiple accesses to the IPA cache, each access that causes a refill is counted. If stage 2 trans…
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a65/ |
| H A D | cache.json | 123 …refetches cause an allocation. If so, only hardware prefetches should be counted, regardless of wh… 126 …refetches cause an allocation. If so, only hardware prefetches should be counted, regardless of wh… 177 …agewalk needs to make multiple accesses to the IPA cache, each access is counted. +//0 If stage 2 … 180 …agewalk needs to make multiple accesses to the IPA cache, each access is counted. +//0 If stage 2 … 183 …multiple accesses to the IPA cache, each access which causes a refill is counted. +//0 If stage 2 … 186 …multiple accesses to the IPA cache, each access which causes a refill is counted. +//0 If stage 2 …
|
| /freebsd/contrib/netbsd-tests/lib/libpthread_dbg/ |
| H A D | t_threads.c | 167 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 237 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 314 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 395 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 469 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 543 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 624 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY() 701 "counted threads (%d) != expected threads (%zu)", in ATF_TC_BODY()
|
| /freebsd/lib/libpmc/pmu-events/arch/arm64/ |
| H A D | common-and-microarch.json | 309 …ache long-latency read miss. The counter counts each memory read access counted by L1D_CACHE that… 315 …o-operation architecturally executed. The counter counts each operation counted by OP_SPEC that w… 333 …ation sent for execution on a slot due to the backend. Counts each slot counted by STALL_SLOT whe… 339 …tion sent for execution on a slot due to the frontend. Counts each slot counted by STALL_SLOT whe… 381 …"PublicDescription": "Memory stall cycles. The counter counts each cycle counted by STALL_BACKEND… 387 …counted by L1I_CACHE_RD that incurs additional latency because it returns instructions from outsid… 393 …ache long-latency read miss. The counter counts each memory read access counted by L2D_CACHE that… 399 …ache long-latency read miss. The counter counts each memory read access counted by L3D_CACHE that…
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/ |
| H A D | pipeline.json | 181 …approximate elapsed time while the core was not in the halt state. It is counted on a dedicated fi… 197 …se it is busy processing a previously dispatched uop. The cycles will be counted irrespective of w… 309 … of occurences a retired load that is a cache line split. Each split should be counted only once.", 335 …of occurences a retired store that is a cache line split. Each split should be counted only once.", 339 …ced a cache line boundary split(Precise Event). Note that each spilt should be counted only once.",
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_sess_number.pod | 49 successfully reused is counted as a hit. In server mode a session successfully 50 retrieved from internal or external cache is counted as a hit.
|
| /freebsd/sbin/camcontrol/ |
| H A D | progress.h | 44 uint64_t size; /* total of bytes/units to be counted */ 45 uint64_t done; /* number of units counted to date */
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCAnalysisUtils.cpp | 34 // Objects in constant memory are not reference-counted. in IsPotentialRetainableObjPtr() 38 // Pointers in constant memory are not pointing to reference-counted objects. in IsPotentialRetainableObjPtr()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 296 // counted for different pages, set to the same max value to denote the in setAsAllCountedRange() 297 // all-counted status. 449 // the blocks, we will just mark the page as all counted. Note the `From` and in markRangeAsAllCounted() 485 // Therefore, we can't just mark the first page as all counted. Instead, we in markRangeAsAllCounted() 504 // occupied by the last block as all counted. Instead, we increment the in markRangeAsAllCounted() 506 // block in the region, it's fine to mark those pages as all counted. in markRangeAsAllCounted() 614 // counted. in releaseFreeMemoryToOS()
|