Searched refs:son (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/netpfil/ipfw/
H A Ddn_heap.c143 int son = h->elements; local
147 son = key1;
149 son = h->elements;
150 if (son == h->size) /* need resize... */
154 h->p[son].object = p;
155 h->p[son].key = key1;
158 /* make sure that son >= father along the path */
159 while (son > 0) {
160 int father = HEAP_FATHER(son);
163 if (DN_KEY_LT( h->p[father].key, h->p[son]
[all...]
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c128 // Do the same for mf->son.
130 // NOTE: There may be uninitialized elements in mf->son.
135 if (mf->son[i] <= subvalue)
136 mf->son[i] = EMPTY_HASH_VALUE;
138 mf->son[i] -= subvalue;
224 mf->depth, mf->son, \
245 /// \param son lzma_mf.son (contains the hash chain)
257 uint32_t *const son,
263 son[cyclic_po
251 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
451 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
517 bt_skip_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size) argument
[all...]
H A Dlz_encoder.c294 // Calculate the sizes of mf->hash and mf->son.
355 lzma_free(mf->son, allocator);
356 mf->son = NULL;
414 // We don't need to initialize mf->son, but not doing that may
418 // actually compressed: most of the mf->son won't get actually
424 mf->son = lzma_alloc(mf->sons_count * sizeof(uint32_t),
427 if (mf->hash == NULL || mf->son == NULL) {
431 lzma_free(mf->son, allocator);
432 mf->son = NULL;
472 .son
[all...]
H A Dlz_encoder.h108 uint32_t *son; member in struct:lzma_mf_s
132 /// Number of elements in son[]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_rb.c409 * Change the son's parentage to point to his grandpa.
428 * Have our son/standin adopt his brother as his new son.
441 * Adopt the far son.
453 * Move the only remaining son to our standin. If our standin is our
454 * son, this will be the only son needed to be moved.
483 struct archive_rb_node *son = self->rb_nodes[which];
489 RB_COPY_PROPERTIES(son, self);
490 father->rb_nodes[RB_POSITION(son)]
478 struct archive_rb_node *son = self->rb_nodes[which]; local
[all...]
/freebsd-current/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm7 use Mdoc qw(ns pp soff son stoggle mapwords);
122 =item son
155 our @EXPORT_OK = qw(ns pp soff son stoggle hs mapwords gen_encloser nl);
160 son => ['spaceon'],
280 elsif ($arg eq 'on') { son, @_; }
H A Dmdoc2man14 use Mdoc qw(hs ns pp mapwords son soff stoggle gen_encloser);
/freebsd-current/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm34 use Mdoc qw(ns pp soff son stoggle mapwords);
149 =item son
182 our @EXPORT_OK = qw(ns pp soff son stoggle hs mapwords gen_encloser nl);
187 son => ['spaceon'],
307 elsif ($arg eq 'on') { son, @_; }
H A Dmdoc2man40 use Mdoc qw(hs ns pp mapwords son soff stoggle gen_encloser);
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c281 static char *son(char *p);
1166 parse = son(line);
1181 parse = son(parse);
1194 parse = son(parse);
1227 parse = son(parse);
1268 parse = son(parse);
1302 parse = son(parse);
1323 parse = son(parse);
1333 parse = son(parse);
1351 parse = son(pars
2646 son(char *p) function
[all...]
/freebsd-current/sys/kern/
H A Duipc_ktls.c3257 struct socket *so, *son; local
3318 STAILQ_FOREACH_SAFE(so, &local_so_head, so_ktls_rx_list, son) {

Completed in 209 milliseconds