Searched refs:ff (Results 1 - 25 of 143) sorted by relevance

123456

/external/valgrind/memcheck/tests/amd64/
H A Dbug279698.stdout.exp0 ff ff ff ff ff ff ff ff ff ff f
[all...]
/external/clang/test/Modules/
H A Dmerge-decl-context.cpp27 ff(42);
/external/autotest/server/cros/
H A Dclique_ap_list.conf4 [ff:ff:ff:ff:ff:ff]
10 bss = ff:ff:ff:ff
[all...]
/external/fio/
H A Dfilelock.c35 static void put_filelock(struct fio_filelock *ff) argument
37 flist_add(&ff->list, &fld->free_list);
42 struct fio_filelock *ff; local
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
48 flist_del_init(&ff->list);
49 return ff;
54 struct fio_filelock *ff; local
57 ff = __get_filelock();
58 if (ff || trylock)
67 return ff;
85 struct fio_filelock *ff = &fld->ffs[i]; local
107 struct fio_filelock *ff; local
122 struct fio_filelock *ff; local
135 struct fio_filelock *ff; local
170 struct fio_filelock *ff; local
227 struct fio_filelock *ff; local
[all...]
/external/clang/test/CodeGen/
H A Dalign-local.c3 typedef struct __attribute((aligned(16))) {int x[4];} ff;
5 // CHECK: alloca %struct.ff, align 16
8 ff a;
/external/valgrind/none/tests/s390x/
H A Dadd_GE.c15 memimmsweep(ASI, ff, 0);
16 memimmsweep(AGSI, ff, 0);
17 memimmsweep(ALSI, ff, 0);
18 memimmsweep(ALGSI, ff, 0);
H A Dtroo.stdout.exp6 the translated values are ff bb dd ab ca
8 the translated values are ff bb dd ab ca bc cc da ea aa
12 the translated values are ff
14 the translated values are ff bb dd ab ca bc cc da
H A Dand.c18 niysweep(ff);
30 immsweep(nihh, 00ff);
31 immsweep(nihl, 00ff);
32 immsweep(nilh, 00ff);
33 immsweep(nill, 00ff);
H A Dor.c18 oiysweep(ff);
30 immsweep(oihh, 00ff);
31 immsweep(oihl, 00ff);
32 immsweep(oilh, 00ff);
33 immsweep(oill, 00ff);
H A Dtrto.stdout.exp8 the translated values is cc dd ff cc ab ca
10 the translated values is cc dd ff cc ab ca bc cc dd ea
16 the translated values is cc dd ff cc ab ca bc cc dd 0
H A Dinsert_EI.c8 immsweep(IIHF, 000000ff);
21 immsweep(IILF, 000000ff);
H A Dor_EI.c8 immsweep(OIHF, 000000ff);
21 immsweep(OILF, 000000ff);
/external/clang/test/Lexer/
H A Dmultiple-include.c14 typedef void ff(); typedef
15 typedef struct { ff *a;} S;
/external/e2fsprogs/util/
H A Dlibecho.c40 long ff; local
63 ff = _findfirst(f, &fdt);
65 if (ff < 0) {
73 if (_findnext(ff, &fdt) < 0)
77 _findclose(ff);
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
H A Ddataurl-dbquote-font.css7 .y-ff-1 {
12 .ua-op .y-ff-1 {
H A Ddataurl-noquote-multiline-font.css7 .y-ff-1 {
12 .ua-op .y-ff-1 {
H A Ddataurl-singlequote-font.css7 .y-ff-1 {
12 .ua-op .y-ff-1 {
/external/skia/tests/
H A DClampRangeTest.cpp67 #define ff(x) SkIntToFixed(x) macro
74 test_range(-ff(2), 0, 20);
75 test_range( ff(2), 0, 20);
82 test_range(ff(1), ff(16384), 100);
83 test_range(ff(-1), ff(-16384), 100);
84 test_range(ff(1)/2, ff(16384), 100);
85 test_range(ff(
[all...]
/external/valgrind/drd/tests/
H A Dstd_list.cpp26 for (list<int*>::iterator ff = ffList.begin(); ff != ffList.end(); ff++) {
33 for (list<int*>::const_iterator ff = ffList.begin(); ff != ffList.end(); ff++) {
/external/clang/test/Misc/
H A Dreduced-diags-macros.cpp36 node ff; variable
38 int r = APPLY(+,ff,1);
40 // CHECK-NEXT: int r = APPLY(+,ff,1);
/external/tcpdump/
H A Dprint-ntp.c330 register float ff; local
334 ff = f / 65536.0; /* shift radix point by 16 bits */
335 f = ff * 1000000.0; /* Treat fraction as parts per million */
348 register float ff; local
352 ff = uf;
353 if (ff < 0.0) /* some compilers are buggy */
354 ff += FMAXINT;
355 ff = ff / FMAXINT; /* shift radix point by 32 bits */
356 f = ff * 1000000000.
385 register float ff; local
[all...]
/external/clang/test/CXX/drs/
H A Ddr7xx.cpp10 void ff() { f(); } function in namespace:dr777
/external/icu/icu4j/perf-tests/
H A Dcollationperf.pl69 $ff = $dataFiles{$locale};
70 @ff = split(/[\s]+/, $ff);
71 foreach $data (@ff) {
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame_personality.s45 # Augmentation data: 9b ff ff ff ed 1b 1b
53 # Augmentation data: ff ff ff cf
/external/ppp/pppd/
H A Dmd4.c78 #define ff(A,B,C,D,i,s) A = rot((A + f(B,C,D) + X[i]),s) macro
141 ff(A , B , C , D , 0 , fs1); /* Round 1 */
142 ff(D , A , B , C , 1 , fs2);
143 ff(C , D , A , B , 2 , fs3);
144 ff(B , C , D , A , 3 , fs4);
145 ff(A , B , C , D , 4 , fs1);
146 ff(D , A , B , C , 5 , fs2);
147 ff(C , D , A , B , 6 , fs3);
148 ff(B , C , D , A , 7 , fs4);
149 ff(
[all...]

Completed in 1993 milliseconds

123456