Home
last modified time | relevance | path

Searched defs:longs (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/clap/src/parser/features/
Dsuggestions.rs58 let longs = subcommand.get_keymap().keys().filter_map(|a| { in did_you_mean_flag() localVariable
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmd5.c33 unsigned longs) in byteReverse()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse()
/third_party/rust/crates/clap/clap_complete/src/generator/
Dutils.rs265 let longs = longs_and_visible_aliases(&cmd); in test_longs() localVariable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dmd5-internal.c71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse()
/third_party/icu/icu4c/source/test/perf/leperf/
Dletrperf.cpp116 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT); in time_letr3() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dmd5-internal.c71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse()
/third_party/gn/src/base/
Dmd5.cc40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse()
/third_party/icu/icu4c/source/test/letest/
Dgendata.cpp100 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) { in dumpLongs()
/third_party/rust/crates/clap/src/parser/
Dparser.rs1531 let longs = self in did_you_mean_error() localVariable
/third_party/rust/crates/clap/src/builder/
Darg.rs3811 let mut longs = match self.get_long() { in get_long_and_visible_aliases() localVariable