Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/arch/arm_neon/
Dlinker_gnu_hash_neon.cpp134 uint16x8_t expand; in calculate_gnu_hash_neon() local
139 expand = vmovl_u8(chunk); in calculate_gnu_hash_neon()
149 accum_lo = vmlal_u16(accum_lo, vget_low_u16(expand), kInclineVec); in calculate_gnu_hash_neon()
150 accum_hi = vmlal_u16(accum_hi, vget_high_u16(expand), kInclineVec); in calculate_gnu_hash_neon()
192 accum_lo = vmlaq_u32(accum_lo, vmovl_u16(vget_low_u16(expand)), incline_lo); in calculate_gnu_hash_neon()
193 accum_lo = vmlaq_u32(accum_lo, vmovl_u16(vget_high_u16(expand)), incline_hi); in calculate_gnu_hash_neon()
/bionic/libc/malloc_debug/
DREADME.md188 ### expand\_alloc[=EXPAND\_BYTES]
191 If XX is present, it is the number of bytes to expand the allocation by.
/bionic/
Dandroid-changes-for-ndk-developers.md458 may expand to include more functions (and more libraries) in future.