HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1351 - 1375 of 3043) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
150 perfect_gen(FILE *out, const char *lookup_function_name,
201 fprintf(out, "static const struct %s *\n", struct_name);
202 fprintf(out, "%s(const char *key, size_t len)\n", lookup_function_name);
203 fprintf(out, "{\n");
208 fprintf(out, " static const struct %s pd[%lu] = {\n", struct_name, nkeys);
220 fprintf(out, "#line %u \"%s\"\n", kw->line, filename);
221 fprintf(out, " {\"%s\"%s}", kw->name, kw->args);
223 fprintf(out, " { NULL }");
226 fprintf(out, ",");
252 FILE *in, *out; local
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.c 48 * - Pull out common wnext == 0 case for speed in inflate_fast()
75 * for the in() and out() functions
96 local int updatewindow OF((z_streamp strm, unsigned out));
287 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
302 a.out > inffixed.h
358 local int updatewindow(strm, out)
360 unsigned out;
383 copy = out - strm->avail_out;
599 unsigned in, out; /* save starting available input and output */ local
620 out = left
    [all...]