Home
last modified time | relevance | path

Searched refs:BIT30 (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/virtual_oss/bt/
H A Dsbc_encode.c50 #define BIT30 (1U << 30) macro
96 while (!(x & BIT30)) { in calc_scalefactors_joint()
103 while (!(y & BIT30)) { in calc_scalefactors_joint()
137 while (!(x & BIT30)) { in calc_scalefactors()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h342 #define EFI_IMAGE_SCN_MEM_READ BIT30 ///< 0x40000000
H A DTpm12.h679 #define TPM_CMK_DELEGATE_STORAGE ((TPM_CMK_DELEGATE) BIT30)
1732 #define TPM_DELEGATE_SetOrdinalAuditStatus (BIT30)
/freebsd/sys/contrib/edk2/Include/
H A DBase.h377 #define BIT30 0x40000000 macro