Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 25 of 126) sorted by relevance

123456

/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_utils.c75 BLEAF *bl; local
78 bl = GETBLEAF(e->page, e->index);
88 if (bl->flags & P_BIGKEY) {
89 if (__ovfl_get(t, bl->bytes,
94 if (bl->ksize > rkey->size) {
96 malloc(bl->ksize) : realloc(rkey->data, bl->ksize));
100 rkey->size = bl->ksize;
102 memmove(rkey->data, bl->bytes, bl->ksize);
103 key->size = bl->ksize;
106 key->size = bl->ksize;
[all …]
H A Dbt_debug.c206 BLEAF *bl; local
261 bl = GETBLEAF(h, cur);
262 if (bl->flags & P_BIGKEY)
265 *(db_pgno_t *)bl->bytes,
266 *(u_int32_t *)(bl->bytes + sizeof(db_pgno_t)));
267 else if (bl->ksize)
268 (void)fprintf(tracefp, "%s/", bl->bytes);
269 if (bl->flags & P_BIGDATA)
272 *(db_pgno_t *)(bl->bytes + bl->ksize),
273 *(u_int32_t *)(bl->bytes + bl->ksize +
[all …]
H A Dbt_split.c93 BLEAF *bl, *tbl; local
190 bl = GETBLEAF(rchild, 0);
191 nbytes = NBINTERNAL(bl->ksize);
192 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
197 b.size = bl->ksize;
198 b.data = bl->bytes;
247 WR_BINTERNAL(dest, nksize ? nksize : bl->ksize,
248 rchild->pgno, bl->flags & P_BIGKEY);
249 memmove(dest, bl->bytes, nksize ? nksize : bl->ksize);
250 if (bl->flags & P_BIGKEY &&
[all …]
/titanic_44/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s181 bl end_regular_divide
188 bl 1f
220 bl L.1.16
225 bl L.2.17
230 bl L.3.19
235 bl L.4.23
253 bl L.4.21
274 bl L.3.17
279 bl L.4.19
297 bl L.4.17
[all …]
H A Drem.s180 bl end_regular_divide
187 bl 1f
219 bl L.1.16
224 bl L.2.17
229 bl L.3.19
234 bl L.4.23
252 bl L.4.21
273 bl L.3.17
278 bl L.4.19
296 bl L.4.17
[all …]
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwbrdr_st.c53 wborder_set(w, ls, rs, ts, bs, tl, tr, bl, br) in wborder_set() argument
55 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br;
63 w, ls, rs, ts, bs, tl, tr, bl, br
93 if (bl == (const cchar_t *) 0)
94 bl = WACS_LLCORNER;
102 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1)
H A Dwbrdr.c55 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument
63 w, ls, rs, ts, bs, tl, tr, bl, br in wborder()
91 if (bl == 0) in wborder()
92 bl = ACS_LLCORNER; in wborder()
93 (void) __m_acs_cc(bl, &wbl); in wborder()
H A Dbrdr_st.c49 border_set(ls, rs, ts, bs, tl, tr, bl, br) in border_set() argument
50 const cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; in border_set()
57 ls, rs, ts, bs, tl, tr, bl, br
61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
H A Dbrdr.c50 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
57 ls, rs, ts, bs, tl, tr, bl, br in border()
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c186 dr_memlist_intersect(struct memlist *al, struct memlist *bl) in dr_memlist_intersect() argument
190 if ((al == NULL) || (bl == NULL)) in dr_memlist_intersect()
194 bstart = bl->ml_address; in dr_memlist_intersect()
195 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
197 while (al && bl) { in dr_memlist_intersect()
207 while (bl && (bend <= astart)) in dr_memlist_intersect()
208 if ((bl = bl->ml_next) != NULL) in dr_memlist_intersect()
209 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
210 if (bl == NULL) in dr_memlist_intersect()
213 if ((bstart = bl->ml_address) <= astart) in dr_memlist_intersect()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c186 dr_memlist_intersect(struct memlist *al, struct memlist *bl) in dr_memlist_intersect() argument
190 if ((al == NULL) || (bl == NULL)) in dr_memlist_intersect()
194 bstart = bl->ml_address; in dr_memlist_intersect()
195 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
197 while (al && bl) { in dr_memlist_intersect()
207 while (bl && (bend <= astart)) in dr_memlist_intersect()
208 if ((bl = bl->ml_next) != NULL) in dr_memlist_intersect()
209 bend = bl->ml_address + bl->ml_size; in dr_memlist_intersect()
210 if (bl == NULL) in dr_memlist_intersect()
213 if ((bstart = bl->ml_address) <= astart) in dr_memlist_intersect()
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwbrdr.c58 chtype tl, chtype tr, chtype bl, chtype br) in wborder() argument
87 if (bl == 0) in wborder()
88 bl = ACS_LLCORNER; in wborder()
89 (void) __m_acs_cc(bl, &wbl); in wborder()
H A Dwbrdr_st.c58 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in wborder_set() argument
89 if (bl == NULL) in wborder_set()
90 bl = WACS_LLCORNER; in wborder_set()
98 if (__m_cc_replace(w, w->_maxy-1, 0, bl, 0) == -1) in wborder_set()
H A Dbrdr.c53 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border()
H A Dbrdr_st.c54 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) in border_set() argument
58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); in border_set()
/titanic_44/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c488 int i, j, k, bl = 0; in Pem2Der() local
534 bl = 0; in Pem2Der()
557 if ((dataB = realloc(dataB, bl+j+9)) == NULL) { in Pem2Der()
566 (void) memcpy(&(dataB[bl]), buf, j); in Pem2Der()
567 dataB[bl+j] = '\0'; in Pem2Der()
568 bl += j; in Pem2Der()
584 (unsigned char *)dataB, &bl, (unsigned char *)dataB, bl); in Pem2Der()
591 i = PEM_DecodeFinal(&ctx, (unsigned char *)&(dataB[bl]), &k); in Pem2Der()
596 bl += k; in Pem2Der()
598 if (bl == 0) goto err; in Pem2Der()
[all …]
/titanic_44/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1246 sbp2_buf_list_t *bl = &lp->l_orb_freelist; in sbp2_orb_freelist_get() local
1249 mutex_enter(&bl->bl_mutex); in sbp2_orb_freelist_get()
1250 if ((bl->bl_head != NULL) && (bl->bl_head->bb_len == len)) { in sbp2_orb_freelist_get()
1251 buf = bl->bl_head; in sbp2_orb_freelist_get()
1252 bl->bl_head = buf->bb_next; in sbp2_orb_freelist_get()
1253 if (bl->bl_tail == buf) { /* last one? */ in sbp2_orb_freelist_get()
1254 ASSERT(bl->bl_head == NULL); in sbp2_orb_freelist_get()
1255 bl->bl_tail = NULL; in sbp2_orb_freelist_get()
1257 bl->bl_len--; in sbp2_orb_freelist_get()
1260 mutex_exit(&bl->bl_mutex); in sbp2_orb_freelist_get()
[all …]
/titanic_44/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s86 bl,a,pn %xcc, .chkwd
107 bl,a,pn %xcc, .wrword ! Only 4 bytes left.
151 bl,a,pt %xcc, .loop16
162 bl,a,pt %xcc, .loop16
175 bl,a,pt %xcc, .loop16
191 bl,a,pt %xcc, .loop16
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c525 static int bl; /* lookup bits for tl */ variable
753 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes_in_window()
759 NEEDBITS ((unsigned) bl); in inflate_codes_in_window()
913 bl = 7; in init_fixed_block()
914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in init_fixed_block()
984 bl = 7; in init_dynamic_block()
985 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in init_dynamic_block()
993 m = mask_bits[bl]; in init_dynamic_block()
997 NEEDBITS ((unsigned) bl); in init_dynamic_block()
1055 bl = lbits; in init_dynamic_block()
[all …]
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDurationHelper.java178 ActionListener bl = new ButtonListener(); in addButtons() local
179 ok.addActionListener(bl); in addButtons()
180 cancel.addActionListener(bl); in addButtons()
181 help.addActionListener(bl); in addButtons()
193 compute.addActionListener(bl); in addButtons()
H A DEncListDialog.java144 DCButtonListener bl = new DCButtonListener(); in addButtons() local
145 ok.addActionListener(bl); in addButtons()
146 clear.addActionListener(bl); in addButtons()
147 cancel.addActionListener(bl); in addButtons()
148 help.addActionListener(bl); in addButtons()
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dabs.s39 bl,a 1f
51 bl,a 1f
/titanic_44/usr/src/lib/libcurses/screen/
H A D_border.c50 chtype tl, chtype tr, chtype bl, chtype br) in border() argument
52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); in border()
/titanic_44/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s160 bl,pt %ncc, args_copied
164 bl,pt %ncc, args_copied
169 bl,pt %ncc, args_copied
175 bl,pt %ncc, args_copied
/titanic_44/usr/src/cmd/last/
H A Dlast.c121 int bl, wtmp; in main() local
241 bl = (stb.st_size + sizeof (buf)-1) / sizeof (buf); in main()
253 for (bl--; bl >= 0; bl--) { in main()
254 (void) lseek(wtmp, (off_t)(bl * sizeof (buf)), 0); in main()

123456