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

  /external/chromium_org/third_party/mongoose/
mongoose.c 680 size_t end_off = strcspn(end_word + 1, delimiters); local
681 memmove (p, end_word, end_off + 1);
682 p += end_off; // p must correspond to end_word - 1
683 end_word += end_off + 1;
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 60 milliseconds