Searched defs:odd (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c23 " \"odd\": \"%s\"," \
46 char *odd, *even, *json, *action; local
49 odd = idx % 2 == 1 ? "true" : "false";
53 asprintf(&json, FMT, size, idx, odd, even, action);
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c234 int odd; local
236 odd = is_odd(dp->db_cksumstuff -
240 * Previous mlen was odd, so swap
245 if (odd)
249 if (odd)
301 * If we had an odd number of bytes,
333 * odd number of bytes and we take the first
475 * If we had an odd number of bytes,
507 * odd number of bytes and we take the first
H A Dstrsubr.c1895 * XXX Remove any "odd" messages from the queue.
8569 int odd = len & 1; local
8572 if (((intptr_t)bp & 1) == 0 && !odd) {
8606 if (odd) {
/illumos-gate/usr/src/uts/common/zmod/
H A Dcrc32.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...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dcrc32.c363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
369 /* put operator for one zero bit in odd */
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
380 /* put operator for four zero bits in odd */
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
396 /* another iteration of the loop with odd an
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1795 int i, odd; local
1799 odd = len % 2;
1803 if (odd) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c2551 dsl_dir_t *odd = NULL; local
2568 * We need to explicitly open odd, since origin_ds's dd will be
2572 NULL, FTAG, &odd));
2594 dsl_dir_phys(dd)->dd_origin_obj = dsl_dir_phys(odd)->dd_origin_obj;
2596 dmu_buf_will_dirty(odd->dd_dbuf, tx);
2597 dsl_dir_phys(odd)->dd_origin_obj = origin_ds->ds_object;
2604 dsl_dir_phys(odd)->dd_clones, hds->ds_object, tx));
2648 ASSERT3U(dsl_dataset_phys(ds)->ds_dir_obj, ==, odd->dd_object);
2650 ASSERT3P(ds->ds_dir, ==, odd);
2682 dsl_dir_phys(odd)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1690 static int odd; variable
1695 odd = 0;
1702 if (odd++ & 1)
1710 if (odd++ & 1)
1718 if (odd++ & 1)
1739 if (odd++ & 1)
1746 if (odd++ & 1)

Completed in 135 milliseconds