HomeSort by relevance Sort by last modified time
    Searched refs:DATA_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 31 #pragma DATA_ALIGN (g_hbuf, 32);
35 #pragma DATA_ALIGN (g_hbuf_uv, 32);
  /external/srec/srec/crec/
srec_context.c 72 SYNTAX : DATA_ALIGN(pointer, data type, bytes_filled)
74 so we call DATA_ALIGN(memptr, wordmap, filled),
81 #define DATA_ALIGN(x, y, z) if ((int) (x) % sizeof(y)) { \
86 #define DATA_ALIGN(x, y, z)
    [all...]

Completed in 166 milliseconds