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:wCursor
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_cache.c
30
cache->
wCursor
= 0;
in InitHiviewStaticCache()
50
cache->
wCursor
= 0;
in InitHiviewCache()
73
if ((uint32)cache->
wCursor
+ (uint32)wLen > (uint32)cache->size) {
in WriteToCache()
74
firstLen = cache->size - cache->
wCursor
;
in WriteToCache()
76
if (memcpy_s(cache->buffer + cache->
wCursor
, firstLen, data, firstLen) == EOK) {
in WriteToCache()
77
cache->
wCursor
+= firstLen;
in WriteToCache()
84
cache->
wCursor
= 0;
in WriteToCache()
87
if (memcpy_s(cache->buffer + cache->
wCursor
, secondLen, data + firstLen, secondLen) == EOK) {
in WriteToCache()
88
cache->
wCursor
+= secondLen;
in WriteToCache()
96
if (memcpy_s(cache->buffer + cache->
wCursor
, wLe
in WriteToCache()
[all...]
H
A
D
hiview_file.c
84
pHeader->
wCursor
= sizeof(HiviewFileHeader);
in InitHiviewFile()
139
h.
wCursor
= HIVIEW_FileSize(fp->fhandle);
in ReadFileHeader()
143
(h.
wCursor
>= sizeof(HiviewFileHeader))) {
in ReadFileHeader()
159
if (h->
wCursor
+ len > h->size) {
in WriteToFile()
165
if (HIVIEW_FileSeek(fp->fhandle, h->
wCursor
, HIVIEW_SEEK_SET) < 0) {
in WriteToFile()
169
h->
wCursor
+= len;
in WriteToFile()
182
uint32
wCursor
= h->
wCursor
;
in ReadFromFile()
local
184
if (
wCursor
< readLen) {
in ReadFromFile()
187
int32 rLen = (readLen <= (
wCursor
in ReadFromFile()
[all...]
H
A
D
hiview_cache.h
40
uint16
wCursor
; // 0-65535
member
H
A
D
hiview_file.h
81
uint32
wCursor
;
member
Completed in 3 milliseconds