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

/ast/src/lib/libtksh/tcl/
H A DtclUnixNotfy.c104 fd_mask bit;
117 bit = 1 << (fd%(NBBY*sizeof(fd_mask)));
119 checkMasks[index] |= bit;
122 (checkMasks+MASK_SIZE)[index] |= bit;
125 (checkMasks+2*(MASK_SIZE))[index] |= bit;
170 fd_mask bit;
178 bit = 1 << (fd%(NBBY*sizeof(fd_mask)));
180 if ((mask & TCL_READABLE) && (readyMasks[index] & bit)) {
183 if ((mask & TCL_WRITABLE) && ((readyMasks+MASK_SIZE)[index] & bit)) {
186 if ((mask & TCL_EXCEPTION) && ((readyMasks+(2*MASK_SIZE))[index] & bit)) {
102 fd_mask bit; local
167 fd_mask bit; local
[all...]
/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c32 * A signed 8-bit integral type. If chars are unsigned and the compiler
48 * An unsigned 32-bit integral type, used for pixel values.
103 pixel redValues[256]; /* Maps 8-bit values of red intensity
110 /* Maps 8-bit intensities to quantized
156 unsigned char *pix24; /* Local storage for 24-bit image. */
229 * Each bit is set in the allowedOptions parameter on a call to
231 * photo image subcommand. On return, the bit is set in the options
1063 int index, c, bit, currentBit;
1090 bit = 0;
1095 if (bit !
1059 int index, c, bit, currentBit; local
[all...]

Completed in 469 milliseconds