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

123456

/external/valgrind/main/memcheck/tests/amd64/
H A Dbug279698.stdout.exp0 ff ff ff ff ff ff ff ff ff ff f
[all...]
H A Dinsn-pcmpistri.c49 const unsigned char ff = 0xFF; local
54 (void)VALGRIND_SET_VBITS(&s_copy[i], &ff, 1);
59 (void)VALGRIND_SET_VBITS(&s_copy[len-1], &ff, 1);
/external/fio/
H A Dfilelock.c58 struct fio_filelock *ff; local
61 ff = flist_entry(entry, struct fio_filelock, list);
62 if (ff->hash == hash)
63 return ff;
71 struct fio_filelock *ff; local
73 ff = fio_hash_find(hash);
74 if (!ff) {
75 ff = smalloc(sizeof(*ff));
76 ff
87 struct fio_filelock *ff; local
123 struct fio_filelock *ff; local
138 struct fio_filelock *ff; local
[all...]
/external/clang/test/CodeGen/
H A Dalign-local.c3 typedef struct __attribute((aligned(16))) {int x[4];} ff;
6 ff a;
/external/valgrind/main/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);
H A Dxor_EI.c8 immsweep(XIHF, 000000ff);
21 immsweep(XILF, 000000ff);
H A Dand_EI.c8 immsweep(NIHF, 000000ff);
H A Dinsert.c20 immsweep(iihh, 00ff);
21 immsweep(iihl, 00ff);
22 immsweep(iilh, 00ff);
23 immsweep(iill, 00ff);
/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_org/third_party/skia/tests/
H A DClampRangeTest.cpp64 #define ff(x) SkIntToFixed(x) macro
71 test_range(-ff(2), 0, 20);
72 test_range( ff(2), 0, 20);
79 test_range(ff(1), ff(16384), 100);
80 test_range(ff(-1), ff(-16384), 100);
81 test_range(ff(1)/2, ff(16384), 100);
83 //test_range(ff(
[all...]
/external/skia/tests/
H A DClampRangeTest.cpp64 #define ff(x) SkIntToFixed(x) macro
71 test_range(-ff(2), 0, 20);
72 test_range( ff(2), 0, 20);
79 test_range(ff(1), ff(16384), 100);
80 test_range(ff(-1), ff(-16384), 100);
81 test_range(ff(1)/2, ff(16384), 100);
83 //test_range(ff(
[all...]
/external/valgrind/main/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/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js82 function ff(x) { } function
85 ff(local_z);
87 ff(local_y);
93 ff(local_z);
95 ff(local_y);
101 ff(local_z);
103 ff(local_y);
105 ff(local_x);
/external/tcpdump/
H A Dprint-ntp.c209 register float ff; local
213 ff = f / 65536.0; /* shift radix point by 16 bits */
214 f = ff * 1000000.0; /* Treat fraction as parts per million */
226 register float ff; local
230 ff = uf;
231 if (ff < 0.0) /* some compilers are buggy */
232 ff += FMAXINT;
233 ff = ff / FMAXINT; /* shift radix point by 32 bits */
234 f = ff * 1000000000.
262 register float ff; local
[all...]
/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...]
/external/chromium_org/third_party/webrtc/base/
H A Dphysicalsocketserver.cc582 virtual void OnPreEvent(uint32 ff) { argument
594 virtual void OnEvent(uint32 ff, int err) { argument
742 virtual void OnPreEvent(uint32 ff) {
754 virtual void OnEvent(uint32 ff, int err) {
873 virtual void OnPreEvent(uint32 ff) {
874 if ((ff & DE_CONNECT) != 0)
876 if ((ff & DE_CLOSE) != 0)
880 virtual void OnEvent(uint32 ff, int err) {
883 if ((ff & DE_CONNECT) != 0) {
887 if ((ff
[all...]
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dmd5-2.js61 function ff(a, b, c, d, x, s, t)
96 a = ff(a, b, c, d, x[i+ 0], 7 , -680876936)
97 d = ff(d, a, b, c, x[i+ 1], 12, -389564586)
98 c = ff(c, d, a, b, x[i+ 2], 17, 606105819)
99 b = ff(b, c, d, a, x[i+ 3], 22, -1044525330)
100 a = ff(a, b, c, d, x[i+ 4], 7 , -176418897)
101 d = ff(d, a, b, c, x[i+ 5], 12, 1200080426)
102 c = ff(c, d, a, b, x[i+ 6], 17, -1473231341)
103 b = ff(b, c, d, a, x[i+ 7], 22, -45705983)
104 a = ff(
[all...]

Completed in 3082 milliseconds

123456