/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.cpp | 1009 bool same = true; in CheckCFG() local 1011 same = false; in CheckCFG() 1014 for (size_t i = 0; i < real.size() && same; i++) { in CheckCFG() 1016 same = false; in CheckCFG() 1020 if (!same) { in CheckCFG() 1035 if (!same) return false; in CheckCFG()
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-tegra20-emc.c | 280 int tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same) in tegra20_clk_prepare_emc_mc_same_freq() argument 290 emc->mc_same_freq = same; in tegra20_clk_prepare_emc_mc_same_freq()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | ssinh.S | 5 | an input argument; sSinhd does the same except for denormalized 53 | file, README, in this same directory.
|
H A D | scosh.S | 5 | an input argument; sCoshd does the same except for denormalized 53 | file, README, in this same directory.
|
H A D | slog2.S | 6 | slog10d does the same except the input value is a 26 | function is reinvoked at the same input argument. 100 | file, README, in this same directory.
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 10 * This is essentially the same as "memcpy()", but with a few twists. 116 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad 203 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 10 * This is essentially the same as "memcpy()", but with a few twists. 116 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad 203 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scosh.S | 5 | an input argument; sCoshd does the same except for denormalized 53 | file, README, in this same directory.
|
H A D | ssinh.S | 5 | an input argument; sSinhd does the same except for denormalized 53 | file, README, in this same directory.
|
H A D | slog2.S | 6 | slog10d does the same except the input value is a 26 | function is reinvoked at the same input argument. 100 | file, README, in this same directory.
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-tegra20-emc.c | 282 int tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same) in tegra20_clk_prepare_emc_mc_same_freq() argument 292 emc->mc_same_freq = same; in tegra20_clk_prepare_emc_mc_same_freq()
|
/kernel/linux/linux-6.6/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 65 mov %cs, %ax # Code and data in the same place 108 mov %cs, %ax # Code and data in the same place
|
/third_party/gn/src/gn/ |
H A D | label.cc | 140 // separators may be the same (e.g. "//foo(bar)" which means empty name. in Resolve() 232 If you want to refer to something in the same buildfile, you can omit 234 all same-file references.
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | unicode.c | 155 goto same; in hfsplus_uni2asc() 178 goto same; in hfsplus_uni2asc() 224 same: in hfsplus_uni2asc()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | unicode.c | 155 goto same; in hfsplus_uni2asc() 178 goto same; in hfsplus_uni2asc() 224 same: in hfsplus_uni2asc()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 176 # The paths were the same. 381 same = False 383 same = filecmp.cmp(self.tmp_path, filename, False) 388 if same:
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 172 # The paths were the same. 374 same = False 376 same = filecmp.cmp(self.tmp_path, filename, False) 381 if same:
|
/kernel/linux/linux-6.6/lib/ |
H A D | overflow_kunit.c | 956 #define TEST_SAME_TYPE(t1, t2, same) do { \ in same_type_test() 969 KUNIT_EXPECT_EQ(test, same, __same_type(t1, t2)); \ in same_type_test() 970 KUNIT_EXPECT_EQ(test, same, __same_type(t2, __t1h)); \ in same_type_test() 971 KUNIT_EXPECT_EQ(test, same, __same_type(t2, __t1l)); \ in same_type_test() 972 KUNIT_EXPECT_EQ(test, same, __same_type(__t1h, t2)); \ in same_type_test() 973 KUNIT_EXPECT_EQ(test, same, __same_type(__t1l, t2)); \ in same_type_test() 974 KUNIT_EXPECT_EQ(test, same, __same_type(t1, __t2h)); \ in same_type_test() 975 KUNIT_EXPECT_EQ(test, same, __same_type(t1, __t2l)); \ in same_type_test() 976 KUNIT_EXPECT_EQ(test, same, __same_type(__t2h, t1)); \ in same_type_test() 977 KUNIT_EXPECT_EQ(test, same, __same_typ in same_type_test() [all...] |
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | reslist.cpp | 533 SResource *same; in handleWrite16() local 534 if ((same = fSame) != nullptr) { in handleWrite16() 536 assert(same->fRes != RES_BOGUS && same->fWritten); in handleWrite16() 537 fRes = same->fRes; in handleWrite16() 538 fWritten = same->fWritten; in handleWrite16() 1045 // Swap to big-endian so we get the same checksum on all platforms in write() 1728 StringResource *same = res->fSame; in compactStringsV2() local 1729 assert(res->length() != same->length()); // Set strings are unique. in compactStringsV2() 1730 res->fRes = same in compactStringsV2() [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 533 SResource *same; in handleWrite16() local 534 if ((same = fSame) != NULL) { in handleWrite16() 536 assert(same->fRes != RES_BOGUS && same->fWritten); in handleWrite16() 537 fRes = same->fRes; in handleWrite16() 538 fWritten = same->fWritten; in handleWrite16() 1045 // Swap to big-endian so we get the same checksum on all platforms in write() 1728 StringResource *same = res->fSame; in compactStringsV2() local 1729 assert(res->length() != same->length()); // Set strings are unique. in compactStringsV2() 1730 res->fRes = same in compactStringsV2() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 533 SResource *same; in handleWrite16() local 534 if ((same = fSame) != NULL) { in handleWrite16() 536 assert(same->fRes != RES_BOGUS && same->fWritten); in handleWrite16() 537 fRes = same->fRes; in handleWrite16() 538 fWritten = same->fWritten; in handleWrite16() 1053 // Swap to big-endian so we get the same checksum on all platforms in write() 1736 StringResource *same = res->fSame; in compactStringsV2() local 1737 assert(res->length() != same->length()); // Set strings are unique. in compactStringsV2() 1738 res->fRes = same in compactStringsV2() [all...] |
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head-xscale.S | 21 @ memory to be sure we hit the same cache.
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head-sa1100.S | 31 @ memory to be sure we hit the same cache.
|
H A D | head-xscale.S | 21 @ memory to be sure we hit the same cache.
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_lib.sh | 67 same time, one of them is arbitrarily going to overwrite
|