Home
last modified time | relevance | path

Searched refs:next_bin (Results 1 – 2 of 2) sorted by relevance

/u-boot/common/
A Ddlmalloc.c532 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr))) macro
1342 q = next_bin(q);
1484 bin = next_bin(bin);
A Ddlmalloc.src1437 #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(mbinptr)))
2140 q = next_bin(q);
2276 bin = next_bin(bin);

Completed in 10 milliseconds