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:rf2
(Results
1 - 17
of
17
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vdpau_h264.c
85
VdpReferenceFrameH264 *
rf2
;
in vdpau_h264_set_reference_frames()
local
94
rf2
= &info->referenceFrames[0];
in vdpau_h264_set_reference_frames()
95
while (
rf2
!= rf) {
in vdpau_h264_set_reference_frames()
96
if ((
rf2
->surface == surface_ref) &&
in vdpau_h264_set_reference_frames()
97
(
rf2
->is_long_term == pic->long_ref) &&
in vdpau_h264_set_reference_frames()
98
(
rf2
->frame_idx == pic_frame_idx))
in vdpau_h264_set_reference_frames()
100
++
rf2
;
in vdpau_h264_set_reference_frames()
102
if (
rf2
!= rf) {
in vdpau_h264_set_reference_frames()
103
rf2
->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;
in vdpau_h264_set_reference_frames()
104
rf2
in vdpau_h264_set_reference_frames()
[all...]
/third_party/typescript/tests/baselines/reference/
H
A
D
comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js
35
var
rf2
= b != a;
variable
65
var
rf2
= b != a;
variable
H
A
D
comparisonOperatorWithSubtypeObjectOnOptionalProperty.js
36
var
rf2
= b != a;
variable
66
var
rf2
= b != a;
variable
H
A
D
arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js
34
var
rf2
= null >> undefined;
variable
90
var
rf2
= null >> undefined;
variable
H
A
D
comparisonOperatorWithIdenticalPrimitiveType.js
57
var
rf2
= b != b;
variable
136
var
rf2
= b != b;
variable
H
A
D
comparisonOperatorWithSubtypeObjectOnProperty.js
65
var
rf2
= a2 != b2;
variable
162
var
rf2
= a2 != b2;
variable
H
A
D
comparisonOperatorWithSubtypeEnumAndNumber.js
49
var
rf2
= b != a;
variable
117
var
rf2
= b != a;
variable
H
A
D
comparisonOperatorWithTypeParameter.js
54
var
rf2
= a > t;
128
var
rf2
= a > t;
H
A
D
arithmeticOperatorWithAnyAndNumber.js
57
var
rf2
= a >> b;
variable
155
var
rf2
= a >> b;
variable
H
A
D
arithmeticOperatorWithNullValueAndValidOperands.js
65
var
rf2
= null >> b;
variable
170
var
rf2
= null >> b;
variable
H
A
D
logicalAndOperatorWithEveryType.js
72
var
rf2
= a2 && a6;
variable
194
var
rf2
= a2 && a6;
variable
H
A
D
logicalOrOperatorWithEveryType.js
118
var
rf2
= a2 || undefined; // boolean || undefined is boolean
variable
238
var
rf2
= a2 || undefined; // boolean || undefined is boolean
variable
H
A
D
arithmeticOperatorWithUndefinedValueAndValidOperands.js
65
var
rf2
= undefined >> b;
variable
170
var
rf2
= undefined >> b;
variable
H
A
D
arithmeticOperatorWithEnum.js
85
var
rf2
= c >> b;
variable
230
var
rf2
= c >> b;
variable
H
A
D
arithmeticOperatorWithEnumUnion.js
89
var
rf2
= c >> b;
variable
239
var
rf2
= c >> b;
variable
/third_party/libwebsockets/lib/misc/fts/
H
A
D
trie-fd.c
768
struct lws_fts_result_filepath **prf, *rf1, *
rf2
;
in lws_fts_search()
local
778
rf2
= rf1->next;
in lws_fts_search()
780
if (
rf2
&& rf1->lines_in_file &&
rf2
->lines_in_file &&
in lws_fts_search()
782
((
rf2
->matches * 1000) /
rf2
->lines_in_file)) {
in lws_fts_search()
785
*prf =
rf2
;
in lws_fts_search()
786
rf1->next =
rf2
->next;
in lws_fts_search()
787
rf2
->next = rf1;
in lws_fts_search()
/third_party/skia/modules/skparagraph/samples/
H
A
D
SampleParagraph.cpp
2210
auto
rf2
= f2[0];
variable
2211
SkDebugf("f2: [%f:%f] %s\n",
rf2
.rect.fLeft,
rf2
.rect.fRight,
2212
rf2
.direction == TextDirection::kRtl ? "rtl" : "ltr");
Completed in 16 milliseconds