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:flag_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/
H
A
D
h264_cabac.c
91
int64_t
flag_offset
= H264_LAST_COEFF_FLAG_OFFSET_8x8_OFFSET;
in decode_significance_8x8_loongarch()
local
103
"add.d %[tmp0], %[tables], %[
flag_offset
] \n\t"
in decode_significance_8x8_loongarch()
128
[
flag_offset
]"r"(
flag_offset
),
in decode_significance_8x8_loongarch()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
sfwoff2.c
530
FT_UInt
flag_offset
= 10 + ( 2 * n_contours ) + 2 + instruction_len;
in store_points()
local
575
dst[
flag_offset
- 1] |= GLYF_REPEAT;
in store_points()
582
if (
flag_offset
>= dst_size )
in store_points()
585
dst[
flag_offset
++] = repeat_count;
in store_points()
587
if (
flag_offset
>= dst_size )
in store_points()
590
dst[
flag_offset
++] = flag;
in store_points()
601
if (
flag_offset
>= dst_size )
in store_points()
604
dst[
flag_offset
++] = repeat_count;
in store_points()
609
flag_offset
+ xy_bytes <
flag_offset
||
in store_points()
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftobjs.c
2103
FT_ULong
flag_offset
;
in Mac_Read_sfnt_Resource()
local
2114
flag_offset
= (FT_ULong)offsets[face_index];
in Mac_Read_sfnt_Resource()
2115
error = FT_Stream_Seek( stream,
flag_offset
);
in Mac_Read_sfnt_Resource()
2135
error = FT_Stream_Seek( stream,
flag_offset
+ 4 );
in Mac_Read_sfnt_Resource()
Completed in 9 milliseconds