Go to the source code of this file.
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL | | ) |
|
◆ __attribute__()
| __attribute__ |
( |
(always_inline) | | ) |
|
|
inlinestatic |
Find first (i.e.
Find last (i.e.
least significant) set bit
- Parameters
-
- Return values
-
| lsb | Least significant bit set in value (LSB=1), or zero |
most significant) set bit
- Parameters
-
- Return values
-
| msb | Most significant bit set in value (LSB=1), or zero |
Definition at line 12 of file strings.h.
12 {
13 long lsb_minus_one;
14
15
16
17
18
19
20
23 : "=r" ( lsb_minus_one )
25 return ( lsb_minus_one + 1 );
26 } else {
27 return 0;
28 }
29}
pseudo_bit_t value[0x00020]
__asm__(".section \".rodata\", \"a\", " PROGBITS "\n\t" "\nprivate_key_data:\n\t" ".size private_key_data, ( . - private_key_data )\n\t" ".equ private_key_len, ( . - private_key_data )\n\t" ".previous\n\t")
References __asm__(), and value.