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:prev_offset
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFDebugRangeList.cpp
41
uint64_t
prev_offset
= *offset_ptr;
in extract()
local
47
if (*offset_ptr !=
prev_offset
+ 2 * AddressSize) {
in extract()
51
prev_offset
);
in extract()
/third_party/mesa3d/src/util/
H
A
D
vma.c
67
uint64_t
prev_offset
= 0;
in util_vma_heap_validate()
local
81
* hole->size + hole->offset ==
prev_offset
, then we failed to join
in util_vma_heap_validate()
85
hole->size + hole->offset <
prev_offset
);
in util_vma_heap_validate()
87
prev_offset
= hole->offset;
in util_vma_heap_validate()
/third_party/selinux/libsepol/src/
H
A
D
module.c
65
long
prev_offset
, end_offset;
in policy_file_length()
local
69
prev_offset
= ftell(fp->fp);
in policy_file_length()
70
if (
prev_offset
< 0)
in policy_file_length()
71
return
prev_offset
;
in policy_file_length()
78
rc = fseek(fp->fp,
prev_offset
, SEEK_SET);
in policy_file_length()
/third_party/ffmpeg/libavcodec/
H
A
D
zmbvenc.c
324
int prev_size,
prev_offset
;
in encode_init()
local
403
prev_offset
= FFALIGN(c->lrange * c->bypp, 16) + c->pstride * c->lrange;
in encode_init()
408
c->prev = c->prev_buf +
prev_offset
;
in encode_init()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-colr-table.hh
984
unsigned
prev_offset
= offset;
in serialize_clip_records()
local
990
if (_ == prev_gid + 1 && offset ==
prev_offset
)
in serialize_clip_records()
999
record.clipBox =
prev_offset
;
in serialize_clip_records()
1006
prev_offset
= offset;
in serialize_clip_records()
1014
record.clipBox =
prev_offset
;
in serialize_clip_records()
H
A
D
hb-ot-cff1-table.hh
604
: num_interp_env_t(),
prev_offset
(0), last_offset(0) {}
in cff1_top_dict_interp_env_t()
606
unsigned int
prev_offset
;
member
/third_party/jerryscript/jerry-debugger/
H
A
D
jerry_client_main.py
605
prev_offset
= offset
608
self.channel.send_message(self.byte_order, message + args[
prev_offset
:offset])
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.c
933
uint32_t
prev_offset
= packed_offsets[packed_output->register_index][0];
in update_so_info()
936
if (packed_offsets[packed_output->register_index][k] !=
prev_offset
+ 1)
in update_so_info()
938
prev_offset
= packed_offsets[packed_output->register_index][k + packed_output->start_component];
in update_so_info()
Completed in 14 milliseconds