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:lws_xos_init
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libwebsockets/lib/misc/
H
A
D
prng.c
68
lws_xos_init
(struct lws_xos *xos, uint64_t seed)
in lws_xos_init()
function
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-fault-injection.h
32
*
lws_xos_init
() - seed xoshiro256 PRNG
40
lws_xos_init
(struct lws_xos *xos, uint64_t seed);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H
A
D
main.c
262
lws_xos_init
(&xos, 0x123456789abcdef0ull);
in test5()
/third_party/libwebsockets/lib/system/fault-injection/
H
A
D
fault-injection.c
181
lws_xos_init
(&fic_dest->xos, lws_xos((lws_xos_t *)&fic_src->xos));
in lws_fi_import()
/third_party/libwebsockets/lib/secure-streams/
H
A
D
secure-streams.c
974
lws_xos_init
(&temp_fic.xos, lws_xos(&context->fic.xos));
in lws_ss_create()
1064
lws_xos_init
(&h->fic.xos, lws_xos(&context->fic.xos));
in lws_ss_create()
H
A
D
secure-streams-client.c
643
lws_xos_init
(&h->fic.xos, lws_xos(&context->fic.xos));
in lws_sspc_create()
/third_party/libwebsockets/lib/core/
H
A
D
libwebsockets.c
1446
lws_xos_init
(&info->fic.xos, seed);
in lws_cmdline_option_handle_builtin()
/third_party/libwebsockets/lib/core-net/
H
A
D
wsi.c
329
lws_xos_init
(&wsi->fic.xos, lws_xos(&context->fic.xos));
in __lws_wsi_create_with_role()
Completed in 9 milliseconds