Searched refs:pot (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/
H A Darc4random.c188 static u_char pot[ARC4_RESEED_BYTES]; variable
189 static u_char *pothead = pot, *pottail = pot;
221 while ((mylen > 64) && (sizeof(pot) - inpot > sizeof(md5ctx.buf))) {
225 if (pottail + sizeof(md5ctx.buf) > pot + sizeof(pot)) {
228 numbytes = pot + sizeof(pot) - pottail;
231 pottail = pot;
255 if (pothead + length > pot
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Dsb.c79 ptr->pot = size;
96 ptr->item->next = free_list.size[ptr->pot];
97 free_list.size[ptr->pot] = ptr->item;
148 if (ptr->len + len >= 1 << ptr->pot)
151 int pot = ptr->pot; local
153 while (ptr->len + len >= 1 << pot)
154 pot++;
155 sb_build (&tmp, pot);
H A Dsb.h55 int pot; /* The maximum length is 1<<pot. */ member in struct:sb
/freebsd-10.1-release/sys/boot/ia64/common/
H A Dcopy.c47 u_int pot; local
57 for (pot = 1; pot < 32; pot <<= 1)
58 pgtblsz = pgtblsz | (pgtblsz >> pot);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp137 node_iterator pot = nd_it.get_child(i); local
140 PB_DS_BASE_C_DEC::common_prefix_len( pot, b, e, r_traits);
144 ret = pot;
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp200 const size_type pot = size_policy_base::get_nearest_larger_size(actual_size); local
202 if (pot == actual_size && pot < new_size)
204 actual_size = pot;
/freebsd-10.1-release/contrib/subversion/
H A DMakefile.in401 locale-gnu-pot:
403 $(SHELL) tools/po/po-update.sh pot

Completed in 200 milliseconds