Home
last modified time | relevance | path

Searched defs:lhs (Results 351 - 375 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp81 static T dotProduct(vector<LHSOperandT> lhs, vector<RHSOperandT> rhs) in dotProduct() argument
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dgcc-common.h387 tree lhs = gimple_get_lhs(gs); in gimple_store_p() local
850 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree op2 MEM_STAT_DECL) in gimple_build_assign_with_ops() argument
/kernel/linux/linux-5.10/kernel/time/
H A Dhrtimer.c327 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe() argument
/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c661 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() argument
675 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() argument
2200 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() argument
2213 osds_equal(const struct ceph_osds *lhs, const struct ceph_osds *rhs) osds_equal() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.c1922 __weak int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() argument
1931 const struct evsel *lhs = container_of(lhs_core, struct evsel, core); in evlist__cmp() local
/kernel/linux/linux-6.6/kernel/time/
H A Dhrtimer.c329 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c677 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() argument
691 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() argument
2235 static bool __osds_equal(const struct ceph_osds *lhs, in __osds_equal() argument
2248 osds_equal(const struct ceph_osds *lhs, const struct ceph_osds *rhs) osds_equal() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_format.cc413 const std::string_view lhs = ident->value().value(); in SortIfApplicable() local
/third_party/backends/backend/genesys/
H A Denums.h432 inline bool operator<(StepType lhs, StepType rhs) in operator <() argument
436 inline bool operator<=(StepType lhs, StepType rhs) in operator <=() argument
440 inline bool operator>(StepType lhs, StepType rhs) in operator >() argument
444 inline bool operator>=(StepType lhs, StepType rhs) in operator >=() argument
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2264 int lhs[] = {1, 2}; in TEST() local
2274 const int lhs[] = {1, 2, 3}; in TEST() local
2285 vector<int> lhs; in TEST() local
2297 vector<bool> lhs = rhs; TEST() local
2310 const double lhs[2] = {1, 2}; TEST() local
2320 const double lhs[3] = {1, 2, 3}; TEST() local
2330 const double lhs[3] = {1, 2, 3}; TEST() local
2337 const double lhs[3] = {1, 2, 3}; TEST() local
2392 int lhs[] = {2, 1}; TEST() local
2402 const int lhs[] = {1, 2, 3}; TEST() local
2413 vector<int> lhs; TEST() local
2428 const double lhs[2] = {1, 2}; TEST() local
2439 const double lhs[3] = {1, 2, 3}; TEST() local
2449 const double lhs[3] = {1, 2, 3}; TEST() local
2455 const double lhs[3] = {1, 2, 3}; TEST() local
2461 const double lhs[3] = {1, 2, 3}; TEST() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1363 CmpHelperEQFailure(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQFailure() argument
1380 CmpHelperEQ(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQ() argument
1399 Compare(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) Compare() argument
1411 Compare(const char* lhs_expression, const char* rhs_expression, BiggestInt lhs, BiggestInt rhs) Compare() argument
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1022 inline bool ArrayEq(const T& lhs, const U& rhs) { in ArrayEq() argument
1036 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { in ArrayEq() argument
/third_party/icu/icu4c/source/i18n/
H A Drbnf.cpp124 streq(const UChar* lhs, const UChar* rhs) { in streq() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c1004 ecma_builtin_array_prototype_object_sort_compare_helper (ecma_value_t lhs, /**< left value */ in ecma_builtin_array_prototype_object_sort_compare_helper() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c1396 ecma_builtin_typedarray_prototype_sort_compare_helper (ecma_value_t lhs, /**< left value */ in ecma_builtin_typedarray_prototype_sort_compare_helper() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp526 ir_rvalue *lhs = actual; in fix_parameter() local
1260 ir_rvalue *lhs = in process_vec_mat_constructor() local
1394 ir_rvalue *lhs = new(ctx) ir_dereference_array(var, in foreach_in_list() local
1460 ir_dereference_variable *lhs in emit_inline_vector_constructor() local
1527 ir_dereference *lhs = new(ctx) ir_dereference_variable(var); emit_inline_vector_constructor() local
1562 ir_dereference *lhs = new(ctx) ir_dereference_variable(var); emit_inline_vector_constructor() local
1779 ir_rvalue *const lhs = emit_inline_matrix_constructor() local
1815 ir_dereference *const lhs = emit_inline_matrix_constructor() local
1920 ir_dereference *const lhs = emit_inline_record_constructor() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp1326 [](const Block::Pointer lhs, const Block::Pointer rhs) -> bool { in equal_to() member
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h961 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } in ArrayEq() argument
973 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { in ArrayEq() argument
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc859 clang::Expr* lhs = expr->getLHS(); in DECL_VISIT_EXPR() local
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h1358 CmpHelperEQFailure(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQFailure() argument
1375 CmpHelperEQ(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQ() argument
1394 Compare(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) Compare() argument
1406 Compare(const char* lhs_expression, const char* rhs_expression, BiggestInt lhs, BiggestInt rhs) Compare() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h1009 inline bool ArrayEq(const T& lhs, const U& rhs) { in ArrayEq() argument
1023 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { in ArrayEq() argument
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp124 streq(const char16_t* lhs, const char16_t* rhs) { in streq() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c885 nghttp3_qpack_header_block_ref *lhs = in ref_min_cnt_less() local
898 static int max_cnt_greater(const nghttp3_ksl_key *lhs, in max_cnt_greater() argument
1661 const nghttp3_qpack_header_block_ref *lhs = in ref_max_cnt_greater() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2280 VRegister lhs = i.InputSimd128Register(0).V2D(); in AssembleArchInstruction() local
2291 VRegister lhs = i.InputSimd128Register(0).V2D(); in AssembleArchInstruction() local
2316 VRegister lhs = i.InputSimd128Register(0).V4S(); AssembleArchInstruction() local
2327 VRegister lhs = i.InputSimd128Register(0).V4S(); AssembleArchInstruction() local
2483 VRegister lhs = i.InputSimd128Register(0); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc2240 Simd128Register lhs = i.InputSimd128Register(0); in AssembleArchInstruction() local
2250 Simd128Register lhs = i.InputSimd128Register(0); in AssembleArchInstruction() local
2715 Simd128Register lhs = i.InputSimd128Register(0); AssembleArchInstruction() local
2725 Simd128Register lhs = i.InputSimd128Register(0); AssembleArchInstruction() local
[all...]

Completed in 82 milliseconds

1...<<11121314151617181920