Home
last modified time | relevance | path

Searched defs:shorts (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
Dshorts.rs7 let shorts = next.to_short().unwrap(); in iter() localVariable
19 let mut shorts = next.to_short().unwrap(); in next_flag() localVariable
38 let mut shorts = next.to_short().unwrap(); in next_value_os() localVariable
51 let mut shorts = next.to_short().unwrap(); in next_flag_with_value() localVariable
65 let mut shorts = next.to_short().unwrap(); in next_flag_with_no_value() localVariable
82 let mut shorts = next.to_short().unwrap(); in advance_by_nothing() localVariable
96 let mut shorts = next.to_short().unwrap(); in advance_by_something() localVariable
110 let mut shorts = next.to_short().unwrap(); in advance_by_out_of_bounds() localVariable
124 let shorts = next.to_short().unwrap(); in is_not_empty() localVariable
135 let mut shorts = next.to_short().unwrap(); in is_partial_not_empty() localVariable
[all …]
Dparsed.rs114 let shorts = next.to_short().unwrap(); in to_short() localVariable
/third_party/ffmpeg/libavcodec/ppc/
Dpixblockdsp.c54 vector signed short shorts = (vector signed short) vec_perm(bytes, zero, perm); in get_pixels_altivec() local
79 vec_s16 shorts = (vec_s16)vec_mergeh(zero, bytes); in get_pixels_altivec() local
237 vec_s16 shorts = vsx_ld_u8_s16(0, pixels); in get_pixels_vsx() local
/third_party/flutter/txt/src/utils/
DJenkinsHash.cpp59 const uint16_t* shorts, in JenkinsHashMixShorts()
/third_party/flutter/engine/flutter/third_party/txt/src/utils/
DJenkinsHash.cpp59 const uint16_t* shorts, in JenkinsHashMixShorts()
/third_party/rust/crates/clap/clap_complete/src/generator/
Dutils.rs248 let shorts = shorts_and_visible_aliases(&cmd); in test_shorts() localVariable
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c830 int shorts, ret = -1; in ntfs_utf8_to_utf16() local
/third_party/rust/crates/clap/src/builder/
Darg.rs3767 let mut shorts = match self.short { in get_short_and_visible_aliases() localVariable