Searched refs:aoff (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/ntfs/
H A Dntfs_subr.c59 u_int32_t aoff; member in struct:ntfs_lookup_ctx
837 u_int32_t aoff; local
886 aoff = sizeof(struct attr_indexroot);
889 iep = (struct attr_indexentry *) (rdbuf + aoff);
891 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
892 aoff += iep->reclen,
893 iep = (struct attr_indexentry *) (rdbuf + aoff))
922 tctx->aoff = aoff + iep->reclen;
1012 cn = *(cn_t *) (rdbuf + aoff
1141 u_int32_t aoff, cnum; local
[all...]
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dopt.t96 my($autf, $aoff, $acheck, $astr) = ($anchored =~ m{
121 if (length $aoff) {
126 $skip || is($o->{'anchored min offset'}, $aoff,
/openbsd-current/usr.bin/file/
H A Dmagic-test.c137 size_t aoff, boff, aspaces, bspaces; local
139 aoff = boff = 0;
140 while (aoff != asize && boff != bsize) {
141 if (Bflag && isspace((u_char)ap[aoff])) {
143 while (aoff != asize && isspace((u_char)ap[aoff])) {
145 aoff++;
156 if (magic_one_eq(ap[aoff], bp[boff], cflag)) {
157 aoff++;
165 if (ap[aoff] < b
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-bgp.c941 int alen, aoff; local
946 aoff = bgp_attr_off(&bgpa);
965 if (!bgp_attr_print(&bgpa, &p[i + aoff], alen))
972 i += aoff + alen;
/openbsd-current/gnu/gcc/gcc/
H A Demit-rtl.c1623 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT;
1625 if (aoff && (unsigned HOST_WIDE_INT) aoff < align)
1626 align = aoff;
1616 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c1866 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT;
1868 if (aoff && aoff < align)
1869 align = aoff;
1857 HOST_WIDE_INT aoff = (ioff & -ioff) * BITS_PER_UNIT; local

Completed in 168 milliseconds