Searched refs:odd (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/contrib/tzdata/
H A Dyearistype.sh24 2-odd)
38 echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c25 " \"odd\": \"%s\"," \
50 const char *odd, *even, *action; local
54 odd = idx % 2 == 1 ? "true" : "false";
58 asprintf(&json, FMT, size, idx, odd, even, action);
H A Dtst.usdt.d43 this->odd = json(this->j, "facts.odd");
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
46 this->odd, this->even);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c383 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
389 /* put operator for one zero bit in odd */
390 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
393 odd[n] = row;
398 gf2_matrix_square(even, odd);
400 /* put operator for four zero bits in odd */
401 gf2_matrix_square(odd, even);
407 gf2_matrix_square(even, odd);
416 /* another iteration of the loop with odd an
[all...]
/freebsd-12-stable/sys/libkern/x86/
H A Dcrc32_sse42.c135 uint32_t odd[32]; /* odd-power-of-two zeros operator */ local
139 /* put operator for one zero bit in odd */
140 odd[0] = POLY; /* CRC-32C polynomial */
143 odd[n] = row;
148 gf2_matrix_square(even, odd);
150 /* put operator for four zero bits in odd */
151 gf2_matrix_square(odd, even);
156 * odd, and so on, until len has been rotated down to zero
159 gf2_matrix_square(even, odd);
[all...]
/freebsd-12-stable/sys/contrib/zlib/
H A Dcrc32.c380 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
386 /* put operator for one zero bit in odd */
387 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
390 odd[n] = row;
395 gf2_matrix_square(even, odd);
397 /* put operator for four zero bits in odd */
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
413 /* another iteration of the loop with odd an
[all...]
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c238 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ local
249 odd++; /* indicate the extra */
253 odd);
H A Ddecimal32.c235 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ local
244 odd++; /* indicate the extra */
247 decDenseUnpackCoeff (d32->bytes, sizeof (d32->bytes), dn, bunches, odd);
H A Ddecimal64.c234 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ local
243 odd++; /* indicate the extra */
246 decDenseUnpackCoeff (d64->bytes, sizeof (d64->bytes), dn, bunches, odd);
H A DdecUtility.c67 /* coefficient is copied, including the leading 'odd' digit. This */
213 /* odd is 1 if there is a non-zero leading 10-bit group containing */
225 Int bunches, Int odd)
241 for (n = 0; n < bunches + odd; n++)
294 /* If this is the last bunch and it is an odd one, we only have one */
224 decDenseUnpackCoeff(const uByte * bytes, Int len, decNumber * dn, Int bunches, Int odd) argument
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl67 my $odd = $d0&1;
69 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]);
81 # 0 5 10 15 < odd round
122 "&ldr ($xd,'[sp,#4*(16+$d2)]')" ) if ($odd);
128 "&ldr ($xd_,'[sp,#4*(16+$d3)]')" ) if (!$odd);
133 $xd=@x[$d2] if (!$odd);
134 $xd_=@x[$d3] if ($odd);
633 my $odd = pop;
657 "&vext_8 ($b,$b,$b,$odd?12:4)",
658 "&vext_8 ($d,$d,$d,$odd
[all...]
H A Dchacha-armv8.pl350 my $odd = pop;
374 "&ext ('$d','$d','$d',$odd?4:12)",
375 "&ext ('$b','$b','$b',$odd?12:4)"
H A Dchacha-ppc.pl421 my $odd = pop;
442 "&vrldoi ('$b','$b',$odd?4:12)",
443 "&vrldoi ('$d','$d',$odd?12:4)"
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c102 unsigned char odd; member in struct:lzx_dec::lzx_br
1136 int odd = sumbytes & 3; local
1137 if (sumbytes - odd > 0)
1139 p, sumbytes - odd, cfdata->sum_calculated);
1140 if (odd)
1141 memcpy(cfdata->sum_extra, p + sumbytes - odd, odd);
1142 cfdata->sum_extra_avail = odd;
2317 br->odd = *strm->next_in++;
2341 ((uint16_t)(*strm->next_in)) << 8 | br->odd;
[all...]
/freebsd-12-stable/sys/geom/
H A Dgeom_dev.c497 off_t offset, length, chunk, odd; local
607 odd = (offset + chunk +
609 if (chunk > odd)
610 chunk -= odd;
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl394 my $odd = $cnt&1;
395 my $nix = $odd ? $nlo : $nhi;
397 &shl (&LB($nlo),4) if ($odd);
402 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0);
404 &and ($nhi,0xf0) if ($odd);
408 &mov ($nhi,$nlo) if (!$odd && $cnt>=0);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c3008 dsl_dir_t *odd = NULL; local
3028 * We need to explicitly open odd, since origin_ds's dd will be
3032 NULL, FTAG, &odd));
3054 dsl_dir_phys(dd)->dd_origin_obj = dsl_dir_phys(odd)->dd_origin_obj;
3056 dmu_buf_will_dirty(odd->dd_dbuf, tx);
3057 dsl_dir_phys(odd)->dd_origin_obj = origin_ds->ds_object;
3064 dsl_dir_phys(odd)->dd_clones, hds->ds_object, tx));
3117 ASSERT3U(dsl_dataset_phys(ds)->ds_dir_obj, ==, odd->dd_object);
3119 ASSERT3P(ds->ds_dir, ==, odd);
3157 dsl_dir_phys(odd)
[all...]
/freebsd-12-stable/contrib/diff/src/
H A Danalyze.c106 bool odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd local
135 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
162 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c576 uint32_t odd = (uint32_t)current >> pos; local
577 int32_t delta = odd & mask;
580 if (odd & (1 << (table_bits + 1)))
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_e82545.c993 int now, odd; local
1004 odd = 0;
1008 sum += odd ? (s << 8) : s;
1009 odd ^= (now & 1);
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex196 % Margin to add to right of even pages, to left of odd pages.
808 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
3325 \newtoks\oddheadline % headline on odd pages
3327 \newtoks\oddfootline % footline on odd pages
3386 \def\oddheadingmarks{\headingmarks{odd}{heading}}
3388 \def\oddfootingmarks{\headingmarks{odd}{footing}}
3390 \headingmarks{odd}{heading}{#1} }
3392 \headingmarks{odd}{footing}{#1} }
3393 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom.
6035 % start on an odd pag
[all...]
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js4292 CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,
4293 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
4473 // parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6'
4475 match[2] === "even" && "2n" || match[2] === "odd" && "2n+1" ||
4641 odd: function( elem, i ) {
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex197 % Margin to add to right of even pages, to left of odd pages.
871 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
2263 \newtoks\oddheadline % headline on odd pages
2265 \newtoks\oddfootline % footline on odd pages
4637 % start on an odd page, unlike chapters. Thus, we maintain
4666 \contentsalignmacro % in case @setchapternewpage odd is in effect
4705 \contentsalignmacro % in case @setchapternewpage odd is in effect
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl376 @ ret = (a is odd ? a+mod : a) >> 1
H A Decp_nistz256-sparcv9.pl686 ! ret = (a is odd ? a+mod : a) >> 1
1761 ! ret = (a is odd ? a+mod : a) >> 1

Completed in 503 milliseconds

12