Home
last modified time | relevance | path

Searched refs:base (Results 13051 - 13075 of 18773) sorted by relevance

1...<<521522523524525526527528529530>>...751

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pass.c358 vk_object_base_init(&device->vk, &pass->base, VK_OBJECT_TYPE_RENDER_PASS); in pvr_CreateRenderPass2()
549 vk_object_base_finish(&pass->base); in pvr_CreateRenderPass2()
573 vk_object_base_finish(&pass->base); in pvr_DestroyRenderPass()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h201 const ShaderOutput& output(int base) const;
238 int remap_atomic_base(int base);
268 const ShaderInput& input(int base) const;
/third_party/nghttp2/src/
H A Dh2load_http3_session.cc85 vec[0].base = config->data; in read_data()
211 client_->on_header(stream_id, name->base, name->len, value->base, value->len); in recv_header()
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-string-to-double.cpp211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() argument
216 if (!isDigit(**it, base)) { in Advance()
223 if (**it == separator && isDigit(*(*it + 1), base)) { in Advance()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c249 if (shader->info.base.input_semantic_name[slot] == TGSI_SEMANTIC_PCOORD) { in setup_point_coefficients()
252 else if (shader->info.base.input_semantic_name[slot] == TGSI_SEMANTIC_TEXCOORD) { in setup_point_coefficients()
253 unsigned semantic_index = shader->info.base.input_semantic_index[slot]; in setup_point_coefficients()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c143 params.iseqparm.pic_width_in_mbs_minus1 = mb(dec->base.width) - 1; in nv84_decoder_bsp()
145 params.iseqparm.pic_height_in_map_units_minus1 = mb_half(dec->base.height) - 1; in nv84_decoder_bsp()
147 params.iseqparm.pic_height_in_map_units_minus1 = mb(dec->base.height) - 1; in nv84_decoder_bsp()
/third_party/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp180 unsigned long base = uprv_strtoul(t + 7, &end, 16); in setTransform() local
181 if (end == (t + 7) || *end != 0 || base > 0x10FF80) { in setTransform()
186 transformConstant = (UChar32)base; in setTransform()
/third_party/node/deps/v8/src/date/
H A Ddate.cc7 #include "src/base/overflowing-math.h"
34 base::OS::CreateTimezoneCache() in DateCache()
37 ResetDateCache(base::TimezoneCache::TimeZoneDetection::kSkip); in DateCache()
41 base::TimezoneCache::TimeZoneDetection time_zone_detection) { in ResetDateCache()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc78 base::RecursiveMutexGuard lock_guard(&async_wraps_mutex_); in ~AsyncHooks()
159 base::RecursiveMutexGuard lock_guard(&async_wraps_mutex_); in CreateHook()
227 base::RecursiveMutexGuard lock_guard(&hooks->async_wraps_mutex_); in ShellPromiseHook()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h651 Address base, size_t size, in VirtualAddressSpace()
655 base_(base), in VirtualAddressSpace()
681 * The base address of the address space managed by this instance.
683 * \returns the base address of this address space.
685 Address base() const { return base_; } in base() function in v8::VirtualAddressSpace
650 VirtualAddressSpace(size_t page_size, size_t allocation_granularity, Address base, size_t size, PagePermissions max_page_permissions) VirtualAddressSpace() argument
/third_party/node/deps/v8/include/
H A Dv8-platform.h592 Address base, size_t size, in VirtualAddressSpace()
596 base_(base), in VirtualAddressSpace()
622 * The base address of the address space managed by this instance.
624 * \returns the base address of this address space.
626 Address base() const { return base_; } in base() function in v8::VirtualAddressSpace
591 VirtualAddressSpace(size_t page_size, size_t allocation_granularity, Address base, size_t size, PagePermissions max_page_permissions) VirtualAddressSpace() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h8 #include "src/base/memory.h"
87 return base::ReadUnalignedValue<Instr>(reinterpret_cast<Address>(this)); in InstructionBits()
92 base::WriteUnalignedValue(reinterpret_cast<Address>(this), new_instr); in SetInstructionBits()
104 base::ReadUnalignedValue<int32_t>(reinterpret_cast<Address>(this)); in SignedBits()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc130 base::Relaxed_Memmove(reinterpret_cast<base::Atomic8*>(data + to), in BUILTIN()
131 reinterpret_cast<base::Atomic8*>(data + from), count); in BUILTIN()
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.h155 return base::IsInRange(mode, FIRST_EMBEDDED_OBJECT_RELOC_MODE, in IsEmbeddedObjectMode()
255 // Cage base value is used for decompressing compressed embedded references.
443 explicit RelocIterator(base::Vector<byte> instructions,
444 base::Vector<const byte> reloc_info,
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc510 << " saved at base" << std::showpos in DumpDwarfDirectives()
530 stream << " saved at base" << std::showpos in DumpDwarfDirectives()
595 base::ReadUnalignedValue<uint32_t>(reinterpret_cast<Address>(start_)) + in DisassembleToStream()
611 base::ReadUnalignedValue<int32_t>(procedure_offset_address); in DisassembleToStream()
617 base::ReadUnalignedValue<uint32_t>(procedure_size_address); in DisassembleToStream()
/third_party/node/deps/v8/src/debug/
H A Ddebug.h11 #include "src/base/enum-set.h"
223 base::Optional<Object> OnThrow(Handle<Object> exception)
365 return !!base::Relaxed_Load(&thread_local_.current_debug_scope_); in in_debug_scope()
534 base::AtomicWord current_debug_scope_;
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h262 base::Optional<wasm::ValueKind> wasm_call_return_kind() const { in wasm_call_return_kind()
289 base::Optional<wasm::ValueKind> return_type);
330 base::Optional<wasm::ValueKind> return_kind_;
/third_party/node/deps/v8/src/heap/
H A Dremembered-set.h10 #include "src/base/bounds.h"
11 #include "src/base/memory.h"
14 #include "src/heap/base/worklist.h"
79 CHECK(!base::IsInRange(slot.address(), start, end + 1)); in CheckNoneInRange()
180 ::heap::base::Worklist<MemoryChunk*, 64>::Local* empty_chunks) { in IterateAndTrackEmptyBuckets()
313 base::Memory<Address>(entry_address) = code.entry(); in UpdateCodeEntry()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-win.cc185 base::EmbeddedVector<char, kTemporaryStringLength> unwind_info_full_symbol;
230 base::SNPrintF(unwind_info_full_symbol, "%s_%u", unwind_info_symbol,
247 base::SNPrintF(unwind_info_full_symbol, "%s_%u", unwind_info_symbol,
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c121 struct pipe_context *pctx = &ctx->base; in fd_blitter_blit()
124 struct pipe_context *pipe = &ctx->base; in fd_blitter_blit()
331 struct pipe_context *pctx = &ctx->base;
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py40 immediates = [int(imm.text, base=0) for imm in ilut.findall('constant')]
271 opcode = int(opcode, base=0)
272 opcode2 = int(opcode2, base=0) if opcode2 else None
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c189 emit->ps_true_pos.base.swizzle = TRANSLATE_SWIZZLE(TGSI_SWIZZLE_X, in ps30_input()
208 emit->ps_depth_pos.base.swizzle = TRANSLATE_SWIZZLE(TGSI_SWIZZLE_Z, in ps30_input()
267 emit->input_map[idx].base.swizzle = TRANSLATE_SWIZZLE(TGSI_SWIZZLE_X, in ps30_input()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c697 float base = 1.0f; in rc_get_constant_value() local
704 base = -1.0f; in rc_get_constant_value()
706 return base * in rc_get_constant_value()
/third_party/node/deps/uv/src/unix/
H A Dkqueue.c123 uint64_t base; in uv__io_poll() local
205 base = loop->time; in uv__io_poll()
435 diff = loop->time - base; in uv__io_poll()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java18 import static com.google.common.base.Preconditions.checkArgument;
19 import static com.google.common.base.Preconditions.checkState;
22 import com.google.common.base.CharMatcher;

Completed in 31 milliseconds

1...<<521522523524525526527528529530>>...751