Home
last modified time | relevance | path

Searched refs:equal (Results 226 - 250 of 1781) sorted by relevance

12345678910>>...72

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h248 bool *equal);
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-btree-spine.c277 vt->equal = le64_equal; in init_le64_type()
H A Ddm-bitset.c23 .equal = NULL,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhardwaremanager.h425 bool *equal);
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-bitset.c24 .equal = NULL,
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h433 {"equal", KEY_EQUAL}, in keyboard_lookup_key()
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm59 ; (max_args % 4) must equal 3 for stack alignment
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex40 returned name plus the returned offset will always be equal to the
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3114.js58 var id_88 = id_89.equal;
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.h159 ir_expression *equal(operand a, operand b);
/third_party/node/deps/v8/src/base/
H A Dvector.h131 return std::equal(begin(), end(), other.begin(), other.end()); in operator ==()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim81 syn keyword amberCompareOp never less equal less_or_equal greater not_equal
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h72 return std::equal(&Value[0], &Value[TOTAL_KINDS], O.Value); in operator ==()
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js117 export function equal(actual, expected) {
119 throwAssertError(new Error("Expected " + actual + " to equal " + expected));
125 throwAssertError(new Error("Expected " + actual + " to *not* equal " + expected));
1097 assert.equal(actualType.type, expectedType);
1765 assert.equal(formattedScript, baseline);
2181 function equal(actual, expected) {
2183 Assert.throwAssertError(new Error("Expected " + actual + " to equal " + expected));
2186 Assert.equal = equal;
2189 Assert.throwAssertError(new Error("Expected " + actual + " to *not* equal "
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbindec.S53 | SCALE is equal to 10^ISCALE, where ISCALE is the number
329 | SCALE is equal to 10^ISCALE, where ISCALE is the number
681 fdivs FTEN,%fp0 |if equal, divide by 10
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbindec.S53 | SCALE is equal to 10^ISCALE, where ISCALE is the number
329 | SCALE is equal to 10^ISCALE, where ISCALE is the number
681 fdivs FTEN,%fp0 |if equal, divide by 10
/third_party/gn/src/base/strings/
H A Dstring_util.cc150 // Find the first characters that aren't equal and compare them. If the end in CompareCaseInsensitiveASCIIT()
165 // common case to be "strings equal" at this point so check that first. in CompareCaseInsensitiveASCIIT()
521 return std::equal(ascii.begin(), ascii.end(), str.begin()); in EqualsASCII()
533 return std::equal(search_for.begin(), search_for.end(), source.begin(), in StartsWithCaseInsensitiveASCIIT()
557 return std::equal(source.begin(), source.end(), search_for.begin(), in EndsWithCaseInsensitiveASCIIT()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DFormatHandler.java1118 boolean equal = result_a.equals(result_b); in hasSameBehavior()
1119 if (!equal) { in hasSameBehavior()
1123 return equal; in hasSameBehavior()
1224 // power of 10 that is less than or equal to the rule's base
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatHandler.java1116 boolean equal = result_a.equals(result_b); in hasSameBehavior()
1117 if (!equal) { in hasSameBehavior()
1121 return equal; in hasSameBehavior()
1222 // power of 10 that is less than or equal to the rule's base
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c352 bool *equal) in lookup_entry_for_deref()
361 if (equal != NULL) in lookup_entry_for_deref()
362 *equal = true; in lookup_entry_for_deref()
365 /* Keep looking in case we have an equal match later in the array. */ in lookup_entry_for_deref()
348 lookup_entry_for_deref(struct copy_prop_var_state *state, struct util_dynarray *copies, nir_deref_and_path *deref, nir_deref_compare_result allowed_comparisons, bool *equal) lookup_entry_for_deref() argument
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc1027 if (!std::equal(cid_prefix, cid_prefix + SHRPX_QUIC_CID_PREFIXLEN, in forward_quic_packet()
1068 if (std::equal(std::begin(cid_prefix), std::end(cid_prefix), dcid)) { in match_quic_lingering_worker_process_cid_prefix()
1298 if (!std::equal(std::begin(decrypted_dcid), in quic_ipc_read()
/third_party/node/deps/v8/src/compiler/
H A Dtyped-optimization.cc538 Node* equal = in ReduceStringComparison() local
540 ReplaceWithValue(node, equal); in ReduceStringComparison()
541 return Replace(equal); in ReduceStringComparison()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h271 j(equal, dest); in JumpIfEqual()
662 // Compare the object in a register to a value and jump if they are equal.
666 j(equal, if_equal, if_equal_distance); in JumpIfRoot()
671 j(equal, if_equal, if_equal_distance); in JumpIfRoot()
674 // Compare the object in a register to a value and jump if they are not equal.

Completed in 31 milliseconds

12345678910>>...72