Searched refs:rec (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dc1.c2 rec (a, b) function
6 return a * rec (a - 1, b + 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dc1.c2 rec (a, b) function
6 return a * rec (a - 1, b + 1);
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_acctrace.c76 rf_LogTraceRec(RF_Raid_t *raid, RF_AccTraceEntry_t *rec) argument
87 if (rec->reconacc) {
88 acc->recon_start_to_fetch_us += rec->specific.recon.recon_start_to_fetch_us;
89 acc->recon_fetch_to_return_us += rec->specific.recon.recon_fetch_to_return_us;
90 acc->recon_return_to_submit_us += rec->specific.recon.recon_return_to_submit_us;
91 acc->recon_num_phys_ios += rec->num_phys_ios;
92 acc->recon_phys_io_us += rec->phys_io_us;
93 acc->recon_diskwait_us += rec->diskwait_us;
96 RF_HIST_ADD(acc->tot_hist, rec->total_us);
97 RF_HIST_ADD(acc->dw_hist, rec
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgdb11531.c22 struct rec struct
29 static struct rec myrec;
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dtestdb.c63 DBT rec; local
76 rec.data = VRS_KEY;
77 rec.size = sizeof(VRS_KEY) - 1;
78 if ((db->get)(db, &rec, &rec, 0))
80 if (rec.data == 0 || rec.size == 0 || rec.size > sizeof(dbversion))
82 memmove(dbversion, rec.data, rec
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c305 struct mandb_rec rec; local
336 memset(&rec, 0, sizeof(rec));
338 init_secbuffs(&rec);
418 cleanup(&rec);
419 free_secbuffs(&rec);
425 update_db(db, mp, &rec);
427 free_secbuffs(&rec);
569 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
588 sqlite3_bind_int64(inner_stmt, idx, rec
568 update_existing_entry(sqlite3 *db, const char *file, const char *hash, mandb_rec *rec, int *new_count, int *link_count, int *err_count) argument
685 update_db(sqlite3 *db, struct mparse *mp, mandb_rec *rec) argument
822 begin_parse(const char *file, struct mparse *mp, mandb_rec *rec, const void *buf, size_t len) argument
852 pmdoc_node(mdoc_node(mdoc), rec); local
855 pman_node(man_node(man), rec); local
865 set_section(const struct mdoc *md, const struct man *m, mandb_rec *rec) argument
881 set_machine(const struct mdoc *md, mandb_rec *rec) argument
891 pmdoc_node(const struct mdoc_node *n, mandb_rec *rec) argument
920 pmdoc_Nm(const struct mdoc_node *n, mandb_rec *rec) argument
937 pmdoc_Nd(const struct mdoc_node *n, mandb_rec *rec) argument
985 pmdoc_macro_handler(const struct mdoc_node *n, mandb_rec *rec, enum mdoct doct) argument
1047 pmdoc_Xr(const struct mdoc_node *n, mandb_rec *rec) argument
1052 pmdoc_Pp(const struct mdoc_node *n, mandb_rec *rec) argument
1064 pmdoc_Sh(const struct mdoc_node *n, mandb_rec *rec) argument
1108 mdoc_parse_section(enum mdoc_sec sec, const char *string, mandb_rec *rec) argument
1154 pman_node(const struct man_node *n, mandb_rec *rec) argument
1184 pman_parse_name(const struct man_node *n, mandb_rec *rec) argument
1207 pman_block(const struct man_node *n, mandb_rec *rec) argument
1226 pman_sh(const struct man_node *n, mandb_rec *rec) argument
1399 man_parse_section(enum man_sec sec, const struct man_node *n, mandb_rec *rec) argument
1454 insert_into_db(sqlite3 *db, mandb_rec *rec) argument
1873 cleanup(mandb_rec *rec) argument
1909 init_secbuffs(mandb_rec *rec) argument
1958 free_secbuffs(mandb_rec *rec) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_enc.c139 SSL3_RECORD *rec; local
154 rec= &(s->s3->wrec);
160 if ( rec->data != rec->input)
162 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
166 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
179 rec= &(s->s3->rrec);
193 memmove(rec->data,rec
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dfiles.c227 putrec(const RECHEADER *rec, FILE *fp) argument
229 EWRITE(rec, 1, REC_ROUNDUP(offsetof(RECHEADER, data) + rec->length), fp);
236 putline(const RECHEADER *rec, FILE *fp) argument
238 EWRITE(rec->data+rec->offset, 1, rec->length - rec->offset, fp);
245 putkeydump(const RECHEADER *rec, FILE *fp) argument
247 EWRITE(rec,
254 geteasy(FILE *fp, RECHEADER *rec, u_char *end, struct field *dummy2) argument
[all...]
H A Dmsort.c80 RECHEADER *rec; member in struct:mfile
208 if (cfile->rec == NULL) {
209 cfile->rec = allocrec(NULL, DEFLLEN);
210 cfile->end = (u_char *)cfile->rec + DEFLLEN;
215 c = cfile->get(cfile->fp, cfile->rec, cfile->end, ftbl);
221 sz = (cfile->end - (u_char *)cfile->rec) * 2;
222 cfile->rec = allocrec(cfile->rec, sz);
223 cfile->end = (u_char *)cfile->rec + sz;
255 put(cfile->rec, outf
306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/gomp/
H A Dpr25874.C18 wigner_d rec; local
19 rec.recurse();
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dipft_sn.c100 static int snoop_read_rec(rec)
101 struct snooppkt *rec;
105 if (read(sfd, (char *)rec, sizeof(*rec)) != sizeof(*rec))
108 ilen = (int)ntohl(rec->sp_ilen);
109 plen = (int)ntohl(rec->sp_plen);
110 if (ilen > plen || plen < sizeof(*rec))
113 plen -= sizeof(*rec);
131 struct snooppkt rec; local
161 struct snooppkt rec; local
[all...]
H A Dipft_pc.c162 static int pcap_read_rec(rec)
163 struct pcap_pkthdr *rec;
168 s = (char *)rec;
169 n = sizeof(*rec);
172 i = read(pfd, (char *)rec, sizeof(*rec));
180 rec->ph_clen = SWAPLONG(rec->ph_clen);
181 rec->ph_len = SWAPLONG(rec
205 struct pcap_pkthdr rec; local
235 struct pcap_pkthdr rec; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/pppd/pppd/
H A Dtdb.c292 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
294 return tdb_write(tdb, offset, (char *)rec, sizeof(*rec));
310 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
312 if (tdb_read(tdb, offset, (char *)rec, sizeof(*rec)) == -1) return -1;
313 if (rec->magic != TDB_MAGIC) {
316 rec->magic, offset);
321 if (tdb_oob(tdb, rec->next) != 0) {
331 struct list_struct rec; local
412 struct list_struct rec, lastrec, newrec; local
558 tdb_find(TDB_CONTEXT *tdb, TDB_DATA key, unsigned int hash, struct list_struct *rec) argument
632 struct list_struct rec; local
677 struct list_struct rec; local
714 struct list_struct rec; local
743 struct list_struct rec; local
812 struct list_struct rec; local
865 struct list_struct rec; local
920 struct list_struct rec, lastrec; local
1023 struct list_struct rec; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Drecord.c106 record_t *rec; local
130 rec = NULL;
131 db_next(srv, fd, &rec);
132 if (rec == NULL || rec->fd != fd)
146 if (!db_create(srv, fd, &rec->bdaddr, rec->handle, &seq))
165 record_t *rec; local
184 rec = NULL;
185 db_next(srv, fd, &rec);
[all...]
H A Ddb.c149 * Iterate through records selected by fd. rec should point to a NULL
154 db_next(server_t *srv, int fd, record_t **rec) argument
158 if (*rec == NULL)
161 r = LIST_NEXT(*rec, next);
166 *rec = r;
177 db_match_uuid(record_t *rec, uuid_t *uuid) argument
179 uint8_t *p = rec->data.next;
182 while (p < rec->data.end) {
343 record_t *n, *r, *rec; local
357 rec
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dapropos_db.c45 struct rec { struct
48 * Maintain a binary tree for checking the uniqueness of `rec'
76 struct rec *node; /* record array for dir tree */
130 const char *, uint64_t, struct rec *);
137 const struct mchars *, struct rec *);
141 static void recfree(struct rec *);
171 uint64_t *mask, recno_t *rec, char **buf)
186 *rec = betoh64(vbuf[1]);
363 const struct mchars *mc, struct rec *rec)
170 btree_read(const DBT *k, const DBT *v, const struct mchars *mc, uint64_t *mask, recno_t *rec, char **buf) argument
362 index_read(const DBT *key, const DBT *val, int index, const struct mchars *mc, struct rec *rec) argument
478 recno_t rec; local
593 recfree(struct rec *rec) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dmultilink.c115 TDB_DATA key, pid, rec; local
204 rec = tdb_fetch(pppdb, pid);
205 if (rec.dptr != NULL && rec.dsize > 0) {
207 rec.dptr[rec.dsize-1] = 0;
209 parse_num(rec.dptr, "IFNAME=ppp", &unit);
211 if (!parse_num(rec.dptr, "PPPD_PID=", &pppd_pid)
215 free(rec.dptr);
289 TDB_DATA key, rec; local
329 TDB_DATA key, rec; local
359 TDB_DATA key, rec, pp; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c416 sdp_data_t rec; local
455 rec.next = buffer;
456 rec.end = buffer + sizeof(buffer);
458 sdp_put_uint16(&rec, SDP_ATTR_SERVICE_RECORD_HANDLE);
459 sdp_put_uint32(&rec, 0x00000000);
461 sdp_put_uint16(&rec, SDP_ATTR_SERVICE_CLASS_ID_LIST);
462 sdp_put_seq(&rec, 3);
463 sdp_put_uuid16(&rec, s->class);
467 sdp_put_uint16(&rec, SDP_ATTR_PROTOCOL_DESCRIPTOR_LIST);
468 sdp_put_seq(&rec, 1
571 sdp_data_t ail, ssp, rsp, rec, value, pdl, seq; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xedit/re/
H A DMakefile8 SRCS= re.c rec.c reo.c
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciide_acard_reg.h30 #define ATP850_SETTIME(drive, act, rec) \
31 (((((act) & 0xf) << 8) | ((rec) & 0xf)) << ((drive) * 16))
32 #define ATP860_SETTIME(channel, drive, act, rec) \
33 (((((act) & 0xf) << 4) | ((rec) & 0xf)) << \
/netbsd-6-1-5-RELEASE/x11/bin/xedit/re/
H A DMakefile8 SRCS= re.c rec.c reo.c
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Drecord.c243 struct record_entry *rec; local
246 rec = (struct record_entry *) xcalloc (1, sizeof (struct record_entry));
247 rec->type = record_reg;
248 rec->u.reg.num = regnum;
249 rec->u.reg.len = register_size (gdbarch, regnum);
250 if (rec->u.reg.len > sizeof (rec->u.reg.u.buf))
251 rec->u.reg.u.ptr = (gdb_byte *) xmalloc (rec->u.reg.len);
253 return rec;
259 record_reg_release(struct record_entry *rec) argument
272 struct record_entry *rec; local
287 record_mem_release(struct record_entry *rec) argument
300 struct record_entry *rec; local
311 record_end_release(struct record_entry *rec) argument
320 record_entry_release(struct record_entry *rec) argument
341 record_list_release(struct record_entry *rec) argument
367 record_list_release_following(struct record_entry *rec) argument
420 record_arch_list_add(struct record_entry *rec) argument
442 record_get_loc(struct record_entry *rec) argument
467 struct record_entry *rec; local
490 struct record_entry *rec; local
524 struct record_entry *rec; local
2198 struct record_entry *rec; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl73 foreach $rec (@records) {
74 $update->push(@$rec);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/stress/
H A Dupdate.pl78 foreach $rec (@records) {
79 $update->push(@$rec);
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dsdp_record.c50 uint32_t *handle, const sdp_data_t *rec)
69 len = rec->end - rec->next;
81 req[3].iov_base = rec->next;
120 const sdp_data_t *rec)
138 len = rec->end - rec->next;
150 req[3].iov_base = rec->next;
49 sdp_record_insert(struct sdp_session *ss, bdaddr_t *bdaddr, uint32_t *handle, const sdp_data_t *rec) argument
119 sdp_record_update(struct sdp_session *ss, uint32_t handle, const sdp_data_t *rec) argument

Completed in 578 milliseconds

1234567891011>>