Searched refs:LEN (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/net/
H A Difq.h10 #define ifq_set_maxlen(IFQ, LEN) IFQ_SET_MAXLEN(IFQ, LEN)
/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c114 * To make the assumption more explicit, we use the LEN() macro to access
116 * to LEN() as the argument is evaluated only once.
118 #define LEN(x) (*(const u_char *)(x)) macro
137 if (LEN(mp) > LEN(np))
139 if (LEN(mp) == LEN(np)) {
140 for (lim = mp + LEN(mp); mp < lim;) {
221 int length = min(LEN(cp), LEN(cp
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A DlibioP.h253 #define _IO_SYSREAD(FP, DATA, LEN) JUMP2 (__read, FP, DATA, LEN)
254 #define _IO_WSYSREAD(FP, DATA, LEN) WJUMP2 (__read, FP, DATA, LEN)
262 #define _IO_SYSWRITE(FP, DATA, LEN) JUMP2 (__write, FP, DATA, LEN)
263 #define _IO_WSYSWRITE(FP, DATA, LEN) WJUMP2 (__write, FP, DATA, LEN)
H A Dstrops.c164 if (lenp == &LEN(fp)) /* use '\0'-filling */
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c24 ACCW(LEN,len); \
376 (or YDST and LEN)
412 (or YDST and LEN)
447 (or YDST and LEN)

Completed in 54 milliseconds