/kernel/linux/linux-5.10/tools/objtool/ |
H A D | objtool.c | 76 unsigned int i, longest = 0; in cmd_usage() local
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | help.c | 116 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument 244 unsigned int i, longest = 0; in list_commands() local
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_filestream.c | 108 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() local
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_filestream.c | 56 xfs_filestream_pick_ag( struct xfs_alloc_arg *args, xfs_ino_t pino, xfs_agnumber_t start_agno, int flags, xfs_extlen_t *longest) xfs_filestream_pick_ag() argument 206 xfs_filestream_lookup_association( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_ino_t pino, xfs_extlen_t *longest) xfs_filestream_lookup_association() argument 262 xfs_filestream_create_association( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_ino_t pino, xfs_extlen_t *longest) xfs_filestream_create_association() argument 345 xfs_filestream_select_ag( struct xfs_bmalloca *ap, struct xfs_alloc_arg *args, xfs_extlen_t *longest) xfs_filestream_select_ag() argument [all...] |
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | help.c | 128 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument 256 unsigned int i, longest = 0; in list_commands() local
|
/third_party/rust/crates/clap/src/output/ |
H A D | help_template.rs | 428 let mut longest = 2; in write_args() variables 833 let mut longest = 2; write_subcommands() variables [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-help.c | 302 unsigned int i, longest = 0; in list_common_cmds_help() local
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | agheader_repair.c | 65 xfs_agblock_t longest; member
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 83 xfs_agblock_t longest; member
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-help.c | 304 unsigned int i, longest = 0; in list_common_cmds_help() local
|
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4hc_compress.c | 168 LZ4HC_InsertAndGetWiderMatch( LZ4HC_CCtx_internal *hc4, const BYTE * const ip, const BYTE * const iLowLimit, const BYTE * const iHighLimit, int longest, const BYTE **matchpos, const BYTE **startpos, const int maxNbAttempts) LZ4HC_InsertAndGetWiderMatch() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 411 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 409 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4hc_compress.c | 168 LZ4HC_InsertAndGetWiderMatch( LZ4HC_CCtx_internal *hc4, const BYTE * const ip, const BYTE * const iLowLimit, const BYTE * const iHighLimit, int longest, const BYTE **matchpos, const BYTE **startpos, const int maxNbAttempts) LZ4HC_InsertAndGetWiderMatch() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_palettegen.c | 351 int i, ar, rr, gr, br, longest; in get_palette_frame() local [all...] |
/third_party/selinux/libselinux/src/ |
H A D | matchpathcon.c | 269 int h, used, nel, len, longest; in matchpathcon_filespec_eval() local
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 1276 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local 1179 xfs_dir3_data_block_free( xfs_da_args_t *args, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_free *free, xfs_dir2_db_t fdb, int findex, struct xfs_buf *fbp, int longest) xfs_dir3_data_block_free() argument [all...] |
H A D | xfs_ialloc.c | 939 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select() local
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | remoteproc_core.c | 2431 unsigned int longest = 0; in rproc_panic_handler() local
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | filecache.c | 1063 unsigned int i, count = 0, longest = 0; in nfsd_file_cache_stats_show() local
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_node.c | 1276 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local 1179 xfs_dir3_data_block_free( xfs_da_args_t *args, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_free *free, xfs_dir2_db_t fdb, int findex, struct xfs_buf *fbp, int longest) xfs_dir3_data_block_free() argument [all...] |
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | remoteproc_core.c | 2697 unsigned int longest = 0; in rproc_panic_handler() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 278 size_t longest = 0; in _mesa_longest_attribute_name_length() local
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zdump.c | 221 static size_t longest; variable
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 227 static size_t longest; variable
|