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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
ctx.h 107 #define isl_alloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\ macro
113 #define isl_alloc_type(ctx,type) isl_alloc(ctx,type,sizeof(type))
116 #define isl_alloc_array(ctx,type,n) isl_alloc(ctx,type,(n)*sizeof(type))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 107 #define isl_alloc(ctx,type,size) ((type *)isl_check_ctx(ctx,\ macro
113 #define isl_alloc_type(ctx,type) isl_alloc(ctx,type,sizeof(type))
116 #define isl_alloc_array(ctx,type,n) isl_alloc(ctx,type,(n)*sizeof(type))

Completed in 257 milliseconds