HomeSort by relevance Sort by last modified time
    Searched full:is_aligned (Results 51 - 61 of 61) sorted by null

1 23

  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_video_track_host.cc 22 // IS_ALIGNED is also defined in
25 #undef IS_ALIGNED
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 250 if (!matrix || !is_aligned(matrix)) {
655 if (!lookupTable || !is_aligned(lookupTable)) {
vg_context.c 427 if (obj && is_aligned(obj) && obj->type == type)
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 250 if (!matrix || !is_aligned(matrix)) {
655 if (!lookupTable || !is_aligned(lookupTable)) {
vg_context.c 427 if (obj && is_aligned(obj) && obj->type == type)
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 271 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0)
290 if (IS_ALIGNED(&mutex->__m_kind))
297 if (IS_ALIGNED(&mutex->__data.__kind))
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 23 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1)))
  /bionic/libc/upstream-dlmalloc/
malloc.c 1618 #define is_aligned macro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 1306 #define is_aligned macro
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
row.h 23 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1)))
    [all...]

Completed in 835 milliseconds

1 23