Searched refs:KLEN (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/btrace/
H A Dbtrace.h59 #define KLEN 1024 /* # of characters in map key, contain a stack trace */ macro
H A Dmap.c40 char mkey[KLEN];
52 return strncmp(me0->mkey, me1->mkey, KLEN - 1);
60 strlcpy(me.mkey, key, KLEN);
67 strlcpy(mep->mkey, key, KLEN);
105 strlcpy(me.mkey, key, KLEN);
H A Dbtrace.c1314 static char buf[KLEN];
1360 static char buf[KLEN];
/openbsd-current/sys/arch/amd64/amd64/
H A Daes_intel.S94 #define KLEN %r9d define
292 movl 480(KEYP),KLEN # key length
304 * KLEN: round count
318 cmp $24,KLEN
363 * KLEN: round count
386 cmp $24,KLEN
474 mov 480(KEYP),KLEN # key length
487 * KLEN: key length
501 cmp $24,KLEN
546 * KLEN
[all...]

Completed in 145 milliseconds