Home
last modified time | relevance | path

Searched refs:ASSERT_ALIGNED (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/
Dblob.c214 #define ASSERT_ALIGNED(_offset, _align) \ in BLOB_WRITE_TYPE() macro
222 ASSERT_ALIGNED(offset, sizeof(value)); in BLOB_WRITE_TYPE()
231 ASSERT_ALIGNED(offset, sizeof(value)); in blob_overwrite_uint32()
240 ASSERT_ALIGNED(offset, sizeof(value)); in blob_overwrite_intptr()
/third_party/ffmpeg/libavcodec/ppc/
Dh264qpel_template.c30 #define ASSERT_ALIGNED(ptr) av_assert2(!((uintptr_t)ptr&0x0000000F)); macro
181 ASSERT_ALIGNED(dst); in PREFIX_h264_qpel16_h_lowpass_altivec()
284 ASSERT_ALIGNED(dst); in PREFIX_h264_qpel16_v_lowpass_altivec()
474 ASSERT_ALIGNED(dst); in PREFIX_h264_qpel16_hv_lowpass_altivec()