HomeSort by: relevance | last modified time | path
    Searched defs:temp_offset (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_ts.c 111 int64_t temp_offset; member in struct:sunxi_ts_config
117 .temp_offset = 257000000,
123 .temp_offset = 144700000,
129 .temp_offset = 271000000,
260 sc->sc_conf->temp_step - sc->sc_conf->temp_offset) +
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c 206 uint64_t temp_offset; member in struct:_7zip
675 zip->temp_offset = 0;
694 zip->temp_offset += ws;
816 if (zip->temp_offset > 0 &&
976 length = zip->temp_offset;
archive_write_set_format_xar.c 194 uint64_t temp_offset; member in struct:heap_data
253 uint64_t temp_offset; member in struct:xar
620 xar->temp_offset = 0;
634 xar->temp_offset = algsize;
665 file->data.temp_offset = xar->temp_offset;
697 xar->temp_offset += ws;
1006 r = xmlwrite_fstring(a, writer, "offset", "%ju", (uintmax_t)heap->temp_offset);
1777 xar->toc.temp_offset = xar->temp_offset;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 1808 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg0); local
1810 arg1_type, arg1, temp_offset);
1860 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg1); local
1862 arg2_type, arg2, temp_offset);
1908 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg0); local
1910 arg1_type, arg1, temp_offset);
1951 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg1); local
1953 arg2_type, arg2, temp_offset);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 1828 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg0); local
1830 arg1_type, arg1, temp_offset);
1880 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg1); local
1882 arg2_type, arg2, temp_offset);
1928 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg0); local
1930 arg1_type, arg1, temp_offset);
1971 tree temp_offset = gimple_convert (&stmts, loc, sizetype, arg1); local
1973 arg2_type, arg2, temp_offset);

Completed in 37 milliseconds