Searched defs:second (Results 26 - 34 of 34) sorted by relevance

12

/haiku/src/kits/support/
H A DDateTime.cpp66 BTime::BTime(int32 hour, int32 minute, int32 second, int32 microsecond) argument
136 BTime::IsValid(int32 hour, int32 minute, int32 second, int32 microsecond) argument
202 BTime::SetTime(int32 hour, int32 minute, int32 second, int32 microsecond) argument
434 _SetTime(bigtime_t hour, bigtime_t minute, bigtime_t second, bigtime_t microsecond) argument
[all...]
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp1089 PackageItem* second = (PackageItem*)item2; local
/haiku/src/kits/interface/
H A DOutlineListView.cpp1077 BOutlineListView::_SwapItems(int32 first, int32 second) argument
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c2743 int32_t second = hash % (table_size - 2) + 1; local
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp2530 OHCI::_LinkDescriptors(ohci_general_td *first, ohci_general_td *second) argument
2538 _LinkIsochronousDescriptors(ohci_isochronous_td *first, ohci_isochronous_td *second, ohci_isochronous_td *nextDone) argument
H A Duhci.cpp2268 UHCI::LinkDescriptors(uhci_td *first, uhci_td *second) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c176 BOOL ntfs_same_sid(const SID *first, const SID *second) argument
1545 ntfs_merge_descr_posix(const struct POSIX_SECURITY *first, const struct POSIX_SECURITY *second) argument
[all...]
/haiku/headers/private/drivers/
H A Dscsi_cmds.h998 uint8 second; member in struct:scsi_cd_msf
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h115 uint8 second() const { return _second; } function in class:timestamp
140 void set_second(uint8 second) { _second = second; } argument

Completed in 105 milliseconds

12