Searched defs:ff (Results 1 - 25 of 58) 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/toybox/toys/posix/
H A Dpaste.c50 FILE *ff = seq ? *fps : fps[i]; local
56 if (!ff || 0>=(len = getline(&buf, &blen, ff))) {
57 if (ff && ff!=stdin) fclose(ff);
H A Dsort.c181 int ff = flags & (FLAG_n|FLAG_g|FLAG_M|FLAG_x); local
184 if (!ff) return ((flags&FLAG_f) ? strcasecmp : strcmp)(x, y);
186 if (CFG_SORT_FLOAT && ff == FLAG_g) {
210 } else if (CFG_SORT_BIG && ff == FLAG_M) {
222 } else if (CFG_SORT_BIG && ff == FLAG_x) {
224 // This has to be ff == FLAG_n
/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.java127 static final FilenameFilter ff = new FilenameFilter() { field in class:Deprecator
140 File[] files = srcDir.listFiles(ff);
H A DSwatDeprecated.java41 private static FilenameFilter ff = new FilenameFilter() { field in class:SwatDeprecated
148 String[] filenames = file.list(ff);
/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.c343 int ff = strcspn(from, " ]"), tt = strcspn(to, " ]"); local
345 if (from[ff] == ']' && to[tt] == ']') {
346 try = xmprintf("[-%.*s%.*s] ", ff, from, tt, to);
347 qsort(try+2, ff+tt, 1, (void *)charsort);
348 this = trim(this+ff+3);
/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);
/external/libcups/cups/
H A Darray.c739 cups_afree_func_t ff) /* I - Free function */
775 a->freefunc = ff;
734 cupsArrayNew3(cups_array_func_t f, void *d, cups_ahash_func_t h, int hsize, cups_acopy_func_t cf, cups_afree_func_t ff) argument
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_driver.c502 void display_line(char *tcname, int pri, int f, float et, float *pet, int ff) argument
527 (f == 0) ? "user" : "real", et, pc, (ff) ? "forked child" : " ");

Completed in 940 milliseconds

123