Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_NSIG_BPW
(Results
1 - 25
of
35
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
signal.h
14
# define
_NSIG_BPW
32
macro
16
# define
_NSIG_BPW
64
macro
19
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
61
set->sig[sig /
_NSIG_BPW
] |= 1 << (sig %
_NSIG_BPW
);
in __const_sigaddset()
78
set->sig[sig /
_NSIG_BPW
] &= ~(1 << (sig %
_NSIG_BPW
));
in __const_sigdelset()
84
return 1 & (set->sig[sig /
_NSIG_BPW
] >> (sig %
_NSIG_BPW
));
in __const_sigismember()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
signal.h
14
# define
_NSIG_BPW
32
macro
16
# define
_NSIG_BPW
64
macro
19
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
57
set->sig[sig /
_NSIG_BPW
] |= 1 << (sig %
_NSIG_BPW
);
in __const_sigaddset()
74
set->sig[sig /
_NSIG_BPW
] &= ~(1 << (sig %
_NSIG_BPW
));
in __const_sigdelset()
80
return 1 & (set->sig[sig /
_NSIG_BPW
] >> (sig %
_NSIG_BPW
));
in __const_sigismember()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
32
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
46
return 1 & (set->sig[sig /
_NSIG_BPW
] >> (sig %
_NSIG_BPW
));
in __const_sigismember()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
32
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
46
return 1 & (set->sig[sig /
_NSIG_BPW
] >> (sig %
_NSIG_BPW
));
in __const_sigismember()
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
signal.h
9
#define
_NSIG_BPW
64
macro
11
#define
_NSIG_BPW
32
macro
13
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
signal.h
9
#define
_NSIG_BPW
64
macro
11
#define
_NSIG_BPW
32
macro
13
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
signal.h
16
#define
_NSIG_BPW
64
macro
17
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
32
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
signal.h
9
#define
_NSIG_BPW
BITS_PER_LONG
macro
10
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
32
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
signal.h
16
#define
_NSIG_BPW
64
macro
17
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
signal.h
9
#define
_NSIG_BPW
BITS_PER_LONG
macro
10
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
64
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
64
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
signal.h
11
#define
_NSIG_BPW
32
macro
12
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H
A
D
signal.c
25
s->sig[(n - 1) /
_NSIG_BPW
] |= 1UL << (n - 1) %
_NSIG_BPW
;
in sigaddset()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
signal.h
8
#define
_NSIG_BPW
__BITS_PER_LONG
macro
9
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
signal.h
83
#define
_NSIG_BPW
64
macro
85
#define
_NSIG_BPW
32
macro
87
#define _NSIG_WORDS (__NEW_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
signal.h
83
#define
_NSIG_BPW
64
macro
85
#define
_NSIG_BPW
32
macro
87
#define _NSIG_WORDS (__NEW_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
signal.h
19
#define
_NSIG_BPW
32
macro
20
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
signal.h
16
#define
_NSIG_BPW
(sizeof(unsigned long) * 8)
macro
17
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
signal.h
16
#define
_NSIG_BPW
(sizeof(unsigned long) * 8)
macro
17
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
signal.h
8
#define
_NSIG_BPW
__BITS_PER_LONG
macro
9
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H
A
D
signal.h
19
#define
_NSIG_BPW
32
macro
20
#define _NSIG_WORDS (_NSIG /
_NSIG_BPW
)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
signal.h
10
#define
_NSIG_BPW
__BITS_PER_LONG
macro
11
#define _NSIG_WORDS (_KERNEL__NSIG /
_NSIG_BPW
)
Completed in 6 milliseconds
1
2