HomeSort by: relevance | last modified time | path
    Searched refs:kb (Results 1 - 24 of 24) sorted by relevancy

  /src/tests/lib/libc/db/
h_lfsr.c 60 char kb[256]; local
74 key.data = kb;
85 memset(kb, c, key.size);
107 memset(kb, c, key.size);
123 if (memcmp(key.data, kb, key.size) != 0)
138 memset(kb, c, key.size);
160 memset(kb, c, key.size);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto-arcfour.c 73 krb5_keyblock kb; local
90 ksign.key = &kb;
91 kb.keyvalue = ksign_c.checksum;
136 krb5_keyblock kb; local
159 ke.key = &kb;
160 kb.keyvalue = k2_c.checksum;
169 ke.key = &kb;
170 kb.keyvalue = k1_c.checksum;
214 krb5_keyblock kb; local
238 ke.key = &kb;
    [all...]
aes-test.c 750 krb5_keyblock kb; local
756 kb.keytype = krbencs[i].enctype;
757 kb.keyvalue.length = krbencs[i].keylen;
758 kb.keyvalue.data = krbencs[i].key;
760 ret = krb5_crypto_init(context, &kb, krbencs[i].enctype, &crypto);
799 ret = krb_enc_mit(context, krbencs[i].enctype, &kb,
  /src/lib/libc/gdtoa/
smisc.c 92 int k, ka, kb; local
95 dval(&db) = b2d(b, &kb);
96 k = ka - kb + ULbits*(a->wds - b->wds);
  /src/lib/libc/db/btree/
bt_put.c 80 char *dest, db[NOVFLSIZE], kb[NOVFLSIZE]; local
128 tkey.data = kb;
130 memmove(kb, &pg, sizeof(pg));
131 memmove(kb + sizeof(pgno_t),
  /src/usr.bin/login/
k5login.c 128 krb5_keyblock *kb = 0; local
143 kerror = krb5_kt_read_service_key(c, NULL, princ, 0, 0, &kb);
144 if (kb)
145 krb5_free_keyblock(c, kb);
  /src/bin/ps/
ps.c 663 const struct kinfo_proc2 *kb = pb->ki; local
673 if (((const t *)((const char *)ka + v->off))[n] > ((const t *)((const char *)kb + v->off))[n]) \
675 if (((const t *)((const char *)ka + v->off))[n] < ((const t *)((const char *)kb + v->off))[n]) \
709 sb = (const void *)((const char *)kb + v->off);
732 i64 -= kb->p_rtime_sec * 1000000 + kb->p_rtime_usec;
736 i64 -= kb->p_uctime_sec * 1000000
737 + kb->p_uctime_usec;
748 i = V_SIZE(kb) - V_SIZE(ka);
  /src/sys/fs/msdosfs/
msdosfsmount.h 195 #define de_kb2bn(pmp, kb) \
196 ((kb) >> ((pmp)->pm_bnshift - DEV_BSHIFT))
  /src/sys/arch/atari/dev/
kbd.c 348 struct kbdbell *kb; local
368 kb = (struct kbdbell *)data;
369 if (kb)
370 kbd_bell_sparms(kb->volume, kb->pitch,
371 kb->duration);
  /src/sys/arch/ews4800mips/include/
sbd.h 44 uint32_t kb :8; member in struct:sbdinfo
  /src/sys/arch/newsmips/conf/
WAPIKO 91 wskbd0 at kb? console ?
  /src/usr.bin/sockstat/
sockstat.c 346 const struct kinfo_file *ka = a, *kb = b; local
348 if (ka->ki_pid == kb->ki_pid)
349 return (ka->ki_fd - kb->ki_fd);
351 return (ka->ki_pid - kb->ki_pid);
  /src/external/gpl2/xcvs/dist/contrib/
sccs2rcs.in 59 # substitution and flag the RCS file as binary (using rcs -i -kb).
245 rcs -i -kb -t$emptyfile $file
pvcs2rcs.in 71 # * The -kb option is added to the RCS archive for workfiles with the following
84 # `cvs admin -kb <workfilename>' to retroactively change the RCS keyword
254 --Force-binary Pass '-kb' to 'rcs -i' regardless
256 --NOForce-binary Only use '-kb' when the file has
857 $rcs_command .= " -kb";
859 print "Binary attribute -kb added ("
876 # $rcs_output = `$rcs_base_command -i -kb $workfile`;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
Makefile 137 dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1-kb.dtb
140 dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r3-kb.dtb
143 dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r9-kb.dtb
146 dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r10-kb.dtb
  /src/usr.bin/fstat/
fstat.c 361 const struct kinfo_drivers *kb = b; local
363 int kbc = kb->d_cmajor == -1 ? 0 : kb->d_cmajor;
365 int kbb = kb->d_bmajor == -1 ? 0 : kb->d_bmajor;
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 1921 double kb; local
2168 kb = mru_entries * (sizeof(mon_entry) / 1024.);
2169 u = (u_int)kb;
2170 if (kb - u >= 0.5)
2192 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.);
2193 u = (u_int)kb;
2194 if (kb - u >= 0.5)
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
engine.cc 2215 Return negative if KA is before KB
2216 Return positive if KA is after KB
2227 worklist::key_t::cmp (const worklist::key_t &ka, const worklist::key_t &kb)
2230 const program_point &point_b = kb.m_enode->get_point ();
2268 int scc_id_b = kb.get_scc_id (kb.m_enode);
2275 const supernode *snode_b = kb.m_enode->get_supernode ();
2306 const program_state &state_b = kb.m_enode->get_state ();
2324 return ka.m_enode->m_index - kb.m_enode->m_index;
diagnostic-manager.cc 258 static int cmp (const key_t &ka, const key_t &kb)
265 int cb = kb.m_worklist.get_estimated_cost (kb.m_fnode);
exploded-graph.h 762 static int cmp (const key_t &ka, const key_t &kb);
  /src/tests/usr.bin/printf/
printf.sh 452 expect_fail '123' %d 123kb
561 expect_fail '123' %u 123kb
  /src/external/gpl3/gcc/dist/gcc/analyzer/
engine.cc 2501 Return negative if KA is before KB
2502 Return positive if KA is after KB
2513 worklist::key_t::cmp (const worklist::key_t &ka, const worklist::key_t &kb)
2516 const program_point &point_b = kb.m_enode->get_point ();
2554 int scc_id_b = kb.get_scc_id (kb.m_enode);
2561 const supernode *snode_b = kb.m_enode->get_supernode ();
2592 const program_state &state_b = kb.m_enode->get_state ();
2610 return ka.m_enode->m_index - kb.m_enode->m_index;
diagnostic-manager.cc 271 static int cmp (const key_t &ka, const key_t &kb)
278 int cb = kb.m_worklist.get_estimated_cost (kb.m_fnode);
exploded-graph.h 761 static int cmp (const key_t &ka, const key_t &kb);

Completed in 58 milliseconds