Searched defs:ff (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/test/Lexer/
H A Dmultiple-include.c14 typedef void ff(); typedef
15 typedef struct { ff *a;} S;
/external/clang/test/CXX/drs/
H A Ddr7xx.cpp10 void ff() { f(); } function in namespace:dr777
/external/clang/test/Modules/Inputs/merge-decl-context/
H A Da.h20 inline A<int> ff(int i) { function
/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/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/compiler-rt/lib/asan/tests/
H A Dasan_fake_stack_test.cc116 FakeFrame *ff = fs->Allocate(stack_size_log, cid, 0); local
117 uptr x = reinterpret_cast<uptr>(ff);
118 EXPECT_TRUE(s.insert(std::make_pair(ff, cid)).second);
137 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, 0); local
142 fs->Deallocate(reinterpret_cast<uptr>(ff), class_id);
/external/fio/t/
H A Daxmap.c26 uint64_t ff; local
61 ff = axmap_next_free(map, osize);
62 if (ff != (uint64_t) -1ULL) {
63 printf("axmap_next_free broken: got %llu\n", (unsigned long long) ff);
/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/memcheck/tests/amd64/
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/clang/test/Sema/
H A Darray-constraint.c8 void ff() { function
H A Dzvector.c24 vector float ff; // expected-error {{cannot use 'float' with '__vector'}} variable
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecator.java125 static final FilenameFilter ff = new FilenameFilter() { field in class:Deprecator
138 File[] files = srcDir.listFiles(ff);
H A DSwatDeprecated.java39 private static FilenameFilter ff = new FilenameFilter() { field in class:SwatDeprecated
146 String[] filenames = file.list(ff);
/external/v8/test/webkit/
H A DToNumber.js33 var ff = String.fromCharCode(0xC); variable
101 shouldBe("+ff", "0");
125 shouldBe("+(ff + '1')", "1");
149 shouldBe("+('1' + ff)", "1");
173 shouldBe("+('1' + ff + '1')", "NaN");
H A DparseFloat.js31 var ff = String.fromCharCode(0xC); variable
77 shouldBe("parseFloat(ff + '1')", "1");
/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/CodeGenCXX/
H A Dconstructor-init.cpp51 float ff; member in struct:N
/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/toybox/scripts/
H A Dconfig2help.c341 int ff = strcspn(from, " ]"), tt = strcspn(to, " ]"); local
343 if (from[ff] == ']' && to[tt] == ']') {
344 try = xmprintf("[-%.*s%.*s] ", ff, from, tt, to);
345 qsort(try+2, ff+tt, 1, (void *)charsort);
346 this = trim(this+ff+3);
/external/toybox/toys/posix/
H A Dsort.c178 int ff = flags & (FLAG_n|FLAG_g|FLAG_M|FLAG_x); local
181 if (!ff) return ((flags&FLAG_f) ? strcasecmp : strcmp)(x, y);
183 if (CFG_SORT_FLOAT && ff == FLAG_g) {
207 } else if (CFG_SORT_BIG && ff == FLAG_M) {
219 } else if (CFG_SORT_BIG && ff == FLAG_x) {
221 // This has to be ff == FLAG_n
/external/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...]
/external/webrtc/talk/media/devices/
H A Dlinuxdevicemanager.cc64 virtual void OnPreEvent(uint32_t ff);
65 virtual void OnEvent(uint32_t ff, int err);
375 void LinuxDeviceWatcher::OnPreEvent(uint32_t ff) { argument
379 void LinuxDeviceWatcher::OnEvent(uint32_t ff, int err) { argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfft.c73 int16_t dd, ee, ff, gg, hh, ii; local
208 ff = 0;
212 ff = ff+4;
214 ee = ff + hh * ff;
312 ff = 0;
314 ff = ff+dd;
315 ee = ff
[all...]
/external/clang/test/CodeGen/
H A Dstruct.c31 F *ff; member in struct:__sf2
35 if (c->ff->c >= 0)
/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc149 FakeFrame *ff = reinterpret_cast<FakeFrame *>( local
151 if (ff->real_stack < real_stack) {
166 FakeFrame *ff = reinterpret_cast<FakeFrame *>( local
168 uptr begin = reinterpret_cast<uptr>(ff);
207 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack); local
208 if (!ff) return 0; // Out of fake stack.
209 uptr ptr = reinterpret_cast<uptr>(ff);

Completed in 727 milliseconds

123