Searched refs:record (Results 351 - 375 of 473) sorted by relevance

<<111213141516171819

/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc176 m_ctxt->record (fn);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c228 gfc_offset record; local
235 /* Handle the end-of-record and end-of-file conditions for
242 /* Check for "end-of-record" condition. */
248 record = next_array_record (dtp, dtp->u.p.current_unit->ls,
258 record *= dtp->u.p.current_unit->recl;
259 if (sseek (dtp->u.p.current_unit->s, record, SEEK_SET) < 0)
267 /* Get the next character and handle end-of-record conditions. */
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c58 /* FROM/RCPT syntax that Postfix supports, 2) the record-level
109 /* message content and either buffers up the record until the
155 /* Pointer to the content of one message content record.
157 /* The length of a message content record.
208 #include <record.h>
351 /* Needed by our DATA-phase record emulation routines. */
575 * Replay the speed-match log. We do sanity check record content, but we
648 msg_panic("%s: unexpected record type; %d", myname, rec_type);
837 * Send one content record. Errors and results must be as with rec_put().
872 * Send one content record
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dixfr.c454 /* is this the SOA record? */
632 /* Count length of next record in data */
717 /* the next record does not fit in the remaining
733 /* the next record does not fit in the remaining
974 /* make space in record data for the new size, grows the allocation */
996 /* put new SOA record after delrrs and addrrs */
1033 /* put new serial SOA record after delrrs and addrrs */
1112 /* store SOA record data in memory buffer */
1184 /* store the soa record */
1238 /* store the soa record */
1975 oneline_print_rdata(buffer_type *output, rrtype_descriptor_type *descriptor, rr_type* record) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c5848 tree base, ofs, space, record, type_decl;
5853 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
5855 TYPE_DECL, get_identifier ("__va_list_tag"), record);
5856 TYPE_STUB_DECL (record) = type_decl;
5857 TYPE_NAME (record) = type_decl;
5859 /* C++? SET_IS_AGGR_TYPE (record, 1); */
5864 DECL_FIELD_CONTEXT (space) = record;
5871 DECL_FIELD_CONTEXT (ofs) = record;
5877 DECL_FIELD_CONTEXT (base) = record;
5880 TYPE_FIELDS (record)
5834 tree base, ofs, space, record, type_decl; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc5853 tree base, ofs, space, record, type_decl;
5858 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
5860 TYPE_DECL, get_identifier ("__va_list_tag"), record);
5861 TYPE_STUB_DECL (record) = type_decl;
5862 TYPE_NAME (record) = type_decl;
5864 /* C++? SET_IS_AGGR_TYPE (record, 1); */
5869 DECL_FIELD_CONTEXT (space) = record;
5876 DECL_FIELD_CONTEXT (ofs) = record;
5882 DECL_FIELD_CONTEXT (base) = record;
5885 TYPE_FIELDS (record)
5839 tree base, ofs, space, record, type_decl; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.h476 key_t (const setjmp_record &record, tree type) argument
477 : m_record (record), m_type (type)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c95 /* Next record for given allocno. */
1154 /* Return new update cost record with given params. */
1159 struct update_cost_record *record;
1161 record = update_cost_record_pool.allocate ();
1162 record->hard_regno = hard_regno;
1163 record->divisor = divisor;
1164 record->next = next;
1165 return record;
1156 struct update_cost_record *record; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc100 /* Next record for given allocno. */
1159 /* Return new update cost record with given params. */
1164 struct update_cost_record *record;
1166 record = update_cost_record_pool.allocate ();
1167 record->hard_regno = hard_regno;
1168 record->divisor = divisor;
1169 record->next = next;
1170 return record;
1863 If allocating HREGNO is subject to any soft conflicts, record the
H A Dcfgrtl.cc5324 rtl_account_profile_record (basic_block bb, struct profile_record *record)
5330 record->size += insn_cost (insn, false);
5336 record->time
5341 record->time
5346 record->time += insn_cost (insn, true);
5300 rtl_account_profile_record(basic_block bb, struct profile_record *record) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c2744 cycle. It is passed to spu_sched_reorder, and we record it here for
3941 tree f_args, f_skip, record, type_decl;
3944 record = (*lang_hooks.types.make_type) (RECORD_TYPE);
3948 TYPE_DECL, get_identifier ("__va_list_tag"), record);
3955 DECL_FIELD_CONTEXT (f_args) = record;
3959 DECL_FIELD_CONTEXT (f_skip) = record;
3963 TYPE_STUB_DECL (record) = type_decl;
3964 TYPE_NAME (record) = type_decl;
3965 TYPE_FIELDS (record) = f_args;
3973 layout_type (record);
3932 tree f_args, f_skip, record, type_decl; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_hwmgr.c1899 phm_ppt_v1_voltage_lookup_record *record)
1914 if (look_up_table->entries[i].us_vdd == record->us_vdd) {
1922 look_up_table->entries[i].us_vdd = record->us_vdd;
1923 look_up_table->entries[i].us_cac_low = record->us_cac_low;
1924 look_up_table->entries[i].us_cac_mid = record->us_cac_mid;
1925 look_up_table->entries[i].us_cac_high = record->us_cac_high;
1897 phm_add_voltage(struct pp_hwmgr *hwmgr, phm_ppt_v1_voltage_lookup_table *look_up_table, phm_ppt_v1_voltage_lookup_record *record) argument
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql165 -- for the tests, we must record these values unconditionally instead of relying
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in649 print("$$ Branches from \'cvsacl\' record: ", join(", ",@branch_list),".\n") if $debug;
799 # Module patterns on the 'cvsacl' record can be files or directories.
806 # This function determines whether the entries on the 'cvsacl' record are all
819 print("Can\'t mix files and directories on single \'cvsacl\' file record; skipping entry.\n");
889 print("$$ Branches from \'cvsacl\' record: ", join(", ",@branch_list),".\n") if $debug;
960 print("$$ restrict_log record being written: $log_record to $restrictlog.\n") if $debug;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
H A DZLib.pas23 TZStreamRec = packed record
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A DMakefile.in298 qmgr_message.o: ../../include/record.h
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A DMakefile.in283 qmgr_message.o: ../../include/record.h
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d1312 record, ///
/netbsd-current/common/dist/zlib/contrib/delphi/
H A DZLib.pas23 TZStreamRec = packed record
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A DZLib.pas23 TZStreamRec = packed record
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h72 void record (memento *m);
2089 record (result);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d1319 record, ///
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/delphi/
H A DZLib.pas23 TZStreamRec = packed record
/netbsd-current/share/mk/
H A Dbsd.prog.mk253 present property randr record render_util render reply res screensaver \
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A DZLib.pas23 TZStreamRec = packed record

Completed in 4572 milliseconds

<<111213141516171819