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:bit_offset
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H
A
D
core.c
51
int
bit_offset
;
member
382
cell->
bit_offset
= info->
bit_offset
;
in nvmem_cell_info_to_nvmem_cell_nodup()
386
cell->bytes = DIV_ROUND_UP(cell->nbits + cell->
bit_offset
, BITS_PER_BYTE);
in nvmem_cell_info_to_nvmem_cell_nodup()
578
cell->
bit_offset
= be32_to_cpup(addr++);
in nvmem_add_cells_from_of()
583
cell->bytes = DIV_ROUND_UP(cell->nbits + cell->
bit_offset
, BITS_PER_BYTE);
in nvmem_add_cells_from_of()
1222
int i, extra,
bit_offset
= cell->
bit_offset
;
in nvmem_shift_read_buffer_in_place()
local
1225
if (
bit_offset
) {
in nvmem_shift_read_buffer_in_place()
1227
*b++ >>=
bit_offset
;
in nvmem_shift_read_buffer_in_place()
local
1235
*b++ >>=
bit_offset
;
nvmem_shift_read_buffer_in_place()
local
1309
int i, rc, nbits,
bit_offset
= cell->
bit_offset
;
nvmem_cell_prepare_write_buffer()
local
1323
*b <<=
bit_offset
;
nvmem_cell_prepare_write_buffer()
local
1338
*b <<=
bit_offset
;
nvmem_cell_prepare_write_buffer()
local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_util.h
628
hi_u8
bit_offset
= idx % 8; /* 8: 对8取余 */
in oal_del_lut_index()
local
630
lut_index_table[byte] &= ~(hi_u8)(1 <<
bit_offset
);
in oal_del_lut_index()
Completed in 4 milliseconds