/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-shadow.c | 766 double smi_num, aperf, cycles, cost = 0.0; in print_smi_cost() local
|
H A D | hist.c | 816 u64 cost; in iter_add_single_mem_entry() local
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | arraymap.c | 87 u64 cost, array_size, mask64; in array_map_alloc() local
|
H A D | hashtab.c | 425 u64 cost; in htab_map_alloc() local
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_map.c | 30 u64 cost; in sock_map_alloc() local 1115 u64 cost; in sock_hash_alloc() local
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 579 cppc_get_cpu_cost(struct device *cpu_dev, unsigned long KHz, unsigned long *cost) cppc_get_cpu_cost() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_hashlimit.c | 103 u_int64_t cost; member 733 u64 cost; in hashlimit_mt_common() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 72 float cost; member 1491 float cost = 0; in get_band_cost_ZERO_mips() local 1525 float cost = 0; in get_band_cost_SQUAD_mips() local 1644 float cost = 0; get_band_cost_UQUAD_mips() local 1752 float cost = 0; get_band_cost_SPAIR_mips() local 1876 float cost = 0; get_band_cost_UPAIR7_mips() local 2015 float cost = 0; get_band_cost_UPAIR12_mips() local 2155 float cost = 0; get_band_cost_ESC_mips() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aaccoder.c | 70 float cost; ///< path cost member 189 float cost; global() member 354 float cost; search_for_quantizers_anmr() local [all...] |
H A D | pngenc.c | 205 int cost, bcost = INT_MAX; in png_choose_filter() local
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_segment_report_module.c | 960 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_loop_analyze.c | 155 unsigned cost = 1; in instr_cost() local [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references_hq.c | 103 SetCost(const uint32_t* histogram, size_t histogram_size, BROTLI_BOOL literal_histogram, float* cost) SetCost() argument 248 UpdateZopfliNode(ZopfliNode* nodes, size_t pos, size_t start_pos, size_t len, size_t len_code, size_t dist, size_t short_code, float cost) UpdateZopfliNode() argument 263 float cost; global() member 488 const float cost = (cmdcode < 128 ? base_cost : dist_cost) + UpdateNodes() local 541 const float cost = dist_cost + (float)GetCopyExtra(copycode) + UpdateNodes() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expand.c | 413 int cost; in expand_binop() local 428 int cost, rcost; in expand_logical() local 478 int cost; in expand_comma() local 520 int cost; expand_compare() local 547 int cost, cond_cost; expand_conditional() local 826 int cost; expand_preop() local 857 int cost = 0; expand_arguments() local 868 int cost; expand_cast() local 885 expand_symbol_call(struct expression *expr, int cost) expand_symbol_call() argument 925 int cost; expand_call() local 943 int cost = 0; expand_expression_list() local 1138 int cost = expand_statement(stmt); expand_expression() local 1248 int cost = 0; expand_asm_statement() local 1274 int cost, statements; expand_compound() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | backward_references_cost_enc.c | 121 AddSingleLiteralWithCostModel( const uint32_t* const argb, VP8LColorCache* const hashers, const CostModel* const cost_model, int idx, int use_color_cache, float prev_cost, float* const cost, uint16_t* const dist_array) AddSingleLiteralWithCostModel() argument 321 UpdateCost(CostManager* const manager, int i, int position, float cost) UpdateCost() argument 334 UpdateCostPerInterval(CostManager* const manager, int start, int end, int position, float cost) UpdateCostPerInterval() argument 419 InsertInterval(CostManager* const manager, CostInterval* const interval_in, float cost, int position, int start, int end) InsertInterval() argument 495 const float cost = (float)(distance_cost + cost_cache_intervals[i].cost_); PushInterval() local [all...] |
H A D | histogram_enc.c | 374 GetCombinedHistogramEntropy(const VP8LHistogram* const a, const VP8LHistogram* const b, double cost_threshold, double* cost) GetCombinedHistogramEntropy() argument 446 double cost = 0; HistogramAddEval() local 465 double cost; HistogramAddThresh() local [all...] |
H A D | quant_enc.c | 606 score_t cost; in TrellisQuantizeBlock() local 688 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock() local
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 846 CoercionCost cost = CallCost(context, *f, arguments); in FindBestFunctionForCall() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references_hq.c | 103 SetCost(const uint32_t* histogram, size_t histogram_size, BROTLI_BOOL literal_histogram, float* cost) SetCost() argument 248 UpdateZopfliNode(ZopfliNode* nodes, size_t pos, size_t start_pos, size_t len, size_t len_code, size_t dist, size_t short_code, float cost) UpdateZopfliNode() argument 263 float cost; global() member 488 const float cost = (cmdcode < 128 ? base_cost : dist_cost) + UpdateNodes() local 541 const float cost = dist_cost + (float)GetCopyExtra(copycode) + UpdateNodes() local [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | gc.c | 468 unsigned int cost; in atgc_lookup_victim() local 541 unsigned int cost; in atssr_lookup_victim() local 710 unsigned long cost, *dirty_bitmap; get_victim_by_default() local [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.c | 538 unsigned int cost; in atgc_lookup_victim() local 607 unsigned int cost, iter; in atssr_lookup_victim() local 817 unsigned long cost, *dirty_bitmap; f2fs_get_victim() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_schedule.c | 1153 signed cost = 0; in bi_instr_cost() local 1190 signed cost = bi_instr_cost(instr, tuple); in bi_choose_index() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 836 u64 cost; in iter_add_single_mem_entry() local
|
/third_party/lz4/lib/ |
H A D | lz4hc.c | 490 U32 const cost = 1 + llAdd + ll + 2 + mlAdd; in LZ4HC_encodeSequence() local 1395 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal() local 1409 int const cost = LZ4HC_sequencePrice(llen, mlen); in LZ4HC_compress_optimal() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 3008 int OutputASM::cost(TIntermNode *expression, int budget) in cost() function in glsl::OutputASM [all...] |