Home
last modified time | relevance | path

Searched defs:cost (Results 76 - 100 of 106) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat-shadow.c766 double smi_num, aperf, cycles, cost = 0.0; in print_smi_cost() local
H A Dhist.c816 u64 cost; in iter_add_single_mem_entry() local
/kernel/linux/linux-5.10/kernel/bpf/
H A Darraymap.c87 u64 cost, array_size, mask64; in array_map_alloc() local
H A Dhashtab.c425 u64 cost; in htab_map_alloc() local
/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c30 u64 cost; in sock_map_alloc() local
1115 u64 cost; in sock_hash_alloc() local
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcppc_cpufreq.c579 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 Dxt_hashlimit.c103 u_int64_t cost; member
733 u64 cost; in hashlimit_mt_common() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c72 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 Daaccoder.c70 float cost; ///< path cost member
189 float cost; global() member
354 float cost; search_for_quantizers_anmr() local
[all...]
H A Dpngenc.c205 int cost, bcost = INT_MAX; in png_choose_filter() local
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c960 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c155 unsigned cost = 1; in instr_cost() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_hq.c103 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 Dexpand.c413 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 Dbackward_references_cost_enc.c121 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 Dhistogram_enc.c374 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 Dquant_enc.c606 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 DSkSLFunctionCall.cpp846 CoercionCost cost = CallCost(context, *f, arguments); in FindBestFunctionForCall() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c103 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 Dgc.c468 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 Dgc.c538 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 Dbi_schedule.c1153 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 Dhist.c836 u64 cost; in iter_add_single_mem_entry() local
/third_party/lz4/lib/
H A Dlz4hc.c490 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 DOutputASM.cpp3008 int OutputASM::cost(TIntermNode *expression, int budget) in cost() function in glsl::OutputASM
[all...]

Completed in 49 milliseconds

12345