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

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 180 char *from_end = (char *)from_header + bufsize; local
195 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
  /external/stlport/test/unit/
codecvt_test.cpp 593 const char* from_end = from + utf8_str.size(); local
597 while (from + length <= from_end) {
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 595 const char* from_end = from + utf8_str.size(); local
599 while (from + length <= from_end) {
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 595 const char* from_end = from + utf8_str.size(); local
599 while (from + length <= from_end) {

Completed in 134 milliseconds