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:label_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcpal.c
131
FT_ULong type_offset,
label_offset
, entry_label_offset;
in FT_LOCAL_DEF()
local
145
label_offset
= FT_NEXT_ULONG( p );
in FT_LOCAL_DEF()
169
if (
label_offset
)
in FT_LOCAL_DEF()
171
if (
label_offset
>= table_size )
in FT_LOCAL_DEF()
174
table_size -
label_offset
)
in FT_LOCAL_DEF()
180
p = table +
label_offset
;
in FT_LOCAL_DEF()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
macro-assembler-arm64.cc
957
int
label_offset
= label->pos() - pc_offset();
in Adr()
local
958
if (Instruction::IsValidPCRelOffset(
label_offset
)) {
in Adr()
961
DCHECK_LE(
label_offset
, 0);
in Adr()
964
Add(rd, rd,
label_offset
- min_adr_offset);
in Adr()
/third_party/vixl/src/aarch64/
H
A
D
assembler-aarch64.cc
87
uintptr_t
label_offset
= GetLabelAddress<uintptr_t>(label) >> element_shift;
in LinkAndGetOffsetTo()
local
88
return
label_offset
- pc_offset;
in LinkAndGetOffsetTo()
Completed in 15 milliseconds