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

  /external/libmicrohttpd/src/microhttpd/
memorypool.h 65 * @param from_end allocate from end of pool (set to MHD_YES);
73 size_t size, int from_end);
memorypool.c 158 * @param from_end allocate from end of pool (set to #MHD_YES);
166 size_t size, int from_end)
176 if (from_end == MHD_YES)
  /external/libcxxabi/test/
test_fallback_malloc.pass.cpp 56 void *pop ( container &c, bool from_end ) {
58 if ( from_end ) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
test_fallback_malloc.pass.cpp 56 void *pop ( container &c, bool from_end ) {
58 if ( from_end ) {
  /external/e2fsprogs/lib/ext2fs/
swapfs.c 185 char *from_end = (char *)from_header + bufsize; local
200 while ((char *)from_entry < from_end &&
201 (char *)EXT2_EXT_ATTR_NEXT(from_entry) <= from_end &&
  /external/v8/src/
elements.cc 311 for (uint32_t from_end = from_start + static_cast<uint32_t>(copy_size);
312 from_start < from_end; from_start++, to_start++) {
353 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size);
354 from_start < from_end; from_start++, to_start++) {
384 for (uint32_t from_end = from_start + copy_size;
385 from_start < from_end; from_start++, to_start++) {
    [all...]

Completed in 188 milliseconds