Home
last modified time | relevance | path

Searched defs:conv (Results 1 - 25 of 112) sorted by relevance

12345

/third_party/rust/crates/rustix/src/backend/libc/
H A Dmod.rs18 mod conv; modules
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_64bit_intrin.c63 nir_ssa_def *conv = nir_u2u64(b, &intr->dest.ssa); in nir_lower_64bit_intrin_instr() local
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dmod.rs19 mod conv; modules
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_debuglink.c79 Elf_Data conv = in dwelf_elf_gnu_debuglink() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dnir_fuse_io_16.c96 nir_ssa_def *conv = nir_f2f32(&b, &intr->dest.ssa); in nir_fuse_io_16() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_utils_test.cc32 UConverter* conv = TestUtils::GetEncoder("utf8"); in TestEncoding() local
H A Dtest_utils.cc76 UConverter* conv = ucnv_open(charset_name, &status); in GetEncoder() local
/third_party/icu/tools/colprobe/
H A Dlongname.cpp14 UConverter *conv = ucnv_open("utf8", &status); in main() local
/third_party/icu/icu4c/source/i18n/
H A Dcsmatch.cpp63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcsmatch.cpp63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsmatch.cpp63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
/third_party/toybox/scripts/
H A Dmkstatus.py51 conv = [("posix", '<a href="http://pubs.opengroup.org/onlinepubs/9699919799/utilities/%s.html">%%s</a>', "[%s]"), variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg_test.cc114 FormatConversionSpecImpl conv; in TEST_F() local
117 FormatConversionSpecImplFriend::SetFlags(Flags(), &conv); in TEST_F() local
H A Dchecker_test.cc26 std::string ConvToString(FormatConversionCharSet conv) { in ConvToString() argument
41 FormatConversionCharSet conv = ArgumentToConv<std::string>(); in TEST() local
[all...]
H A Dparser.cc81 bool CheckFastPathSetting(const UnboundConversion& conv) { in CheckFastPathSetting() argument
101 ConsumeConversion(const char *pos, const char *const end, UnboundConversion *conv, int *next_arg) ConsumeConversion() argument
261 ConsumeUnboundConversion(const char *p, const char *end, UnboundConversion *conv, int *next_arg) ConsumeUnboundConversion() argument
323 auto &conv = item.conv; MatchesConversions() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dmsl_ycbcr_conversion_test.cpp82 spvc_msl_sampler_ycbcr_conversion conv; in main() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cf.c128 try_conversion_folding(struct ir3_instruction *conv) in try_conversion_folding() argument
/third_party/node/src/
H A Dnode_i18n.h79 UConverter* conv() const { return conv_.get(); } in conv() function in node::i18n::Converter
/third_party/ffmpeg/libavcodec/
H A Dlibvorbisdec.c134 static inline int conv(int samples, float **pcm, char *buf, int channels) { in conv() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_convert_alu_types.c29 try_simplify_convert_intrin(nir_intrinsic_instr *conv) in try_simplify_convert_intrin() argument
54 lower_convert_alu_types_instr(nir_builder *b, nir_intrinsic_instr *conv) in lower_convert_alu_types_instr() argument
83 nir_intrinsic_instr *conv = nir_instr_as_intrinsic(instr); opt_simplify_convert_alu_types_impl() local
135 nir_intrinsic_instr *conv = nir_instr_as_intrinsic(instr); lower_convert_alu_types_impl() local
172 is_constant(nir_intrinsic_instr *conv) is_constant() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c63 } conv[] = { in varying_format() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp176 const struct lconv *conv = localeconv(); in init() local
181 const struct lconv *conv = localeconv(); in init() local
/kernel/linux/linux-6.6/fs/smb/server/
H A Dmisc.c316 char *conv; in ksmbd_convert_dir_info_name() local
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H A Dccs-reg-access.c178 __ccs_read_addr(struct ccs_sensor *sensor, u32 reg, u32 *val, bool only8, bool conv) __ccs_read_addr() argument
250 ccs_read_addr_raw(struct ccs_sensor *sensor, u32 reg, u32 *val, bool force8, bool quirk, bool conv, bool data) ccs_read_addr_raw() argument
/third_party/ffmpeg/libavresample/
H A Daudio_convert.c70 ff_audio_convert_set_func(AudioConvert *ac, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels, int ptr_align, int samples_align, const char *descr, void *conv) ff_audio_convert_set_func() argument

Completed in 21 milliseconds

12345