Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 25 of 61) sorted by relevance

123

/dragonfly/test/debug/
H A Dcrc32hw.c147 uint32_t odd[32]; /* odd-power-of-two zeros operator */ in crc32c_zeros_op() local
150 odd[0] = POLY; /* CRC-32C polynomial */ in crc32c_zeros_op()
153 odd[n] = row; in crc32c_zeros_op()
158 gf2_matrix_square(even, odd); in crc32c_zeros_op()
161 gf2_matrix_square(odd, even); in crc32c_zeros_op()
167 gf2_matrix_square(even, odd); in crc32c_zeros_op()
171 gf2_matrix_square(odd, even); in crc32c_zeros_op()
177 even[n] = odd[n]; in crc32c_zeros_op()
/dragonfly/contrib/zlib-1.2/
H A Dcrc32.c380 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
387 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
390 odd[n] = row;
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
414 gf2_matrix_square(odd, even);
416 crc1 = gf2_matrix_times(odd, crc1);
/dragonfly/games/quiz/datfiles/
H A Dseq-easy5 1,3,5,7,9,11:13{(odd nos.)}:odd [integ|numb]ers
H A Ded17 combine every even-numbered line with the next odd-numbered line:\
/dragonfly/contrib/diffutils/lib/
H A Ddiffseq.h201 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd in diag() local
236 if (odd && bmin <= d && d <= bmax && bd[d] <= x) in diag()
269 if (!odd && fmin <= d && d <= fmax && x <= fd[d]) in diag()
/dragonfly/share/zoneinfo/
H A Dyearistype.sh24 2-odd)
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset726 24 Editing may be odd for long lines.\n
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset726 24 Editing may be odd for long lines.\n
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c102 unsigned char odd; member
1136 int odd = sumbytes & 3; in cab_checksum_update() local
1137 if (sumbytes - odd > 0) in cab_checksum_update()
1139 p, sumbytes - odd, cfdata->sum_calculated); in cab_checksum_update()
1140 if (odd) in cab_checksum_update()
1141 memcpy(cfdata->sum_extra, p + sumbytes - odd, odd); in cab_checksum_update()
1142 cfdata->sum_extra_avail = odd; in cab_checksum_update()
2316 br->odd = *strm->next_in++; in lzx_br_fillup()
2340 ((uint16_t)(*strm->next_in)) << 8 | br->odd; in lzx_br_fixup()
2536 ds->br.odd; in lzx_read_blocks()
/dragonfly/contrib/cvs-1.12/diff/
H A Danalyze.c113 int odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd local
142 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
169 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/dragonfly/etc/
H A Dgettytab25 # op: same as ep except odd parity (cs7 parenb parodd) for login.
26 # getty will fake odd parity as well.
H A Dremote18 # pa The parity type to use: even, odd, none, zero, one (default even)
/dragonfly/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src39 # This character is very odd. It looks like '8 to the power 7' - the
H A DUCS%RISCOS-LATIN1.src39 # This character is very odd. It looks like '8 to the power 7' - the
/dragonfly/contrib/gcc-4.7/gcc/doc/include/
H A Dgcc-common.texi42 @c the page and odd numbered pages to be printed on the right hand
/dragonfly/contrib/xz/
H A DREADME130 indicates a stable release and an odd Y indicates unstable
145 stable releases, where Y is an even number. When Y is odd, S
/dragonfly/usr.bin/dsynth/
H A Dprogress.css301 #report_table .odd {
/dragonfly/usr.sbin/cron/doc/
H A DFEATURES77 -- the dom/dow situation is odd. '* * 1,15 * Sun' will run on the
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgcc.texi77 @setchapternewpage odd
H A Dgccint.texi62 @setchapternewpage odd
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mips.texi143 @itemx -mno-odd-spreg
144 Enable use of floating-point operations on odd-numbered single-precision
146 @samp{-mno-odd-spreg}, otherwise the default is @samp{-modd-spreg}
876 as it restricts use of odd-numbered single-precision registers. Only
898 @samp{-mfp64} and @samp{-mno-odd-spreg}.
H A Dc-sh64.texi149 will always have the least significant bit set (i.e. they will be odd),
H A Dc-bfin.texi141 hardware only supports odd-even pairs, eg., R7:6, R5:4, R3:2, and R1:0.
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME107 should be specified. For example, "odd:" is
108 interpreted as the file named "odd".
/dragonfly/contrib/tcpdump/
H A DREADME.md95 (i.e., missing packet(s)), a "#" means an odd-size (not max

123