/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | mod.rs | 18 mod conv; modules
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_64bit_intrin.c | 63 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 D | mod.rs | 19 mod conv; modules
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_debuglink.c | 79 Elf_Data conv = in dwelf_elf_gnu_debuglink() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | nir_fuse_io_16.c | 96 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 D | test_utils_test.cc | 32 UConverter* conv = TestUtils::GetEncoder("utf8"); in TestEncoding() local
|
H A D | test_utils.cc | 76 UConverter* conv = ucnv_open(charset_name, &status); in GetEncoder() local
|
/third_party/icu/tools/colprobe/ |
H A D | longname.cpp | 14 UConverter *conv = ucnv_open("utf8", &status); in main() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | csmatch.cpp | 63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csmatch.cpp | 63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csmatch.cpp | 63 UConverter *conv = ucnv_open(getName(), status); in getUChars() local
|
/third_party/toybox/scripts/ |
H A D | mkstatus.py | 51 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 D | arg_test.cc | 114 FormatConversionSpecImpl conv; in TEST_F() local 117 FormatConversionSpecImplFriend::SetFlags(Flags(), &conv); in TEST_F() local
|
H A D | checker_test.cc | 26 std::string ConvToString(FormatConversionCharSet conv) { in ConvToString() argument 41 FormatConversionCharSet conv = ArgumentToConv<std::string>(); in TEST() local [all...] |
H A D | parser.cc | 81 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 D | msl_ycbcr_conversion_test.cpp | 82 spvc_msl_sampler_ycbcr_conversion conv; in main() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_cf.c | 128 try_conversion_folding(struct ir3_instruction *conv) in try_conversion_folding() argument
|
/third_party/node/src/ |
H A D | node_i18n.h | 79 UConverter* conv() const { return conv_.get(); } in conv() function in node::i18n::Converter
|
/third_party/ffmpeg/libavcodec/ |
H A D | libvorbisdec.c | 134 static inline int conv(int samples, float **pcm, char *buf, int channels) { in conv() function
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_convert_alu_types.c | 29 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 D | pan_shader.c | 63 } conv[] = { in varying_format() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 176 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 D | misc.c | 316 char *conv; in ksmbd_convert_dir_info_name() local
|
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-reg-access.c | 178 __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 D | audio_convert.c | 70 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
|