Home
last modified time | relevance | path

Searched defs:right (Results 1026 - 1050 of 1056) sorted by relevance

1...<<414243

/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c1579 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 DhlslParseHelper.cpp870 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 Dmustek_usb2_asic.h271 unsigned int right; member
/third_party/cups-filters/utils/
H A Dcups-browsed.c2071 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 Dindirect_api.cpp159 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 Dbytecode-graph-builder.cc2891 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 Dwasm-compiler.cc841 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 Dbytecode-generator.cc6650 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 Dparser-base.h2980 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 DvktPipelineExtendedDynamicStateTests.cpp1532 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 DContext_gl.cpp1011 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 Dgl4cGPUShaderFP64Tests.cpp12397 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 Dbc.c5007 BcResult *left, *right, res; in bc_program_assign() local
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h890 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 Dsimulator-aarch64.cc929 AddWithCarry(unsigned reg_size, uint64_t left, uint64_t right, int carry_in) Simulator() argument
/third_party/python/Python/
H A Dcompile.c2835 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 Dunicodeobject.c11150 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 DvktPipelineExtendedDynamicStateTests.cpp1171 VerticalStripesGenerator (const tcu::Vec4& left, const tcu::Vec4& right, uint32_t width) in VerticalStripesGenerator() argument
[all...]
/third_party/glslang/glslang/Include/
H A Dintermediate.h1652 TIntermTyped* right; member in glslang::TIntermBinary
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c2778 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 Dsh.h1942 struct op *left, *right; /* descendents */ member
/third_party/libabigail/src/
H A Dabg-ir.cc244 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 DlibGL_autogen.cpp890 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 Dd3d9types.h135 LONG right; member
/third_party/node/deps/v8/src/api/
H A Dapi.cc4262 auto right = Utils::OpenHandle(*object); in InstanceOf() local
6899 Concat(Isolate* v8_isolate, Local<String> left, Local<String> right) Concat() argument

Completed in 259 milliseconds

1...<<414243