Searched refs:record (Results 126 - 150 of 473) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp118 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin) { argument
119 addTypedData(record, begin, CGM.getContext().getASTRecordLayout(record));
122 void SwiftAggLowering::addTypedData(const RecordDecl *record, CharUnits begin, argument
125 if (record->isUnion()) {
126 for (auto field : record->fields()) {
141 auto cxxRecord = dyn_cast<CXXRecordDecl>(record);
163 for (auto field : record->fields()) {
795 const RecordDecl *record) {
799 return !record
794 mustPassRecordIndirectly(CodeGenModule &CGM, const RecordDecl *record) argument
818 auto record = recordType->getDecl(); local
[all...]
/netbsd-current/sys/compat/sunos/
H A Dsunos_ioctl.c741 sunos_aui.record = *(struct sunos_audio_prinfo *)&aui.record;
745 sunos_aui.record.avail_ports = AUDIO_SPEAKER | AUDIO_HEADPHONE;
748 sunos_aui.record.waiting = 0;
750 sunos_aui.record.eof = 0;
774 aui.record = *(struct audio_prinfo *)&sunos_aui.record;
794 if (sunos_aui.record.pause == 0 || sunos_aui.record.active == 0)
795 aui.record
[all...]
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_ioctl.c781 sunos_aui.record = *(struct sunos_audio_prinfo *)&aui.record;
785 sunos_aui.record.avail_ports = AUDIO_SPEAKER | AUDIO_HEADPHONE;
788 sunos_aui.record.waiting = 0;
790 sunos_aui.record.eof = 0;
813 aui.record = *(struct audio_prinfo *)&sunos_aui.record;
833 if (sunos_aui.record.pause == 0 || sunos_aui.record.active == 0)
834 aui.record
[all...]
/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Dpascal.lex79 record return(RECORD);
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/vfb/
H A DMakefile62 ${LDADD.record} \
92 ${DPADD.record} \
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xnest/
H A DMakefile58 ${LDADD.record} \
83 ${DPADD.record} \
/netbsd-current/external/mit/xorg/server/xorg-server/hw/vfb/
H A DMakefile54 ${LDADD.record} \
87 ${DPADD.record} \
/netbsd-current/games/hack/
H A DMakefile52 ${_MKMSG_INSTALL} ${DESTDIR}/var/games/hackdir/record
54 ${DESTDIR}/var/games/hackdir/record
/netbsd-current/external/mpl/bind/dist/contrib/dlz/example/
H A Ddlz_example.c43 struct record { struct
56 struct record current[MAX_RECORDS];
57 struct record adds[MAX_RECORDS];
58 struct record deletes[MAX_RECORDS];
83 * Add a record to a list
86 add_name(struct dlz_example_data *state, struct record *list, const char *name,
112 state->log(ISC_LOG_ERROR, "dlz_example: out of record "
140 * Delete a record from a list
143 del_name(struct dlz_example_data *state, struct record *list, const char *name,
160 memset(&list[i], 0, sizeof(struct record));
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/
H A Ddriver.c73 struct record { struct
89 struct record current[MAX_RECORDS];
90 struct record adds[MAX_RECORDS];
91 struct record deletes[MAX_RECORDS];
116 * Add a record to a list
119 add_name(struct dlz_example_data *state, struct record *list, const char *name,
145 logerr("dlz_example: out of record space");
171 * Delete a record from a list
174 del_name(struct dlz_example_data *state, struct record *list, const char *name,
191 memset(&list[i], 0, sizeof(struct record));
[all...]
/netbsd-current/usr.bin/audiocfg/
H A Daudiodev.c280 ai.record.encoding = enc;
281 ai.record.precision = prec;
282 ai.record.channels = ch;
283 ai.record.sample_rate = freq;
H A Dmain.c101 printf(" record: ");
104 adev->hwinfo.record.precision,
105 adev->hwinfo.record.channels,
106 adev->hwinfo.record.sample_rate);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvboxvideo_guest.h23 /* VBVA record that we are currently preparing for the host, or NULL */
24 struct vbva_record *record; member in struct:vbva_buf_ctx
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dminsyms.h60 /* An RAII-based object that is used to record minimal symbols while
112 void record (const char *name, CORE_ADDR address,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dminsyms.h82 /* An RAII-based object that is used to record minimal symbols while
134 void record (const char *name, CORE_ADDR address,
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dfile.c28 # include "record.h"
97 /* locate the appropriate extent record */
229 unsigned char record[HFS_EXTRECMAXLEN]; local
232 /* record is full; create a new one */
245 r_packextkey(&key, record, &reclen);
246 r_packextdata(&file->ext, HFS_RECDATA(record), &reclen);
248 if (bt_insert(&vol->ext, record, reclen) < 0)
260 /* store the modified extent record */
H A Dlvolume.c29 # include "record.h"
129 ERROR(EIO, "bad thread record");
411 ERROR(EIO, "unexpected catalog record");
536 unsigned char record[HFS_CATRECMAXLEN]; local
545 /* create directory record */
563 r_packcatkey(&key, record, &reclen);
564 r_packcatdata(&data, HFS_RECDATA(record), &reclen);
566 if (bt_insert(&vol->cat, record, reclen) < 0)
569 /* create thread record */
580 r_packcatkey(&key, record,
[all...]
/netbsd-current/external/mit/xorg/lib/libxcb/libxcb/
H A DMakefile61 record.h \
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios.c383 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) local
389 while (record->ucRecordSize > 0 &&
390 record->ucRecordType > 0 &&
391 record->ucRecordType <= ATOM_MAX_OBJECT_RECORD_NUMBER) {
392 switch (record->ucRecordType) {
395 record;
399 record = (ATOM_COMMON_RECORD_HEADER *)
400 ((char *)record + record->ucRecordSize);
411 ATOM_COMMON_RECORD_HEADER *record local
487 *record = local
[all...]
/netbsd-current/usr.bin/m4/
H A Dmain.c165 static void record(struct position *, int);
467 record(quotes, nlpar++);
479 record(quotes, nlpar++);
586 record(paren, PARLEV++);
744 record(struct position *t, int lev) function
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwps-nfc.py175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
180 print("Handover select carrier record from wpa_supplicant:")
183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"):
208 summary("Could not get handover request carrier record from wpa_supplicant")
210 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
278 #wifi = nfc.ndef.WifiConfigRecord(carrier.record)
298 for record in tag.ndef.message:
299 print("record typ
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c638 recording::context::record (memento *m) function in class:recording::context
733 record (result);
754 record (result);
780 record (result);
854 record (result);
871 record (result);
889 record (result);
904 record (result);
920 record (result);
942 record (fn_typ
[all...]
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c204 * This function is the real core of the module. Zone, record
213 mysql_get_resultset(const char *zone, const char *record, const char *client, argument
295 if (record != NULL) {
296 if (dbi->record != NULL) {
297 free(dbi->record);
300 dbi->record = mysqldrv_escape_string((MYSQL *)dbi->dbconn,
301 record);
302 if (dbi->record == NULL) {
307 dbi->record = NULL;
393 if (dbi->record !
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc25 * macro associated with that structure. Only one field activation record
148 /* Definition of member fields of the function record structure in coverage
199 /* The kind of the value profile record. */
203 * otherwise the record for this kind won't be emitted.
231 * \brief Read data from this record and save it to Record.
266 * of each record is defined by ValueProfRecord type. The number of
284 * Check the integrity of the record. Return the error code when
340 * After extracting the value profile data from the value profile record,
419 * \brief Return the total size of the value profile record including the
439 * \brief Return the total number of value data for \c This record
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc639 recording::context::record (memento *m) function in class:gcc::jit::recording::context
734 record (result);
755 record (result);
781 record (result);
859 record (result);
876 record (result);
894 record (result);
909 record (result);
925 record (result);
947 record (fn_typ
[all...]

Completed in 363 milliseconds

1234567891011>>