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:_IOC_SIZEBITS
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
ioctl.h
21
#define
_IOC_SIZEBITS
13 /* Actually 14, see below. */
macro
26
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
27
#define _IOC_XSIZEMASK ((1 << (
_IOC_SIZEBITS
+1))-1)
33
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT +
_IOC_SIZEBITS
)
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
ioctl.h
21
#define
_IOC_SIZEBITS
13 /* Actually 14, see below. */
macro
26
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
27
#define _IOC_XSIZEMASK ((1 << (
_IOC_SIZEBITS
+1))-1)
33
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT +
_IOC_SIZEBITS
)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
ioctl.h
31
#ifndef
_IOC_SIZEBITS
32
# define
_IOC_SIZEBITS
14
macro
41
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
47
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
ioctl.h
31
#ifndef
_IOC_SIZEBITS
32
# define
_IOC_SIZEBITS
14
macro
41
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
47
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
ioctl.h
10
#ifndef
_IOC_SIZEBITS
11
# define
_IOC_SIZEBITS
14
macro
18
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
23
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
ioctl.h
23
#ifndef
_IOC_SIZEBITS
24
#define
_IOC_SIZEBITS
14
macro
31
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
) - 1)
36
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT +
_IOC_SIZEBITS
)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
ioctl.h
23
#ifndef
_IOC_SIZEBITS
24
#define
_IOC_SIZEBITS
14
macro
31
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
) - 1)
36
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT +
_IOC_SIZEBITS
)
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
ioctl.h
18
#define
_IOC_SIZEBITS
13
macro
23
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
29
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
ioctl.h
18
#define
_IOC_SIZEBITS
13
macro
23
#define _IOC_SIZEMASK ((1 <<
_IOC_SIZEBITS
)-1)
29
#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+
_IOC_SIZEBITS
)
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
ioctl.h
5
#define
_IOC_SIZEBITS
13
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
ioctl.h
14
#define
_IOC_SIZEBITS
13
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
ioctl.h
14
#define
_IOC_SIZEBITS
13
macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
ioctl.h
5
#define
_IOC_SIZEBITS
13
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
ioctl.h
21
#define
_IOC_SIZEBITS
13
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
ioctl.h
21
#define
_IOC_SIZEBITS
13
macro
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
ioctl.h
14
sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? \
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
ioctl.h
14
sizeof(t) < (1 <<
_IOC_SIZEBITS
)) ? \
/kernel/linux/linux-6.6/include/uapi/linux/spi/
H
A
D
spidev.h
96
((((N)*(sizeof (struct spi_ioc_transfer))) < (1 <<
_IOC_SIZEBITS
)) \
/kernel/linux/linux-5.10/include/uapi/linux/spi/
H
A
D
spidev.h
124
((((N)*(sizeof (struct spi_ioc_transfer))) < (1 <<
_IOC_SIZEBITS
)) \
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/spi/
H
A
D
spidev.h
57
#define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 <<
_IOC_SIZEBITS
)) ? ((N) * (sizeof(struct spi_ioc_transfer))) : 0)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/spi/
H
A
D
spidev.h
41
((((N)*(sizeof (struct spi_ioc_transfer))) < (1 <<
_IOC_SIZEBITS
)) \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/spi/
H
A
D
spidev.h
57
#define SPI_MSGSIZE(N) ((((N) * (sizeof(struct spi_ioc_transfer))) < (1 <<
_IOC_SIZEBITS
)) ? ((N) * (sizeof(struct spi_ioc_transfer))) : 0)
/kernel/linux/linux-5.10/sound/core/
H
A
D
compress_offload.c
39
#if
_IOC_SIZEBITS
< 14
/kernel/linux/linux-6.6/sound/core/
H
A
D
compress_offload.c
39
#if
_IOC_SIZEBITS
< 14
Completed in 8 milliseconds