Searched refs:aligned (Results 1 – 19 of 19) sorted by relevance
35 static UINT8 __attribute__ ((aligned(4))) bta_mce_sdp_db_data[BTA_MCE_SDP_DB_SIZE];
31 static UINT8 __attribute__ ((aligned(4))) bta_sdp_db_data[BTA_SDP_DB_SIZE];
45 static UINT8 __attribute__ ((aligned(4))) bta_jv_sdp_db_data[BTA_JV_SDP_DB_SIZE];
24 char mBuffer[64 * 1024] __attribute__((aligned(4)));
88 beqz $a4,aligned102 aligned: label
148 beq aligned159 aligned: label
1908 } tc[GGL_TEXTURE_UNIT_COUNT] __attribute__((aligned(16))); in scanline_perspective()
162 b.eq aligned172 aligned: label
122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
190 beqz $t0,aligned204 aligned: label
193 char __attribute__ ((aligned)) p_param[]; /* parameter area needs to be last */
103 } __attribute__((aligned(4)));
533 generated_vars_t generated_vars __attribute__((aligned(32)));534 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
161 char buffer[kBufferSize] __attribute__((aligned)); in Run()
1332 #define ALIGN(n) __attribute__((aligned(n)))
19582 // array and it may not be aligned to accept a 64-bit value. The method19584 // 64-bit value that is byte aligned.19987 // array and it may not be aligned to accept a 64-bit value. The method19989 // 64-bit value that is byte aligned.
19593 // array and it may not be aligned to accept a 64-bit value. The method19595 // 64-bit value that is byte aligned.19998 // array and it may not be aligned to accept a 64-bit value. The method20000 // 64-bit value that is byte aligned.
2362 maximum size, the sizeof() function returns the octet-aligned size of the structure, with no paddin…