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

  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 104 size_t to_size = Ident(30); local
105 size_t from_size = Ident(6); // less than to_size
106 char *to = Ident((char*)malloc(to_size));
111 strcpy(to + to_size - from_size, from);
118 EXPECT_DEATH(Ident(strcpy(to + to_size, from)), RightOOBWriteMessage(0));
127 size_t to_size = Ident(20); local
128 size_t from_size = Ident(6); // less than to_size
129 char *to = Ident((char*)malloc(to_size));
138 strncpy(to, from, to_size);
139 strncpy(to, from + from_size - 1, to_size);
332 size_t to_size = Ident(100); local
370 size_t to_size = Ident(100); local
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 1719 int from_size, to_size, wbuf_size; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1719 int from_size, to_size, wbuf_size; local
    [all...]

Completed in 1034 milliseconds