Searched refs:even (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libz/
H A Dcrc32.c377 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 Dtext.tcl69 even number of characters high and wide. Also, if you make the window
/ast/src/lib/libast/port/
H A Dastlicense.c950 COMMENT(&notice, &buf, "without even the implied warranty of MERCHANTABILITY", 0);
/ast/src/cmd/INIT/
H A Dproto.c2304 comment( &notice, &buf, "without even the implied warranty of MERCHANTABILITY",sizeof( "without even the implied warranty of MERCHANTABILITY")-1, 0);
/ast/src/cmd/nmake/
H A DMakerules.mk61 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