Searched refs:ido (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.sbin/kgzip/
H A Dkgzcmp.c61 struct iodesc idi, ido; local
66 if ((ido.fd = open(ido.fname = f2, O_CREAT | O_TRUNC | O_WRONLY,
68 err(1, "%s", ido.fname);
73 mk_data(&idi, &ido, kh,
85 xzero(&ido, x);
87 xwrite(&ido, &ahdr1, sizeof(ahdr1));
89 xseek(&ido, 0);
90 xwrite(&ido, &ahdr0, sizeof(ahdr0));
96 xseek(&ido,
114 mk_data(const struct iodesc * idi, const struct iodesc * ido, struct kgz_hdr * kh, size_t off) argument
175 ld_elf(const struct iodesc * idi, const struct iodesc * ido, struct kgz_hdr * kh, const Elf32_Ehdr * e) argument
220 ld_aout(const struct iodesc * idi, const struct iodesc * ido, struct kgz_hdr * kh, const struct exec * a) argument
[all...]
H A Dxio.c49 xcopy(const struct iodesc * idi, const struct iodesc * ido, argument
60 xwrite(ido, buf, n);
/freebsd-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl299 $ido="ecx";
323 &xor ($ido,$ido);
327 &mov ("eax",&DWP(0,$out,$ido,4));
336 &mov (&DWP(0,$out,$ido,4),"ebx");
337 &add (&LB($ido),1);
357 &xor ($ido,$ido);
362 &mov (&LB("eax"),&BP(0,$out,$ido));
371 &mov (&BP(0,$out,$ido),
[all...]
H A Drc4-x86_64.pl430 $ido="%r9";
442 xor $ido,$ido
457 xor $ido,$ido
461 mov ($dat,$ido,4),%r10d
468 mov %r11d,($dat,$ido,4)
469 add \$1,$ido#b
479 xor $ido,$ido
[all...]
H A Drc4-md5-x86_64.pl450 my ($idx,$ido)=("%r8","%r9");
463 xor $ido,$ido
474 xor $ido,$ido
478 mov ($dat,$ido,4),%r10d
485 mov %r11d,($dat,$ido,4)
486 add \$1,$ido#b
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c6050 u_short id, ido, sums; local
6067 ido = ntohs(ip->ip_id);
6068 if (id == ido)
6071 CALC_SUMD(ido, id, sumd); /* DESTRUCTIVE MACRO! id,ido change */

Completed in 154 milliseconds