Home
last modified time | relevance | path

Searched refs:add_size (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dindex.c42 int add_size = 2; in index_0200() local
45 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()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c532 size_t add_size; member
641 ctx.add_size = pay_size; in nsc_regen()
/third_party/iowow/src/json/tests/
Djbl_test_binn1.c35 static BOOL CheckAllocation(binn *item, int add_size) { in CheckAllocation() argument
38 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()
/third_party/iowow/src/json/
Diwbinn.c308 BINN_PRIVATE BOOL CheckAllocation(binn *item, int add_size) { in CheckAllocation() argument
311 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()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h60503 resource_size_t add_size; member