Home
last modified time | relevance | path

Searched refs:K (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/titanic_41/usr/src/head/
H A Dprof.h41 #define MARK(K) {} argument
46 #define MARK(K) {\
49 asm("."#K".:"); \
52 asm("M."#K":"); \
53 asm(" movl $."#K"., %edx"); \
59 #define MARK(K) {\
60 asm(" .reserve ."#K"., 4, \".bss\", 4"); \
61 asm("M."#K":"); \
62 asm(" sethi %hi(."#K".), %o0"); \
64 asm(" or %o0, %lo(."#K".), %o0"); \
/titanic_41/usr/src/cmd/refer/papers/
H A DRbstjissue8 %K bstj unix
19 %K unix bstj
22 %K unix bstj
24 %A K. Thompson
32 %K unix bstj
33 %A K. Thompson
41 %K unix bstj
52 %K unix bstj
69 %K bstj
72 %K unix bstj
[all …]
H A DRv7man9 %K qed
13 %K cstr
22 %K acm cacm
29 %K unix bstj
55 %K unix bstj
58 %K unix bstj
83 %K unix bstj
113 %K tenex
137 %K munix unix
144 %K unix bstj
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt28 Non-Debug Version: 136.8K Code, 51.6K Data, 188.4K Total
29 Debug Version: 201.5K Code, 82.2K Data, 283.7K Total
31 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
32 Debug Version: 200.9K Code, 82.2K Data, 283.1K Total
66 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total
67 Debug Version: 201.5K Code, 82.2K Data, 283.7K Total
69 Non-Debug Version: 137.1K Code, 51.5K Data, 188.6K Total
70 Debug Version: 201.0K Code, 82.0K Data, 283.0K Total
175 Non-Debug Version: 137.1K Code, 51.5K Data, 188.6K Total
176 Debug Version: 201.0K Code, 82.0K Data, 283.0K Total
[all …]
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb_int.h325 #define LOG_OP(C, T, O, K, A, F) { \ argument
333 T, &_lsn, 0, &_op, (C)->dbp->log_fileid, K, A, F); \
337 #define DEBUG_LREAD(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
339 #define DEBUG_LREAD(C, T, O, K, A, F) argument
342 #define DEBUG_LWRITE(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
344 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
347 #define DEBUG_LREAD(C, T, O, K, A, F) argument
348 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h134 #define PAIRSIZE(K, D) (PAIR_OVERHEAD + (K)->size + (D)->size) argument
136 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); argument
173 #define PAIRFITS(P,K,D) ((PAIRSIZE((K),(D))) <= FREESPACE((P))) argument
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dcrypt.c68 int K, D; in smb_encrypt_DES() local
78 K = KeyLen / 7; in smb_encrypt_DES()
82 if (K == 0 || D == 0) in smb_encrypt_DES()
84 if (ResultLen < (K * 8)) in smb_encrypt_DES()
100 for (d = k = 0; k < K; k++, d++) { in smb_encrypt_DES()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs136 #define SAVE_FNP(H, F, K) \ argument
137 hv_store(H, K, sizeof (K) - 1, newSViv((IVTYPE)(uintptr_t)&F), 0)
138 #define SAVE_STRING(H, S, K, SS) \ argument
139 hv_store(H, #K, sizeof (#K) - 1, \
140 newSVpvn(S->K, SS ? strlen(S->K) : sizeof(S->K)), 0)
141 #define SAVE_INT32(H, S, K) \ argument
142 hv_store(H, #K, sizeof (#K) - 1, NEW_IV(S->K), 0)
143 #define SAVE_UINT32(H, S, K) \ argument
144 hv_store(H, #K, sizeof (#K) - 1, NEW_UV(S->K), 0)
145 #define SAVE_INT64(H, S, K) \ argument
[all …]
/titanic_41/usr/src/lib/libm/common/complex/
H A Dk_clog_r.c225 static double k_log_NKz(int N, int K, double zh, double *zt) in k_log_NKz() argument
229 ((int *)&zk)[HIWORD] = 0x3ff00000 + (K << 13); in k_log_NKz()
239 P += N * ln2_t + TBL_log1k[K + K + 1]; in k_log_NKz()
240 t = N*ln2_h + TBL_log1k[K+K]; in k_log_NKz()
H A Dk_clog_rl.c363 static long double k_log_NKzl(int N, int K, long double zh, long double *zt) in k_log_NKzl() argument
373 ((int *)&dzk)[HIWORD] = 0x3ff00000 + (K << 13); in k_log_NKzl()
400 P += N * ln2_t + TBL_log1k[K + K + 1]; in k_log_NKzl()
401 t = N*ln2_h + TBL_log1k[K+K]; in k_log_NKzl()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c144 int K, D; in smb_auth_DES() local
154 K = KeyLen / 7; in smb_auth_DES()
158 if (K == 0 || D == 0) in smb_auth_DES()
160 if (ResultLen < (K * 8)) in smb_auth_DES()
176 for (d = k = 0; k < K; k++, d++) { in smb_auth_DES()
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.3774 *r 1 \016K\017
91 *K 1 K
H A Dab.X91 *K 1 K
H A Db.30064 *K 1 K
H A Db.lp64 *K 1 K
H A Dab.tn30091 *K 1 K
/titanic_41/usr/src/cmd/initpkg/init.d/
H A DREADME32 where 'S' means start this job, 'K' means kill this job, and 'nn' is the
36 'stop' for scripts prefixed with 'K' and the argument 'start' for
50 matching 'K' script, and they are both hard linked to a script in
64 All /etc/rc0.d/K* scripts are run, followed by all /etc/rc0.d/S*
70 If the system was in a higher run-level, all /etc/rc1.d/K* scripts
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi39 @item 0 to 4K-1
45 @item down from 8K-1
63 @item The end of Stage 2 to 416K-1
66 @item down from 416K-1
69 @item 416K to 448K-1
72 @item 448K to 479.5K-1
75 @item 479.5K to 480K-1
78 @item 480K to 512K-1
82 @item The last 1K of lower memory
213 Filesystem buffer which is 32K in size, to use in any way which the
[all …]
/titanic_41/usr/src/cmd/fm/dicts/
H A DFMD.po68 # code: FMD-8000-2K
71 msgid "FMD-8000-2K.type"
73 msgid "FMD-8000-2K.severity"
75 msgid "FMD-8000-2K.description"
77 msgid "FMD-8000-2K.response"
79 msgid "FMD-8000-2K.impact"
81 msgid "FMD-8000-2K.action"
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh44 set -A values filesystem volume snapshot -3 0 1 50K 10G 80G \
45 2005/06/17 30K 20x yes no \
/titanic_41/usr/src/cmd/loadkeys/type_4/
H A Dpoland_547 key 84 base k shift K caps K ctrl ^K altg &
/titanic_41/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl165 my $K=($i<40)?"0x6ed9eba1":"-0x359d3e2a";
167 lea $K($xi,$e),$f
186 lea $K($xi,$e),$f
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE3.dict74 #TEST:key2code:0:fault.a03:SAMPLE3-80AU-7K
76 #TEST:key2code:0:fault.a05:SAMPLE3-A02F-Y46N-9K
95 #TEST:code2key:0:SAMPLE3-80AU-7K:fault.a03
97 #TEST:code2key:0:SAMPLE3-A02F-Y46N-9K:fault.a05
/titanic_41/usr/src/cmd/eqn/eqnchar.d/
H A Dascii10 |110 H |111 I |112 J |113 K |114 L |115 M |116 N |117 O |
28 | 48 H | 49 I | 4a J | 4b K | 4c L | 4d M | 4e N | 4f O |
/titanic_41/usr/src/lib/libast/common/uwin/
H A Dcrypt.c284 #define DCL_BLOCK_K DCL_BLOCK(K,K0,K1)
663 PERM6464(K,K0,K1,(unsigned char *)key,(C_block *)PC1ROT); in des_setkey()
665 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key); in des_setkey()
668 STORE(K,K0,K1,*(C_block *)key); in des_setkey()
670 PERM6464(K,K0,K1,(unsigned char *)key,ptabp); in des_setkey()
671 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *(C_block *)key); in des_setkey()

12345678910>>...14