/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | fish.rs | 94 if let Some(longs) = option.get_long_and_visible_aliases() { in gen_fish_inner() 95 for long in longs { in gen_fish_inner() 120 if let Some(longs) = flag.get_long_and_visible_aliases() { in gen_fish_inner() 121 for long in longs { in gen_fish_inner()
|
H A D | bash.rs | 167 if let Some(longs) = o.get_long_and_visible_aliases() { in option_details_for_path() 168 opts.extend(longs.iter().map(|long| { in option_details_for_path()
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | letrperf.cpp | 116 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT); in time_letr3() 123 const Long &item = longs.getObject(i, success); in time_letr3()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
H A D | fig.rs | 160 if let Some(longs) = option.get_long_and_visible_aliases() { in gen_options() 162 longs in gen_options() 273 if let Some(longs) = flag.get_long_and_visible_aliases() { in gen_options() 274 flags.extend(longs.iter().map(|s| format!("--{s}"))); in gen_options()
|
/third_party/rust/crates/clap/src/parser/features/ |
H A D | suggestions.rs | 41 longs: I, 51 match did_you_mean(arg, longs).pop() { 58 let longs = subcommand.get_keymap().keys().filter_map(|a| { 68 let candidate = some!(did_you_mean(arg, longs).pop());
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | gendata.cpp | 100 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { in dumpLongs() argument 112 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]); in dumpLongs()
|
/third_party/gn/src/base/ |
H A D | md5.cc | 40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() argument 48 } while (--longs); in byteReverse()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMd5Sum.cpp | 58 void byteReverse(deUint8* buf, unsigned longs) in byteReverse() argument 67 while (--longs); in byteReverse()
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5.c | 55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() argument 63 } while (--longs); in byteReverse()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | md5.c | 33 unsigned longs) in byteReverse() 41 } while (--longs); in byteReverse() 32 byteReverse(unsigned char *buf, unsigned longs) byteReverse() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | md5-internal.c | 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument 79 } while (--longs); in byteReverse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | md5-internal.c | 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() argument 79 } while (--longs); in byteReverse()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 3812 let mut longs = match self.get_long() { in get_long_and_visible_aliases() variables 3817 longs.extend(aliases); in get_long_and_visible_aliases() 3819 Some(longs) in get_long_and_visible_aliases()
|
/third_party/rust/crates/clap/src/parser/ |
H A D | parser.rs | 1530 let longs = self in did_you_mean_error() 1539 debug!("Parser::did_you_mean_error: longs={:?}", longs); in did_you_mean_error() 1544 longs.iter().map(|x| &x[..]), in did_you_mean_error()
|
/third_party/python/ |
H A D | configure | 1783 use big digits (30 or 15 bits) for Python longs 22942 # determine what size digit to use for Python's longs 22943 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking digit size for Python's longs" >&5 22944 printf %s "checking digit size for Python's longs... " >&6; }
|