/third_party/ltp/lib/ |
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 47 for (i = 0; i < bcount; i++) { in tst_fill_fd() 59 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount) in tst_prealloc_size_fd() argument 64 ret = fallocate(fd, 0, 0, bs * bcount); in tst_prealloc_size_fd() 70 ret = tst_fill_fd(fd, 0, bs, 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() argument 83 if (tst_fill_fd(fd, pattern, bs, bcount)) { in tst_fill_file() 98 int tst_prealloc_file(const char *path, size_t bs, size_t bcount) in tst_prealloc_file() argument 106 if (tst_prealloc_size_fd(fd, bs, bcount)) { in tst_prealloc_file()
|
/third_party/ffmpeg/libavfilter/ |
D | signature_lookup.c | 315 static int iterate_frame(double frr, FineSignature **a, FineSignature **b, int fcount, int *bcount,… in iterate_frame() argument 334 (*bcount)++; in iterate_frame() 341 (*bcount)++; in iterate_frame() 349 (*bcount)++; in iterate_frame() 380 (*bcount)++; in iterate_frame() 387 (*bcount)++; in iterate_frame() 395 (*bcount)++; in iterate_frame() 420 int dist, distsum = 0, bcount = 1, dir = DIR_NEXT; in evaluate_parameters() local 466 dir = iterate_frame(infos->framerateratio, &a, &b, fcount, &bcount, dir); in evaluate_parameters() 471 dir = iterate_frame(infos->framerateratio, &a, &b, fcount, &bcount, DIR_PREV); in evaluate_parameters() [all …]
|
/third_party/ltp/include/ |
D | tst_fs.h | 150 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount); 159 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount); 168 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount); 176 int tst_prealloc_file(const char *path, size_t bs, size_t bcount);
|
/third_party/toybox/toys/posix/ |
D | grep.c | 94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() argument 103 if (bcount && FLAG(b)) numdash(bcount-1, dash); in outline() 277 long bcount = 1 + offset + (start-line) + (FLAG(o) ? mm->rm_so : 0); in do_grep() local 281 outline(start+mm->rm_so, ':', name, lcount, bcount, in do_grep() 295 outline(FLAG(color) ? 0 : line, ':', name, lcount, bcount, ulen); in do_grep()
|
/third_party/libsnd/src/ |
D | alac.c | 808 uint32_t bcount, value = 1, pakt_size ; in alac_pakt_read_decode() local 830 if ((bcount = psf->get_chunk_data (psf, chunk_iterator, &chunk_info)) != SF_ERR_NO_ERROR) in alac_pakt_read_decode() 844 for (bcount = 24 ; bcount < pakt_size && value != 0 ; ) in alac_pakt_read_decode() 850 { byte = pakt_data [bcount + count] ; in alac_pakt_read_decode() 854 if (count > 5 || bcount + count > pakt_size) in alac_pakt_read_decode() 855 …f ("%s %d : Ooops! count %" PRIi32 " bcount %" PRIu32 "\n", __func__, __LINE__, count, bcount) ; in alac_pakt_read_decode() 862 bcount += count ; in alac_pakt_read_decode()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
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 47 for (i = 0; i < bcount; i++) { in io_append()
|
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 85 for (; i < bcount; i++) { in aiodio_append()
|
/third_party/python/Objects/ |
D | listobject.c | 1624 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_lo() local 1636 ++bcount; in merge_lo() 1641 if (bcount >= min_gallop) in merge_lo() 1647 bcount = 0; in merge_lo() 1690 bcount = k; in merge_lo() 1705 } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP); in merge_lo() 1762 Py_ssize_t bcount = 0; /* # of times B won in a row */ in merge_hi() local 1775 bcount = 0; in merge_hi() 1784 ++bcount; in merge_hi() 1789 if (bcount >= min_gallop) in merge_hi() [all …]
|
D | listsort.txt | 594 offset equal to the previous value of acount/bcount. Doing so saves about
|
/third_party/mksh/ |
D | edit.c | 4677 unsigned int bcount; in domove() local 4792 bcount = 1; in domove() 4803 bcount++; in domove() 4805 bcount--; in domove() 4806 } while (bcount != 0); in domove()
|
/third_party/ltp/doc/ |
D | C-Test-API.asciidoc | 1245 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount); 1254 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount); 1264 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount); 1273 int tst_prealloc_file(const char *path, size_t bs, size_t bcount);
|
D | c-test-api.txt | 1164 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount); 1173 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount); 1183 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount); 1192 int tst_prealloc_file(const char *path, size_t bs, size_t bcount);
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 5570 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local 5589 bshift = stbi__high_bit(mb)-7; bcount = stbi__bitcount(mb); in stbi__bmp_load() 5591 …if (rcount > 8 || gcount > 8 || bcount > 8 || acount > 8) { STBI_FREE(out); return stbi__errpuc("b… in stbi__bmp_load() 5612 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mb, bshift, bcount)); in stbi__bmp_load()
|