Searched refs:even (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libz/ |
H A D | crc32.c | 377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local 392 /* put operator for two zero bits in even */ 393 gf2_matrix_square(even, odd); 396 gf2_matrix_square(odd, even); 399 zero byte, eight zero bits, in even) */ 402 gf2_matrix_square(even, odd); 404 crc1 = gf2_matrix_times(even, crc1); 411 /* another iteration of the loop with odd and even swapped */ 412 gf2_matrix_square(odd, even); [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | text.tcl | 69 even number of characters high and wide. Also, if you make the window
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 950 COMMENT(¬ice, &buf, "without even the implied warranty of MERCHANTABILITY", 0);
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 2304 comment( ¬ice, &buf, "without even the implied warranty of MERCHANTABILITY",sizeof( "without even the implied warranty of MERCHANTABILITY")-1, 0);
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 61 set option=';separate-include;b;-;Allow \b$$(CC.INCLUDE.LOCAL)\b to be used with compilers that support it. On by default. If \b--noseparate-include\b is set then \b$$(CC.INCLUDE.LOCAL)\b will not be used, even if the current compiler supports it.'
|
Completed in 44 milliseconds