Home
last modified time | relevance | path

Searched refs:next_bin (Results 176 – 183 of 183) sorted by relevance

12345678

/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/sysutils/u-boot-rock64/u-boot-2021.07/common/
H A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);
/dports/devel/judy/judy-1.0.5/test/
H A Dmalloc-pre2.8a.c1880 #define next_bin(b) ((mbinptr)((char*)(b) + (sizeof(mchunkptr)<<1))) macro

12345678