Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 8 of 8) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h133 void * resp, int xfer_len, int * offsetp, bool noisy,
145 void * resp, int xfer_len, int * offsetp, bool noisy,
308 int * offsetp, bool noisy, int verbose);
320 int * offsetp, bool noisy, int verbose);
/third_party/ffmpeg/libavfilter/
Daf_anlms.c129 float *delay, float *coeffs, float *tmp, int *offsetp) in process_sample() argument
136 int offset = *offsetp; in process_sample()
140 output = fir_sample(s, input, delay, coeffs, tmp, offsetp); in process_sample()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c1199 void * resp, int xfer_len, int * offsetp, bool noisy, in sg_ll_read_long10() argument
1253 if (offsetp) in sg_ll_read_long10()
1254 *offsetp = (int)(int64_t)ull; in sg_ll_read_long10()
1291 void * resp, int xfer_len, int * offsetp, bool noisy, in sg_ll_read_long16() argument
1346 if (offsetp) in sg_ll_read_long16()
1347 *offsetp = (int)(int64_t)ull; in sg_ll_read_long16()
1385 int * offsetp, bool noisy, int verbose) in sg_ll_write_long10() argument
1436 if (offsetp) in sg_ll_write_long10()
1437 *offsetp = (int)(int64_t)ull; in sg_ll_write_long10()
1464 int * offsetp, bool noisy, int verbose) in sg_ll_write_long16() argument
[all …]
/third_party/e2fsprogs/e2fsck/
Drevoke.c574 int *offsetp, in write_one_revoke_record() argument
590 offset = *offsetp; in write_one_revoke_record()
631 *offsetp = offset; in write_one_revoke_record()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
764 strp = getsecs(strp, offsetp); in getoffset()
768 *offsetp = -*offsetp; in getoffset()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
764 strp = getsecs(strp, offsetp); in getoffset()
768 *offsetp = -*offsetp; in getoffset()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
764 strp = getsecs(strp, offsetp); in getoffset()
768 *offsetp = -*offsetp; in getoffset()
/third_party/tzdata/
Dlocaltime.c902 getoffset(register const char *strp, int_fast32_t *const offsetp) in getoffset() argument
911 strp = getsecs(strp, offsetp); in getoffset()
915 *offsetp = -*offsetp; in getoffset()