Home
last modified time | relevance | path

Searched defs:longest (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/clap/src/output/
Dhelp_template.rs423 let mut longest = 2; in write_args() localVariable
617 let longest = possible_vals in help() localVariable
828 let mut longest = 2; in write_subcommands() localVariable
/third_party/selinux/libselinux/src/
Dmatchpathcon.c269 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local
Dselinux_restorecon.c531 size_t used, nel, len, longest; in filespec_eval() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzdump.c227 static size_t longest; variable
/third_party/ffmpeg/libavfilter/
Dvf_palettegen.c327 int i, rr, gr, br, longest; in get_palette_frame() local
Dvf_paletteuse.c616 int i, longest = 0; in get_next_color() local
/third_party/icu/icu4c/source/tools/tzcode/
Dzdump.c221 static size_t longest; variable
/third_party/tzdata/
Dzdump.c86 static int longest; variable
/third_party/skia/src/pathops/
DSkOpAngle.cpp485 double longest = 0; in distEndRatio() local
/third_party/mesa3d/src/mesa/main/
Dshader_query.cpp278 size_t longest = 0; in _mesa_longest_attribute_name_length() local
/third_party/skia/tests/
DPathOpsAngleIdeas.cpp125 double longest = std::max(v[0].length(), std::max(v[1].length(), v[2].length())); in distEndRatio() local
/third_party/libfuse/example/
Dcxxopts.hpp1964 size_t longest = 0; in help_one_group() local
/third_party/lz4/lib/
Dlz4hc.c244 int longest, in LZ4HC_InsertAndGetWiderMatch()
/third_party/weex-loader/deps/weex-styler/
Dpackage-lock.json1881 "longest": { object
/third_party/typescript/src/compiler/
Dchecker.ts11594 const longest = leftCount >= rightCount ? left : right; constant
27999 const longest = leftCount >= rightCount ? left : right; constant