| /NextBSD/lib/libdispatch/src/ |
| HD | data.c | 217 _dispatch_data_release(dd->records[i].data_object); in _dispatch_data_dispose() 239 range_record r = dd->records[i]; in _dispatch_data_debug() 273 data->records[0].from = 0; in dispatch_data_create_concat() 274 data->records[0].length = dd1->size; in dispatch_data_create_concat() 275 data->records[0].data_object = dd1; in dispatch_data_create_concat() 277 memcpy(data->records, dd1->records, _dispatch_data_num_records(dd1) * in dispatch_data_create_concat() 281 data->records[_dispatch_data_num_records(dd1)].from = 0; in dispatch_data_create_concat() 282 data->records[_dispatch_data_num_records(dd1)].length = dd2->size; in dispatch_data_create_concat() 283 data->records[_dispatch_data_num_records(dd1)].data_object = dd2; in dispatch_data_create_concat() 285 memcpy(data->records + _dispatch_data_num_records(dd1), dd2->records, in dispatch_data_create_concat() [all …]
|
| HD | data_internal.h | 77 range_record records[0]; member 118 _dispatch_data_leaf(dd->records[0].data_object)) { in _dispatch_data_map_direct() 119 offset = dd->records[0].from; in _dispatch_data_map_direct() 120 dd = dd->records[0].data_object; in _dispatch_data_map_direct()
|
| /NextBSD/contrib/xz/src/liblzma/common/ |
| HD | index_hash.c | 52 lzma_index_hash_info records; member 87 index_hash->records.blocks_size = 0; in lzma_index_hash_init() 88 index_hash->records.uncompressed_size = 0; in lzma_index_hash_init() 89 index_hash->records.count = 0; in lzma_index_hash_init() 90 index_hash->records.index_list_size = 0; in lzma_index_hash_init() 98 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST); in lzma_index_hash_init() 242 return_if_error(hash_append(&index_hash->records, in lzma_index_hash_decode() 253 < index_hash->records.blocks_size in lzma_index_hash_decode() 255 < index_hash->records.uncompressed_size in lzma_index_hash_decode() 257 < index_hash->records.index_list_size) in lzma_index_hash_decode() [all …]
|
| HD | index.c | 102 index_record records[]; member 431 lzma_index_prealloc(lzma_index *i, lzma_vli records) in lzma_index_prealloc() argument 433 if (records > PREALLOC_MAX) in lzma_index_prealloc() 434 records = PREALLOC_MAX; in lzma_index_prealloc() 436 i->prealloc = (size_t)(records); in lzma_index_prealloc() 565 g == NULL ? 0 : g->records[g->last].unpadded_sum, in lzma_index_file_size() 653 : vli_ceil4(g->records[g->last].unpadded_sum); in lzma_index_append() 655 : g->records[g->last].uncompressed_sum; in lzma_index_append() 701 g->records[g->last].uncompressed_sum in lzma_index_append() 703 g->records[g->last].unpadded_sum in lzma_index_append() [all …]
|
| HD | index.h | 34 extern void lzma_index_prealloc(lzma_index *i, lzma_vli records);
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| HD | tst.MultiAggPrinta.ksh.out | 1 …low = null, records = [org.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.d… 5 …d[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = , id = 1, records = [org.opensolari… 7 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, records = [org.opensolari… 13 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… 21 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar… 23 …= 4, records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [], value = 3]], org.opensolar… 25 …[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, records = [org.opensolari… 27 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… 33 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… 39 …records = [org.opensolaris.os.dtrace.AggregationRecord[tuple = [1, 2], value = 1], org.opensolaris… [all …]
|
| HD | tst.Bean.ksh.out | 42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 53 …deserialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensola… 65 …encoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 76 …decoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 180 …egations = [org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 190 ], value = 7]], org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensol… 221 …egations = [org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 231 ], value = 7]], org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensol… 263 …egations = [org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 273 ], value = 7]], org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensol… [all …]
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| HD | TestMultiAggPrinta.java | 74 List <Record> records = data.getRecords(); in probeDataString() local 78 for (int i = 0; i < records.size(); ++i) { in probeDataString() 82 record = records.get(i); in probeDataString() 115 List <Record> records = data.getRecords(); in main() 116 for (Record r : records) { in main()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-sflow.c | 92 uint8_t records[4]; member 107 uint8_t records[4]; member 192 uint8_t records[4]; member 199 uint8_t records[4]; member 470 const u_char *pointer, u_int len, u_int records) in sflow_print_counter_records() argument 480 nrecords = records; in sflow_print_counter_records() 563 nrecords = EXTRACT_32BITS(sflow_counter_sample->records); in sflow_print_counter_sample() 592 nrecords = EXTRACT_32BITS(sflow_expanded_counter_sample->records); in sflow_print_expanded_counter_sample() 668 const u_char *pointer, u_int len, u_int records) in sflow_print_flow_records() argument 678 nrecords = records; in sflow_print_flow_records() [all …]
|
| /NextBSD/lib/libc/db/ |
| HD | changelog | 5 recno: Rework fixed-length records so that closing and reopening 6 the file now works. Pad short records on input. Never do 45 Create fixed-length intermediate records past "end" of DB 47 Realloc bug when reading in fixed records. 54 btree: If enough duplicate records were inserted and then deleted
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | RewriteStatepointsForGC.cpp | 1090 MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) { in recomputeLiveInValues() argument 1095 for (size_t i = 0; i < records.size(); i++) { in recomputeLiveInValues() 1096 struct PartiallyConstructedSafepointRecord &info = records[i]; in recomputeLiveInValues() 1744 MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) { in findLiveReferences() argument 1747 for (size_t i = 0; i < records.size(); i++) { in findLiveReferences() 1748 struct PartiallyConstructedSafepointRecord &info = records[i]; in findLiveReferences() 2134 SmallVector<struct PartiallyConstructedSafepointRecord, 64> records; in insertParsePoints() local 2135 records.reserve(toUpdate.size()); in insertParsePoints() 2138 records.push_back(info); in insertParsePoints() 2140 assert(records.size() == toUpdate.size()); in insertParsePoints() [all …]
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | clarion | 17 # number of records 18 >5 lelong x \b, %d records
|
| /NextBSD/contrib/binutils/gprof/po/ |
| HD | gprof.pot | 325 msgid "\t%d histogram records\n" 335 msgid "\t%d call-graph records\n" 345 msgid "\t%d basic-block count records\n" 428 "%s: dimension unit changed between histogram records\n" 436 "%s: dimension abbreviation changed between histogram records\n" 443 msgid "%s: different scales in histogram records" 448 msgid "%s: overlapping histogram records\n" 518 msgid "%s: found a symbol that covers several histogram records"
|
| /NextBSD/usr.sbin/kldxref/ |
| HD | fileformat | 3 linker.hints file consists from the one or more records, 10 All subsequent records have following format:
|
| /NextBSD/contrib/hyperv/tools/ |
| HD | hv_kvp_daemon.c | 147 struct kvp_record *records; member 202 bytes_written = fwrite(kvp_pools[pool].records, in kvp_update_file() 224 struct kvp_record *record = kvp_pools[pool].records; in kvp_update_mem_state() 266 kvp_pools[pool].records = record; in kvp_update_mem_state() 349 kvp_pools[i].records = record; in kvp_file_init() 373 record = kvp_pools[pool].records; in kvp_key_delete() 437 record = kvp_pools[pool].records; in kvp_key_add_or_modify() 469 kvp_pools[pool].records = record; in kvp_key_add_or_modify() 496 record = kvp_pools[pool].records; in kvp_get_value() 524 record = kvp_pools[pool].records; in kvp_pool_enumerate()
|
| /NextBSD/contrib/ldns/ |
| HD | Changelog | 15 validated connections without (secure) TLSA records. 201 * bugfix #367: Fix to allow glue records with the same name as the 203 * Fix ldns-verifyzone to allow NSEC3-less records for NS rrsets *and* 218 occluded records on the delegation points (in stead of just the glue). 230 * Fix printout of escaped binary in TXT records. 231 * Parsing TXT records: don't skip starting whitespace that is quoted. 248 records. 301 * Fix drill: allow for a secure trace if you use DS records as trust 364 * Bugfix: allow for unknown resource records in zonefile with rdlen=0. 387 * Fix ldns-verify-zone so that address records at zone NS set are not considered glue [all …]
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | OPENSSL_instrument_bus.pod | 26 OPENSSL_instrument_bus performs B<num> probes and records the number of 30 probes with the same value, i.e. in a way it records duration of
|
| /NextBSD/tools/tools/atsectl/ |
| HD | atsectl.c | 137 1+0 records in in print_eaddr() 138 1+0 records out in print_eaddr()
|
| /NextBSD/contrib/unbound/libunbound/python/doc/examples/ |
| HD | example6.rst | 7 This example program shows how to define local zone containing custom DNS records.
|
| HD | example8.rst | 4 Lookup for MX and NS records
|
| /NextBSD/contrib/unbound/doc/ |
| HD | requirements.txt | 188 maybe NSEC or NSEC3 records present. 189 additional: A records or other relevant records. 191 A DS records would indicate a referral. 259 If the domain is DNSSEC signed, by the way, then NSEC records are 260 updated more carefully. If one of the NSEC records in an NXDOMAIN is 264 o SOA records in negative cached answers for DS queries. 272 NSEC and NSEC3 records were obtained) if available otherwise network
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | TGParser.h | 87 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) in TGParser() argument 88 : Lex(SrcMgr), CurMultiClass(nullptr), Records(records), AnonCounter(0) {} in TGParser()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | options.texi | 22 Option files are a simple list of records in which each field occupies 23 its own line and in which the records themselves are separated by 32 A language definition record. �These records have two fields: the 38 An option definition record. �These records have the following fields: 65 A target mask record. �These records have one field of the form
|
| /NextBSD/contrib/ntp/html/scripts/ |
| HD | monopt.txt | 3 …nline'><a href='monopt.html#statistics'>statistics - enable writing of statistics records</a></li>\
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | StackMapPrinter.h | 37 for (const auto &R : SMP.records()) { in prettyPrintStackMap()
|