Home
last modified time | relevance | path

Searched refs:align_bytes (Results 1 – 7 of 7) sorted by relevance

/external/libunwind/src/
Delfxx.c50 size_t align_bytes = addr & (sizeof(unw_word_t) - 1); in elf_w() local
51 if (align_bytes != 0) { in elf_w()
56 size_t copy_bytes = MIN(sizeof(unw_word_t) - align_bytes, bytes); in elf_w()
57 memcpy (buffer, (uint8_t*) (&data_word) + align_bytes, copy_bytes); in elf_w()
/external/skqp/src/compute/skc/platforms/cl_12/
Druntime_cl_12.h37 cl_uint align_bytes; member
Dallocator_device_cl.c109 runtime->cl.align_bytes, in skc_allocator_device_create()
Druntime_cl_12.c139 runtime->cl.align_bytes = align_bits / 8; in skc_runtime_cl_12_create()
/external/skia/src/compute/skc/platforms/cl_12/
Dallocator_device_cl.c109 runtime->cl.align_bytes, in skc_allocator_device_create()
Druntime_cl_12.h37 cl_uint align_bytes; member
Druntime_cl_12.c139 runtime->cl.align_bytes = align_bits / 8; in skc_runtime_cl_12_create()