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
defs:clear_bit
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
support.h
68
#define
clear_bit
(bit, var) (var) &= ~(1 << (bit))
macro
/third_party/libinput/src/
H
A
D
util-bits.h
57
clear_bit
(unsigned char *array, int bit)
in clear_bit()
function
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
bitmap.h
24
static inline void
clear_bit
(unsigned int nr, unsigned long *bitmap)
in clear_bit()
function
/third_party/libevdev/libevdev/
H
A
D
libevdev-util.h
55
clear_bit
(unsigned long *array, int bit)
in clear_bit()
function
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_js.h
651
u16
clear_bit
;
in kbasep_js_clear_submit_allowed()
local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.h
647
u16
clear_bit
;
in kbasep_js_clear_submit_allowed()
local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H
A
D
mali_kbase_jm_js.h
754
u16
clear_bit
;
in kbasep_js_clear_submit_allowed()
local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_js.h
654
u16
clear_bit
;
in kbasep_js_clear_submit_allowed()
local
/third_party/NuttX/fs/inode/
H
A
D
fs_files.c
95
static void
clear_bit
(int i, void *addr)
in clear_bit()
function
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H
A
D
drv_lib.c
32
#undef
clear_bit
macro
33
#define
clear_bit
(src, bit) (src &= ~(1 << (bit)))
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
spi.c
454
hi_void spi_isr_clear_cr(hi_u32 reg_base, hi_u16
clear_bit
)
in spi_isr_clear_cr()
argument
/third_party/rust/crates/rust-openssl/openssl/src/
H
A
D
bn.rs
240
pub fn
clear_bit
(&mut self, n: i32) -> Result<(), ErrorStack> {
in clear_bit()
functions
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_texture.c
1751
unsigned
clear_bit
= PIPE_CLEAR_COLOR0 << i;
in evergreen_do_fast_color_clear()
local
Completed in 14 milliseconds