Home
last modified time | relevance | path

Searched refs:base (Results 726 - 750 of 5264) sorted by relevance

1...<<21222324252627282930>>...211

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c73 PROV_CIPHER_CTX *ctx = &xctx->base; in aes_xts_init()
117 ossl_cipher_generic_initkey(&ctx->base, kbits, blkbits, ivbits, mode, in aes_xts_newctx()
153 in->base.hw->copyctx(&ret->base, &in->base); in aes_xts_dupctx()
165 || !ctx->base.iv_set in aes_xts_cipher()
183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher()
184 else if (CRYPTO_xts128_encrypt(&ctx->xts, ctx->base.iv, in, out, inl, in aes_xts_cipher()
185 ctx->base.enc)) in aes_xts_cipher()
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvmod.c76 FT_Byte* volatile base; in otv_validate() local
88 base = gdef = gpos = gsub = jstf = math = NULL; in otv_validate()
107 error = otv_load_table( face, TTAG_BASE, &base, &len_base ); in otv_validate()
149 if ( base ) in otv_validate()
151 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT ); in otv_validate()
153 otv_BASE_validate( base, &valid ); in otv_validate()
209 *ot_base = (FT_Bytes)base; in otv_validate()
221 FT_FREE( base ); in otv_validate()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c58 struct pipe_video_codec base; member
194 switch (u_reduce_video_profile(dec->base.profile)) { in profile2stream_type()
222 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); in calc_ctx_size_h264_perf()
223 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h264_perf()
225 unsigned max_references = dec->base.max_references + 1; in calc_ctx_size_h264_perf()
234 switch (dec->base.level) { in calc_ctx_size_h264_perf()
275 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); in calc_ctx_size_h265_main()
276 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT); in calc_ctx_size_h265_main()
278 unsigned max_references = dec->base.max_references + 1; in calc_ctx_size_h265_main()
280 if (dec->base in calc_ctx_size_h265_main()
[all...]
/third_party/gn/src/gn/
H A Dcommand_gen.cc11 #include "base/command_line.h"
12 #include "base/strings/string_number_conversions.h"
13 #include "base/strings/stringprintf.h"
14 #include "base/timer/elapsed_timer.h"
231 OutputString(base::StringPrintf("\n%d generated input errors found.\n", in CheckForInvalidGeneratedInputs()
242 const base::CommandLine* command_line = in RunIdeWriter()
243 base::CommandLine::ForCurrentProcess(); in RunIdeWriter()
245 base::ElapsedTimer timer; in RunIdeWriter()
251 base::Int64ToString(timer.Elapsed().InMilliseconds()) + in RunIdeWriter()
293 base in RunIdeWriter()
[all...]
H A Dcommand_format.cc11 #include "base/command_line.h"
12 #include "base/files/file_util.h"
13 #include "base/json/json_reader.h"
14 #include "base/json/json_writer.h"
15 #include "base/strings/string_split.h"
16 #include "base/strings/string_util.h"
113 return static_cast<int>(base::SplitStringPiece(str, "\n", in CountLines()
114 base::KEEP_WHITESPACE, in CountLines()
115 base::SPLIT_WANT_ALL) in CountLines()
301 TrimWhitespaceASCII(std::string(token.value()), base in TrimAndPrintToken()
[all...]
H A Dcommands.cc10 #include "base/command_line.h"
11 #include "base/environment.h"
12 #include "base/files/file_util.h"
13 #include "base/strings/string_split.h"
14 #include "base/strings/string_util.h"
15 #include "base/strings/utf_string_conversions.h"
16 #include "base/values.h"
206 base::FilePath BuildFileForItem(const Item* item) { in BuildFileForItem()
230 base::ListValue* out) { in PrintTargetsAsBuildfiles()
242 base in PrintTargetsAsLabels()
[all...]
H A Dfile_writer.h13 #include "base/win/scoped_handle.h"
15 #include "base/files/scoped_file.h"
20 namespace base { namespace
25 // limitations of base::WriteFile, i.e.:
27 // - base::WriteFile() doesn't allow multiple writes to the target file.
56 bool Create(const base::FilePath& file_path);
68 base::win::ScopedHandle file_;
71 base::ScopedFD fd_;
H A Dexec_process.h12 namespace base { namespace
15 } // namespace base
19 bool ExecProcess(const base::CommandLine& cmdline,
20 const base::FilePath& startup_dir,
27 const base::FilePath& startup_dir,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c86 struct nouveau_bo *bo = mt->base.bo; in nv50_2d_texture_set()
99 width = u_minify(mt->base.base.width0, level) << mt->ms_x; in nv50_2d_texture_set()
100 height = u_minify(mt->base.base.height0, level) << mt->ms_y; in nv50_2d_texture_set()
101 depth = u_minify(mt->base.base.depth0, level); in nv50_2d_texture_set()
122 PUSH_DATAh(push, mt->base.address + offset); in nv50_2d_texture_set()
123 PUSH_DATA (push, mt->base.address + offset); in nv50_2d_texture_set()
134 PUSH_DATAh(push, mt->base in nv50_2d_texture_set()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c97 so->base = *cso; in v3d_create_rasterizer_state()
139 so->base = *cso; in v3d_create_blend_state()
183 so->base = *cso; in v3d_create_depth_stencil_alpha_state()
940 const struct pipe_sampler_view *cso = &so->base; in create_texture_shader_state_bo()
1045 so->base = *cso; in v3d_create_sampler_view()
1060 v3d_get_format_swizzle(&screen->devinfo, so->base.format); in v3d_create_sampler_view()
1063 pipe_reference_init(&so->base.reference, 1); in v3d_create_sampler_view()
1064 so->base.texture = prsc; in v3d_create_sampler_view()
1065 so->base.context = pctx; in v3d_create_sampler_view()
1070 prsc = &rsc->base; in v3d_create_sampler_view()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h11 #include "src/base/macros.h"
40 base::Optional<Binding<LocalValue>*> binding = base::nullopt) { in VariableAccess()
74 static LocationReference ArrayAccess(VisitResult base, VisitResult offset) { in ArrayAccess() argument
78 result.call_arguments_ = {base, offset}; in ArrayAccess()
143 base::Optional<const Type*> ReferencedType() const { in ReferencedType()
161 return base::nullopt; in ReferencedType()
194 base::Optional<Binding<LocalValue>*> binding() const { in binding()
200 base::Optional<VisitResult> variable_;
201 base
38 VariableAccess( VisitResult variable, base::Optional<Binding<LocalValue>*> binding = base::nullopt) VariableAccess() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc13 #include "src/base/strings.h"
25 constexpr base::uc32 kMaxCodePoint = 0x10ffff;
65 if (static_cast<base::uc32>(special_class[i]) != (range.to() + 1)) { in CompareInverseRanges()
69 if (static_cast<base::uc32>(special_class[i + 1]) != range.from()) { in CompareInverseRanges()
86 if (range.from() != static_cast<base::uc32>(special_class[i]) || in CompareRanges()
87 range.to() != static_cast<base::uc32>(special_class[i + 1] - 1)) { in CompareRanges()
134 UnicodeRangeSplitter::UnicodeRangeSplitter(ZoneList<CharacterRange>* base) { in UnicodeRangeSplitter() argument
143 for (int i = 0; i < base->length(); i++) AddRange(base->at(i)); in UnicodeRangeSplitter()
147 static constexpr base in AddRange()
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp85 d3d12_screen(ctx->base.screen)->dev->CreateConstantBufferView(&cbv_desc, handle.cpu_handle); in fill_cbv_descriptors()
97 struct d3d12_screen *screen = d3d12_screen(ctx->base.screen); in fill_srv_descriptors()
118 struct d3d12_resource *res = d3d12_resource(view->base.texture); in fill_srv_descriptors()
128 if (view->base.texture->target == PIPE_BUFFER) { in fill_srv_descriptors()
129 d3d12_transition_resource_state(ctx, d3d12_resource(view->base.texture), in fill_srv_descriptors()
133 d3d12_transition_subresources_state(ctx, d3d12_resource(view->base.texture), in fill_srv_descriptors()
134 view->base.u.tex.first_level, view->mip_levels, in fill_srv_descriptors()
135 view->base.u.tex.first_layer, view->array_size, in fill_srv_descriptors()
136 d3d12_get_format_start_plane(view->base.format), in fill_srv_descriptors()
137 d3d12_get_format_num_planes(view->base in fill_srv_descriptors()
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c54 dri3_surf->surf.base.Width = width; in egl_dri3_set_drawable_size()
55 dri3_surf->surf.base.Height = height; in egl_dri3_set_drawable_size()
64 return ctx->Resource.Display == dri3_surf->surf.base.Resource.Display; in egl_dri3_in_current_context()
86 return dri2_egl_display(dri2_ctx->base.Resource.Display)->dri_screen; in egl_dri3_get_dri_screen()
93 _EGLDisplay *disp = dri3_surf->surf.base.Resource.Display; in egl_dri3_flush_drawable()
95 dri2_flush_drawable_for_swapbuffers(disp, &dri3_surf->surf.base); in egl_dri3_flush_drawable()
130 dri3_surf->surf.base.SwapInterval = interval; in dri3_set_swap_interval()
167 if (!dri2_init_surface(&dri3_surf->surf.base, disp, type, conf, in dri3_create_surface()
175 dri3_surf->surf.base.Width, dri3_surf->surf.base in dri3_create_surface()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device_memory.c31 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_memory_pool_grow_alloc()
45 vn_object_base_init(&mem->base, VK_OBJECT_TYPE_DEVICE_MEMORY, &dev->base); in vn_device_memory_pool_grow_alloc()
64 dev->renderer, mem->size, mem->base.id, mem->flags, 0, &mem->base_bo); in vn_device_memory_pool_grow_alloc()
85 vn_object_base_fini(&mem->base); in vn_device_memory_pool_grow_alloc()
105 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_memory_pool_unref()
118 vn_object_base_fini(&pool_mem->base); in vn_device_memory_pool_unref()
364 dev->renderer, mem->size, mem->base in vn_device_memory_alloc_generic()
[all...]
H A Dvn_device.h21 struct vn_device_base base; member
47 base.base.base,
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc11 #include "src/base/platform/mutex.h"
12 #include "src/base/platform/time.h"
170 base::MutexGuard lock(&mutex_); in Enqueue()
202 Job* job, const base::MutexGuard& lock) { in WaitForJobIfRunningOnBackground()
264 base::MutexGuard lock(&mutex_); in FinishNow()
275 base::MutexGuard lock(&mutex_); in FinishNow()
308 base::LockGuard<base::Mutex> lock(&mutex_); in AbortJob()
348 base::MutexGuard lock(&mutex_); in AbortAll()
375 Handle<SharedFunctionInfo> shared, const base in GetJobFor()
387 ScheduleIdleTaskFromAnyThread( const base::MutexGuard&) ScheduleIdleTaskFromAnyThread() argument
545 DeleteJob(Job* job, const base::MutexGuard&) DeleteJob() argument
557 VerifyBackgroundTaskCount(const base::MutexGuard&) VerifyBackgroundTaskCount() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c296 struct lima_screen *screen = lima_screen(ctx->base.screen); in lima_fs_compile_shader()
297 nir_shader *nir = nir_shader_clone(fs, ufs->base.ir.nir); in lima_fs_compile_shader()
329 struct lima_screen *screen = lima_screen(ctx->base.screen); in lima_fs_upload_shader()
347 struct lima_screen *screen = lima_screen(ctx->base.screen); in lima_get_compiled_fs()
414 so->base.type = PIPE_SHADER_IR_NIR; in lima_create_fs_state()
415 so->base.ir.nir = nir; in lima_create_fs_state()
473 ralloc_free(so->base.ir.nir); in lima_delete_fs_state()
483 nir_shader *nir = nir_shader_clone(vs, uvs->base.ir.nir); in lima_vs_compile_shader()
504 struct lima_screen *screen = lima_screen(ctx->base.screen); in lima_vs_upload_shader()
521 struct lima_screen *screen = lima_screen(ctx->base in lima_get_compiled_vs()
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c41 struct vk_pipeline_cache_object base; member
57 container_of(object, struct raw_data_object, base); in raw_data_object_serialize()
82 return data_obj ? &data_obj->base : NULL; in raw_data_object_deserialize()
89 container_of(object, struct raw_data_object, base); in raw_data_object_destroy()
91 vk_free(&data_obj->base.device->alloc, data_obj); in raw_data_object_destroy()
114 vk_pipeline_cache_object_init(device, &data_obj->base, in raw_data_object_create()
287 ops->deserialize(cache->base.device, key_data, key_size, &reader); in vk_pipeline_cache_object_deserialize()
296 assert(object->device == cache->base.device); in vk_pipeline_cache_object_deserialize()
339 struct disk_cache *disk_cache = cache->base.device->physical->disk_cache; in vk_pipeline_cache_lookup_object()
367 container_of(object, struct raw_data_object, base); in vk_pipeline_cache_lookup_object()
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c216 struct pipe_resource *base = &tex->b; in r300_setup_miptree() local
225 util_format_short_name(base->format)); in r300_setup_miptree()
227 for (i = 0; i <= base->last_level; i++) { in r300_setup_miptree()
247 if (base->nr_samples > 1) { in r300_setup_miptree()
248 layer_size *= base->nr_samples; in r300_setup_miptree()
251 if (base->target == PIPE_TEXTURE_CUBE) in r300_setup_miptree()
542 const struct pipe_resource *base) in r300_texture_desc_init()
544 tex->b.target = base->target; in r300_texture_desc_init()
545 tex->b.format = base->format; in r300_texture_desc_init()
546 tex->b.width0 = base in r300_texture_desc_init()
540 r300_texture_desc_init(struct r300_screen *rscreen, struct r300_resource *tex, const struct pipe_resource *base) r300_texture_desc_init() argument
[all...]
/third_party/node/test/fixtures/wpt/common/
H A Dmedia.js3 * @param {string} base - media URL without file extension
6 function getVideoURI(base)
18 return base + extension;
23 * @param {string} base - media URL without file extension
26 function getAudioURI(base)
38 return base + extension;
/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c250 HDF_LOGI("LinuxGpioMatchProbe: find gpio chip(start:%d, count:%u)", chip->base, chip->ngpio); in LinuxGpioMatchProbe()
251 if (chip->base >= LINUX_GPIO_NUM_MAX || (chip->base + chip->ngpio) > LINUX_GPIO_NUM_MAX) { in LinuxGpioMatchProbe()
252 HDF_LOGW("LinuxGpioMatchProbe: chip(base:%d-num:%u) exceed range!", chip->base, chip->ngpio); in LinuxGpioMatchProbe()
263 cntlr->start = (uint16_t)chip->base; in LinuxGpioMatchProbe()
299 HDF_LOGI("LinuxGpioMatchRelease: find gpio chip(start:%d, count:%u)", chip->base, chip->ngpio); in LinuxGpioMatchRelease()
300 if (chip->base >= LINUX_GPIO_NUM_MAX || (chip->base + chip->ngpio) > LINUX_GPIO_NUM_MAX) { in LinuxGpioMatchRelease()
301 HDF_LOGW("LinuxGpioMatchRelease: chip(base in LinuxGpioMatchRelease()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-allocator.h15 #include "src/base/bounded-page-allocator.h"
16 #include "src/base/export-template.h"
17 #include "src/base/macros.h"
18 #include "src/base/platform/mutex.h"
19 #include "src/base/platform/semaphore.h"
108 base::MutexGuard guard(&mutex_); in AddMemoryChunkSafe()
113 base::MutexGuard guard(&mutex_); in GetMemoryChunkSafe()
130 base::Mutex mutex_;
172 // [addr, addr+size) and returns the result as base::AddressRegion. If the
173 // memory is not discardable base
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc16 #include "src/base/platform/platform.h"
71 v8::base::Vector<char> buffer(arr, arraysize(arr)); in fromInteger()
80 v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number); in fromInteger()
82 v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number); in fromInteger()
90 v8::base::OS::SNPrintF(buffer, arraysize(buffer), "%" PRId64 "", number); in fromInteger64()
97 v8::base::Vector<char> buffer(arr, arraysize(arr)); in fromDouble()
165 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%d", number); in appendNumber()
174 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number); in appendNumber()
176 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number); in appendNumber()
186 v8::base in appendUnsignedAsHex()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h82 uint32_t lo = base::AsAtomic32::Acquire_Load(extension_lo()); in extension()
86 uint32_t hi = base::AsAtomic32::Acquire_Load(extension_hi()); in extension()
87 uint32_t verify_lo = base::AsAtomic32::Relaxed_Load(extension_lo()); in extension()
94 return base::AsAtomicPointer::Acquire_Load(extension_location()); in extension()
102 base::AsAtomic32::Relaxed_Store(extension_hi(), in set_extension()
104 base::AsAtomic32::Release_Store(extension_lo(), in set_extension()
107 base::AsAtomic32::Relaxed_Store(extension_lo(), in set_extension()
109 base::AsAtomic32::Release_Store(extension_hi(), 0); in set_extension()
112 base::AsAtomicPointer::Release_Store(extension_location(), extension); in set_extension()
300 void JSTypedArray::SetOffHeapDataPtr(Isolate* isolate, void* base, in SetOffHeapDataPtr() argument
[all...]

Completed in 31 milliseconds

1...<<21222324252627282930>>...211