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:rbits
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
ccp.c
281
int
rbits
, abits;
local
285
abits =
rbits
= strtol(str, &endp, 0);
294
if ((
rbits
!= 0 && (
rbits
< BSD_MIN_BITS ||
rbits
> BSD_MAX_BITS))
300
if (
rbits
> 0) {
302
ccp_wantoptions[0].bsd_bits =
rbits
;
311
rbits
== abits? "%d": "%d,%d",
rbits
, abits);
320
int
rbits
, abit
local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
bcmutils.c
4008
uint
rbits
= (nbits > 8 - fbit ?
in setbits()
local
4039
if (
rbits
> 0) {
in setbits()
4040
mask = (uint8)((1 <<
rbits
) - 1);
in setbits()
4042
addr[lbyte] |= (uint8)(val >> (nbits -
rbits
));
in setbits()
4059
uint
rbits
= (nbits > 8 - fbit ?
in getbits()
local
4089
if (
rbits
> 0) {
in getbits()
4090
mask = (uint8)((1 <<
rbits
) - 1);
in getbits()
4091
val |= (uint32)((addr[lbyte] & mask) << (nbits -
rbits
));
in getbits()
/third_party/icu/icu4c/source/i18n/
H
A
D
decNumber.cpp
2073
uByte
rbits
=rhs->bits; /* save */
in uprv_decNumberPower()
local
2081
if (!(
rbits
& DECNEG)) bits|=DECINF; /* was not a **-n */
in uprv_decNumberPower()
2099
uByte
rbits
=rhs->bits; /* save */
in uprv_decNumberPower()
local
2100
if (
rbits
& DECNEG) { /* was a 0**(-n) */
in uprv_decNumberPower()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
decNumber.cpp
2073
uByte
rbits
=rhs->bits; /* save */
in uprv_decNumberPower()
local
2081
if (!(
rbits
& DECNEG)) bits|=DECINF; /* was not a **-n */
in uprv_decNumberPower()
2099
uByte
rbits
=rhs->bits; /* save */
in uprv_decNumberPower()
local
2100
if (
rbits
& DECNEG) { /* was a 0**(-n) */
in uprv_decNumberPower()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
decNumber.cpp
2073
uByte
rbits
=rhs->bits; /* save */
in uprv_decNumberPower()
local
2081
if (!(
rbits
& DECNEG)) bits|=DECINF; /* was not a **-n */
in uprv_decNumberPower()
2099
uByte
rbits
=rhs->bits; /* save */
in uprv_decNumberPower()
local
2100
if (
rbits
& DECNEG) { /* was a 0**(-n) */
in uprv_decNumberPower()
Completed in 54 milliseconds