Searched refs:leading (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/testing/selftests/exec/
H A Dbinfmt_script.py38 # @leading: any leading whitespace before the executable path
45 def test(name, size, good=True, leading="", root="./", target="/perl",
54 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg)
69 buf=hashbang + leading + root + middle + target + arg + newline
120 # Same as above, but with leading whitespace.
121 test(name="exact-space", size=SIZE, good=False, leading=" ")
125 # A good path, but it gets truncated due to leading whitespace.
126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19)
134 test(name="newline-prefix", size=SIZE-1, good=False, leading
[all...]
/linux-master/arch/alpha/lib/
H A Dstrncpy.S73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
H A Dev6-copy_user.S54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
H A Dev67-strrchr.S103 subq t5, t2, t5 # E : Normalize leading zero count
H A Dstxcpy.S152 /* Finally, we've got all the stupid leading edge cases taken care
259 lda t2, -1 # e1 : mask out leading garbage in source
H A Dev6-stxcpy.S175 /* Finally, we've got all the stupid leading edge cases taken care
289 lda t2, -1 # E : mask out leading garbage in source
H A Dstxncpy.S163 mskqh t1, a0, t1 # e0 : mask leading garbage in src
180 /* Finally, we've got all the stupid leading edge cases taken care
H A Dev6-stxncpy.S203 mskqh t1, a0, t1 # U : mask leading garbage in src (stall)
222 /* Finally, we've got all the stupid leading edge cases taken care
/linux-master/drivers/media/i2c/
H A Dir-kbd-i2c.c610 /* first copy any leading non-repeating */
611 int leading = c - rep * 3; local
613 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) {
619 copy_codes(code_block->codes, codes, leading);
620 code_block->codes[leading] = 0x82;
621 copy_codes(code_block->codes + leading + 1, codes + leading,
623 c = leading + 1 + rep;
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
/linux-master/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c578 * bit caused the mask to have leading only or trailing only bits set.
581 * the cases of leading or trailing only bits and that there is an
902 mask_t leading = (mask_t)1 << start; local
903 int n1 = __builtin_ctz(nodep->mask & -leading);
910 mask_t leading = (mask_t)1 << start; local
911 int n1 = __builtin_ctz(~nodep->mask & -leading);
/linux-master/drivers/target/iscsi/
H A Discsi_target_parameters.c564 int leading)
579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) {
1605 int leading)
1618 if (leading)
1635 if (leading)
561 iscsi_copy_param_list( struct iscsi_param_list **dst_param_list, struct iscsi_param_list *src_param_list, int leading) argument
1602 iscsi_set_session_parameters( struct iscsi_sess_ops *ops, struct iscsi_param_list *param_list, int leading) argument
/linux-master/tools/scripts/
H A Dutilities.mak166 # by the presence of a leading `/'.
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h125 * @leading: boolean
129 bool leading);
132 * bnx2x_setup_leading - bring up a leading eth queue.
H A Dbnx2x_main.c1534 /* Zero the igu 'trailing edge' and 'leading edge' */
1610 * Ensure that HC_CONFIG is written before leading/trailing edge config
1615 /* init leading/trailing edge */
1676 /* init leading/trailing edge */
3137 bool leading)
3158 if (leading) {
3289 * set the tss leading client id for TX classification ==
3290 * leading RSS client id
8792 int tx_index, bool leading)
8826 * @leading
3135 bnx2x_get_q_flags(struct bnx2x *bp, struct bnx2x_fastpath *fp, bool leading) argument
8789 bnx2x_setup_tx_only(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct bnx2x_queue_state_params *q_params, struct bnx2x_queue_setup_tx_only_params *tx_only_params, int tx_index, bool leading) argument
8832 bnx2x_setup_queue(struct bnx2x *bp, struct bnx2x_fastpath *fp, bool leading) argument
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl1414 # leading quotes, and the address doesn't have both
1415 # leading and trailing angle brackets, the address
2557 my ($leading) = @_;
2563 #convert leading spaces to tabs
2564 1 while $leading =~ s@^([\t]*)$spaces_to_tab@$1\t@g;
2566 1 while $leading =~ s@^([\t]*)( {1,$max_spaces_before_tab})\t@$1\t@g;
2568 return "$leading";
2825 # new versions of GNU diff omit the leading space on completely
3216 # Always strip leading/trailing parens then double quotes if existing
3355 # Always strip leading/trailin
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S8960 # where L1, L2 are the leading and trailing parts of #
23020 # A3. Count the number of leading/trailing zeros in the #
23021 # bcd string. If SE is positive, count the leading zeros; #

Completed in 404 milliseconds