/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 248 bool *equal);
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-spine.c | 277 vt->equal = le64_equal; in init_le64_type()
|
H A D | dm-bitset.c | 23 .equal = NULL,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hardwaremanager.h | 425 bool *equal);
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-bitset.c | 24 .equal = NULL,
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 433 {"equal", KEY_EQUAL}, in keyboard_lookup_key()
|
/third_party/ffmpeg/tests/checkasm/x86/ |
H A D | checkasm.asm | 59 ; (max_args % 4) must equal 3 for stack alignment
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_name.tex | 40 returned name plus the returned offset will always be equal to the
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-3114.js | 58 var id_88 = id_89.equal;
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.h | 159 ir_expression *equal(operand a, operand b);
|
/third_party/node/deps/v8/src/base/ |
H A D | vector.h | 131 return std::equal(begin(), end(), other.begin(), other.end()); in operator ==()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 48 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 D | amber-syntax.vim | 81 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 D | GCNRegPressure.h | 72 return std::equal(&Value[0], &Value[TOTAL_KINDS], O.Value); in operator ==()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserharness.js | 117 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 D | bindec.S | 53 | 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 D | bindec.S | 53 | 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 D | string_util.cc | 150 // 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 D | FormatHandler.java | 1118 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 D | FormatHandler.java | 1116 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 D | nir_opt_copy_prop_vars.c | 352 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 D | shrpx_connection_handler.cc | 1027 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 D | typed-optimization.cc | 538 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 D | macro-assembler-x64.h | 271 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.
|