Searched defs:end_offs (Results 1 - 2 of 2) sorted by relevance

/external/libopus/celt/
H A Dentcode.h68 opus_uint32 end_offs; member in struct:ec_ctx
/external/libpcap/msdos/
H A Dpktdrvr.c1332 * end_offs 1 byte past end of real mode code in program segment
1359 ULONG end_offs,
1374 if (start_offs >= end_offs || end_offs > 0x10000)
1378 * the real mode pointer easily. Round up end_offs to make sure we allocate
1382 end_offs = (15 + (end_offs << 4)) >> 4;
1395 len = ((end_offs - start_offs) + 15) >> 4;
1431 len = end_offs - start_offs;
1358 RealCopy(ULONG start_offs, ULONG end_offs, REALPTR *real_basep, FARPTR *prot_basep, USHORT *rmem_adrp) argument

Completed in 282 milliseconds