Searched refs:POET_SET_LENG (Results 1 – 2 of 2) sorted by relevance
89 #define POET_SET_LENG(x, l) (void)((x)[2] = (l)>>8, (x)[3] = (l)&0xFF) macro
213 POET_SET_LENG(dp, dlen); in poe_tag_insert()