/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | binfmt_script.py | 36 # @leading: any leading whitespace before the executable path 43 def test(name, size, good=True, leading="", root="./", target="/perl", 52 remaining = size - len(hashbang) - len(leading) - len(root) - len(target) - len(arg) 67 buf=hashbang + leading + root + middle + target + arg + newline 114 # Same as above, but with leading whitespace. 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 119 # A good path, but it gets truncated due to leading whitespace. 120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 128 test(name="newline-prefix", size=SIZE-1, good=False, leading [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | 573 /* first copy any leading non-repeating */ in zilog_ir_format() 574 int leading = c - rep * 3; in zilog_ir_format() local 576 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format() 582 copy_codes(code_block->codes, codes, leading); in zilog_ir_format() 583 code_block->codes[leading] = 0x82; in zilog_ir_format() 584 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format() 586 c = leading + 1 + rep; in zilog_ir_format()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | 610 /* first copy any leading non-repeating */ in zilog_ir_format() 611 int leading = c - rep * 3; in zilog_ir_format() local 613 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format() 619 copy_codes(code_block->codes, codes, leading); in zilog_ir_format() 620 code_block->codes[leading] = 0x82; in zilog_ir_format() 621 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format() 623 c = leading + 1 + rep; in zilog_ir_format()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strncpy.S | 73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
|
H A D | ev6-copy_user.S | 54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
|
H A D | ev67-strrchr.S | 103 subq t5, t2, t5 # E : Normalize leading zero count
|
H A D | stxncpy.S | 163 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 D | stxcpy.S | 152 /* 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 D | ev6-stxcpy.S | 175 /* Finally, we've got all the stupid leading edge cases taken care 289 lda t2, -1 # E : mask out leading garbage in source
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strncpy.S | 73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
|
H A D | ev6-copy_user.S | 54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
|
H A D | ev67-strrchr.S | 103 subq t5, t2, t5 # E : Normalize leading zero count
|
H A D | stxncpy.S | 163 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 D | stxcpy.S | 152 /* 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 D | ev6-stxcpy.S | 175 /* Finally, we've got all the stupid leading edge cases taken care 289 lda t2, -1 # E : mask out leading garbage in source
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | divu.S | 28 ;; out how many leading zero bits there are in the divisor. This
|
H A D | divremu.S | 11 ;; out how many leading zero bits there are in the divisor. This
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 578 * 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 903 mask_t leading = (mask_t)1 << start; in node_first_set() local 904 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set() 911 mask_t leading = (mask_t)1 << start; in node_first_clear() local 912 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 578 * 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; in node_first_set() local 903 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set() 910 mask_t leading = (mask_t)1 << start; in node_first_clear() local 911 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the 37 | bcd string. If SE is positive, count the leading zeros;
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the 37 | bcd string. If SE is positive, count the leading zeros;
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 564 int leading) in iscsi_copy_param_list() 579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list() 1607 int leading) in iscsi_set_session_parameters() 1620 if (leading) in iscsi_set_session_parameters() 1637 if (leading) in iscsi_set_session_parameters() 561 iscsi_copy_param_list( struct iscsi_param_list **dst_param_list, struct iscsi_param_list *src_param_list, int leading) iscsi_copy_param_list() argument 1604 iscsi_set_session_parameters( struct iscsi_sess_ops *ops, struct iscsi_param_list *param_list, int leading) iscsi_set_session_parameters() argument
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_parameters.c | 564 int leading) in iscsi_copy_param_list() 579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list() 1605 int leading) in iscsi_set_session_parameters() 1618 if (leading) in iscsi_set_session_parameters() 1635 if (leading) in iscsi_set_session_parameters() 561 iscsi_copy_param_list( struct iscsi_param_list **dst_param_list, struct iscsi_param_list *src_param_list, int leading) iscsi_copy_param_list() argument 1602 iscsi_set_session_parameters( struct iscsi_sess_ops *ops, struct iscsi_param_list *param_list, int leading) iscsi_set_session_parameters() argument
|
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | 166 # by the presence of a leading `/'.
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 166 # by the presence of a leading `/'.
|