Home
last modified time | relevance | path

Searched refs:base (Results 4201 - 4225 of 5551) sorted by relevance

1...<<161162163164165166167168169170>>...223

/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dtest_func64.c497 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 Dtest_func.c486 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 Dspill-placer.cc7 #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 Dbranch-elimination.cc7 #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 Dregion-allocator.cc5 #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 Dbuiltins-iterator-gen.cc63 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 Dtiering-manager.cc7 #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 Dwasm-module-debug.cc9 #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 Dinterpreter-intrinsics-generator.cc147 auto base = __ Signed(__ IntPtrSub(args.base_reg_location(), offset)); in CopyDataPropertiesWithExcludedPropertiesOnStack() local
154 excluded_property_count, base); in CopyDataPropertiesWithExcludedPropertiesOnStack()
H A Dinterpreter.cc164 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 Ddictionary.h8 #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 Dintl-objects.h17 #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 Dlookup.h339 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 Drewriter.cc406 base::Optional<VariableProxy*> Rewriter::RewriteBody( in RewriteBody()
435 return base::nullopt; in RewriteBody()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc423 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 Dclass-debug-reader-generator.cc90 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 Dbit-vector.h8 #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 Dfreedreno_context.h95 struct pipe_stream_output_target base; member
200 struct pipe_context base; member
H A Dfreedreno_perfetto.cc256 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 Dgen_enum_to_str.py321 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 Dlp_bld_tgsi.h121 struct tgsi_shader_info base; member
344 struct lp_build_context base; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c630 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 Dr300_context.h196 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 DCsvTableTest.java18 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 Dos_helper.py558 with tempfile.NamedTemporaryFile(dir=directory) as base:
559 base_path = base.name

Completed in 23 milliseconds

1...<<161162163164165166167168169170>>...223