/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | fs_cache_proc.c | 104 int total = 0; in PageCacheEntryProcess() local 125 int total = 0; in PageCacheMapProcess() local
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mac53c94.c | 360 int i, dma_cmd, total, nseg; in set_dma_cmds() local
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | inflate.h | 82 unsigned long total; /* protected copy of output count */ member
|
/kernel/linux/linux-6.6/lib/ |
H A D | ref_tracker.c | 23 int total; member
|
/kernel/linux/linux-6.6/mm/ |
H A D | show_mem.c | 358 unsigned long nr[MAX_ORDER + 1], flags, total = 0; in show_free_areas() local 405 unsigned long total = 0, reserved = 0, highmem = 0; in __show_mem() local
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | entropy_common.c | 308 { U32 const total = 1 << tableLog; in HUF_readStats_body() local
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev_ioctl.c | 43 int len, total = 0, done; in dev_ifconf() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | dstdec.c | 227 int total = av_clip(length - j * 8, 0, 8); in build_filter() local
|
/third_party/curl/tests/libtest/ |
H A D | lib1560.c | 1634 static char total[128000]; variable
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cropdetect.c | 66 int total = 0; in checkline() local [all...] |
/third_party/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 70 size_t total; member
|
/third_party/backends/backend/ |
H A D | rts8891_low.c | 205 rts8891_simple_scan(SANE_Int devnum, SANE_Byte * regs, int regcount, SANE_Int format, SANE_Word total, unsigned char *image) rts8891_simple_scan() argument
|
/third_party/libsnd/src/ |
H A D | mpeg_l3_encode.c | 464 sf_count_t total = 0 ; in mpeg_l3_encode_write_short_mono() local 498 sf_count_t total = 0 ; in mpeg_l3_encode_write_short_stereo() local 536 sf_count_t total = 0 ; in mpeg_l3_encode_write_int_mono() local 569 sf_count_t total = 0 ; mpeg_l3_encode_write_int_stereo() local 602 sf_count_t total = 0 ; mpeg_l3_encode_write_float_mono() local 647 sf_count_t total = 0 ; mpeg_l3_encode_write_float_stereo() local 697 sf_count_t total = 0 ; mpeg_l3_encode_write_double_mono() local 739 sf_count_t total = 0 ; mpeg_l3_encode_write_double_stereo() local [all...] |
H A D | dwvw.c | 192 sf_count_t total = 0 ; in dwvw_read_s() local 219 sf_count_t total = 0 ; in dwvw_read_i() local 246 sf_count_t total = 0 ; in dwvw_read_f() local 278 sf_count_t total = 0 ; dwvw_read_d() local 563 sf_count_t total = 0 ; dwvw_write_s() local 590 sf_count_t total = 0 ; dwvw_write_i() local 617 sf_count_t total = 0 ; dwvw_write_f() local 649 sf_count_t total = 0 ; dwvw_write_d() local [all...] |
H A D | dither.c | 219 sf_count_t total = 0 ; in dither_write_short() local 259 sf_count_t total = 0 ; in dither_write_int() local 305 sf_count_t total = 0 ; in dither_write_float() local 350 sf_count_t total in dither_write_double() local [all...] |
H A D | gsm610.c | 242 { int count, total = 0, indx = 0 ; in gsm610_read_block() local 269 sf_count_t total = 0 ; in gsm610_read_s() local 296 sf_count_t total = 0 ; in gsm610_read_i() local 322 sf_count_t total = 0 ; gsm610_read_f() local 351 sf_count_t total = 0 ; gsm610_read_d() local 475 { int count, total = 0, indx = 0 ; gsm610_write_block() local 499 sf_count_t total = 0 ; gsm610_write_s() local 526 sf_count_t total = 0 ; gsm610_write_i() local 552 sf_count_t total = 0 ; gsm610_write_f() local 583 sf_count_t total = 0 ; gsm610_write_d() local [all...] |
H A D | g72x.c | 204 { int count, total = 0, indx = 0 ; in g72x_read_block() local 231 sf_count_t total = 0 ; in g72x_read_s() local 258 sf_count_t total = 0 ; in g72x_read_i() local 288 sf_count_t total = 0 ; g72x_read_f() local 320 sf_count_t total = 0 ; g72x_read_d() local 449 { int count, total = 0, indx = 0 ; g72x_write_block() local 473 sf_count_t total = 0 ; g72x_write_s() local 499 sf_count_t total = 0 ; g72x_write_i() local 527 sf_count_t total = 0 ; g72x_write_f() local 559 sf_count_t total = 0 ; g72x_write_d() local [all...] |
/third_party/libuv/test/ |
H A D | runner.c | 65 int total; in run_tests() local
|
/third_party/lzma/C/ |
H A D | Ppmd7Enc.c | 292 const UInt32 total = sum + escFreq;
in Ppmd7z_EncodeSymbol() local
|
H A D | XzIn.c | 177 UInt32 total = 0;
in Xz_ReadBackward() local
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | LzmaEncoder.cpp | 236 static void PrintTime(const char *s, UInt64 val, UInt64 total)
in PrintTime() argument
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog.h | 45 void SetProgress(UInt64 total, UInt64 completed)
in SetProgress() argument 56 void GetProgress(UInt64 &total, UInt64 &completed)
in GetProgress() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_const_arrays_to_uniforms.c | 222 unsigned total = 0; in count_uniforms() local
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 112 size_t total = 0; in AES_Cipher() local
|
H A D | crypto_bio.cc | 106 size_t total = 0; in PeekMultiple() local
|