Searched defs:BYTE (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/re/
H A Dsed.h103 #define BYTE CHAR_BIT macro
114 #define code(inst) ((inst)>>2*BYTE & 0xff)
/ast/src/cmd/ksh93/sh/
H A Djobs.c101 #define BYTE(n) (((n)+CHAR_BIT-1)/CHAR_BIT) macro
1255 register int j = BYTE(shp->gd->lim.child_max);
1869 register int jmax = BYTE(shgd->lim.child_max);

Completed in 14 milliseconds