Home
last modified time | relevance | path

Searched refs:base (Results 3476 - 3500 of 6466) sorted by relevance

1...<<131132133134135136137138139140>>...259

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapper.java5 import static com.google.common.base.Preconditions.checkArgument;
6 import static com.google.common.base.Preconditions.checkNotNull;
7 import static com.google.common.base.Preconditions.checkState;
37 import com.google.common.base.Splitter;
H A DLikelySubtagsBuilder.java5 import com.google.common.base.CharMatcher;
6 import com.google.common.base.Splitter;
24 import static com.google.common.base.Preconditions.*;
25 import static com.google.common.base.Strings.nullToEmpty;
96 /** Alias mappings for base languages and territories. */
100 * only "simple" aliases (between base languages) are mapped.
123 // A simple language alias references only a base language (territory alias are
249 // set the base data in makeTable()
/third_party/lame/mpglib/
H A Dlayer2.c57 static const unsigned char base[3][9] = { in hip_init_tables_layer2() local
78 *itable++ = base[i][l]; in hip_init_tables_layer2()
79 *itable++ = base[i][k]; in hip_init_tables_layer2()
80 *itable++ = base[i][j]; in hip_init_tables_layer2()
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c347 options.ibs[1].base = regval64("CP_IB1_BASE"); in dump_cmdstream()
349 options.ibs[2].base = regval64("CP_IB2_BASE"); in dump_cmdstream()
366 printf("IB1: %" PRIx64 ", %u\n", options.ibs[1].base, options.ibs[1].rem); in dump_cmdstream()
367 printf("IB2: %" PRIx64 ", %u\n", options.ibs[2].base, options.ibs[2].rem); in dump_cmdstream()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c222 stream, ".base%d", in print_instr_name()
223 is_tex(instr) ? instr->cat5.tex_base : instr->cat6.base); in print_instr_name()
319 if (reg->array.base != INVALID_REG) in print_reg_name()
321 reg->array.base >> 2, in print_reg_name()
322 "xyzw"[reg->array.base & 0x3]); in print_reg_name()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c306 unsigned base = agx_index_to_reg(ssa_to_reg, ins->dest[0]); in agx_ra() local
318 .dest = base + (i * width), in agx_ra()
341 unsigned base = agx_index_to_reg(ssa_to_reg, ins->src[0]); in agx_ra() local
354 .src = base + (i * width), in agx_ra()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h378 shader_info base; member
490 struct util_live_shader base; member
774 uint64_t vs_output_param_mask; /* which params to export, indexed by "base" */
840 struct si_pm4_state pm4; /* base class */
1041 !shader->selector->info.base.vs.blit_sgprs_amd && in gfx10_edgeflags_have_effect()
1064 return shader->selector->info.base.fs.uses_discard || in si_shader_uses_discard()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c290 vk_object_base_init(&device->vk, &buffer->base, VK_OBJECT_TYPE_BUFFER); in lvp_CreateBuffer()
341 vk_object_base_finish(&buffer->base); in lvp_DestroyBuffer()
382 vk_object_base_init(&device->vk, &view->base, in lvp_CreateBufferView()
403 vk_object_base_finish(&view->base); in lvp_DestroyBufferView()
/third_party/node/lib/internal/assert/
H A Dassertion_error.js367 let base = kReadableOperator[operator];
375 base = kReadableOperator.notStrictEqualObject;
389 super(`${base}${res[0].length > 5 ? '\n\n' : ' '}${res[0]}`);
391 super(`${base}\n\n${ArrayPrototypeJoin(res, '\n')}\n`);
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c17 extern int je_iterate(uintptr_t base, size_t size,
495 int malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg) in malloc_iterate() argument
498 return je_iterate(base, size, callback, arg); in malloc_iterate()
/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c75 #define LADDR(p, v) (void *)((p)->base + (v))
156 size_t base = (size_t)pldso->base; in is_addr_in_ldso() local
159 if (a - base - ph->p_vaddr < ph->p_memsz) in is_addr_in_ldso()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c15 extern int je_iterate(uintptr_t base, size_t size,
488 int malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg) in malloc_iterate() argument
491 return je_iterate(base, size, callback, arg); in malloc_iterate()
/third_party/mesa3d/src/intel/ds/
H A Dintel_driver_ds.cc158 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp()
208 packet->set_timestamp(perfetto::base::GetBootTimeNs().count()); in send_descriptors()
449 return perfetto::base::GetBootTimeNs().count(); in intel_ds_begin_submit()
462 uint64_t end_ts = perfetto::base::GetBootTimeNs().count(); in intel_ds_end_submit()
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py126 base = '__glXDisp'
128 base = '__glXDispSwap'
131 print 'void %s_%s(GLbyte * pc)' % (base, name)
133 print 'int %s_%s(__GLXclientState *cl, GLbyte *pc)' % (base, name)
247 # If any parameter has a 64-bit base type, then we
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c435 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_feedback_cmd_pools_init()
481 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_feedback_cmd_pools_fini()
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.h8 #include "src/base/compiler-specific.h"
9 #include "src/base/flags.h"
168 using TypeField = base::BitField<LocationType, 0, 1>;
251 using Flags = base::Flags<Flag>;
478 mutable base::Optional<size_t> gp_param_count_;
479 mutable base::Optional<size_t> fp_param_count_;
/third_party/node/deps/v8/include/
H A Dv8-internal.h202 // base shifted to the left. This way, it is guaranteed that the offset is
557 internal::Address base = in ReadTaggedPointerField() local
559 return base + static_cast<internal::Address>(static_cast<uintptr_t>(value)); in ReadTaggedPointerField()
617 internal::Address base = in DecompressTaggedAnyField() local
619 return base + static_cast<internal::Address>(static_cast<uintptr_t>(value)); in DecompressTaggedAnyField()
649 // A base class for backing stores, which is needed due to vagaries of
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc235 base::ScopedVector<Handle<Object>> argv(argc); in SliceHelper()
329 base::Relaxed_Memcpy(reinterpret_cast<base::Atomic8*>(to_data), in SliceHelper()
330 reinterpret_cast<base::Atomic8*>(from_data), in SliceHelper()
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.cc7 #include "src/base/vlq.h"
86 base::VLQEncodeUnsigned( in WriteLongPCJump()
203 uint32_t pc_jump = base::VLQDecodeUnsigned([this] { return *--pos_; }); in AdvanceReadLongPCJump()
293 RelocIterator::RelocIterator(base::Vector<byte> instructions, in RelocIterator()
294 base::Vector<const byte> reloc_info, in RelocIterator()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc8 #include "src/base/platform/time.h"
145 if (semaphore_.WaitFor(base::TimeDelta::FromMilliseconds(500))) { in Suspend()
672 v8::base::MutexGuard guard(&mutex_); in SetStatus()
686 v8::base::MutexGuard guard(&mutex_); in GetCallStack()
692 v8::base::MutexGuard guard(&mutex_); in GetCurrentPc()
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc14 #include "src/base/functional.h"
133 : constants_map_(16, base::KeyEqualityMatcher<intptr_t>(), in ConstantArrayBuilder()
194 base::bits::IsPowerOfTwo(static_cast<uint32_t>(array_index))); in ToFixedArray()
253 static_cast<uint32_t>(base::hash_value(bigint.c_str())), in Insert()
261 static_cast<uint32_t>(base::hash_value(scope)), in Insert()
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.cc10 #include "src/base/sanitizer/asan.h"
11 #include "src/base/sanitizer/msan.h"
162 base::TimeDelta sampling_interval) { in Init()
203 timestamp = base::TimeTicks::Now(); in Init()
334 i::Address bytecode_array = base::Memory<i::Address>( in GetStackSample()
336 i::Address bytecode_offset = base::Memory<i::Address>( in GetStackSample()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc45 base::Optional<ParseResult> Rule::RunAction(const Item* completed_item, in RunAction()
50 base::Optional<ParseResult> child_result = in RunAction()
189 std::unordered_set<Item, base::hash<Item>>* processed) { in RunEarleyAlgorithm()
199 base::hash<std::pair<size_t, Symbol*>>> in RunEarleyAlgorithm()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c92 hq->period->start = get_sample(batch, ring, hq->base.type);
107 hq->period->end = get_sample(batch, ring, hq->base.type);
283 q = &hq->base; in fd_hw_create_query()
307 struct pipe_screen *pscreen = &batch->ctx->screen->base; in fd_hw_sample_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c56 struct lima_screen *screen = lima_screen(ctx->base.screen); in lima_pack_blit_cmd()
277 _mesa_hash_table_insert(ctx->write_jobs, &dst_res->base, job); in lima_do_blit()
297 info->dst.box.width == lima_dst_surf->base.width && in lima_do_blit()
298 info->dst.box.height == lima_dst_surf->base.height) in lima_do_blit()

Completed in 24 milliseconds

1...<<131132133134135136137138139140>>...259