Searched refs:add_size (Results 1 – 5 of 5) sorted by relevance
42 int add_size = 2; in index_0200() local45 if (strcmp(str + add_size, result) != 0) { in index_0200()46 t_error("%s index get result is %s are not want %s\n", __func__, result, str + add_size); in index_0200()
532 size_t add_size; member641 ctx.add_size = pay_size; in nsc_regen()
35 static BOOL CheckAllocation(binn *item, int add_size) { in CheckAllocation() argument38 if (item->used_size + add_size > item->alloc_size) { in CheckAllocation()42 alloc_size = CalcAllocation(item->used_size + add_size, item->alloc_size); in CheckAllocation()
308 BINN_PRIVATE BOOL CheckAllocation(binn *item, int add_size) { in CheckAllocation() argument311 if (item->used_size + add_size > item->alloc_size) { in CheckAllocation()315 alloc_size = CalcAllocation(item->used_size + add_size, item->alloc_size); in CheckAllocation()
60503 resource_size_t add_size; member