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:nsc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H
A
D
main.c
173
struct lws_cache_ttl_lru *l1 = NULL, *
nsc
;
in test_nsc1()
local
190
nsc
= lws_cache_create(&ci);
in test_nsc1()
191
if (!
nsc
)
in test_nsc1()
194
/* Then a heap cache "L1" as a child of
nsc
*/
in test_nsc1()
198
ci.parent =
nsc
;
in test_nsc1()
204
lws_cache_debug_dump(
nsc
);
in test_nsc1()
218
lws_cache_debug_dump(
nsc
);
in test_nsc1()
228
lws_cache_debug_dump(
nsc
);
in test_nsc1()
238
lws_cache_debug_dump(
nsc
);
in test_nsc1()
271
if (lws_cache_item_get(
nsc
, tag_cookie
in test_nsc1()
[all...]
/third_party/libwebsockets/lib/roles/http/
H
A
D
cookie.c
297
if (!l1 || !wsi->a.context->
nsc
)
in lws_cookie_write_nsc()
387
if (lws_cache_item_get(wsi->a.context->
nsc
, cache_name,
in lws_cookie_write_nsc()
424
if (!l1 || !wsi->a.context->
nsc
){
in lws_cookie_attach_cookies()
678
lwsl_err("%s:failed to write
nsc
\n", __func__);
in lws_parse_set_cookie()
/third_party/ffmpeg/libavcodec/
H
A
D
h2645_parse.c
128
goto
nsc
;
in ff_h2645_extract_rbsp()
136
nsc
:
in ff_h2645_extract_rbsp()
/third_party/libwebsockets/lib/core/
H
A
D
context.c
1404
context->
nsc
= lws_cache_create(&ci);
in lws_create_context()
1405
if (!context->
nsc
)
in lws_create_context()
1410
ci.parent = context->
nsc
;
in lws_create_context()
2150
lws_cache_destroy(&context->
nsc
);
in lws_context_destroy()
H
A
D
private-lib-core.h
549
struct lws_cache_ttl_lru *l1, *
nsc
;
member
/third_party/skia/third_party/externals/freetype/src/truetype/
H
A
D
ttgxvar.c
2127
FT_Fixed*
nsc
;
in FT_LOCAL_DEF()
local
2403
nsc
= face->blend->normalized_stylecoords;
in FT_LOCAL_DEF()
2470
ft_var_to_normalized( face, num_axes, ns->coords,
nsc
);
in FT_LOCAL_DEF()
2471
nsc
+= num_axes;
in FT_LOCAL_DEF()
Completed in 14 milliseconds