Home
last modified time | relevance | path

Searched refs:base (Results 2726 - 2750 of 5568) sorted by relevance

1...<<101102103104105106107108109110>>...223

/third_party/python/Tools/scripts/
H A Dbyext.py47 head, base = os.path.split(filename)
48 if ext == base:
/third_party/python/Tools/unicode/
H A Dgenmap_schinese.py126 DBCHAR base;
138 for first, last, base in ranges[1:]:
139 filler.write('{', str(first), ',', str(last), ',', str(base), '},')
/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.cpp54 void (*incRef)(struct android_native_base_t *base);
55 void (*decRef)(struct android_native_base_t *base);
205 // - GraphicBuffer inherits from two base classes, ANativeWindowBuffer and RefBase.
208 // itself to its base class ANativeWindowBuffer. The offset of the ANativeWindowBuffer pointer
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdata.h38 * Includes data for the collation base (root/default), aliased if this is not the base.
57 ce32s(NULL), ces(NULL), contexts(NULL), base(NULL), in CollationData()
186 /** Base collation data, or NULL if this data itself is a base. */
187 const CollationData *base; member
H A Dolsontz.h80 * the raw (base) offset of the rule.
197 * class are quasi-immutable (the base class allows the ID to be
235 * Gets the first time zone transition after the base time.
236 * @param base The base time.
237 * @param inclusive Whether the base time is inclusive or not.
238 * @param result Receives the first transition after the base time.
241 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const;
245 * Gets the most recent time zone transition before the base time.
246 * @param base Th
[all...]
/third_party/skia/src/sksl/
H A DSkSLMemoryLayout.h83 size_t base = vector_alignment(this->size(type.componentType()), type.rows()); in stride() local
84 return this->roundUpIfNeeded(base); in stride()
/third_party/python/Modules/_decimal/tests/
H A Drandfloat.py107 base = 10**-exponent // 2**1075
109 digits = base + random.randrange(-1000, 1000)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPackedVector.h78 using base = PackedVectorBase<T, BitNum, BitVectorTy,
128 return base::getValue(Bits, Idx); in operator []()
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.h227 // Base is used to determine the numeric base of the number to be read,
231 int base = 0);
253 static bool IsZeroUint64String(std::string_view uint64_str, int base);
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js114 fetch('/base/tests/PathOpsOp.json').then((r) => {
173 fetch('/base/tests/PathOpsSimplify.json').then((r) => {
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Ddma-iommu.c99 * @base: Start address of IOVA region for MSI mappings
104 * contiguous IOVA region, starting at @base, large enough to accommodate the
108 int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base) in iommu_get_msi_cookie() argument
125 cookie->msi_iova = base; in iommu_get_msi_cookie()
306 * @base: IOVA at which the mappable address space starts
310 * @base and @size should be exact multiples of IOMMU page granularity to
315 static int iommu_dma_init_domain(struct iommu_domain *domain, dma_addr_t base, u64 size, struct device *dev) in iommu_dma_init_domain() argument
330 base_pfn = max_t(unsigned long, 1, base >> order); in iommu_dma_init_domain()
334 if (base > domain->geometry.aperture_end || base in iommu_dma_init_domain()
387 iommu_dma_reserve_iova(struct device *dev, dma_addr_t base, u64 size) iommu_dma_reserve_iova() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c115 int values, sign, base; in parse_gradient() local
141 base = grad_value[0] + sign; in parse_gradient()
149 b->gradient[i] = base + sign*((int)(scale*curve[i - grad_range[0]])); in parse_gradient()
277 const int base = get_bits(gb, 5); in read_scalefactors() local
290 c->scalefactors[i] += base - sf_weights[i]; in read_scalefactors()
296 const int base = len < 5 ? get_bits(gb, 5) : 0; in read_scalefactors() local
298 c->scalefactors[i] = base + get_bits(gb, len); in read_scalefactors()
330 const int base = get_bits(gb, 5) - (1 << (5 - 1)); in read_scalefactors() local
344 c->scalefactors[i] += base + baseline[i]; in read_scalefactors()
/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp35 * Note that the mse_overshoot entries are scaling factors relative to the base MSE to hit db_limit.
36 * A 20% overshoot is harder to hit for a higher base db_limit, so we may actually use lower ratios
896 unsigned int base = ctxo.manage_compress.get_task_assignment(16, count); in compress_image() local
902 for (unsigned int i = base; i < base + count; i++) in compress_image()
1026 unsigned int base = ctx.manage_avg.get_task_assignment(16, count); in compute_averages() local
1032 for (unsigned int i = base; i < base + count; i++) in compute_averages()
1248 unsigned int base = ctxo->manage_decompress.get_task_assignment(128, count); in astcenc_decompress_image() local
1254 for (unsigned int i = base; in astcenc_decompress_image()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc_1_1.c222 enc->enc_pic.session_init.aligned_picture_width = align(enc->base.width, 64); in radeon_uvd_enc_session_init_hevc()
223 enc->enc_pic.session_init.aligned_picture_height = align(enc->base.height, 16); in radeon_uvd_enc_session_init_hevc()
225 enc->enc_pic.session_init.aligned_picture_width - enc->base.width; in radeon_uvd_enc_session_init_hevc()
227 enc->enc_pic.session_init.aligned_picture_height - enc->base.height; in radeon_uvd_enc_session_init_hevc()
265 align(enc->base.width, 64) / 64 * align(enc->base.height, 64) / 64; in radeon_uvd_enc_slice_control_hevc()
779 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch * align(enc->base.height, 16)); in radeon_uvd_enc_ctx()
781 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch * align(enc->base.height, 16) * 3 / 2); in radeon_uvd_enc_ctx()
783 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch * align(enc->base.height, 16) * 5 / 2); in radeon_uvd_enc_ctx()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c750 v->base.driver_shader = draw_create_vertex_shader(st->draw, &state); in st_create_common_variant()
752 v->base.driver_shader = st_create_nir_shader(st, &state); in st_create_common_variant()
785 v = st_common_variant(v->base.next)) { in st_get_common_variant()
807 v->base.st = key->st; in st_get_common_variant()
817 st_add_variant(&prog->variants, &v->base); in st_get_common_variant()
1061 variant->base.driver_shader = st_create_nir_shader(st, &state); in st_create_fp_variant()
1079 fpv = st_fp_variant(fpv->base.next)) { in st_get_fp_variant()
1109 fpv->base.st = key->st; in st_get_fp_variant()
1111 st_add_variant(&fp->variants, &fpv->base); in st_get_fp_variant()
/third_party/node/deps/v8/src/common/
H A Dglobals.h15 #include "src/base/atomic-utils.h"
16 #include "src/base/build_config.h"
17 #include "src/base/enum-set.h"
18 #include "src/base/flags.h"
19 #include "src/base/logging.h"
20 #include "src/base/macros.h"
26 namespace base { namespace
29 } // namespace base
239 // - 17 decimal digits, see base::kBase10MaximalLength (dtoa.h)
322 using AtomicTagged_t = base
[all...]
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h8 #include "src/base/macros.h"
101 base::Optional<CpuFeature> feature = base::nullopt;
191 AvxHelper<Dst, Arg, Args...>{this, base::Optional<CpuFeature>(SSE3)} \
199 AvxHelper<Dst, Arg, Args...>{this, base::Optional<CpuFeature>(SSSE3)} \
207 AvxHelper<Dst, Arg, Args...>{this, base::Optional<CpuFeature>(SSE4_1)} \
215 AvxHelper<Dst, Arg, Args...>{this, base::Optional<CpuFeature>(SSE4_2)} \
498 base::Optional<CpuFeature> feature = base::nullopt) { in PinsrHelper()
524 // Common base clas
495 PinsrHelper(Assembler* assm, AvxFn<Op> avx, NoAvxFn<Op> noavx, XMMRegister dst, XMMRegister src1, Op src2, uint8_t imm8, uint32_t* load_pc_offset = nullptr, base::Optional<CpuFeature> feature = base::nullopt) PinsrHelper() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc5 #include "src/heap/factory-base.h"
572 return InternalizeString(base::Vector<const uint8_t>(buffer, 2)); in MakeOrFindTwoCharacterString()
575 return InternalizeString(base::Vector<const uint16_t>(buffer, 2)); in MakeOrFindTwoCharacterString()
607 const base::Vector<const uint8_t>& string, bool convert_encoding) { in InternalizeString()
615 const base::Vector<const uint16_t>& string, bool convert_encoding) { in InternalizeString()
623 const base::Vector<const uint8_t>& str, uint32_t raw_hash_field) { in NewOneByteInternalizedString()
636 const base::Vector<const base::uc16>& str, uint32_t raw_hash_field) { in NewTwoByteInternalizedString()
643 str.begin(), str.length() * base::kUC16Size); in NewTwoByteInternalizedString()
771 base in NewConsString()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc9 #include "src/base/platform/mutex.h"
185 base::SharedMutexGuard<base::kExclusive> mutex_guard( in ReconfigureToDataField()
237 base::SharedMutexGuard<base::kExclusive> mutex_guard( in ReconfigureElementsKind()
264 base::SharedMutexGuard<base::kExclusive> mutex_guard( in Update()
342 base::Optional<Map> MapUpdater::TryUpdateNoLock(Isolate* isolate, Map old_map, in TryUpdateNoLock()
460 base::SharedMutexGuard<base in CompleteInobjectSlackTracking()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c656 if (dd_screen(dctx->base.screen)->dump_mode == DD_DUMP_ALL_CALLS) { in dd_context_destroy()
657 FILE *f = dd_get_file_stream(dd_screen(dctx->base.screen), 0); in dd_context_destroy()
856 dctx->base.priv = pipe->priv; /* expose wrapped priv data */ in dd_context_create()
857 dctx->base.screen = &dscreen->base; in dd_context_create()
858 dctx->base.stream_uploader = pipe->stream_uploader; in dd_context_create()
859 dctx->base.const_uploader = pipe->const_uploader; in dd_context_create()
861 dctx->base.destroy = dd_context_destroy; in dd_context_create()
967 return &dctx->base; in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c51 /* regid: base const register
223 if (view->base.texture) { in emit_textures()
224 struct fd_resource *rsc = fd_resource(view->base.texture); in emit_textures()
225 if (view->base.format == PIPE_FORMAT_X32_S8X24_UINT) in emit_textures()
250 if (view->base.texture) { in emit_textures()
251 struct fd_resource *rsc = fd_resource(view->base.texture); in emit_textures()
276 if (util_format_is_pure_integer(view->base.format)) { in emit_textures()
278 switch (fd4_pipe2tex(view->base.format)) { in emit_textures()
331 if (view->base.texture) { in emit_textures()
332 struct fd_resource *rsc = fd_resource(view->base in emit_textures()
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c168 struct panfrost_device *dev = pan_device(ctx->base.screen); in panfrost_get_blend()
211 pan_screen(ctx->base.screen)->vtbl.get_blend_shader(dev, in panfrost_get_blend()
394 struct panfrost_device *dev = pan_device(ctx->base.screen); in panfrost_build_key()
503 panfrost_shader_compile(ctx->base.screen, in panfrost_new_variant_locked()
875 struct panfrost_device *dev = pan_device(ctx->base.screen); in panfrost_begin_query()
886 query->rsrc = pipe_buffer_create(ctx->base.screen, in panfrost_begin_query()
951 struct panfrost_device *dev = pan_device(ctx->base.screen); in panfrost_get_query_result()
1008 if (panfrost_get_query_result(&ctx->base, pq, wait, &res)) in panfrost_render_condition_check()
1022 target = &rzalloc(pctx, struct panfrost_streamout_target)->base; in panfrost_create_stream_output_target()
/third_party/python/Lib/test/
H A Dtest_struct.py259 for base in values:
260 for val in -base, base:
359 for base in range(1, 33):
360 # smaller <- largest representable float less than base.
362 while base - delta / 2.0 != base:
364 smaller = base - delta
368 # This failed at base = 2, 4, and 32, with unpacked = 1, 2, and
370 self.assertEqual(base, unpacke
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_utility.h25 * @param base The head of the list to be tested
28 * @return true if entry is a member of base
31 bool kbasep_list_member_of(const struct list_head *base, struct list_head *entry);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_utility.h29 * @param base The head of the list to be tested
32 * @return true if entry is a member of base
35 bool kbasep_list_member_of(const struct list_head *base, struct list_head *entry);

Completed in 31 milliseconds

1...<<101102103104105106107108109110>>...223