Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 12 of 12) sorted by relevance

/original-bsd/lib/libtelnet/
H A Dencrypt.h44 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block))) argument
/original-bsd/lib/libc/db/btree/
H A Dbt_utils.c114 __bt_cmp(t, k1, e) in __bt_cmp() argument
116 const DBT *k1;
161 return ((*t->bt_cmp)(k1, &k2));
/original-bsd/sys/pmax/include/
H A Dregdef.h41 #define k1 $27 macro
/original-bsd/sys/pmax/pmax/
H A Dlocore.s1146 addu k1, k1, k0
1148 lw k1, 0(k1) # get pointer to segment map
1152 addu k1, k1, k0 # index into segment map
1159 j k1
1164 j k1
1188 and k1, k1, MACH_CR_EXC_CODE # Mask out the cause bits.
1189 or k1, k1, k0 # change index to user table
1745 or k1, k1, 1 # set modified bit
1780 sltu k1, k0, k1
1785 addu k1, k1, k0
[all …]
/original-bsd/local/sccscmds/sccscmds.ok/cmd/
H A Dvc.c447 int k1, k2; local
455 if ((k1 = size(id1)) > (k2 = size(id2)))
457 else if (k1 < k2)
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Dvc.c447 int k1, k2; local
455 if ((k1 = size(id1)) > (k2 = size(id2)))
457 else if (k1 < k2)
/original-bsd/sys/news3400/news3400/
H A Dlocore.s1171 addu k1, k1, k0
1173 lw k1, 0(k1) # get pointer to segment map
1176 beq k1, zero, 2f # invalid segment map
1177 addu k1, k1, k0 # index into segment map
1178 lw k0, 0(k1) # get page PTE
1182 mfc0 k1, MACH_COP_0_EXC_PC # get return address
1184 j k1
1189 j k1
1215 and k1, k1, MACH_CR_EXC_CODE # Mask out the cause bits.
1216 or k1, k1, k0 # change index to user table
[all …]
/original-bsd/share/termcap/
H A Dtermcap.src301 :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
330 :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\
446 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:\
520 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
732 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
843 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
951 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:
981 :k1=\E[001q:k;=\EOQ:F1=\EOR:F2=\EOS:\
1443 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
2381 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
[all …]
/original-bsd/contrib/sort/TEST/
H A Dstests351 xsort B -mudf -k1 || echo "(other behavior is legal, not classical)"
554 xsort "" -r -k1,1 -k2n
591 xsort "" -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 -k2 -k1
851 $s xsort "" -s -k1,1
870 $s sort -smru -k1,1 in in in1 in1 >xx
884 $s sort -m -s -k1,1n in in1 >out
/original-bsd/usr.bin/pascal/pdx/test/
H A Dparall.p242 i,j,k,k1: integer;
248 k1 := k + 1;
249 for i := k1 to N do
265 for i := k1 to N do
269 for j := k1 to N do a[i,j] := a[i,j] - y * a[k,j];
/original-bsd/lib/libc/stdlib/
H A Dstrtod.c701 int i, k1, n, n1; local
710 k1 = b->k;
713 k1++;
714 b1 = Balloc(k1);
722 k1 = 32 - k;
726 z = *x++ >> k1;
733 k1 = 16 - k;
737 z = *x++ >> k1;
/original-bsd/usr.bin/pascal/pxref/
H A Dpxref.p51 k, k1: integer;
376 k1 := alfasize;