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:w_offset
(Results
1 - 7
of
7
) sorted by relevance
/third_party/curl/lib/
H
A
D
bufq.c
35
return chunk->r_offset >= chunk->
w_offset
;
in chunk_is_empty()
40
return chunk->
w_offset
>= chunk->dlen;
in chunk_is_full()
45
return chunk->
w_offset
- chunk->r_offset;
in chunk_len()
50
return chunk->dlen - chunk->
w_offset
;
in chunk_space()
56
chunk->r_offset = chunk->
w_offset
= 0;
in chunk_reset()
62
unsigned char *p = &chunk->x.data[chunk->
w_offset
];
in chunk_append()
63
size_t n = chunk->dlen - chunk->
w_offset
;
in chunk_append()
64
DEBUGASSERT(chunk->dlen >= chunk->
w_offset
);
in chunk_append()
68
chunk->
w_offset
+= n;
in chunk_append()
77
size_t n = chunk->
w_offset
in chunk_read()
[all...]
H
A
D
bufq.h
39
size_t
w_offset
; /* one after last written byte */
member
/third_party/ltp/testcases/kernel/fs/doio/include/
H
A
D
write_log.h
54
int
w_offset
; /* file offset */
member
109
uint
w_offset
: 44; /* file offset */
member
113
uint
w_offset
: 32; /* file offset */
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
write_log.c
413
wrecd->
w_offset
= (uint) wrec->
w_offset
;
in wlog_rec_pack()
461
wrec->
w_offset
= wrecd->
w_offset
;
in wlog_rec_unpack()
H
A
D
doio.c
1767
wrec.
w_offset
= offset;
in do_write()
3285
wrec.
w_offset
= offset;
in do_rw()
/third_party/curl/tests/unit/
H
A
D
unit2601.c
73
chunk->dlen, chunk->r_offset, chunk->
w_offset
);
in dump_bufq()
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.cc
655
const int
w_offset
= offsetof(dump_t, w_);
in Dump()
local
681
DumpRegisters<Register>(masm, dump_base,
w_offset
, kWRegSizeInBytes);
in Dump()
725
__ Str(w, MemOperand(dump2_base,
w_offset
+ (code * kWRegSizeInBytes)));
in Dump()
Completed in 10 milliseconds