Home
last modified time | relevance | path

Searched defs:equal (Results 26 - 50 of 124) sorted by relevance

12345

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c291 phm_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) phm_check_states_equal() argument
/third_party/icu/tools/colprobe/
H A Dstrengthprobe.cpp381 int32_t upper = 0, lower = 0, equal = 0; in isUpperFirst() local
/third_party/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h364 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in StringTrieBuilder::ListBranchNode
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringtriebuilder.h364 Node *equal[kMaxBranchLinearSubNodeLength]; // nullptr means "has final value". member in StringTrieBuilder::ListBranchNode
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringtriebuilder.h364 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in StringTrieBuilder::ListBranchNode
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp104 template<typename T> inline bool equal (T a, T b) { return (a == b); } in equal() function
226 inline Vector<bool, Size> equal (const Vector<T, Size>& a, const Vector<T, Size>& b) in equal() function
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhardwaremanager.c288 phm_check_states_equal(struct pp_hwmgr *hwmgr, const struct pp_hw_power_state *pstate1, const struct pp_hw_power_state *pstate2, bool *equal) phm_check_states_equal() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h169 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger() local
/third_party/ffmpeg/libavfilter/
H A Df_metadata.c144 static int equal(MetadataContext *s, const char *value1, const char *value2) in equal() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp399 bool equal = value() == oth.value() && in is_equal_to() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp101 CheckDepthCompareFunction(wgpu::CompareFunction compareFunction, bool less, bool equal, bool greater) CheckDepthCompareFunction() argument
151 CheckStencilCompareFunction(wgpu::CompareFunction compareFunction, bool less, bool equal, bool greater) CheckStencilCompareFunction() argument
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs945 let mut equal = Punct::new('=', Spacing::Alone); variables
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c772 int err, i, equal; in test_core_reloc() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c934 bool equal = false; in amdgpu_dpm_change_power_state_locked() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c1003 int err, i, equal, fd; in run_core_reloc_tests() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java591 private ArrayList<Node> equal=new ArrayList<Node>(); field in StringTrieBuilder.DynamicBranchNode
711 private Node[] equal; // null means "has final value". global() field in StringTrieBuilder.ListBranchNode
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTrieBuilder.java590 private ArrayList<Node> equal=new ArrayList<Node>(); field in StringTrieBuilder.DynamicBranchNode
710 private Node[] equal; // null means "has final value". global() field in StringTrieBuilder.ListBranchNode
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp341 equal(operand a, operand b) in equal() function
/third_party/node/src/
H A Dnode_binding.cc143 struct equal { struct
/third_party/node/deps/v8/src/compiler/
H A Dtyped-optimization.cc538 Node* equal = in ReduceStringComparison() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp73 bool expr_handler::equal(value *l, value *r) { in equal() function in r600_sb::expr_handler
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessQueriesTests.cpp1338 bool FunctionalTest::equal(T a, T b) in equal() function in gl4cts::DirectStateAccess::Queries::FunctionalTest
[all...]
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp512 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in can_import_protected_content_eglimpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h608 struct equal { struct

Completed in 29 milliseconds

12345