Searched refs:record (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/headers/os/bluetooth/
H A DDeviceClass.h22 DeviceClass(uint8 record[3]) argument
24 SetRecord(record);
39 void SetRecord(uint8 record[3]) argument
41 fRecord = record[0]|record[1]<<8|record[2]<<16;
H A DRemoteDevice.h54 RemoteDevice(const bdaddr_t address, uint8 record[3]);
/haiku-fatelf/src/bin/gdb/bfd/
H A Doasys.c94 oasys_read_record (abfd, record)
96 oasys_record_union_type *record;
98 bfd_size_type amt = sizeof (record->header);
99 if (bfd_bread ((PTR) record, amt, abfd) != amt)
102 amt = record->header.length - sizeof (record->header);
105 if (bfd_bread ((PTR) ((char *) record + sizeof (record->header)), amt, abfd)
112 oasys_string_length (record)
113 oasys_record_union_type *record;
139 oasys_record_union_type record; local
344 oasys_module_table_type record; local
465 oasys_record_union_type record; local
615 oasys_record_union_type record; local
[all...]
H A Dconfigure1048 # Strip out --silent because we don't want to record it for future runs.
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dread_termcap.c145 static char *toprec; /* Additional record specified by cgetset() */
173 * Cgetcap searches the capability record buf for the capability cap with type
227 * Cgetent extracts the capability record name from the NULL terminated file
236 * TC_NOT_FOUND if the requested record couldn't be found
255 * pointer to a malloc'd capability record with all tc= capabilities fully
266 #define DOALLOC(size) typeRealloc(char, size, record)
281 char *record = 0; local
294 * Check if we have a top record from cgetset().
297 if ((record = DOALLOC(topreclen + BFRAG)) == 0) {
301 (void) strcpy(record, topre
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp118 static void dump_directory_record(iso9660_directory_record *record,
334 dump_directory_record(iso9660_directory_record *record, const char *indent) argument
336 TRACE(("%s root directory record:\n", indent));
337 TRACE(("%s length: %d\n", indent, record->length));
339 (int)B_LENDIAN_TO_HOST_INT32(record->location)));
341 (int)B_LENDIAN_TO_HOST_INT32(record->data_length)));
343 B_LENDIAN_TO_HOST_INT16(record->volume_space)));
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp598 ATOM_COMMON_RECORD_HEADER* record local
605 while (record->ucRecordSize > 0
606 && record->ucRecordType > 0
607 && record->ucRecordType
609 switch (record->ucRecordType) {
612 record;
617 record = (ATOM_COMMON_RECORD_HEADER*)
618 ((char*)record + record->ucRecordSize);
685 ATOM_COMMON_RECORD_HEADER* record local
[all...]
/haiku-fatelf/src/kits/bluetooth/
H A DRemoteDevice.cpp293 RemoteDevice::RemoteDevice(const bdaddr_t address, uint8 record[3]) argument
301 fDeviceClass.SetRecord(record);
H A DLocalDevice.cpp354 uint8 record[3] = { bufferRecord[0], bufferRecord[1], bufferRecord[2] }; local
355 fDeviceClass.SetRecord(record);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.h108 channel_volume record[ICE1712_HARDWARE_VOLUME]; member in struct:ice1712_settings
H A Dice1712.c316 "record buffer");
780 if (card->settings.record[i].mute == true) {
783 uint8 volume = card->settings.record[i].volume / -1.5;
H A Dmulti.c50 //We do not want any interrupt from the record
462 vol = card->settings.record;
498 vol = card->settings.record;
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S7 ; assemble the Master boot record with:
26 %assign SECTOR_COUNT 0x01 ; Number of record to load from
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp348 ::RecordDests record(fXRefDests, &fTextLine, fPage);
349 fXRefs->Matches(s, &record, true);
/haiku-fatelf/src/kits/storage/
H A DResourceFile.cpp705 FATELF_record *record = records + i; local
706 uint64 elfEnd = B_LENDIAN_TO_HOST_INT64(record->offset) +
707 B_LENDIAN_TO_HOST_INT64(record->size);
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S351 ; Magic marker "AA55" (to identify a valid boot record)
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x1727 * values.c (record_latest_value): Return -1 and don't record if
/haiku-fatelf/src/bin/less/
H A Dconfigure1400 # Strip out --silent because we don't want to record it for future runs.
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dconfigure1403 # Strip out --silent because we don't want to record it for future runs.
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dconfigure1032 # Strip out --silent because we don't want to record it for future runs.
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dconfigure1047 # Strip out --silent because we don't want to record it for future runs.
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex4139 % leading; that is exactly what \strutbox is supposed to record.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex5904 % leading; that is exactly what \strutbox is supposed to record.
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex210 % leading; that is exactly what \strutbox is supposed to record.
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex5564 % leading; that is exactly what \strutbox is supposed to record.

Completed in 264 milliseconds

12