Home
last modified time | relevance | path

Searched refs:base (Results 11726 - 11750 of 17500) sorted by relevance

1...<<461462463464465466467468469470>>...700

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationData.java29 * Includes data for the collation base (root/default), aliased if this is not the base.
124 d = base; in getSingleCE()
125 ce32 = base.getCE32(c); in getSingleCE()
498 /** Base collation data, or null if this data itself is a base. */
499 public CollationData base; field in CollationData
/third_party/icu/icu4c/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/libuv/src/unix/
H A Dkqueue.c144 uint64_t base; in uv__io_poll() local
227 base = loop->time; in uv__io_poll()
432 diff = loop->time - base; in uv__io_poll()
/third_party/libuv/test/
H A Dtest-tty.c151 buf->base = malloc(size); in tty_raw_alloc()
158 ASSERT_EQ(buf->base[0], ' '); in tty_raw_read()
251 bufs[0].base = &dummy[0]; in TEST_IMPL()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_constant_folding.c238 unsigned base = nir_intrinsic_base(intrin); in try_fold_intrinsic() local
240 assert(base + range <= b->shader->constant_data_size); in try_fold_intrinsic()
250 uint8_t *data = (uint8_t*)b->shader->constant_data + base; in try_fold_intrinsic()
H A Dnir_lower_clip.c106 .base = out->data.driver_location, in store_clipdist_output()
128 .base = in->data.driver_location, in load_clipdist_input()
134 .base = in->data.driver_location, in load_clipdist_input()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_job.c69 &rsc->separate_stencil->base); in v3d_job_free()
352 &rsc->separate_stencil->base, in v3d_get_job()
356 &rsc->separate_stencil->base, in v3d_get_job()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dcontext.c330 context->desc.base.profile = config->profile; in vlVaCreateContext()
331 context->desc.base.entry_point = config->entrypoint; in vlVaCreateContext()
372 if (context->desc.base.entry_point == PIPE_VIDEO_ENTRYPOINT_ENCODE) { in vlVaDestroyContext()
/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_;

Completed in 35 milliseconds

1...<<461462463464465466467468469470>>...700