/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | xmss_hash_address.c | 51 void setLtreeADRS(uint32_t adrs[8], uint32_t ltree){ in setLtreeADRS() argument 52 adrs[4] = ltree; in setLtreeADRS()
|
H A D | xmss_hash_address.h | 30 void setLtreeADRS(uint32_t adrs[8], uint32_t ltree);
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | trees.c | 153 local void compress_block OF((deflate_state *s, ct_data *ltree, 1072 local void compress_block(s, ltree, dtree) in compress_block() argument 1074 ct_data *ltree; /* literal tree */ 1087 send_code(s, lc, ltree); /* send a literal byte */ 1092 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1116 send_code(s, END_BLOCK, ltree); 1117 s->last_eob_len = ltree[END_BLOCK].Len;
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | trees.c | 149 local void compress_block OF((deflate_state *s, const ct_data *ltree, 1043 local void compress_block(s, ltree, dtree) in compress_block() argument 1045 const ct_data *ltree; /* literal tree */ 1059 send_code(s, lc, ltree); /* send a literal byte */ 1064 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1087 send_code(s, END_BLOCK, ltree);
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | trees.c | 149 local void compress_block OF((deflate_state *s, const ct_data *ltree, 1043 local void compress_block(s, ltree, dtree) in compress_block() argument 1045 const ct_data *ltree; /* literal tree */ 1059 send_code(s, lc, ltree); /* send a literal byte */ 1064 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1087 send_code(s, END_BLOCK, ltree);
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | trees.c | 149 local void compress_block OF((deflate_state *s, const ct_data *ltree, 1043 local void compress_block(s, ltree, dtree) in compress_block() argument 1045 const ct_data *ltree; /* literal tree */ 1059 send_code(s, lc, ltree); /* send a literal byte */ 1064 send_code(s, code+LITERALS+1, ltree); /* send the length code */ 1087 send_code(s, END_BLOCK, ltree);
|
/netbsd-src/sys/ufs/chfs/ |
H A D | ebh.c | 570 result = RB_FIND(ltree_rbtree, &ebh->ltree, &le); in ltree_lookup() 596 //dbg_ebh("enter ltree lock\n"); in ltree_add_entry() 599 result = RB_INSERT(ltree_rbtree, &ebh->ltree, le); in ltree_add_entry() 657 le = RB_REMOVE(ltree_rbtree, &ebh->ltree, le); in leb_read_unlock() 713 RB_REMOVE(ltree_rbtree, &ebh->ltree, le); in leb_write_unlock() 1515 RB_INIT(&ebh->ltree); in scan_media() 1696 EBH_TREE_DESTROY_MUTEX(ltree_rbtree, &ebh->ltree, in ebh_close()
|
H A D | ebh.h | 254 * @ltree: the lock tree 279 struct ltree_rbtree ltree; member
|
/netbsd-src/sys/net/ |
H A D | zlib.c | 2253 local void compress_block(deflate_state *s, const ct_data *ltree, 3168 const ct_data *ltree, /* literal tree */ in _tr_flush_block() argument 3181 send_code(s, lc, ltree); /* send a literal byte */ in _tr_flush_block() 3186 send_code(s, code+LITERALS+1, ltree); /* send the length code */ in _tr_flush_block() 3209 send_code(s, END_BLOCK, ltree); in _tr_flush_block() 3210 s->last_eob_len = ltree[END_BLOCK].Len; in _tr_flush_block() 5109 inflate_huft *ltree; /* literal/length/eob tree */ member 5126 c->ltree = tl; in inflate_codes_new() 5159 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes() 5169 c->sub.code.tree = c->ltree; in inflate_codes()
|