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

  /external/chromium/third_party/icu/source/i18n/
basictz.cpp 413 int32_t asize = startTimes - idx; local
414 if (asize > 0) {
415 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
420 for (int32_t newidx = 0; newidx < asize; newidx++) {
430 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /external/icu4c/i18n/
basictz.cpp 425 int32_t asize = startTimes - idx; local
426 if (asize > 0) {
427 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
432 for (int32_t newidx = 0; newidx < asize; newidx++) {
442 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /external/libvpx/vp8/encoder/
bitstream.c 1644 int asize; local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 3518 size_t asize = 0; local
3601 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3393 size_t asize = 0; local
3463 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3405 size_t asize = 0; local
3475 size_t asize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); local
    [all...]

Completed in 204 milliseconds