Searched defs:bcount (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/lib/ |
H A D | tst_fill_file.c | 33 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount) in tst_fill_fd() argument 59 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount) in tst_prealloc_size_fd() argument 75 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount) in tst_fill_file() argument 98 int tst_prealloc_file(const char *path, size_t bs, size_t bcount) in tst_prealloc_file() argument
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | common.h | 36 static inline void io_append(const char *path, char pattern, int flags, size_t bs, size_t bcount) in io_append() argument
|
H A D | aiodio_append.c | 43 static void aiodio_append(char *filename, int bcount, long long align, long long ws, int naio) in aiodio_append() argument
|
/third_party/toybox/toys/posix/ |
H A D | grep.c | 94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() argument 277 long bcount = 1 + offset + (start-line) + (FLAG(o) ? mm->rm_so : 0); in do_grep() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | signature_lookup.c | 315 static int iterate_frame(double frr, FineSignature **a, FineSignature **b, int fcount, int *bcount, int dir) in iterate_frame() argument 420 int dist, distsum = 0, bcount = 1, dir = DIR_NEXT; in evaluate_parameters() local [all...] |
/third_party/libsnd/src/ |
H A D | alac.c | 808 uint32_t bcount, value = 1, pakt_size ; in alac_pakt_read_decode() local
|
/third_party/python/Objects/ |
H A D | listobject.c | 1656 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local 1794 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_hi() local [all...] |
/third_party/mksh/ |
H A D | edit.c | 4677 unsigned int bcount; in domove() local
|
Completed in 13 milliseconds