/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | test_func64.c | 497 if (ftwp->base != getbase(path_name)) { in test_func16() 498 fprintf(temp, "ERROR: Incorrect value of base for %s\n", in test_func16() 501 getbase(path_name), ftwp->base); in test_func16()
|
H A D | test_func.c | 486 if (ftwp->base != getbase(path_name)) { in test_func16() 487 fprintf(temp, "ERROR: Incorrect value of base for %s\n", in test_func16() 490 getbase(path_name), ftwp->base); in test_func16()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 7 #include "src/base/bits-iterator.h" 429 for (int index_to_spill : base::bits::IterateBits(spill_at_def)) { in SecondBackwardPass() 457 base::bits::IterateBits(successor_entry.SpillRequired() & in SecondBackwardPass()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | branch-elimination.cc | 7 #include "src/base/small-vector.h" 100 base::SmallVector<Node*, 2> phi_inputs; in SimplifyBranchCondition() 196 base::SmallVector<Node*, 8> new_merge_inputs; in TryPullTrapIntoMerge()
|
/third_party/node/deps/v8/src/base/ |
H A D | region-allocator.cc | 5 #include "src/base/region-allocator.h" 7 #include "src/base/bits.h" 8 #include "src/base/logging.h" 9 #include "src/base/macros.h" 12 namespace base { namespace 31 CHECK(base::bits::IsPowerOfTwo(page_size_)); in RegionAllocator() 380 } // namespace base
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-iterator-gen.cc | 63 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorStep() 112 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorValue()
|
/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 7 #include "src/base/platform/platform.h" 161 if (base::IsInRange(current_offset, iterator.GetJumpTargetOffset(), in HaveCachedOSRCodeForCurrentBytecodeOffset() 181 bool TiersUpToMaglev(base::Optional<CodeKind> code_kind) { in TiersUpToMaglev()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 9 #include "src/base/platform/wrappers.h" 58 int GetLEB128Size(base::Vector<const uint8_t> module_bytes, int offset) { in GetLEB128Size() 65 base::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ReturnPc()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-intrinsics-generator.cc | 147 auto base = __ Signed(__ IntPtrSub(args.base_reg_location(), offset)); in CopyDataPropertiesWithExcludedPropertiesOnStack() local 154 excluded_property_count, base); in CopyDataPropertiesWithExcludedPropertiesOnStack()
|
H A D | interpreter.cc | 164 base::Vector<const char> filter = in ShouldPrintBytecode() 165 base::CStrVector(FLAG_print_bytecode_filter); in ShouldPrintBytecode()
|
/third_party/node/deps/v8/src/objects/ |
H A D | dictionary.h | 8 #include "src/base/export-template.h" 9 #include "src/base/optional.h" 44 inline base::Optional<Object> TryValueAt(InternalIndex entry); 246 base::Optional<PropertyCell> TryFindPropertyCellForConcurrentLookupIterator(
|
H A D | intl-objects.h | 17 #include "src/base/timezone-cache.h" 127 V8_WARN_UNUSED_RESULT static base::Optional<int> StringLocaleCompare( 271 // static base::LazyInstance<Intl::AvailableLocales<icu::YYY>>::type 318 static base::TimezoneCache* CreateTimeZoneCache();
|
H A D | lookup.h | 339 V8_EXPORT_PRIVATE static base::Optional<Object> TryGetOwnCowElement( 363 V8_EXPORT_PRIVATE static base::Optional<PropertyCell> TryGetPropertyCell(
|
/third_party/node/deps/v8/src/parsing/ |
H A D | rewriter.cc | 406 base::Optional<VariableProxy*> Rewriter::RewriteBody( in RewriteBody() 435 return base::nullopt; in RewriteBody()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 423 base::Vector<const byte> payload(data_ + kFirstHashedDataOffset, in CreateEmbeddedBlobDataHash() 430 base::Vector<const byte> payload(code_, code_size_); in CreateEmbeddedBlobCodeHash()
|
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 90 base::Optional<const StructType*> struct_type = type_->StructSupertype(); in end() 155 base::Optional<const ClassType*> field_class_type = in GetOriginalType()
|
/third_party/node/deps/v8/src/utils/ |
H A D | bit-vector.h | 8 #include "src/base/bits.h" 40 uintptr_t trailing_zeros = base::bits::CountTrailingZeros(current_value_); in operator ++() 370 base::bits::RoundUpToPowerOfTwo32(static_cast<uint32_t>(value)); in EnsureCapacity()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.h | 95 struct pipe_stream_output_target base; member 200 struct pipe_context base; member
|
H A D | freedreno_perfetto.cc | 256 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() 302 packet->set_timestamp(perfetto::base::GetBootTimeNs().count()); in emit_submit_id()
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 321 value=int(elem.attrib['value'], base=0)) 324 value=(1 << int(elem.attrib['bitpos'], base=0)))
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 121 struct tgsi_shader_info base; member 344 struct lp_build_context base; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 630 u_transfer_helper_destroy(screen->base.transfer_helper); in crocus_screen_destroy() 790 struct pipe_screen *pscreen = &screen->base; in crocus_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.h | 196 struct pipe_sampler_view base; member 203 * derived from base. */ 274 /* const buffer base */ 301 struct pipe_surface base; member
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableTest.java | 18 import static com.google.common.base.Preconditions.checkArgument; 19 import static com.google.common.base.StandardSystemProperty.LINE_SEPARATOR;
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 558 with tempfile.NamedTemporaryFile(dir=directory) as base: 559 base_path = base.name
|