Home
last modified time | relevance | path

Searched refs:startoff (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dzic.c2227 register zic_t startoff; in outzone() local
2367 startoff = zp->z_gmtoff; in outzone()
2541 startoff = oadd(zp->z_gmtoff, in outzone()
2550 startoff == oadd(zp->z_gmtoff, in outzone()
2608 addtype(startoff, in outzone()
2609 zp->z_gmtoff, startoff - zp->z_gmtoff, in outzone()
2611 startoff != zp->z_gmtoff, in outzone()
2615 addtype(startoff, startbuf, in outzone()
2616 startoff != zp->z_gmtoff, in outzone()
/external/fsck_msdos/
Ddir.c308 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument
314 s = delbuf + startoff; in delete()
/external/opencv3/3rdparty/libjasper/
Djpc_enc.c894 long startoff; in jpc_enc_encodemainhdr() local
915 startoff = jas_stream_getrwcount(enc->out); in jpc_enc_encodemainhdr()
1083 mainhdrlen = jas_stream_getrwcount(enc->out) - startoff; in jpc_enc_encodemainhdr()