Searched defs:longest (Results 1 – 15 of 15) sorted by relevance
/third_party/rust/crates/clap/src/output/ |
D | help_template.rs | 423 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/ |
D | matchpathcon.c | 269 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local
|
D | selinux_restorecon.c | 531 size_t used, nel, len, longest; in filespec_eval() local
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zdump.c | 227 static size_t longest; variable
|
/third_party/ffmpeg/libavfilter/ |
D | vf_palettegen.c | 327 int i, rr, gr, br, longest; in get_palette_frame() local
|
D | vf_paletteuse.c | 616 int i, longest = 0; in get_next_color() local
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 221 static size_t longest; variable
|
/third_party/tzdata/ |
D | zdump.c | 86 static int longest; variable
|
/third_party/skia/src/pathops/ |
D | SkOpAngle.cpp | 485 double longest = 0; in distEndRatio() local
|
/third_party/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 278 size_t longest = 0; in _mesa_longest_attribute_name_length() local
|
/third_party/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 125 double longest = std::max(v[0].length(), std::max(v[1].length(), v[2].length())); in distEndRatio() local
|
/third_party/libfuse/example/ |
D | cxxopts.hpp | 1964 size_t longest = 0; in help_one_group() local
|
/third_party/lz4/lib/ |
D | lz4hc.c | 244 int longest, in LZ4HC_InsertAndGetWiderMatch()
|
/third_party/weex-loader/deps/weex-styler/ |
D | package-lock.json | 1881 "longest": { object
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 11594 const longest = leftCount >= rightCount ? left : right; constant 27999 const longest = leftCount >= rightCount ? left : right; constant
|