Home
last modified time | relevance | path

Searched refs:base (Results 3801 - 3825 of 5568) sorted by relevance

1...<<151152153154155156157158159160>>...223

/third_party/ffmpeg/libavcodec/
H A Daacsbr.c57 float base, prod; in make_bands() local
59 base = powf((float)stop / start, 1.0f / num_bands); in make_bands()
64 prod *= base; in make_bands()
/third_party/elfutils/libdwfl/
H A DlibdwflP.h560 extern bool __libdwfl_elf_address_range (Elf *elf, GElf_Addr base,
572 Elf *elf, GElf_Addr base,
675 const char *name, Dwarf_Addr base,
/third_party/ffmpeg/libavfilter/
H A Dvf_psnr.c75 static inline unsigned pow_2(unsigned base) in pow_2() argument
77 return base*base; in pow_2()
/third_party/gn/src/gn/
H A Dheader_checker_unittest.cc60 return base::MakeRefCounted<HeaderChecker>( in CreateChecker()
366 using base::FilePath; in TEST_F()
425 using base::FilePath; in TEST_F()
/third_party/libuv/src/unix/
H A Dsunos.c155 uint64_t base; in uv__io_poll() local
201 base = loop->time; in uv__io_poll()
364 diff = loop->time - base; in uv__io_poll()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c142 context->desc.vidproc.base.input_format = src->buffer_format; in vlVaVidEngineBlit()
143 context->desc.vidproc.base.output_format = dst->buffer_format; in vlVaVidEngineBlit()
173 &context->desc.base); in vlVaVidEngineBlit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_2_0.c394 if (enc->base.profile == PIPE_VIDEO_PROFILE_HEVC_MAIN_10) { in radeon_enc_input_format()
417 if (enc->base.profile == PIPE_VIDEO_PROFILE_HEVC_MAIN_10) { in radeon_enc_output_format()
458 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_2_0_init()
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py561 base = basename(name)
562 if not base in SourceProcessor.IGNORE_TABS:
566 if not base in SourceProcessor.IGNORE_COPYRIGHTS and \
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c201 uint32_t base = nir_intrinsic_base(intrin); in lower_load_push_constant()
204 data->size = MAX2(base + range, data->size); in lower_load_push_constant()
224 nir_iadd_imm(builder, offset, base), in lower_load_push_constant()
610 // base zero before spirv_to_dxil was called. Therefore, we can zero out in dxil_spirv_nir_passes()
611 // base/firstVertex/Instance. in dxil_spirv_nir_passes()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.cc54 base::MutexGuard guard(&module()->type_feedback.mutex); in GetCallCount()
117 base::Vector<const byte> function_bytes = wire_bytes_->GetCode(inlinee->code); in ReduceCall()
169 base::Vector<const byte> function_bytes = in Finalize()
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc39 #include "src/base/platform/mutex.h"
429 v8::base::Mutex m_mutex;
438 v8::base::MutexGuard lock(&m_cancelToken->m_mutex); in ~EvaluateScope()
452 v8::base::MutexGuard lock(&m_token->m_mutex);
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc391 base::WriteUnalignedValue<uint16_t>( in PatchJumpWith16BitOperand()
401 base::WriteUnalignedValue<uint16_t>( in PatchJumpWith16BitOperand()
416 base::WriteUnalignedValue<uint32_t>(reinterpret_cast<Address>(operand_bytes), in PatchJumpWith32BitOperand()
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc9 #include "src/base/vector.h"
350 const char* ProfilerListener::GetName(base::Vector<const char> name) { in GetName()
352 base::OwnedVector<char> null_terminated = in GetName()
353 base::OwnedVector<char>::New(name.size() + 1); in GetName()
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc17 base::Optional<Stack<std::string>> CCGenerator::EmitGraph( in EmitGraph()
38 base::Optional<Stack<std::string>> result; in EmitGraph()
347 out() << " base::OS::DebugBreak();\n"; in EmitInstruction()
431 stream << "base::BitField<" in GetBitFieldSpecialization()
452 base::Optional<const Type*> smi_tagged_type = in EmitInstruction()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c536 struct pipe_context *pctx = &ctx->base; in fd_context_setup_common_vbos()
578 struct pipe_context *pctx = &ctx->base; in fd_context_cleanup_common_vbos()
629 pctx = &ctx->base;
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c330 util_range_add(&res->base.b, &res->valid_buffer_range, box->x, box->x + box->width); in clear_color()
566 &z_res->base.b, aux_usage, level, true); in clear_depth_stencil()
576 &stencil_surf, &stencil_res->base.b, in clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc_h264.cpp555 DXGI_FORMAT targetFmt = d3d12_convert_pipe_video_profile_to_dxgi_format(pD3D12Enc->base.profile);
592 auto targetProfile = d3d12_video_encoder_convert_profile_to_d3d12_enc_profile_h264(pD3D12Enc->base.profile);
599 auto targetLevel = d3d12_video_encoder_convert_level_h264(pD3D12Enc->base.level);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_perfcounter.c86 unsigned base; member
212 uint32_t value = results[counter->base + j * counter->stride]; in r600_pc_query_add_result()
410 counter->base = group->result_base + j; in r600_create_batch_query()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c155 uint64_t base; in uv__io_poll() local
201 base = loop->time; in uv__io_poll()
362 diff = loop->time - base; in uv__io_poll()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java18 import static com.google.common.base.Preconditions.checkArgument;
19 import static com.google.common.base.Preconditions.checkNotNull;
30 import com.google.common.base.CharMatcher;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java18 import static com.google.common.base.Preconditions.checkArgument;
19 import static com.google.common.base.Preconditions.checkNotNull;
20 import static com.google.common.base.Preconditions.checkState;
/third_party/python/Lib/importlib/metadata/
H A D__init__.py828 base = os.path.basename(path.root).lower()
829 base_is_egg = base.endswith(".egg")
841 name = base.rpartition(".")[0].partition("-")[0]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp78 int intPow (int base, int exp) in intPow() argument
85 const int sub = intPow(base, exp/2); in intPow()
89 return sub*sub*base; in intPow()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp129 // instruction via its opcode, 'opc', a base instruction 'base' that has a in ForEachInstructionWithInstructionDescriptor()
131 // should skip when searching from 'base' for the desired instruction. in ForEachInstructionWithInstructionDescriptor()
133 // itself as 'base', and a skip-count of 0.) in ForEachInstructionWithInstructionDescriptor()
136 // The initial base instruction is the block label. in ForEachInstructionWithInstructionDescriptor()
137 uint32_t base = block->id(); in ForEachInstructionWithInstructionDescriptor() local
140 // base instruction. in ForEachInstructionWithInstructionDescriptor()
144 // only necessary to consider it as a base in case the first instruction in ForEachInstructionWithInstructionDescriptor()
149 // instruction as its own base, and clear the skip counts we have in ForEachInstructionWithInstructionDescriptor()
151 base in ForEachInstructionWithInstructionDescriptor()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp129 // instruction via its opcode, 'opc', a base instruction 'base' that has a in ForEachInstructionWithInstructionDescriptor()
131 // should skip when searching from 'base' for the desired instruction. in ForEachInstructionWithInstructionDescriptor()
133 // itself as 'base', and a skip-count of 0.) in ForEachInstructionWithInstructionDescriptor()
136 // The initial base instruction is the block label. in ForEachInstructionWithInstructionDescriptor()
137 uint32_t base = block->id(); in ForEachInstructionWithInstructionDescriptor() local
140 // base instruction. in ForEachInstructionWithInstructionDescriptor()
144 // only necessary to consider it as a base in case the first instruction in ForEachInstructionWithInstructionDescriptor()
149 // instruction as its own base, and clear the skip counts we have in ForEachInstructionWithInstructionDescriptor()
151 base in ForEachInstructionWithInstructionDescriptor()
[all...]

Completed in 29 milliseconds

1...<<151152153154155156157158159160>>...223