Home
last modified time | relevance | path

Searched refs:split_point (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc396 void RawMachineAssembler::MakePhiBinary(Node* phi, int split_point, in MakePhiBinary() argument
401 DCHECK_LT(split_point, value_count); in MakePhiBinary()
402 DCHECK_GT(split_point, 0); in MakePhiBinary()
405 int left_input_count = split_point; in MakePhiBinary()
406 int right_input_count = value_count - split_point; in MakePhiBinary()
425 right_input = NodeProperties::GetValueInput(phi, split_point); in MakePhiBinary()
428 for (int i = split_point; i < value_count; ++i) { in MakePhiBinary()
H A Draw-machine-assembler.h1102 void MakePhiBinary(Node* phi, int split_point, Node* left_control,
/third_party/ffmpeg/libavcodec/
H A Datrac3plus.h95 int split_point; member
H A Datrac3plus.c141 chan->split_point = get_bits(gb, 2) + (chan->ch_num << 1) + 1; in num_coded_units()
362 pos = ch_num ? chan->num_coded_vals + chan->split_point in decode_channel_wordlen()
363 : ctx->num_quant_units - chan->split_point; in decode_channel_wordlen()

Completed in 9 milliseconds