Home
last modified time | relevance | path

Searched defs:conv (Results 76 - 100 of 112) sorted by relevance

12345

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp60 static UConverter* conv = nullptr; variable
/third_party/icu/icu4c/source/io/
H A Duscanf_p.cpp846 UConverter *conv; in u_scanf_string_handler() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c901 UConverter *conv=NULL; in TestAvailableConverters() local
1010 UConverter *conv = 0; in convertFromU() local
1089 UConverter *conv = 0; in convertToU() local
1186 UConverter *conv = 0; testConvertFromU() local
1358 UConverter *conv = 0; testConvertToU() local
[all...]
H A Dnccbtst.c2629 UConverter *conv = 0; in testConvertFromUnicode() local
2825 UConverter *conv = 0; in testConvertToUnicode() local
3020 UConverter *conv = 0; testConvertFromUnicodeWithContext() local
3198 UConverter *conv = 0; testConvertToUnicodeWithContext() local
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp60 static UConverter* conv = NULL; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp426 std::string conv = m_caseDef.typeSize > 4 ? "int64_t" : "int"; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp444 std::string conv = m_caseDef.typeSize > 4 ? "int64_t" : "int"; in initPrograms() local
/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp85 std::unique_ptr<GrFragmentProcessor> conv = in convolve_gaussian_1d() local
134 auto conv = GrMatrixConvolutionEffect::Make(rContext, std::move(srcView), srcBounds, in convolve_gaussian_2d() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c329 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, png_uint_32 value, png_const_bytep gamma_table, double conv) set_value() argument
390 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type, int bit_depth, png_const_bytep gamma_table, double conv, unsigned int *colors, int small) generate_row() argument
820 double conv; write_png() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Duscanf_p.cpp846 UConverter *conv; in u_scanf_string_handler() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp60 static UConverter* conv = NULL; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc449 const FormatConversionSpecImpl &conv; member
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Dhwa742.c169 static void set_format_regs(int conv, int transl, int flags) in set_format_regs() argument
335 int conv, transl; in send_frame_handler() local
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dhwa742.c177 static void set_format_regs(int conv, int transl, int flags) in set_format_regs() argument
343 int conv, transl; in send_frame_handler() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c137 void *conv; in snd_pcm_route_convert1_one() local
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp2350 UConverter* conv = NULL; in ReadAndConvertFile() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc682 EmitTypeConversion(std::ostream& out, const sem::Call* call, const sem::TypeConversion* conv) EmitTypeConversion() argument
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtda1997x.c252 const struct color_matrix_coefs *conv; member
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Damplc_pci230.c1864 unsigned short conv; in pci230_ai_start() local
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtda1997x.c252 const struct color_matrix_coefs *conv; member
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Damplc_pci230.c1862 unsigned short conv; in pci230_ai_start() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1717 BindArgumentsPass(Converter &conv) : conv(conv), sub(NULL) { } in BindArgumentsPass() argument
1720 Converter &conv; member in __anon9287::Converter::BindArgumentsPass
2216 Converter::insertConvergenceOps(BasicBlock *conv, BasicBlock *fork) in insertConvergenceOps() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1381 static void spvc_convert_msl_sampler_ycbcr_conversion(MSLConstexprSampler &samp, const spvc_msl_sampler_ycbcr_conversion *conv) in spvc_convert_msl_sampler_ycbcr_conversion() argument
1446 spvc_compiler_msl_remap_constexpr_sampler_ycbcr(spvc_compiler compiler, spvc_variable_id id, const spvc_msl_constexpr_sampler *sampler, const spvc_msl_sampler_ycbcr_conversion *conv) spvc_compiler_msl_remap_constexpr_sampler_ycbcr() argument
1472 spvc_compiler_msl_remap_constexpr_sampler_by_binding_ycbcr(spvc_compiler compiler, unsigned desc_set, unsigned binding, const spvc_msl_constexpr_sampler *sampler, const spvc_msl_sampler_ycbcr_conversion *conv) spvc_compiler_msl_remap_constexpr_sampler_by_binding_ycbcr() argument
2592 spvc_msl_sampler_ycbcr_conversion_init(spvc_msl_sampler_ycbcr_conversion *conv) spvc_msl_sampler_ycbcr_conversion_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c2720 u16 bias, conv, filt; in b43_nphy_workarounds_rev7plus() local
/kernel/linux/linux-5.10/fs/dlm/
H A Dlock.c2301 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted() local
[all...]

Completed in 70 milliseconds

12345