Lines Matching refs:ptr_num
134 int ptr_num; member
1147 (msa).ptr_num = PTR_NUM_SIZE(reg);\
1158 (msa).ptr_num = PTR_NUM_SIZE(reg);\
1172 + (sizeof(StackIndex) * msa->ptr_num));\
1176 else if (msa->ptr_num > ALLOCA_PTR_NUM_LIMIT) {\
1178 alloc_base = (char* )xmalloc(sizeof(StackIndex) * msa->ptr_num\
1182 + (sizeof(StackIndex) * msa->ptr_num));\
1188 alloc_base = (char* )xalloca(sizeof(StackIndex) * msa->ptr_num\
1192 + (sizeof(StackIndex) * msa->ptr_num));\
1202 size_t size = sizeof(StackIndex) * msa->ptr_num \
1529 size = sizeof(StackIndex) * msa->ptr_num + sizeof(StackType) * n; in stack_double()
1531 new_size = sizeof(StackIndex) * msa->ptr_num + sizeof(StackType) * n; in stack_double()
1558 + (sizeof(StackIndex) * msa->ptr_num)); in stack_double()