Searched refs:align_bytes (Results 1 – 7 of 7) sorted by relevance
50 size_t align_bytes = addr & (sizeof(unw_word_t) - 1); in elf_w() local51 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()
37 cl_uint align_bytes; member
109 runtime->cl.align_bytes, in skc_allocator_device_create()
139 runtime->cl.align_bytes = align_bits / 8; in skc_runtime_cl_12_create()