/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 133 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/ |
D | af_anlms.c | 129 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/ |
D | sg_cmds_extra.c | 1199 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/ |
D | revoke.c | 574 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/ |
D | localtime.c | 142 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/ |
D | localtime.c | 142 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/ |
D | localtime.c | 142 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/ |
D | localtime.c | 902 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()
|