| /third_party/elfutils/libcpu/ |
| H A D | riscv_disasm.c | 591 uint32_t pred = (word >> 20) & 0xf; in riscv_disasm() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ituh263dec.c | 272 int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code) in ff_h263_decode_motion() argument 310 static int h263p_decode_umotion(MpegEncContext * s, int pred) in h263p_decode_umotion() argument [all...] |
| H A D | atrac3plus.c | 638 int i, num_vals, num_bits, pred; in decode_channel_code_tab() local 979 int sb, i, delta, delta_bits, min_val, pred; in decode_gainc_levels() local 1117 int sb, i, delta, delta_bits, min_val, pred, more_than_re in decode_gainc_loc_codes() local 1418 int sb, i, direction, nbits, pred, delta; decode_tones_frequency() local 1478 int mode, sb, j, i, diff, maxdiff, fi, delta, pred; decode_tones_amplitude() local [all...] |
| H A D | ffv1enc.c | 444 int pred = j ? f->initial_states[i][j - 1][k] : 128; in write_extradata() local
|
| H A D | smacker.c | 604 unsigned pred[2], val, val2; in smka_decode_frame() local [all...] |
| H A D | pixlet.c | 359 static void lowpass_prediction(int16_t *dst, int16_t *pred, in lowpass_prediction() argument
|
| /third_party/gn/src/base/containers/ |
| H A D | circular_deque.h | 1103 void EraseIf(circular_deque<T>& container, Predicate pred) { in EraseIf() argument
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_insert_NOPs.cpp | 214 handle_raw_hazard_instr(aco_ptr<Instruction>& pred, PhysReg reg, int* nops_needed, uint32_t* mask) in handle_raw_hazard_instr() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 711 rewrite_phis_to_pred(nir_block *block, nir_block *pred) in rewrite_phis_to_pred() argument
|
| H A D | nir_control_flow.c | 49 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred() argument 55 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred() argument 65 link_blocks(nir_block *pred, nir_block *succ1, nir_block *succ2) in link_blocks() argument 77 unlink_blocks(nir_block *pred, nir_bloc argument 193 nir_block *pred = (nir_block *) entry->key; split_block_beginning() local 230 nir_insert_phi_undef(nir_block *block, nir_block *pred) nir_insert_phi_undef() argument 433 remove_phi_src(nir_block *block, nir_block *pred) remove_phi_src() argument [all...] |
| H A D | nir_from_ssa.c | 951 nir_block *pred in place_phi_read() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3.c | 444 ir3_block_add_predecessor(struct ir3_block *block, struct ir3_block *pred) in ir3_block_add_predecessor() argument 457 ir3_block_remove_predecessor(struct ir3_block *block, struct ir3_block *pred) in ir3_block_remove_predecessor() argument 473 ir3_block_remove_physical_predecessor(struct ir3_block *block, struct ir3_block *pred) in ir3_block_remove_physical_predecessor() argument 489 ir3_block_get_pred_index(struct ir3_block *block, struct ir3_block *pred) in ir3_block_get_pred_index() argument 450 ir3_block_add_physical_predecessor(struct ir3_block *block, struct ir3_block *pred) ir3_block_add_physical_predecessor() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_assembler.cpp | 851 auto pred = instr.predicate(); in visit() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | schedule.cc | 392 BasicBlock* pred = *current_pred; in EnsureSplitEdgeForm() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | nir.c | 558 ppir_node *pred = dep->pred; in ppir_emit_tex() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 931 unsigned pred = ctx->pred, pred_idx = ctx->pred_idx; in emit_if() local [all...] |
| H A D | ir2_private.h | 92 uint8_t pred : 2; member 151 uint8_t pred; member
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jdcoefct.c | 449 int Al, pred; in decompress_smooth_data() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | enc_mips_dsp_r2.c | 1455 static void CollectHistogram_MIPSdspR2(const uint8_t* ref, const uint8_t* pred, in CollectHistogram_MIPSdspR2() argument
|
| H A D | enc_sse41.c | 26 static void CollectHistogram_SSE41(const uint8_t* ref, const uint8_t* pred, in CollectHistogram_SSE41() argument
|
| /third_party/skia/tests/ |
| H A D | MathTest.cpp | 63 static float sk_fsel(float pred, float result_ge, float result_lt) { in sk_fsel() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | scheduler.cpp | 249 void Scheduler::Fiber::wait(marl::lock& lock, const Predicate& pred) { in wait() argument 435 wait(lock& waitLock, const TimePoint* timeout, const Predicate& pred) wait() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 190 void setNextPredecessor(const Dependence *pred) { NextPredecessor = pred; } in setNextPredecessor() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.cpp | 585 auto pred = GetCheckInstAndGetConstInput(inst); in LowerShift() local 741 auto pred = GetCheckInstAndGetConstInput(inst); in LowerAddSub() local 781 auto pred in LowerMulDivMod() local 1040 auto pred = GetCheckInstAndGetConstInput(inst); LowerLogic() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_vm.cpp | 345 void PandaEtsVM::HandleReferences(const GCTask &task, const mem::GC::ReferenceClearPredicateT &pred) in HandleReferences() argument
|