/dports/lang/v8/v8-9.6.180.12/src/heap/ |
H A D | marking.cc | 24 MarkBit::CellType matching_mask; in AllBitsSetInRange() local 26 matching_mask = ~(start_index_mask - 1); in AllBitsSetInRange() 27 if ((cells()[start_cell_index] & matching_mask) != matching_mask) { in AllBitsSetInRange() 33 matching_mask = end_index_mask | (end_index_mask - 1); in AllBitsSetInRange() 34 return ((cells()[end_cell_index] & matching_mask) == matching_mask); in AllBitsSetInRange() 37 return (cells()[end_cell_index] & matching_mask) == matching_mask; in AllBitsSetInRange() 53 MarkBit::CellType matching_mask; in AllBitsClearInRange() local 55 matching_mask = ~(start_index_mask - 1); in AllBitsClearInRange() 60 matching_mask = end_index_mask | (end_index_mask - 1); in AllBitsClearInRange() 61 return !(cells()[end_cell_index] & matching_mask); in AllBitsClearInRange() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/ |
H A D | marking.cc | 22 MarkBit::CellType matching_mask; in AllBitsSetInRange() local 24 matching_mask = ~(start_index_mask - 1); in AllBitsSetInRange() 25 if ((cells()[start_cell_index] & matching_mask) != matching_mask) { in AllBitsSetInRange() 31 matching_mask = end_index_mask | (end_index_mask - 1); in AllBitsSetInRange() 32 return ((cells()[end_cell_index] & matching_mask) == matching_mask); in AllBitsSetInRange() 35 return (cells()[end_cell_index] & matching_mask) == matching_mask; in AllBitsSetInRange() 51 MarkBit::CellType matching_mask; in AllBitsClearInRange() local 53 matching_mask = ~(start_index_mask - 1); in AllBitsClearInRange() 58 matching_mask = end_index_mask | (end_index_mask - 1); in AllBitsClearInRange() 59 return !(cells()[end_cell_index] & matching_mask); in AllBitsClearInRange() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/ |
H A D | marking.cc | 24 MarkBit::CellType matching_mask; in AllBitsSetInRange() local 26 matching_mask = ~(start_index_mask - 1); in AllBitsSetInRange() 27 if ((cells()[start_cell_index] & matching_mask) != matching_mask) { in AllBitsSetInRange() 33 matching_mask = end_index_mask | (end_index_mask - 1); in AllBitsSetInRange() 34 return ((cells()[end_cell_index] & matching_mask) == matching_mask); in AllBitsSetInRange() 37 return (cells()[end_cell_index] & matching_mask) == matching_mask; in AllBitsSetInRange() 53 MarkBit::CellType matching_mask; in AllBitsClearInRange() local 55 matching_mask = ~(start_index_mask - 1); in AllBitsClearInRange() 60 matching_mask = end_index_mask | (end_index_mask - 1); in AllBitsClearInRange() 61 return !(cells()[end_cell_index] & matching_mask); in AllBitsClearInRange() [all …]
|
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/ |
H A D | marking.cc | 91 MarkBit::CellType matching_mask; in AllBitsSetInRange() local 94 if ((cells()[start_cell_index] & matching_mask) != matching_mask) { in AllBitsSetInRange() 100 matching_mask = (end_index_mask - 1); in AllBitsSetInRange() 103 return (matching_mask == 0) || in AllBitsSetInRange() 104 ((cells()[end_cell_index] & matching_mask) == matching_mask); in AllBitsSetInRange() 109 return (matching_mask == 0) || in AllBitsSetInRange() 110 (cells()[end_cell_index] & matching_mask) == matching_mask; in AllBitsSetInRange() 121 MarkBit::CellType matching_mask; in AllBitsClearInRange() local 128 matching_mask = (end_index_mask - 1); in AllBitsClearInRange() 131 return (matching_mask == 0) || !(cells()[end_cell_index] & matching_mask); in AllBitsClearInRange() [all …]
|
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/ |
H A D | extban.c | 38 static unsigned int matching_mask, acting_mask; variable 92 matching_mask |= mask; in extban_add() 105 matching_mask &= ~extban->flag; in extban_del() 246 return matching_mask; in extban_matching_mask()
|
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/filter/ |
H A D | content_filter.py | 58 def matching_mask(files, masks): function 69 if not matching_mask(files, config['require']): 88 mask = matching_mask(files, config['reject'])
|
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/include/nihstro/ |
H A D | parser_shbin.h | 86 int matching_mask = 0; in LookupDestName() local 88 … matching_mask |= output_info.component_mask & (swizzle.DestComponentEnabled(i) << i); in LookupDestName() 90 if (!matching_mask) in LookupDestName()
|
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/include/nihstro/ |
H A D | parser_shbin.h | 86 int matching_mask = 0; in LookupDestName() local 88 … matching_mask |= output_info.component_mask & (swizzle.DestComponentEnabled(i) << i); in LookupDestName() 90 if (!matching_mask) in LookupDestName()
|
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/ |
H A D | Target.cpp | 928 decltype(result.features) matching_mask; in get_runtime_compatible_target() local 939 matching_mask.set(feature); in get_runtime_compatible_target() 949 if ((features & matching_mask) != (other.features & matching_mask)) { in get_runtime_compatible_target() 960 …ures | other.features) & union_mask) | ((features | other.features) & matching_mask) | ((features … in get_runtime_compatible_target()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/ |
H A D | devtools_protocol_browsertest.cc | 345 const gfx::Rect& matching_mask, in MatchesBitmap() argument 364 DCHECK(gfx::SkIRectToRect(actual_bmp.bounds()).Contains(matching_mask)); in MatchesBitmap() 366 for (int x = matching_mask.x(); x < matching_mask.right(); ++x) { in MatchesBitmap() 367 for (int y = matching_mask.y(); y < matching_mask.bottom(); ++y) { in MatchesBitmap() 428 gfx::Rect matching_mask(gfx::SkIRectToRect(expected_bitmap.bounds())); in CaptureScreenshotAndCompareTo() local 432 matching_mask.Inset(4, 4, 4, 4); in CaptureScreenshotAndCompareTo() 442 EXPECT_TRUE(MatchesBitmap(expected_bitmap, *result_bitmap, matching_mask, in CaptureScreenshotAndCompareTo()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/ |
H A D | devtools_protocol_browsertest.cc | 346 const gfx::Rect& matching_mask, in MatchesBitmap() argument 365 DCHECK(gfx::SkIRectToRect(actual_bmp.bounds()).Contains(matching_mask)); in MatchesBitmap() 367 for (int x = matching_mask.x(); x < matching_mask.right(); ++x) { in MatchesBitmap() 368 for (int y = matching_mask.y(); y < matching_mask.bottom(); ++y) { in MatchesBitmap() 440 gfx::Rect matching_mask(gfx::SkIRectToRect(expected_bitmap.bounds())); in CaptureScreenshotAndCompareTo() local 444 matching_mask.Inset(4, 4, 4, 4); in CaptureScreenshotAndCompareTo() 454 EXPECT_TRUE(MatchesBitmap(expected_bitmap, *result_bitmap, matching_mask, in CaptureScreenshotAndCompareTo()
|