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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory.h 64 os_free_aligned(void *ptr);
os_memory_stdc.h 63 #define os_free_aligned(_ptr) free(_ptr) macro
70 #define os_free_aligned(_ptr) _aligned_free(_ptr) macro
os_memory_aligned.h 65 os_free_aligned(void *ptr) function
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory.h 64 os_free_aligned(void *ptr);
os_memory_stdc.h 63 #define os_free_aligned(_ptr) free(_ptr) macro
70 #define os_free_aligned(_ptr) _aligned_free(_ptr) macro
os_memory_aligned.h 65 os_free_aligned(void *ptr) function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 64 #define align_free(_ptr) os_free_aligned(_ptr)
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 64 #define align_free(_ptr) os_free_aligned(_ptr)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c     [all...]

Completed in 162 milliseconds