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:rs_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/
H
A
D
arc4random.c
77
size_t
rs_count
; /* bytes till reseed */
member
164
rs->
rs_count
= REKEY_BASE + (rekey_fuzz % REKEY_BASE);
in _rs_stir()
171
if (!rs || rs->
rs_count
<= len)
in _rs_stir_if_needed()
173
if (rs->
rs_count
<= len)
in _rs_stir_if_needed()
174
rs->
rs_count
= 0;
in _rs_stir_if_needed()
176
rs->
rs_count
-= len;
in _rs_stir_if_needed()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_rss.c
43
unsigned
rs_count
;
member
71
assert(q->
rs_count
< ARRAY_SIZE(q->rs));
in svga_queue_rs()
72
q->rs[q->
rs_count
].state = rss;
in svga_queue_rs()
73
q->rs[q->
rs_count
].uintValue = value;
in svga_queue_rs()
74
q->
rs_count
++;
in svga_queue_rs()
106
queue.
rs_count
= 0;
in emit_rss_vgpu9()
294
if (queue.
rs_count
) {
in emit_rss_vgpu9()
297
if (SVGA3D_BeginSetRenderState(svga->swc, &rs, queue.
rs_count
)
in emit_rss_vgpu9()
309
memcpy(rs, queue.rs, queue.
rs_count
* sizeof queue.rs[0]);
in emit_rss_vgpu9()
/third_party/lwip/src/core/ipv6/
H
A
D
nd6.c
589
if ((inp->
rs_count
< LWIP_ND6_MAX_MULTICAST_SOLICIT) ||
in nd6_input()
591
inp->
rs_count
= 0;
in nd6_input()
593
inp->
rs_count
= 1;
in nd6_input()
1154
if ((netif->
rs_count
> 0) && netif_is_up(netif) &&
1159
netif->
rs_count
--;
2550
netif->
rs_count
= LWIP_ND6_MAX_MULTICAST_SOLICIT;
/third_party/lwip/src/include/lwip/
H
A
D
netif.h
360
u8_t
rs_count
;
member
Completed in 6 milliseconds