Home
last modified time | relevance | path

Searched refs:base (Results 2926 - 2950 of 5568) sorted by relevance

1...<<111112113114115116117118119120>>...223

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_cast.h14 PROV_CIPHER_CTX base; /* Must be first */ member
H A Dcipher_idea.h14 PROV_CIPHER_CTX base; /* Must be first */ member
H A Dcipher_blowfish.h14 PROV_CIPHER_CTX base; /* Must be first */ member
H A Dcipher_des.h16 PROV_CIPHER_CTX base; /* Must be first */ member
H A Dcipher_rc5.h14 PROV_CIPHER_CTX base; /* Must be first */ member
H A Dcipher_seed.h14 PROV_CIPHER_CTX base; /* Must be first */ member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnounit.h38 * Returns an instance for the base unit (dimensionless and no scaling).
47 static inline MeasureUnit U_EXPORT2 base() { in base() function
52 * Returns an instance for percent, or 1/100 of a base unit.
66 * Returns an instance for permille, or 1/1000 of a base unit.
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-number.hh35 bool whole_buffer = false, int base = 10);
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c3087 FT_ULong base = TT_NEXT_UINT24( defp ); in FT_CALLBACK_DEF() local
3091 if ( base + cnt >= 0x110000UL ) /* end of Unicode */ in FT_CALLBACK_DEF()
3094 if ( base < lastBase ) in FT_CALLBACK_DEF()
3097 lastBase = base + cnt + 1U; in FT_CALLBACK_DEF()
3183 tt_cmap14_char_map_def_binary( FT_Byte *base, in tt_cmap14_char_map_def_binary() argument
3186 FT_UInt32 numRanges = TT_PEEK_ULONG( base ); in tt_cmap14_char_map_def_binary()
3193 base += 4; in tt_cmap14_char_map_def_binary()
3199 FT_Byte* p = base + 4 * mid; in tt_cmap14_char_map_def_binary()
3217 tt_cmap14_char_map_nondef_binary( FT_Byte *base, in tt_cmap14_char_map_nondef_binary() argument
3220 FT_UInt32 numMappings = TT_PEEK_ULONG( base ); in tt_cmap14_char_map_nondef_binary()
3250 tt_cmap14_find_variant( FT_Byte *base, FT_UInt32 variantCode ) tt_cmap14_find_variant() argument
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc16 #include "src/base/bits.h"
17 #include "src/base/lazy-instance.h"
18 #include "src/base/platform/platform.h"
19 #include "src/base/platform/wrappers.h"
20 #include "src/base/vector.h"
345 v8::base::EmbeddedVector<char, 256> buffer; in Debug()
537 v8::base::EmbeddedVector<char, 256> buffer; in Debug()
581 v8::base::OS::DebugBreak(); in Debug()
666 v8::base::EmbeddedVector<char, 256> buffer; in Debug()
789 void Simulator::FlushICache(base
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c392 * necessary prior to changing the surface state base address. We've in flush_before_state_base_change()
394 * command buffers which clear depth, reset state base address, and then in flush_before_state_base_change()
420 /* After re-setting the surface state base address, we have to do some in flush_after_state_base_change()
700 /* We program most base addresses once at context initialization time. in init_state_base_address()
701 * Each base address points at a 4GB memory zone, and never needs to in init_state_base_address()
887 struct pipe_screen *pscreen = &batch->screen->base; in upload_pixel_hashing_tables()
2266 if (tex && tex->res->base.b.target == PIPE_TEXTURE_3D) in iris_upload_sampler_states()
2357 * and base data type for elements, as specified in Table X.1. The in fill_buffer_surface_state()
2542 /* initialize base object */ in iris_create_sampler_view()
2543 isv->base in iris_create_sampler_view()
[all...]
/third_party/ffmpeg/fftools/
H A Dcmdutils.c825 const char *base[3] = { env_ffmpeg_datadir, in get_preset_file() local
835 base[2] = NULL; in get_preset_file()
857 base[2] = datadir; in get_preset_file()
863 if (!base[i]) in get_preset_file()
865 snprintf(filename, filename_size, "%s%s/%s.ffpreset", base[i], in get_preset_file()
871 base[i], i != 1 ? "" : "/.ffmpeg", codec_name, in get_preset_file()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.h331 TIntermTyped* handleBracketDereference(const TSourceLoc&, TIntermTyped* base, TIntermTyped* index);
332 void handleIndexLimits(const TSourceLoc&, TIntermTyped* base, TIntermTyped* index);
338 void handleIoResizeArrayAccess(const TSourceLoc&, TIntermTyped* base);
345 TIntermTyped* handleDotDereference(const TSourceLoc&, TIntermTyped* base, const TString& field);
346 TIntermTyped* handleDotSwizzle(const TSourceLoc&, TIntermTyped* base, const TString& field);
347 void blockMemberExtensionCheck(const TSourceLoc&, const TIntermTyped* base, int member, const TString& memberName);
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h576 ASTCENC_SIMD_INLINE vint8 gatheri(const int* base, vint8 indices) in gatheri() argument
578 return vint8(_mm256_i32gather_epi32(base, indices.m, 4)); in gatheri()
977 ASTCENC_SIMD_INLINE vfloat8 gatherf(const float* base, vint8 indices) in gatherf() argument
979 return vfloat8(_mm256_i32gather_ps(base, indices.m, 4)); in gatherf()
1163 ASTCENC_SIMD_INLINE void store_lanes_masked(uint8_t* base, vint8 data, vmask8 mask) in store_lanes_masked() argument
1165 _mm256_maskstore_epi32(reinterpret_cast<int*>(base), _mm256_castps_si256(mask.m), data.m); in store_lanes_masked()
/third_party/PyYAML/lib/yaml/
H A Dconstructor.py256 base = 1
259 value += digit*base
260 base *= 60
285 base = 1
288 value += digit*base
289 base *= 60
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp296 d = data->base; in appendCEsFromCE32()
419 // fall back to the base data in appendCEsFromCE32()
420 d = d->base; in appendCEsFromCE32()
671 d = data->base; in nextCE32FromDiscontiguousContraction()
699 ce32 = data->base->getCE32(c); in appendNumericCEs()
715 ce32 = data->base->getCE32(c); in appendNumericCEs()
859 d = data->base; in previousCE()
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c524 struct radix_sort_vk_ext_base * const base = ext_next; in radix_sort_vk_sort_devaddr() local
526 switch (base->type) in radix_sort_vk_sort_devaddr()
534 ext_next = base->ext; in radix_sort_vk_sort_devaddr()
851 struct radix_sort_vk_ext_base * const base = ext_next; in radix_sort_vk_sort_indirect_devaddr() local
853 switch (base->type) in radix_sort_vk_sort_indirect_devaddr()
861 ext_next = base->ext; in radix_sort_vk_sort_indirect_devaddr()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c75 unsigned tcs_out_vertices = info->base.tess.tcs_vertices_out; in get_tcs_out_patch_stride()
99 ctx->shader->selector ? ctx->shader->selector->info.base.tess.tcs_vertices_out in si_get_num_tcs_out_vertices()
414 LLVMValueRef buf, base, inner_vec, outer_vec, tf_outer_offset; in si_write_tess_factors() local
419 base = ac_get_arg(&ctx->ac, ctx->args.tess_offchip_offset); in si_write_tess_factors()
428 base, ac_glc); in si_write_tess_factors()
436 tf_inner_offset, base, ac_glc); in si_write_tess_factors()
H A Dsi_shader_llvm_gs.c126 switch (ctx->shader->selector->info.base.gs.output_primitive) { in si_llvm_gs_build_end()
197 LLVMConstInt(ctx->ac.i32, shader->selector->info.base.gs.vertices_out, 0), ""); in si_llvm_emit_vertex()
199 bool use_kill = !info->base.writes_memory; in si_llvm_emit_vertex()
215 LLVMConstInt(ctx->ac.i32, offset * shader->selector->info.base.gs.vertices_out, 0); in si_llvm_emit_vertex()
334 stride = 4 * num_components * sel->info.base.gs.vertices_out; in si_preload_gs_rings()
489 LLVMConstInt(ctx.ac.i32, offset * gs_selector->info.base.gs.vertices_out * 16 * 4, 0); in si_generate_gs_copy_shader()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c323 vk_object_base_init(&device->vk, &set->base, in lvp_descriptor_set_create()
355 vk_object_base_finish(&set->base); in lvp_descriptor_set_destroy()
558 vk_object_base_init(&device->vk, &pool->base, in lvp_CreateDescriptorPool()
589 vk_object_base_finish(&pool->base); in lvp_DestroyDescriptorPool()
628 vk_object_base_init(&device->vk, &templ->base, in lvp_CreateDescriptorUpdateTemplate()
657 vk_object_base_finish(&templ->base); in lvp_descriptor_template_destroy()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h94 // A pointer to the base generator instance.
222 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() argument
224 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
239 // Having the same base generator guarantees that the other
309 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() argument
311 : base_(base), iterator_(iterator) {} in Iterator()
336 // Having the same base generator guarantees that the other
410 // TestMetaFactoryBase is a base class for meta-factories that create
497 // Test case base name for display purposes.
505 // test_suite_name is the base nam
774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp296 d = data->base; in appendCEsFromCE32()
419 // fall back to the base data in appendCEsFromCE32()
420 d = d->base; in appendCEsFromCE32()
671 d = data->base; in nextCE32FromDiscontiguousContraction()
699 ce32 = data->base->getCE32(c); in appendNumericCEs()
715 ce32 = data->base->getCE32(c); in appendNumericCEs()
859 d = data->base; in previousCE()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.cpp332 int base = 0; in mkClobber() local
334 for (; rMask; rMask >>= 4, base += 4) { in mkClobber()
346 reg->reg.data.id = base + base1; in mkClobber()
352 reg->reg.data.id = base + base2; in mkClobber()
501 uint32_t base, int len, int vecDim, int eltSize,
506 this->baseAddr = base;
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc105 int base = emitted_label_.pos(); in EmitSharedEntries() local
106 DCHECK_GT(base, 0); in EmitSharedEntries()
110 int offset = assm->pc_offset() - base; in EmitSharedEntries()
133 int base = emitted_label_.pos(); in EmitGroup() local
134 DCHECK_GT(base, 0); in EmitGroup()
161 offset = assm->pc_offset() - base; in EmitGroup()
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc578 const LazyNode<Context>& context, TNode<Object> base, in Generate_ExponentiateWithFeedback()
582 auto smiFunction = [=](TNode<Smi> base, TNode<Smi> exponent, in Generate_ExponentiateWithFeedback()
586 Float64Pow(SmiToFloat64(base), SmiToFloat64(exponent))); in Generate_ExponentiateWithFeedback()
588 auto floatFunction = [=](TNode<Float64T> base, TNode<Float64T> exponent) { in Generate_ExponentiateWithFeedback()
589 return Float64Pow(base, exponent); in Generate_ExponentiateWithFeedback()
592 context, base, exponent, slot_id, maybe_feedback_vector, smiFunction, in Generate_ExponentiateWithFeedback()
577 Generate_ExponentiateWithFeedback( const LazyNode<Context>& context, TNode<Object> base, TNode<Object> exponent, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ExponentiateWithFeedback() argument

Completed in 38 milliseconds

1...<<111112113114115116117118119120>>...223