Home
last modified time | relevance | path

Searched refs:nextoffs (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dea.c239 size_t nextoffs;
252 nextoffs = 0;
255 nextoffs = offs + le32_to_cpu(p_ea->next_entry_offset);
257 ok = (nextoffs > offs)
258 && (nextoffs <= size)
259 && !(nextoffs & 3)
265 <= nextoffs)
269 >= (nextoffs - 3))
283 offs = nextoffs;
295 ea_info.ea_query_length = cpu_to_le32(nextoffs);
/dports/editors/led/led-2.0/src/
H A Dhash.h35 void *hash_alloc(u_char *name, int buckets, int nextoffs);
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c38 int state,curoffs,maxlen,nextoffs,skip,ln_ctli; /* state of SPU parser machine (procremap) */ member
875 cr->nextoffs = b[0] * 256; in procremap()
879 cr->nextoffs += b[0]; in procremap()
888 if (cr->curoffs != cr->nextoffs) in procremap()
901 cr->nextoffs = b[0] * 256; in procremap()
905 cr->nextoffs += b[0]; in procremap()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c6689 dtrace_hash_create(uintptr_t stroffs, uintptr_t nextoffs, uintptr_t prevoffs) argument
6694 hash->dth_nextoffs = nextoffs;