Searched refs:soff (Results 1 - 4 of 4) sorted by relevance

/external/pixman/test/
H A Dalphamap.c145 run_test (int s, int d, int sa, int da, int soff, int doff) argument
156 soff = origins[soff];
170 pixman_image_set_alpha_map (src, alpha, soff, soff);
217 sa = get_alpha (src, k, j, soff, soff);
234 soff, soff,
247 sr = get_red (src, k, j, soff, sof
[all...]
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c38 Elf64_Off soff, str_soff; local
64 soff = ehdr->e_shoff;
65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize);
67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size)
70 soff + ehdr->e_shnum * ehdr->e_shentsize,
75 shdr = (Elf64_Shdr *) ((char *) edi->ei.image + soff);
/external/libunwind/src/
H A Delfxx.c40 Elf_W (Off) soff;
42 soff = ehdr->e_shoff;
43 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size)
46 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize),
51 return (Elf_W (Shdr) *) ((char *) ei->image + soff);
58 Elf_W (Off) soff, str_soff;
62 soff = ehdr->e_shoff;
64 str_soff = soff + (section * ehdr->e_shentsize);
/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h86 for (StateId soff = 0; !non_term_queue.empty(); soff = ofst->NumStates()) {
123 arc.nextstate += soff;

Completed in 4664 milliseconds