Home
last modified time | relevance | path

Searched defs:bcount (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/lib/
Dtst_fill_file.c33 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount) in tst_fill_fd()
59 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount) in tst_prealloc_size_fd()
75 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount) in tst_fill_file()
98 int tst_prealloc_file(const char *path, size_t bs, size_t bcount) in tst_prealloc_file()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackstreamreader.c32 gst_wavpack_stream_reader_read_bytes (void *id, void *data, int32_t bcount) in gst_wavpack_stream_reader_read_bytes()
104 gst_wavpack_stream_reader_write_bytes (void *id, void *data, int32_t bcount) in gst_wavpack_stream_reader_write_bytes()
/third_party/toybox/toys/posix/
Dgrep.c94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline()
277 long bcount = 1 + offset + (start-line) + (FLAG(o) ? mm->rm_so : 0); in do_grep() local
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Dcommon.h36 static inline void io_append(const char *path, char pattern, int flags, size_t bs, size_t bcount) in io_append()
Daiodio_append.c43 static void aiodio_append(char *filename, int bcount, long long align, long long ws, int naio) in aiodio_append()
/third_party/ffmpeg/libavfilter/
Dsignature_lookup.c315 static int iterate_frame(double frr, FineSignature **a, FineSignature **b, int fcount, int *bcount,… in iterate_frame()
420 int dist, distsum = 0, bcount = 1, dir = DIR_NEXT; in evaluate_parameters() local
/third_party/libsnd/src/
Dalac.c808 uint32_t bcount, value = 1, pakt_size ; in alac_pakt_read_decode() local
/third_party/python/Objects/
Dlistobject.c1624 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local
1762 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_hi() local
/third_party/mksh/
Dedit.c4677 unsigned int bcount; in domove() local
/third_party/astc-encoder/Source/
Dstb_image.h5570 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local