Searched refs:bh (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.h21 long decrement_buff_holder_ref (struct buff_holder *bh);
H A Dhttp_cache.c100 /* increments and returns the incremented value of the ref_counter for bh */
101 static long increment_buff_holder_ref (struct buff_holder *bh) argument
103 ++bh->r_counter;
104 return (bh->r_counter);
107 /* Decrements value of the ref_counter for bh
109 long decrement_buff_holder_ref (struct buff_holder *bh) argument
111 if (bh == NULL) {
115 --bh->r_counter;
116 if (bh->r_counter > 0) {
117 return (bh
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dslab.c66 struct block_head *bh = head->blocks = buf; local
69 bh->next = buf;
70 bh = buf;
72 bh->next = NULL;
111 struct block_head *bh = sh->blocks; local
112 assert(bh != NULL);
113 sh->blocks = bh->next;
116 return bh;
131 struct block_head *bh = (struct block_head *)block; local
140 if ((uintptr_t)bh > (uintptr_
[all...]
/barrelfish-2018-10-04/usr/slideshow/
H A Dbmp.c53 struct bmp_header *bh = data; local
57 MUST(!strncmp(bh->header, "BM", 2));
62 char *bitmap = data + bh->bitmap_start;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_asm.c149 BN_ULONG bl,bh; local
155 bh=HBITS(w);
160 mul_add(rp[0],ap[0],bl,bh,c);
161 mul_add(rp[1],ap[1],bl,bh,c);
162 mul_add(rp[2],ap[2],bl,bh,c);
163 mul_add(rp[3],ap[3],bl,bh,c);
169 mul_add(rp[0],ap[0],bl,bh,c);
178 BN_ULONG bl,bh; local
184 bh=HBITS(w);
189 mul(rp[0],ap[0],bl,bh,carr
[all...]
H A Dbn_lcl.h396 #define mul64(l,h,bl,bh) \
402 m =(bh)*(lt); \
405 ht =(bh)*(ht); \
431 #define mul_add(r,a,bl,bh,c) { \
437 mul64(l,h,(bl),(bh)); \
447 #define mul(r,a,bl,bh,c) { \
453 mul64(l,h,(bl),(bh)); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_capi.c605 BLOBHEADER *bh; local
628 bh = (BLOBHEADER *)pubkey;
629 if (bh->bType != PUBLICKEYBLOB)
634 if (bh->aiKeyAlg == CALG_RSA_SIGN || bh->aiKeyAlg == CALG_RSA_KEYX)
639 rp = (RSAPUBKEY *)(bh + 1);
675 else if (bh->aiKeyAlg == CALG_DSS_SIGN)
680 dp = (DSSPUBKEY *)(bh + 1);
724 BIO_snprintf(algstr, 10, "%lx", bh->aiKeyAlg);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/whrlpool/asm/
H A Dwp-x86_64.pl117 mov %bh,%dl
124 mov %bh,%dl
151 mov %bh,%dl
158 mov %bh,%dl

Completed in 75 milliseconds