Searched refs:records (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dindex_hash.c52 lzma_index_hash_info records; member in struct:lzma_index_hash_s
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);
114 // Get the size of the Index from ->blocks instead of ->records for
240 return_if_error(hash_append(&index_hash->records,
249 // exceed them in index_hash->records.
251 < index_hash->records
[all...]
H A Dindex.h34 extern void lzma_index_prealloc(lzma_index *i, lzma_vli records);
H A Dindex.c78 /// 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:__anon19421
428 lzma_index_prealloc(lzma_index *i, lzma_vli records) argument
430 if (records > PREALLOC_MAX)
431 records = PREALLOC_MAX;
433 i->prealloc = (size_t)(records);
562 g == NULL ? 0 : g->records[g->last].unpadded_sum,
650 : vli_ceil4(g->records[g->last].unpadded_sum);
652 : g->records[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dindex_hash.c52 lzma_index_hash_info records; member in struct:lzma_index_hash_s
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);
114 // Get the size of the Index from ->blocks instead of ->records for
240 return_if_error(hash_append(&index_hash->records,
249 // exceed them in index_hash->records.
251 < index_hash->records
[all...]
H A Dindex.h34 extern void lzma_index_prealloc(lzma_index *i, lzma_vli records);
H A Dindex.c78 /// 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:__anon20415
428 lzma_index_prealloc(lzma_index *i, lzma_vli records) argument
430 if (records > PREALLOC_MAX)
431 records = PREALLOC_MAX;
433 i->prealloc = (size_t)(records);
562 g == NULL ? 0 : g->records[g->last].unpadded_sum,
650 : vli_ceil4(g->records[g->last].unpadded_sum);
652 : g->records[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dezusb_convert.pl4 # convert an Intel HEX file into a set of C records usable by the firmware
18 # normal records, 01 for EOF
27 push(@records, [$addr, \@bytes]);
30 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl20 # records from a remote dynamic dns client.
28 # update the records here. tested and confirmed to work with ddnsu
194 my @records;
202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
206 push @records, $_;
210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
214 syswrite(FILE, join("", @records));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DeD2kFiles.cpp84 uint32_t records = file.ReadUInt32(); local
85 cout << "Records : " << records << '\n'; local
86 for (uint32_t i = 0; i < records; i++) {
192 uint32_t records = file.ReadUInt32(); local
193 cout << "Records : " << records << '\n'; local
194 for (uint32_t i = 0; i < records; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-sflow.c100 u_int8_t records[4]; member in struct:sflow_flow_sample_t
115 u_int8_t records[4]; member in struct:sflow_expanded_flow_sample_t
200 u_int8_t records[4]; member in struct:sflow_counter_sample_t
207 u_int8_t records[4]; member in struct:sflow_expanded_counter_sample_t
471 sflow_print_counter_records(const u_char *pointer, u_int len, u_int records) { argument
481 nrecords = records;
564 nrecords = EXTRACT_32BITS(sflow_counter_sample->records);
568 printf(" seqnum %u, type %u, idx %u, records %u",
592 nrecords = EXTRACT_32BITS(sflow_expanded_counter_sample->records);
594 printf(" seqnum %u, type %u, idx %u, records
664 sflow_print_flow_records(const u_char *pointer, u_int len, u_int records) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmain.c223 char records[9][128]; local
236 for (i = 0; i < (sizeof(records) / sizeof(records[0])); i++)
238 memset(records[i], 0, 128);
239 txtrecord[i] = records[i];
285 for (i = 0; i < (sizeof(records) / sizeof(records[0])); i++)
287 memset(records[i], 0, 128);
307 snprintf(records[7], 128, "%016" PRIX64, libhash);
310 ret = mdns_register(records[
[all...]
H A Dhttpd_rsp.c244 node = mxmlNewElement(status, "records");
322 node = mxmlNewElement(status, "records");
388 node = mxmlNewElement(status, "records");
448 int records; local
501 records = 0;
503 records = qp.results - qp.offset;
505 records = qp.limit;
523 node = mxmlNewElement(status, "records");
524 mxmlNewTextf(node, 0, "%d", records);
624 int records; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/
H A Dihex2fw.c64 fprintf(stderr, " -w: wide records (16-bit length)\n");
65 fprintf(stderr, " -s: sort records by address\n");
157 fprintf(stderr, "out of memory for records\n");
226 /* These records contain the CS/IP or EIP where execution
238 static struct ihex_binrec *records; variable in typeref:struct:ihex_binrec
242 struct ihex_binrec **p = &records;
254 struct ihex_binrec *p = records;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java28 // DatabaseEntries used for loading records
182 List records = new ArrayList();
195 records.add(theLineArray);
207 return records;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libaddns/
H A Ddnsrecord.c302 uint16 *num_records, struct dns_rrec ***records)
306 if (!(new_records = TALLOC_REALLOC_ARRAY(mem_ctx, *records,
315 *records = new_records;
387 * Delete any existing A records
301 dns_add_rrec(TALLOC_CTX *mem_ctx, struct dns_rrec *rec, uint16 *num_records, struct dns_rrec ***records) argument
H A Ddns.h409 uint16 *num_records, struct dns_rrec ***records);
437 uint16 *num_records, struct dns_rrec ***records);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest042.tcl133 if { [string compare $fld {Number of records}] == 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dlbalance.c35 int copy_records_len; /* length of all records in item to be copied */
36 char *records; local
48 records =
53 records = NULL;
108 records, 0); local
118 : 0, copy_count, deh + from, records,
961 does not have free space, so it moves DEHs and remaining records as
971 int cut_records_len; /* length of all removed records */
991 (prev_record) and length of all removed records (cut_records_len) */
1017 /* shift records, thos
1199 leaf_paste_entries(struct buffer_info *bi, int item_num, int before, int new_entry_count, struct reiserfs_de_head *new_dehs, const char *records, int paste_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl173 that supports duplicate records. Partial puts in databases supporting
174 duplicate records must be done using a m4_tcl_dbc_put command.])
178 records.])])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dtre.spec45 The agrep tool searches text input for lines (or records separated by
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dftrace.c274 struct ftrace_profile records[]; member in struct:ftrace_profile_page
286 (PAGE_SIZE - offsetof(struct ftrace_profile_page, records))
313 if ((void *)rec >= (void *)&pg->records[pg->index]) {
317 rec = &pg->records[0];
333 return function_stat_next(&stat->start->records[0], 0);
440 memset(pg->records, 0, PROFILE_RECORDS_SIZE);
619 rec = &stat->pages->records[stat->pages->index++];
902 struct dyn_ftrace records[]; member in struct:ftrace_page
924 rec = &pg->records[_____i];
941 /* First check for freed records */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex523 what allow you to scroll through records forward and backward and to
524 manipulate records as you scroll through them. When you issue a query, a
2207 \docparam{distinct}{Whether to select distinct records only.}
2301 all records {\it retrieved} (not just queried, but actually retrieved using
2423 Returns the number of records which would be in the result set using the
2438 count of records in the result set. Count() uses its own cursor, so result
2482 relational model are not required. You do not need indexes to look up records
2650 This member function allows you to delete records from your wxDbTable object
2664 columns. This allows deletion of records by matching on any column(s) in
2674 and then retrieving the records, lockin
[all...]
H A Drecrdset.tex36 \item wxOPEN\_TYPE\_SNAPSHOT: Loads all records of a result set at once. This will
372 Returns the number of records in the result set.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1023 # Enable duplicate records
1051 As you can see 3 records have been successfully created with key C<Wall>
1078 # Enable duplicate records
1149 # Enable duplicate records
1199 # Enable duplicate records
1238 # Enable duplicate records
1337 fixed length records are supported.
1353 record for variable-length records, and the pad charac-
1354 ter for fixed-length records. If no value is speci-
1356 variable-length records an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl81 the numbers assigned through 'R' records in the config file

Completed in 177 milliseconds

12