Home
last modified time | relevance | path

Searched refs:longs (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dfish.rs94 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 Dbash.rs167 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 Dletrperf.cpp116 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 Dfig.rs160 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 Dsuggestions.rs41 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 Dgendata.cpp100 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 Dmd5.cc40 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 DvkMd5Sum.cpp58 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 Dmd5.c55 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 Dmd5.c33 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 Dmd5-internal.c71 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 Dmd5-internal.c71 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 Darg.rs3812 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 Dparser.rs1530 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 Dconfigure1783 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; }

Completed in 32 milliseconds