| /kernel/linux/linux-6.6/kernel/events/ |
| H A D | core.c | 1579 perf_event_groups_cmp(const int left_cpu, const struct pmu *left_pmu, const struct cgroup *left_cgroup, const u64 left_group_index, const struct perf_event *right) perf_event_groups_cmp() argument [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 870 handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* left, TIntermTyped* right) handleBinaryMath() argument 2489 assignFromFragCoord(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) assignFromFragCoord() argument 2547 assignPosition(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) assignPosition() argument 2608 assignClipCullDistance(const TSourceLoc& loc, TOperator op, int semanticId, TIntermTyped* left, TIntermTyped* right) assignClipCullDistance() argument 2842 handleAssign(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) handleAssign() argument 3238 handleAssignToMatrixSwizzle(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) handleAssignToMatrixSwizzle() argument 6454 assignError(const TSourceLoc& loc, const char* op, TString left, TString right) assignError() argument 6473 binaryOpError(const TSourceLoc& loc, const char* op, TString left, TString right) binaryOpError() argument [all...] |
| /third_party/backends/backend/ |
| H A D | mustek_usb2_asic.h | 271 unsigned int right; member
|
| /third_party/cups-filters/utils/ |
| H A D | cups-browsed.c | 2071 bottom, left, right, top; in get_pagesize() local 2688 bottom, left, right, top; in get_cluster_sizes() local 2964 bottom, left, right, to in get_cluster_default_attributes() local 7669 int count, left, right, bottom, top; update_cups_queues() local [all...] |
| /third_party/mesa3d/src/glx/tests/ |
| H A D | indirect_api.cpp | 159 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glFrustum() argument 244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glOrtho() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | bytecode-graph-builder.cc | 2891 Node* right = environment()->LookupAccumulator(); in BuildBinaryOp() local 3061 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in BuildBinaryOpWithImmediate() local 3201 Node* right = environment()->LookupAccumulator(); in BuildCompareOp() local 3258 Node* right = environment()->LookupAccumulator(); VisitTestReferenceEqual() local 4042 TryBuildSimplifiedBinaryOp(const Operator* op, Node* left, Node* right, FeedbackSlot slot) TryBuildSimplifiedBinaryOp() argument [all...] |
| H A D | wasm-compiler.cc | 841 Node* WasmGraphBuilder::Binop(wasm::WasmOpcode opcode, Node* left, Node* right, in Binop() argument 1882 BuildF32CopySign(Node* left, Node* right) BuildF32CopySign() argument 1894 BuildF64CopySign(Node* left, Node* right) BuildF64CopySign() argument 2317 BuildF64Pow(Node* left, Node* right) BuildF64Pow() argument 2323 BuildF64Mod(Node* left, Node* right) BuildF64Mod() argument 2682 BuildI32DivS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32DivS() argument 2700 BuildI32RemS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32RemS() argument 2714 BuildI32DivU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32DivU() argument 2720 BuildI32RemU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32RemU() argument 2726 BuildI32AsmjsDivS(Node* left, Node* right) BuildI32AsmjsDivS() argument 2764 BuildI32AsmjsRemS(Node* left, Node* right) BuildI32AsmjsRemS() argument 2862 BuildI32AsmjsDivU(Node* left, Node* right) BuildI32AsmjsDivU() argument 2880 BuildI32AsmjsRemU(Node* left, Node* right) BuildI32AsmjsRemU() argument 2892 BuildI64DivS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64DivS() argument 2915 BuildI64RemS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64RemS() argument 2933 BuildI64DivU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64DivU() argument 2942 BuildI64RemU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64RemU() argument 2952 BuildDiv64Call(Node* left, Node* right, ExternalReference ref, MachineType result_type, wasm::TrapReason trap_zero, wasm::WasmCodePosition position) BuildDiv64Call() argument 3411 BuildI32Rol(Node* left, Node* right) BuildI32Rol() argument 3424 BuildI64Rol(Node* left, Node* right) BuildI64Rol() argument [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.cc | 6650 Expression* right in VisitLogicalOrExpression() local 6553 VisitLogicalTest(Token::Value token, Expression* left, Expression* right, int right_coverage_slot) VisitLogicalTest() argument 6711 Expression* right = binop->right(); VisitLogicalAndExpression() local 6772 Expression* right = binop->right(); VisitNullishExpression() local [all...] |
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parser-base.h | 2980 ExpressionT right = ParseAssignmentExpression(); in ParseAssignmentExpressionCoverGrammar() local 3168 ExpressionT right; in ParseConditionalContinuation() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 1532 VerticalStripesGenerator (const tcu::Vec4& left, const tcu::Vec4& right, uint32_t width) in VerticalStripesGenerator() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gl.cpp | 1011 frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) frustum() argument 1316 ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ortho() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGPUShaderFP64Tests.cpp | 12397 equal(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) equal() argument 12420 greaterThan(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) greaterThan() argument 12427 greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) greaterThanEqual() argument 12472 lessThan(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) lessThan() argument 12479 lessThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) lessThanEqual() argument 12486 max(T left, T right) max() argument 12492 min(T left, T right) min() argument 12516 mix(T left, T right, T weight) mix() argument 12522 mod(T left, T right) mod() argument 12537 multiply(T left, T right) multiply() argument 12545 notEqual(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) notEqual() argument 12552 outerProduct(const tcu::Vector<glw::GLdouble, Rows>& left, const tcu::Vector<glw::GLdouble, Cols>& right) outerProduct() argument 13807 compare(Utils::_variable_type type, const glw::GLvoid* left, const glw::GLvoid* right) compare() argument [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 5007 BcResult *left, *right, res; in bc_program_assign() local
|
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.h | 890 GetCselSynthesisInformation(const Register& rd, const Operand& left, const Operand& right, bool* should_synthesise_left, bool* should_synthesise_right) GetCselSynthesisInformation() argument 905 Csel(const Register& rd, const Operand& left, const Operand& right, Condition cond) Csel() argument [all...] |
| H A D | simulator-aarch64.cc | 929 AddWithCarry(unsigned reg_size, uint64_t left, uint64_t right, int carry_in) Simulator() argument
|
| /third_party/python/Python/ |
| H A D | compile.c | 2835 int right = check_is_arg((expr_ty)asdl_seq_GET(e->v.Compare.comparators, i)); in check_compare() local
|
| /third_party/python/Objects/ |
| H A D | unicodeobject.c | 11150 PyUnicode_Compare(PyObject *left, PyObject *right) in PyUnicode_Compare() argument 10284 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, Py_UCS4 fill) pad() argument 11273 _PyUnicode_EqualToASCIIId(PyObject *left, _Py_Identifier *right) _PyUnicode_EqualToASCIIId() argument 11317 PyUnicode_RichCompare(PyObject *left, PyObject *right, int op) PyUnicode_RichCompare() argument 11425 PyUnicode_Concat(PyObject *left, PyObject *right) PyUnicode_Concat() argument 11476 PyUnicode_Append(PyObject **p_left, PyObject *right) PyUnicode_Append() argument 11559 PyUnicode_AppendAndDel(PyObject **pleft, PyObject *right) PyUnicode_AppendAndDel() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 1171 VerticalStripesGenerator (const tcu::Vec4& left, const tcu::Vec4& right, uint32_t width) in VerticalStripesGenerator() argument [all...] |
| /third_party/glslang/glslang/Include/ |
| H A D | intermediate.h | 1652 TIntermTyped* right; member in glslang::TIntermBinary
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 2778 save_Frustum(GLdouble left, GLdouble right, in save_Frustum() argument 3376 save_Ortho(GLdouble left, GLdouble right, in save_Ortho() argument 9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdouble right, in save_MatrixOrthoEXT() argument 9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixFrustumEXT() argument [all...] |
| /third_party/mksh/ |
| H A D | sh.h | 1942 struct op *left, *right; /* descendents */ member
|
| /third_party/libabigail/src/ |
| H A D | abg-ir.cc | 244 push_composite_type_comparison_operands(const type_base& left, const type_base& right) push_composite_type_comparison_operands() argument 265 pop_composite_type_comparison_operands(const type_base& left, const type_base& right) pop_composite_type_comparison_operands() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | libGL_autogen.cpp | 890 glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in glOrtho() argument 439 glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) glFrustum() argument
|
| /third_party/mesa3d/include/D3D9/ |
| H A D | d3d9types.h | 135 LONG right; member
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 4262 auto right = Utils::OpenHandle(*object); in InstanceOf() local 6899 Concat(Isolate* v8_isolate, Local<String> left, Local<String> right) Concat() argument
|