HomeSort by relevance Sort by last modified time
    Searched defs:ff (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
pr17415.s 2 .global ff
5 .type ff, %object
6 .size ff, 67108864
7 ff: label
25 add x1, x0, #:tprel_hi12:ff
26 add x1, x1, #:tprel_lo12_nc:ff
tprel_add_lo12_overflow.s 2 .global ff
5 .type ff, %object
8 .size ff, 4096 - 16
9 ff: label
tprel_g2_overflow.s 2 .global ff
5 .type ff, %object
6 .size ff, 562949953421312
7 ff: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/
sub2l.s 12 .global ff
13 ff: label
26 .long ff+4
  /external/clang/test/CXX/drs/
dr7xx.cpp 10 void ff() { f(); } function in namespace:dr777
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug372.go 19 func ff() string { return "ff" } func
23 tt.m = ff
25 if tt.m() != "ff" {
26 println(tt.m(), "!= \"ff\"")
bug255.go 18 func ff() string func
20 var i [len([1]string{ff()})]int // ERROR "non-constant array bound|not constant"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug372.go 19 func ff() string { return "ff" } func
23 tt.m = ff
25 if tt.m() != "ff" {
26 println(tt.m(), "!= \"ff\"")
  /external/clang/test/Lexer/
multiple-include.c 14 typedef void ff(); typedef
15 typedef struct { ff *a;} S;
  /external/clang/test/Modules/Inputs/merge-decl-context/
a.h 20 inline A<int> ff(int i) { function
  /external/e2fsprogs/util/
libecho.c 40 long ff; local
63 ff = _findfirst(f, &fdt);
65 if (ff < 0) {
73 if (_findnext(ff, &fdt) < 0)
77 _findclose(ff);
  /external/libffi/testsuite/libffi.call/
many.c 32 float f, ff; local
48 ff = many(fa[0], fa[1],
55 if (fabs(f - ff) < FLT_EPSILON)
many_double.c 44 double f, ff; local
60 ff = many(fa[0], fa[1],
66 if (fabs(f - ff) < FLT_EPSILON)
many_mixed.c 44 double f, ff; local
67 ff = many(fa[0], fa[1], la[2],
74 if (fabs(f - ff) < FLT_EPSILON)
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
many.c 32 float f, ff; local
48 ff = many(fa[0], fa[1],
55 if (fabs(f - ff) < FLT_EPSILON)
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
many.c 32 float f, ff; local
48 ff = many(fa[0], fa[1],
55 if (fabs(f - ff) < FLT_EPSILON)
  /prebuilts/go/darwin-x86/test/
closure.go 114 ff(1)
121 func ff(x int) { func
  /prebuilts/go/linux-x86/test/
closure.go 114 ff(1)
121 func ff(x int) { func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
future.c 15 future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)
33 ff->ff_features |= CO_FUTURE_DIVISION;
35 ff->ff_features |= CO_FUTURE_ABSOLUTE_IMPORT;
37 ff->ff_features |= CO_FUTURE_WITH_STATEMENT;
39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION;
41 ff->ff_features |= CO_FUTURE_UNICODE_LITERALS;
58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
98 if (!future_check_features(ff, s, filename))
100 ff->ff_lineno = s->lineno;
122 PyFutureFeatures *ff; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
future.c 15 future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)
33 ff->ff_features |= CO_FUTURE_DIVISION;
35 ff->ff_features |= CO_FUTURE_ABSOLUTE_IMPORT;
37 ff->ff_features |= CO_FUTURE_WITH_STATEMENT;
39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION;
41 ff->ff_features |= CO_FUTURE_UNICODE_LITERALS;
58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
103 if (!future_check_features(ff, s, filename))
105 ff->ff_lineno = s->lineno;
127 PyFutureFeatures *ff; local
    [all...]
  /external/clang/test/Misc/
reduced-diags-macros.cpp 36 node ff; variable
38 int r = APPLY(+,ff,1);
40 // CHECK-NEXT: int r = APPLY(+,ff,1);
  /external/fio/t/
axmap.c 26 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/lmfit/demo/
surface1.c 84 double ff; local
86 ff = f(tx[i], tz[i], par);
88 i, tx[i], tz[i], y[i], ff, y[i] - ff );
  /external/python/cpython2/Python/
future.c 15 future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)
33 ff->ff_features |= CO_FUTURE_DIVISION;
35 ff->ff_features |= CO_FUTURE_ABSOLUTE_IMPORT;
37 ff->ff_features |= CO_FUTURE_WITH_STATEMENT;
39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION;
41 ff->ff_features |= CO_FUTURE_UNICODE_LITERALS;
58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
98 if (!future_check_features(ff, s, filename))
100 ff->ff_lineno = s->lineno;
122 PyFutureFeatures *ff; local
    [all...]
  /external/valgrind/memcheck/tests/amd64/
insn-pcmpistri.c 49 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);

Completed in 479 milliseconds

1 2 3 4 5 6