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

  /external/jemalloc/test/integration/
mallocx.c 9 size_t nsz, rsz, sz; local
13 nsz = nallocx(sz, 0);
14 assert_zu_ne(nsz, 0, "Unexpected nallocx() error");
19 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch");
26 nsz = nallocx(sz, MALLOCX_ZERO);
27 assert_zu_ne(nsz, 0, "Unexpected nallocx() error");
31 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch");
38 size_t nsz, rsz, sz, alignment, total; local
53 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) |
55 assert_zu_ne(nsz, 0
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
tran.c 249 int i, nh, nsz; local
252 nsz = GROWTAB * tp->size;
253 np = (Cell **) calloc(nsz, sizeof(Cell *));
259 nh = hash(cp->nval, nsz);
266 tp->size = nsz;
  /external/llvm/utils/vim/
llvm.vim 31 syn keyword llvmStatement mul nand ne ninf nnan nsw nsz nuw oeq oge ogt ole
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 564 KEYWORD(nsz);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]

Completed in 123 milliseconds