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:framelen
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
demand.c
62
int
framelen
;
variable
95
framelen
= 0;
in demand_conf()
161
framelen
= 0;
in demand_discard()
244
&&
framelen
> 2 && fcs == PPP_GOODFCS) {
245
framelen
-= 2;
246
if (loop_frame((unsigned char *)frame,
framelen
))
249
framelen
= 0;
264
if (
framelen
>= framemax) {
268
frame[
framelen
++] = c;
H
A
D
pppoe.c
426
u16_t
framelen
= off + plen;
in pppoe_disc_input()
local
427
if (
framelen
< pb->len) {
in pppoe_disc_input()
429
pb->tot_len = pb->len =
framelen
;
in pppoe_disc_input()
/third_party/ffmpeg/libavcodec/
H
A
D
tta.c
235
int cur_chan = 0,
framelen
= s->frame_length;
in tta_decode_frame()
local
248
frame->nb_samples =
framelen
;
in tta_decode_frame()
270
for (p = s->decode_buffer; (int32_t*)p < s->decode_buffer + (
framelen
* s->channels); p++) {
in tta_decode_frame()
350
frame->nb_samples =
framelen
= s->last_frame_length;
in tta_decode_frame()
367
for (p = s->decode_buffer; (int32_t*)p < s->decode_buffer + (
framelen
* s->channels); p++)
in tta_decode_frame()
373
for (p = s->decode_buffer; (int32_t*)p < s->decode_buffer + (
framelen
* s->channels); p++)
in tta_decode_frame()
382
for (i = 0; i <
framelen
* s->channels; i++) {
in tta_decode_frame()
/third_party/nghttp2/lib/
H
A
D
nghttp2_session.c
2268
size_t
framelen
;
in session_pack_extension()
local
2285
framelen
= (size_t)rv;
in session_pack_extension()
2287
frame->hd.length =
framelen
;
in session_pack_extension()
2290
buf->last +=
framelen
;
in session_pack_extension()
/third_party/node/deps/nghttp2/lib/
H
A
D
nghttp2_session.c
2263
size_t
framelen
;
in session_pack_extension()
local
2280
framelen
= (size_t)rv;
in session_pack_extension()
2282
frame->hd.length =
framelen
;
in session_pack_extension()
2285
buf->last +=
framelen
;
in session_pack_extension()
/third_party/nghttp2/tests/
H
A
D
nghttp2_session_test.c
675
size_t
framelen
;
in test_nghttp2_session_recv()
local
709
framelen
= nghttp2_bufs_len(&bufs);
in test_nghttp2_session_recv()
712
for (i = 0; i <
framelen
; ++i) {
in test_nghttp2_session_recv()
721
while (df.seqidx <
framelen
) {
in test_nghttp2_session_recv()
Completed in 33 milliseconds