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:__WORDSIZE
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
bitops.h
7
#ifndef
__WORDSIZE
8
#define
__WORDSIZE
(__SIZEOF_LONG__ * 8)
macro
12
# define BITS_PER_LONG
__WORDSIZE
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
bitops.h
7
#ifndef
__WORDSIZE
8
#define
__WORDSIZE
(__SIZEOF_LONG__ * 8)
macro
12
# define BITS_PER_LONG
__WORDSIZE
/kernel/linux/linux-5.10/tools/include/asm-generic/
H
A
D
bitsperlong.h
10
#define BITS_PER_LONG
__WORDSIZE
/kernel/linux/linux-6.6/tools/include/asm-generic/
H
A
D
bitsperlong.h
10
#define BITS_PER_LONG
__WORDSIZE
/kernel/linux/linux-5.10/include/linux/raid/
H
A
D
pq.h
37
#define BITS_PER_LONG
__WORDSIZE
/kernel/linux/linux-5.10/tools/lib/lockdep/
H
A
D
Makefile
81
CFLAGS ?= -g -DCONFIG_LOCKDEP -DCONFIG_STACKTRACE -DCONFIG_PROVE_LOCKING -DBITS_PER_LONG=
__WORDSIZE
-DLIBLOCKDEP_VERSION='"$(LIBLOCKDEP_VERSION)"' -rdynamic -O0 -g
/kernel/linux/linux-6.6/include/linux/raid/
H
A
D
pq.h
29
#define BITS_PER_LONG
__WORDSIZE
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
psock_tpacket.c
788
return
__WORDSIZE
;
in test_user_bit_width()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
psock_tpacket.c
788
return
__WORDSIZE
;
in test_user_bit_width()
Completed in 5 milliseconds