Searched refs:BLOCK_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c41 #define BLOCK_LEN(TEXT_LEN) CPP_ALIGN (BLOCK_HEADER_LEN + (TEXT_LEN)) macro
771 exp += BLOCK_LEN (b->text_len);
802 exp += BLOCK_LEN (b->text_len);
841 exp += BLOCK_LEN (b->text_len);
863 exp += BLOCK_LEN (b->text_len);
945 size_t blen = BLOCK_LEN (len);
1100 exp1 += BLOCK_LEN (b1->text_len);
1101 exp2 += BLOCK_LEN (b2->text_len);
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmi.c203 #define BLOCK_LEN(x) ((x) & 0x1f) macro
432 blen = BLOCK_LEN(edid[p]);

Completed in 434 milliseconds