Searched refs:es (Results 1 - 5 of 5) sorted by relevance

/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_vendor.c73 #define SWAPINIT(a, es) \
74 swaptype = ((char *)a - (char *)0) % sizeof(long) || es % sizeof(long) \
76 : es == sizeof(long) ? 0 : 1;
88 swapfunc(a, b, es, swaptype)
98 void qsort(void *aa, size_t n, size_t es, argument
104 SWAPINIT(a, es);
107 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es)
108 for (pl = pm; pl > (char *)a && cmp(pl - es, p
[all...]
/system/core/libunwindstack/
H A DAsmGetRegsX86.S56 movl %es, 48(%eax)
H A DUser.h79 uint64_t es; member in struct:unwindstack::x86_64_user_regs
H A DUcontext.h108 uint32_t es; member in struct:unwindstack::x86_mcontext_t
/system/core/fs_mgr/
H A Dfs_mgr.cpp242 static ext4_fsblk_t ext4_blocks_count(const struct ext4_super_block* es) { argument
243 return ((ext4_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) |
244 le32_to_cpu(es->s_blocks_count_lo);
247 static ext4_fsblk_t ext4_r_blocks_count(const struct ext4_super_block* es) { argument
248 return ((ext4_fsblk_t)le32_to_cpu(es->s_r_blocks_count_hi) << 32) |
249 le32_to_cpu(es->s_r_blocks_count_lo);

Completed in 109 milliseconds