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

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 166 uptr tail_length = size - orig_size; local
167 internal_memcpy(tail, tail_magic, tail_length - 1);
169 tail[tail_length - 1] = 0;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/
floats.d 897 ulong tail_length = 0;
901 tail_length = 3 - exp;
966 if (tail_length > 0)
970 tail_length--;
972 frac_part += tail >> tail_length;
973 if (tail_length > 0)
974 tail &= (1L << tail_length) - 1;
1001 if (tail_length > 0)
1005 tail_length--;
1007 frac_part += tail >> tail_length;
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 230 uptr tail_length = size - orig_size; local
231 internal_memcpy(tail, tail_magic, tail_length - 1);
233 tail[tail_length - 1] = 0;

Completed in 46 milliseconds