Home
last modified time | relevance | path

Searched defs:shorts (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
H A Dshorts.rs19 let mut shorts = next.to_short().unwrap(); in next_flag() variables
38 let mut shorts in next_value_os() variables
51 let mut shorts = next.to_short().unwrap(); next_flag_with_value() variables
65 let mut shorts = next.to_short().unwrap(); next_flag_with_no_value() variables
82 let mut shorts = next.to_short().unwrap(); advance_by_nothing() variables
96 let mut shorts = next.to_short().unwrap(); advance_by_something() variables
110 let mut shorts = next.to_short().unwrap(); advance_by_out_of_bounds() variables
135 let mut shorts = next.to_short().unwrap(); is_partial_not_empty() variables
147 let mut shorts = next.to_short().unwrap(); is_exhausted_empty() variables
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A 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); get_pixels_vsx() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dunistr.c830 int shorts, ret = -1; in ntfs_utf8_to_utf16() local
/third_party/rust/crates/clap/src/builder/
H A Darg.rs3768 let mut shorts = match self.short { in get_short_and_visible_aliases() variables

Completed in 10 milliseconds