Searched refs:nonzero (Results 1 – 25 of 46) sorted by relevance
12
/Linux-v4.19/arch/arm/common/ |
D | vlock.S | 91 eor r0, r1, r2 @ zero if I won, else nonzero 96 mov r0, #1 @ nonzero indicates that I lost
|
/Linux-v4.19/arch/arm/mach-s3c24xx/include/mach/ |
D | gpio-samsung.h | 53 #error CONFIG_S3C_GPIO_SPACE cannot be nonzero at the moment
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | softfloat-macros | 34 Shifts `a' right by the number of bits given in `count'. If any nonzero 38 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 59 Shifts `a' right by the number of bits given in `count'. If any nonzero 63 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 89 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 168 number of bits given in `count'. If any nonzero bits are shifted off, they 173 nonzero. The result is broken into two 64-bit pieces which are stored at 213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | orplus.cocci | 2 /// The results should be checked manually to ensure that the nonzero
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 10 The server is always started by the first write of a nonzero value to
|
/Linux-v4.19/Documentation/input/ |
D | input-programming.rst | 164 The open() callback should return a 0 in case of success or any nonzero value 176 KEY_MAX). Value is interpreted as a truth value, ie any nonzero value means key 193 function. Events are generated only for nonzero value.
|
/Linux-v4.19/Documentation/gpio/ |
D | sysfs.txt | 83 any nonzero value is treated as high. 103 any nonzero value to invert the value attribute both
|
/Linux-v4.19/Documentation/fb/ |
D | tridentfb.txt | 50 memdiff - integer value in KB, should be nonzero if your card reports
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | actions-thumb.c | 372 probes_opcode_t nonzero = regs->uregs[rn] ? insn : ~insn; in t16_simulate_cbz() local 373 if (nonzero & 0x800) { in t16_simulate_cbz()
|
/Linux-v4.19/arch/xtensa/lib/ |
D | strnlen_user.S | 129 bany a9, a8, .Laligned # if byte 3 (of word, not string) is nonzero
|
D | strncpy_user.S | 93 bnez a4, .Lsrcaligned # if len is nonzero
|
/Linux-v4.19/Documentation/power/ |
D | interface.txt | 77 representing a nonzero integer into it.
|
D | userland-swsusp.txt | 84 depending on the argument value (enable, if the argument is nonzero)
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | legacy.rst | 171 /* GPIO INPUT: return zero or nonzero */ 177 The values are boolean, zero for low, nonzero for high. When reading the 205 by returning nonzero from this call (which requires a valid GPIO number, 212 /* GPIO INPUT: return zero or nonzero, might sleep */ 687 any nonzero value is treated as high. 707 any nonzero value to invert the value attribute both
|
D | consumer.rst | 215 The values are boolean, zero for low, nonzero for high. When reading the value 235 returning nonzero from this call::
|
/Linux-v4.19/arch/sh/lib64/ |
D | copy_user_memcpy.S | 23 ! 1.: If the byte count is nonzero, the address of the last byte to be
|
D | memcpy.S | 25 ! 1.: If the byte count is nonzero, the address of the last byte to be
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 91 For backing devices: If nonzero, writeback from cache to
|
/Linux-v4.19/Documentation/sysctl/ |
D | fs.txt | 76 nonzero when shrink_dcache_pages() has been called and the 148 preshrink is nonzero when the nr_inodes > inode-max and the
|
/Linux-v4.19/fs/gfs2/ |
D | rgrp.c | 1898 int cpu, nonzero = 0; in gfs2_rgrp_congested() local 1905 nonzero++; in gfs2_rgrp_congested() 1909 if (nonzero) in gfs2_rgrp_congested() 1910 do_div(a_srttb, nonzero); in gfs2_rgrp_congested()
|
/Linux-v4.19/Documentation/x86/ |
D | boot.txt | 252 If this field is nonzero, the root defaults to readonly. The use of 339 If set to a nonzero value, contains a pointer to a NUL-terminated 575 If this field is nonzero, the protected-mode part of the kernel can 585 This field, if nonzero, indicates as a power of two the minimum 712 This field, if nonzero, represents a preferred load address for the
|
/Linux-v4.19/Documentation/input/devices/ |
D | iforce-protocol.rst | 291 Returns nonzero if supported (2 bytes)
|
/Linux-v4.19/Documentation/ |
D | iostats.txt | 98 This field increases so long as field 9 is nonzero.
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | srem_mod.S | 12 | of X and Y are both nonzero and finite; although either or both
|
/Linux-v4.19/Documentation/filesystems/ |
D | romfs.txt | 135 have a nonzero size field; they contain the number of bytes available
|
12