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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 35 #undef yasm_xcalloc macro
52 /*@only@*/ void * (*yasm_xcalloc) (size_t nelem, size_t elsize) = def_xcalloc; variable
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 126 # define yasm_xcalloc(count, size) xcalloc(count, size) macro

Completed in 746 milliseconds