Home
last modified time | relevance | path

Searched refs:rf2 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Sema/
Dwarn-bad-function-cast.c9 double rf2(void);
29 (long double)rf2(); in foo()
40 …(long)rf2(); /* expected-warning {{cast from function call of type 'double' to non-matching type '… in foo()
/external/llvm-project/clang/test/Sema/
Dwarn-bad-function-cast.c9 double rf2(void);
34 (long double)rf2(); in foo()
46 …(long)rf2(); /* expected-warning {{cast from function call of type 'double' to non-matching type '… in foo()
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c768 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()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java153 long rf2 = other.ref(); in compareTo() local
155 if (rf1 == rf2) { in compareTo()
160 comp = (rf1 < rf2)? -1 : 1; in compareTo()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2205 auto rf2 = f2[0]; in onDrawContent() local
2207rf2.rect.fLeft, rf2.rect.fRight, rf2.direction == TextDirection::kRtl ? "rtl" : "ltr"); in onDrawContent()
/external/mksh/src/
Dcheck.t9414 echo ".rf2:${y[0]}.${y[1]}.${y[2]}.${y[3]}:"
9425 .rf2:f...:
9470 echo ".rf2:${y[0]}.${y[1]}.${y[2]}.${y[3]}:"
9486 .rf2:...:
9527 echo ".rf2:${y[0]}.${y[1]}.${y[2]}.${y[3]}:"
9543 .rf2:f...:
9574 echo ".rf2:$y:"
9585 .rf2:f:
9622 echo ".rf2:$y:"
9638 .rf2::
[all …]