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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw.h 513 #ifndef _TRUNCATE
514 #define _TRUNCATE ((size_t)-1)
  /external/v8/src/base/platform/
platform-win32.cc 37 #define _TRUNCATE 0
63 DCHECK(count == _TRUNCATE);
73 if (count == _TRUNCATE) {
657 int n = _vsnprintf_s(str, length, _TRUNCATE, format, args);
676 // Use _TRUNCATE or strncpy_s crashes (by design) if buffer is too small.
679 n = _TRUNCATE;
682 DCHECK(result == 0 || (n == _TRUNCATE && result == STRUNCATE));
686 #undef _TRUNCATE
    [all...]

Completed in 633 milliseconds