| /third_party/f2fs-tools/lib/ |
| H A D | libf2fs_io.c | 379 int dcache_update_cache(int fd, void *buf, off64_t offset, size_t count) in dcache_update_cache() argument 385 int dcache_read(int fd, void *buf, off64_t offset, size_t count) in dcache_read() argument 403 static int sparse_read_blk(__u64 block, int count, void *buf) in sparse_read_blk() argument 420 static int sparse_write_blk(__u64 block, int count, const void *buf) in sparse_write_blk() argument 441 static int sparse_write_zeroed_blk(__u64 block, int count) in sparse_write_zeroed_blk() argument [all...] |
| /third_party/eudev/src/udev/ |
| H A D | udev-event.c | 297 int count; in udev_event_apply_format() local 531 ssize_t count; in spawn_read() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | scpr3.c | 1060 int fill, count; in decompress_p3() local
|
| H A D | pgssubdec.c | 80 int count; member 90 int count; member [all...] |
| H A D | vp56.c | 289 int count = 0; in vp56_add_predictors_dc() local
|
| H A D | vqavideo.c | 239 int count, opcode, start; in decode_format80() local 729 int count = 0; vqa_decode_frame_hicolor() local [all...] |
| H A D | opus.c | 510 int count = (ff_celt_freq_range[i] - ff_celt_freq_range[i-1]) << f->size; in ff_celt_quant_bands() local
|
| H A D | rv40.c | 252 int count = 0; in rv40_decode_mb_info() local
|
| H A D | vc1dsp.c | 887 sprite_h_c(uint8_t *dst, const uint8_t *src, int offset, int advance, int count) sprite_h_c() argument
|
| H A D | xan.c | 225 int count = FFMIN(pixel_count, width - current_x); in xan_wc3_output_pixel_run() local 274 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | f_select.c | 284 uint64_t count = 0; in get_scene_score() local
|
| H A D | formats.c | 393 int count = 0; ff_make_channel_layout_list() local [all...] |
| H A D | avf_showcqt.h | 116 int count; member
|
| H A D | vf_palettegen.c | 37 uint64_t count; member [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | mp3enc.c | 53 int i, count = 0; in id3v1_create_tag() local [all...] |
| H A D | wavdec.c | 925 uint32_t count, chunk_size, i; in w64_read_header() local
|
| H A D | rdt.c | 425 int count = s->streams[n]->index + 1, err; in rdt_parse_sdp_line() local
|
| H A D | avformat.c | 354 int count, multiframe, disposition; in av_find_best_stream() local
|
| H A D | ty.c | 158 int count; in find_es_header() local
|
| /third_party/gn/src/base/containers/ |
| H A D | circular_deque.h | 422 circular_deque(size_type count) { resize(count); } in circular_deque() argument 423 circular_deque(size_type count, const T& value) { resize(count, valu in circular_deque() argument 483 assign(size_type count, const value_type& value) assign() argument 635 resize(size_type count) resize() argument 654 resize(size_type count, const value_type& value) resize() argument 684 insert(const_iterator pos, size_type count, const T& value) insert() argument 1011 MakeRoomFor(size_t count, iterator* insert_begin, iterator* insert_end) MakeRoomFor() argument [all...] |
| /third_party/gn/src/base/win/ |
| H A D | registry.cc | 177 DWORD count = 0; in GetValueCount() local 467 DWORD count = 0; in Initialize() local 488 DWORD count in ValueCount() local 565 DWORD count = 0; SubkeyCount() local 606 DWORD count = 0; Initialize() local [all...] |
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | rgb2rgb_template.c | 2026 static void RENAME(extract_even)(const uint8_t *src, uint8_t *dst, x86_reg count) in extract_even() argument 2063 extract_odd(const uint8_t *src, uint8_t *dst, x86_reg count) extract_odd() argument 2102 extract_even2(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) extract_even2() argument 2149 extract_even2avg(const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, x86_reg count) extract_even2avg() argument 2202 extract_odd2(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) extract_odd2() argument 2249 extract_odd2avg(const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, x86_reg count) extract_odd2avg() argument [all...] |
| /third_party/glfw/src/ |
| H A D | null_window.c | 185 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconNull() argument
|
| H A D | window.c | 548 glfwSetWindowIcon(GLFWwindow* handle, int count, const GLFWimage* images) glfwSetWindowIcon() argument
|
| /third_party/ffmpeg/libpostproc/ |
| H A D | postprocess.c | 947 const int count= FFMAX(mbHeight * absQPStride, mbWidth); in pp_postprocess() local 972 const int count= FFMAX(mbHeight * QPStride, mbWidth); in pp_postprocess() local
|