HomeSort by: relevance | last modified time | path
    Searched defs:records (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
GlobalTypeTableBuilder.cpp 74 ArrayRef<ArrayRef<uint8_t>> GlobalTypeTableBuilder::records() const { function in class:GlobalTypeTableBuilder
118 "This function cannot be used to insert records!");
AppendingTypeTableBuilder.cpp 71 ArrayRef<ArrayRef<uint8_t>> AppendingTypeTableBuilder::records() const { function in class:AppendingTypeTableBuilder
105 "This function cannot be used to insert records!");
MergingTypeTableBuilder.cpp 74 ArrayRef<ArrayRef<uint8_t>> MergingTypeTableBuilder::records() const { function in class:MergingTypeTableBuilder
130 "This function cannot be used to insert records!");
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Message.pm 534 $records,
542 records => $records,
564 #Update all the underlying records with the modified data from this message
571 my $numrecs = $#{$self->records};
593 my ($rec) = @{$self->records};
658 foreach my $rec (@{$self->records}) {
731 sub records subroutine
735 $self->{records} = shift;
737 return $self->{records};
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Message.pm 433 $records,
440 records => $records,
459 #Update all the underlying records with the modified data from this message
466 my $numrecs = $#{$self->records};
479 my ($rec) = @{$self->records};
544 foreach my $rec (@{$self->records}) {
593 sub records subroutine
597 $self->{records} = shift;
599 return $self->{records};
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Message.pm 424 $records,
431 records => $records,
450 #Update all the underlying records with the modified data from this message
457 my $numrecs = $#{$self->records};
470 my ($rec) = @{$self->records};
535 foreach my $rec (@{$self->records}) {
584 sub records subroutine
588 $self->{records} = shift;
590 return $self->{records};
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-avr.h 39 /* The name of the section into which the property records are stored. */
42 /* The current version number for the format of the property records. */
46 before the property records are written out. */
100 /* The number of property records. This is stored as a 2-byte value in
104 /* The section from which the property records were loaded. This is the
105 actual section containing the records, not the section(s) to which the
106 records apply. */
109 /* The actual property records. */
110 struct avr_property_record *records; member in struct:avr_property_record_list
113 /* Load the property records from ABFD, return NULL if there are no
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-avr.h 39 /* The name of the section into which the property records are stored. */
42 /* The current version number for the format of the property records. */
46 before the property records are written out. */
100 /* The number of property records. This is stored as a 2-byte value in
104 /* The section from which the property records were loaded. This is the
105 actual section containing the records, not the section(s) to which the
106 records apply. */
109 /* The actual property records. */
110 struct avr_property_record *records; member in struct:avr_property_record_list
113 /* Load the property records from ABFD, return NULL if there are no
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-avr.h 39 /* The name of the section into which the property records are stored. */
42 /* The current version number for the format of the property records. */
46 before the property records are written out. */
100 /* The number of property records. This is stored as a 2-byte value in
104 /* The section from which the property records were loaded. This is the
105 actual section containing the records, not the section(s) to which the
106 records apply. */
109 /* The actual property records. */
110 struct avr_property_record *records; member in struct:avr_property_record_list
113 /* Load the property records from ABFD, return NULL if there are no
    [all...]
  /src/external/mit/libuv/dist/test/
test-tty-duplicate-key.c 81 BOOL is_wsl, INPUT_RECORD* records) {
82 # define KEV(I) records[(I)].Event.KeyEvent
87 records[0].EventType = records[1].EventType = KEY_EVENT;
140 INPUT_RECORD records[2]; local
181 make_key_event_records(VK_F1, 0, TRUE, records);
182 WriteConsoleInputW(handle, records, ARRAY_SIZE(records), &written);
183 ASSERT_EQ(written, ARRAY_SIZE(records));
197 INPUT_RECORD records[2] local
253 INPUT_RECORD records[2]; local
319 INPUT_RECORD records[2]; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-avr.h 39 /* The name of the section into which the property records are stored. */
42 /* The current version number for the format of the property records. */
46 before the property records are written out. */
100 /* The number of property records. This is stored as a 2-byte value in
104 /* The section from which the property records were loaded. This is the
105 actual section containing the records, not the section(s) to which the
106 records apply. */
109 /* The actual property records. */
110 struct avr_property_record *records; member in struct:avr_property_record_list
113 /* Load the property records from ABFD, return NULL if there are no
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/
bench.c 110 size_t records = 0; local
113 parser->user_data = &records;
116 printf("Parsed %zu records\n", records);
  /src/external/bsd/nsd/dist/
zonec.c 114 size_t records; member in struct:zonec_state
299 state->records++;
398 state.records = 0;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
dnreverse.cpp 233 int records; local
343 conn.fetchUpdates(&arry, 1000, &records, stat);
351 for(j=0;j < records;j++){
360 if (records) {
361 cerr << "Processed " << records << " records\n"; local
364 if (records == 0) {
  /src/external/public-domain/xz/dist/src/liblzma/common/
index_hash.c 24 /// Number of Records
27 /// Size of the List of Index Records as bytes
51 lzma_index_hash_info records; member in struct:lzma_index_hash_s
53 /// Number of Records not fully decoded
63 /// the List of Records.
86 index_hash->records.blocks_size = 0;
87 index_hash->records.uncompressed_size = 0;
88 index_hash->records.count = 0;
89 index_hash->records.index_list_size = 0;
97 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST)
    [all...]
index.c 17 /// \brief How many Records to allocate at once
24 /// \brief How many Records can be allocated at once at maximum
78 /// Number of Records that can be put in records[].
92 /// is records[last].unpadded_sum in the last Record group of
102 index_record records[]; member in struct:__anon352
119 /// INDEX_GROUP_SIZE Records per node by default.
124 /// Number of Records in this Stream
127 /// Size of the List of Records field in this Stream. This is used
157 /// Total number of Records in all Streams in this lzma_inde
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optinfo-emit-json.cc 86 json::array *records = new json::array (); local
87 m_root_tuple->append (records);
89 m_scopes.safe_push (records);
100 /* Choose an appropriate filename, and write the saved records to it. */
113 error_at (UNKNOWN_LOCATION, "cannot open file %qs for writing optimization records",
121 error_at (UNKNOWN_LOCATION, "error writing optimization records to %qs: %s",
130 error_at (UNKNOWN_LOCATION, "error closing optimization records %qs",
136 /* Add a record for OPTINFO to the queue of records to be written. */
173 /* We should never pop the top-level records array. */
216 records. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optinfo-emit-json.cc 86 json::array *records = new json::array (); local
87 m_root_tuple->append (records);
89 m_scopes.safe_push (records);
100 /* Choose an appropriate filename, and write the saved records to it. */
113 error_at (UNKNOWN_LOCATION, "cannot open file %qs for writing optimization records",
121 error_at (UNKNOWN_LOCATION, "error writing optimization records to %qs: %s",
130 error_at (UNKNOWN_LOCATION, "error closing optimization records %qs",
136 /* Add a record for OPTINFO to the queue of records to be written. */
173 /* We should never pop the top-level records array. */
217 records. *
    [all...]
  /src/sys/dev/raidframe/
rf_paritylog.h 85 RF_ParityLogRecord_t *records; member in struct:RF_ParityLog_s
  /src/external/mpl/bind/dist/lib/dns/
rbtdb_p.h 40 * records that would have otherwise have expired.
89 * records and xfrsize are covered by rwlock.
92 uint64_t records; member in struct:dns_rbtdb_version
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_recent.c 255 /* Increasing the limit shouldn't alter the list of records. */
269 * Decreasing the limit shouldn't alter the list of records as long as
285 * Decreasing the limit should shorten the list of records if the new
300 /* Setting to unlimited shouldn't alter the list of records. */
373 confirm_record(const char *template, const confirm_record_t *records,
393 for (record = records; record < records + n_records; ++record) {
412 if (record != records) {
491 assert_ptr_eq(record, records + n_records, DUMP_ERROR);
502 confirm_record_t records[2] local
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c 266 /* Increasing the limit shouldn't alter the list of records. */
280 * Decreasing the limit shouldn't alter the list of records as long as
296 * Decreasing the limit should shorten the list of records if the new
312 /* Setting to unlimited shouldn't alter the list of records. */
390 confirm_record(const char *template, const confirm_record_t *records,
411 for (record = records; record < records + n_records; ++record) {
432 if (record != records) {
505 assert_ptr_eq(record, records + n_records, DUMP_ERROR);
517 confirm_record_t records[2] local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 54 /// Accessor for function records.
69 /// Get the number of callsite records.
110 /// Accessor for location records.
200 /// Accessor for stackmap records.
358 /// Get the number of stackmap records in the stackmap.
415 /// Begin iterator for records.
422 /// End iterator for records.
424 // Records need to be handled specially, since we cache the start addresses
432 /// Iterator range for records.
433 iterator_range<record_iterator> records() const function in class:llvm::StackMapParser::LocationKind
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vboxvideo.h 70 * records queue. VBVA_F_RECORD_PARTIAL indicates that the record is being
74 * The host reads the records on flushes and processes all completed records.
134 struct vbva_record records[VBVA_MAX_RECORDS]; member in struct:vbva_buffer
138 /* Space to leave free when large partial records are transferred. */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c 158 unsigned int nrecs; /*%< Number of records recvd */
162 * records set for the zone */
337 uint64_t records; local
343 result = dns_db_getsize(xfr->db, xfr->ver, &records, NULL);
344 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) {
439 uint64_t records; local
449 result = dns_db_getsize(xfr->db, xfr->ver, &records, NULL);
450 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) {
547 * Skip other records in the answer section.
662 * Old BINDs sent cross class A records for non IN classes
    [all...]

Completed in 34 milliseconds

1 2