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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 109 #define isl_calloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\ macro
114 #define isl_calloc_type(ctx,type) isl_calloc(ctx,type,sizeof(type))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ctx.h 109 #define isl_calloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\ macro
114 #define isl_calloc_type(ctx,type) isl_calloc(ctx,type,sizeof(type))

Completed in 58 milliseconds