Home
last modified time | relevance | path

Searched defs:right (Results 776 - 800 of 912) sorted by relevance

1...<<31323334353637

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1375 int32_t right = right_ch[i * ctx->num_channels] - 2 * right_ch[(i - 1) * ctx->num_channels] + right_ch[(i - 2) * ctx->num_channels]; in estimate_stereo_mode() local
H A Ddiracdec.c601 int cb_x, cb_y, left, right, top, bottom; in decode_subband_internal() local
729 int right = b1->width *(slice_x+1) / s->num_x; in decode_subband() local
489 codeblock(DiracContext *s, SubBand *b, GetBitContext *gb, DiracArith *c, int left, int right, int top, int bottom, int blockcnt_one, int is_arith) codeblock() argument
1574 init_obmc_weight_row(Plane *p, uint8_t *obmc_weight, int stride, int left, int right, int wy) init_obmc_weight_row() argument
1588 init_obmc_weight(Plane *p, uint8_t *obmc_weight, int stride, int left, int right, int top, int bottom) init_obmc_weight() argument
[all...]
H A Daacdec_template.c201 assign_pair(struct elem_to_channel e2c_vec[MAX_ELEM_ID], uint8_t (*layout_map)[3], int offset, uint64_t left, uint64_t right, int pos, uint64_t *layout) assign_pair() argument
/third_party/glfw/src/
H A Dwl_window.c2354 _glfwGetWindowFrameSizeWayland(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeWayland() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol.c3232 snd_ctl_elem_value_compare(snd_ctl_elem_value_t *left, const snd_ctl_elem_value_t *right) snd_ctl_elem_value_compare() argument
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c1166 generate_sizes(ipp_t *response, ipp_attribute_t **defattr, int* min_length, int* min_width, int* max_length, int* max_width, int* bottom, int* left, int* right, int* top, char* ppdname) generate_sizes() argument
1603 right, /* Largest right margin */ ppdCreateFromIPP2() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcalendar.cpp832 Calendar::operator=(const Calendar &right) in operator =() argument
[all...]
H A Ddtptngen.cpp77 ures_a_codepointSort(const void *context, const void *left, const void *right) { in ures_a_codepointSort() argument
H A Dvtzone.cpp997 VTimeZone::operator=(const VTimeZone& right) { in operator =() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c113 struct ir3_reg_interval *right = in interval_insert() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp815 Calendar::operator=(const Calendar &right) in operator =() argument
[all...]
H A Ddtptngen.cpp80 ures_a_codepointSort(const void *context, const void *left, const void *right) { in ures_a_codepointSort() argument
H A Dvtzone.cpp997 VTimeZone::operator=(const VTimeZone& right) { in operator =() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right) in add_binary_op() argument
1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *itype, pseudo_t left, pseudo_t right) in add_cmp_op() argument
[all...]
H A Dcompile-i386.c1232 struct storage *right = x86_expression(expr->right); in emit_compare() local
1307 static struct storage *emit_divide(struct expression *expr, struct storage *left, struct storage *right) in emit_divide() argument
1344 struct storage *right = x86_expression(expr->right); in emit_binop() local
[all...]
H A Devaluate.c193 static struct symbol *bigger_int_type(struct symbol *left, struct symbol *right) in bigger_int_type() argument
463 restricted_binop_type(int op, struct expression *left, struct expression *right, int lclass, int rclass, struct symbol *ltype, struct symbol *rtype) restricted_binop_type() argument
520 usual_conversions(int op, struct expression *left, struct expression *right, int lclass, int rclass, struct symbol *ltype, struct symbol *rtype) usual_conversions() argument
1026 struct expression *left = expr->left, *right = expr->right; evaluate_compare() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc939 EmitBic(InstructionSelector* selector, Node* node, Node* left, Node* right) EmitBic() argument
1782 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
2242 Node* right = node->InputAt(1); VisitFloat64InsertLowWord32() local
2257 Node* right = node->InputAt(1); VisitFloat64InsertHighWord32() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc1509 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1549 Node* right = node->InputAt(1); VisitWordCompare() local
1880 Node* right = node->InputAt(1); VisitFloat64InsertLowWord32() local
1888 Node* right = node->InputAt(1); VisitFloat64InsertHighWord32() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc392 Node* right() { return NodeProperties::GetValueInput(node_, 1); } right() function in v8::internal::compiler::final
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc453 GenerateRightOperands(InstructionSelector* selector, Node* node, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateRightOperands() argument
498 GenerateBinOpOperands(InstructionSelector* selector, Node* node, Node* left, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateBinOpOperands() argument
633 Node* right = m.right().node(); VisitBinOp() local
1174 Node* right = m.right().node(); TryMatchShiftFromMul() local
1266 Node* right = node->InputAt(1); TryMatchDoubleConstructFromInsert() local
1594 VisitCompare(InstructionSelector* selector, InstructionCode opcode, InstructionOperand left, InstructionOperand right, FlagsContinuation* cont) VisitCompare() argument
1610 Node* right = node->InputAt(1); VisitWordCompare() local
1695 Node* right = node->InputAt(1); VisitTestUnderMask() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp705 TIntermTyped *right = node->getRight(); in visitBinary() local
826 case EOpAddAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_ADD, result), result, left, left, right); break; visitBinary() local
827 case EOpAdd: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_ADD, result), result, left, right); break; visitBinary() local
828 case EOpSubAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_SUB, result), result, left, left, right); break; visitBinary() local
829 case EOpSub: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_SUB, result), result, left, right); break; visitBinary() local
830 case EOpMulAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_MUL, result), result, left, left, right); break; visitBinary() local
831 case EOpMul: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_MUL, result), result, left, right); break; visitBinary() local
832 case EOpDivAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_DIV, result), result, left, left, right); break; visitBinary() local
833 case EOpDiv: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_DIV, result), result, left, right); break; visitBinary() local
834 case EOpIModAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_IMOD, result), result, left, left, right); break; visitBinary() local
835 case EOpIMod: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_IMOD, result), result, left, right); break; visitBinary() local
838 case EOpBitShiftRightAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_ISHR, result), result, left, left, right); break; visitBinary() local
839 case EOpBitShiftRight: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_ISHR, result), result, left, right); break; visitBinary() local
876 case EOpVectorTimesScalarAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_MUL, left), result, left, left, right); break; visitBinary() local
877 case EOpVectorTimesScalar: if(visit == PostVisit) emit(getOpcode(sw::Shader::OPCODE_MUL, left), result, left, right); break; visitBinary() local
2186 emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, int index) emitCmp() argument
2658 TIntermTyped *right = binary->getRight(); lvalue() local
3430 TIntermTyped *right = binary->getRight(); samplerRegister() local
[all...]
H A DParseHelper.cpp243 void TParseContext::assignError(const TSourceLoc &line, const char* op, TString left, TString right) in assignError() argument
266 void TParseContext::binaryOpError(const TSourceLoc &line, const char* op, TString left, TString right) in binaryOpError() argument
270 << "' and a right operand of type '" << right << "' (or there is no acceptable conversion)"; in binaryOpError() local
3128 bool TParseContext::binaryOpCommonCheck(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) in binaryOpCommonCheck() argument
3369 createAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) createAssign() argument
3378 addAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addAssign() argument
3390 addBinaryMathInternal(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMathInternal() argument
3449 addBinaryMath(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMath() argument
3461 addBinaryMathBooleanResult(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMathBooleanResult() argument
3659 TIntermTyped *right = parameters[1]->getAsTyped(); addFunctionCallOrMethod() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp817 Calendar::operator=(const Calendar &right) in operator =() argument
[all...]
H A Dvtzone.cpp1008 VTimeZone::operator=(const VTimeZone& right) { in operator =() argument
[all...]
/third_party/python/Lib/
H A Dturtle.py1660 def right(self, angle): member in TNavigator
[all...]

Completed in 81 milliseconds

1...<<31323334353637