Home
last modified time | relevance | path

Searched refs:aboffset (Results 1 – 5 of 5) sorted by relevance

/dports/devel/elfutils/elfutils-0.179/tests/
H A Dshow-abbrev.c113 Dwarf_Off aboffset; in main() local
117 &aboffset)) in main()
123 attr_form, (uint64_t) aboffset); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dmatmul-sub-vsc-dispatch.S5 abcopy(x, dst, src + aboffset(x, *q++), 1);
6 dst += aboffset(x, 1);
H A Dmatmul-sub-vsc-combine.S7 mptrs[c] += aboffset(x, c != 0);
8 dst += aboffset(x, c == 0);
H A Dmatmul-sub-large-fbd.S10 sb[q[c]]+= aboffset(x, 1);
11 z += aboffset(x, 1);
H A Dmatmul-sub-large-fbi.S9 z += aboffset(x, *q);
12 sb[*q]+= aboffset(x, 1);