Searched refs:aligned (Results 1 - 25 of 37) sorted by relevance

12

/haiku/headers/os/arch/mipsel/
H A Darch_debugger.h12 } __attribute__((aligned(8)));
/haiku/headers/os/arch/ppc/
H A Darch_debugger.h11 } __attribute__((aligned(8)));
/haiku/headers/os/arch/sparc/
H A Darch_debugger.h12 } __attribute__((aligned(8)));
/haiku/headers/os/arch/arm64/
H A Darch_debugger.h14 } __attribute__((aligned(16)));
/haiku/headers/os/arch/riscv64/
H A Darch_debugger.h14 } __attribute__((aligned(8)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_rx_desc.h39 } __packed __attribute__((aligned(4)));
H A Dr92ce_tx_desc.h53 } __packed __attribute__((aligned(4)));
/haiku/headers/os/arch/arm/
H A Darch_debugger.h28 } __attribute__((aligned(8)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/usb/
H A Dr12au_tx_desc.h54 } __packed __attribute__((aligned(4)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/usb/
H A Dr92cu_tx_desc.h43 } __packed __attribute__((aligned(4)));
/haiku/src/system/glue/
H A Dcrtbegin.c19 __attribute__((section(".eh_frame"), aligned(4), visibility("hidden"))) = {};
34 __attribute__((section(".ctors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
63 __attribute__((section(".dtors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c231 u64 aligned; local
233 aligned = (lcn << vol->cluster_size_bits) + granularity - 1;
234 aligned -= aligned % granularity;
235 return (aligned >> vol->cluster_size_bits);
240 u64 aligned; local
242 aligned = count << vol->cluster_size_bits;
243 aligned -= aligned % granularity;
244 return (aligned >> vo
[all...]
/haiku/headers/os/arch/m68k/
H A Darch_debugger.h29 } __attribute__((aligned(8)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwnreg.h51 } __packed __attribute__((aligned(4)));
87 } __packed __attribute__((aligned(4)));
100 } __packed __attribute__((aligned(4)));
/haiku/headers/private/kernel/arch/
H A Dcpu.h46 #define CACHE_LINE_ALIGN __attribute__((aligned(CACHE_LINE_SIZE)))
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_fw_cmd.h34 } __packed __attribute__((aligned(4)));
/haiku/headers/os/arch/x86_64/
H A Darch_debugger.h41 } __attribute__((aligned(16)));
/haiku/headers/private/kernel/arch/x86/
H A Darch_thread_types.h26 #define _ALIGNED(bytes) __attribute__((aligned(bytes)))
59 // 512 byte floating point save point - this must be 16 byte aligned
62 // floating point save point - this must be 64 byte aligned for xsave and
/haiku/headers/private/kernel/arch/arm/
H A Dpxa270.h82 } pxa27x_dma_descriptor __attribute__ ((aligned(16)));
120 } pxa27x_lcd_dma_descriptor __attribute__ ((aligned(16)));
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h21 uint64 ra __attribute__((aligned (16)));
67 struct __attribute__((aligned(16))) arch_stack {
/haiku/headers/os/arch/x86/
H A Darch_debugger.h65 } __attribute__((aligned(16)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_rx_desc.h67 } __packed __attribute__((aligned(4)));
H A Dr92c_fw_cmd.h38 } __packed __attribute__((aligned(4)));
H A Dr92c_tx_desc.h110 } __packed __attribute__((aligned(4)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx_desc.h131 } __packed __attribute__((aligned(4)));

Completed in 106 milliseconds

12