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

  /src/external/bsd/zstd/dist/lib/compress/
fse_compress.c 454 U32 const sEnd = (U32)(end >> vStepLog);
455 U32 const weight = sEnd - sStart;
  /src/external/public-domain/sqlite/dist/
shell.c 532 ** Send ASCII text as O_BINARY. But for Unicode characters U+0080 and
1347 ** If xWrite is defined, send all content of pOut to xWrite and
18327 int (*xOut)(const char*, void*); /* Send output here */
18434 ** Send trace output defined by zFormat and subsequent arguments.
24717 struct rusage sEnd;
24718 getrusage(RUSAGE_SELF, &sEnd);
24722 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
24723 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
27126 ".output ?FILE? Send output to FILE or stdout if FILE is omitted",
27214 " FILE Send output to FILE"
    [all...]
sqlite3.c     [all...]

Completed in 141 milliseconds