HomeSort by relevance Sort by last modified time
    Searched defs:many (Results 1 - 3 of 3) sorted by null

  /external/clang/test/PCH/Inputs/
chain-decls2.h 7 void many(int k);
8 struct many;
9 void many(int l);
10 struct many {}; struct
  /external/libffi/testsuite/libffi.call/
many.c 2 Purpose: Check return value float, with many arguments
12 static float many(float f1, function
56 ffi_call(&cif, FFI_FN(many), &f, values);
58 ff = many(fa[0], fa[1],
  /external/jdiff/src/jdiff/
DiffMyers.java 560 If a line matches many lines, mark it as provisionally discardable.
571 int many = 5; local
574 /* Multiply MANY by approximate square root of number of lines.
577 many *= 2;
587 else if (nmatch > many)
613 Count how many are provisionally discardable. */

Completed in 120 milliseconds