Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dsha3.c213 int align_bytes = 8 - (ctx->index % 8); in mbedtls_sha3_update() local
/aosp_15_r20/external/coreboot/util/amdfwtool/
H A Dsigned_psp.c302 ssize_t bytes, align_bytes; in process_signed_psp_firmwares() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha3.c308 int align_bytes = 8 - (ctx->index % 8); in mbedtls_sha3_update() local
/aosp_15_r20/system/unwinding/libunwindstack/
H A DMemory.cpp127 size_t align_bytes = addr & (sizeof(long) - 1); in PtraceRead() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_combine_constants.cpp1083 unsigned bytes, unsigned align_bytes, in allocate_slots()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp1155 unsigned bytes, unsigned align_bytes, in allocate_slots()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DReduce.cuh507 … constexpr int align_bytes = alignof(at::native::memory::aligned_vector<scalar_t, input_vec_size>); in input_vectorized_thread_reduce_impl() local