Searched refs:bl (Results 1 - 25 of 101) sorted by relevance

12345

/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-90445.js53 var bl;
242 bl = 1;
244 bl = 0;
249 bl = 1;
253 if (bl == 1) {
254 bl = 0;
257 bl = 1;
262 if (bl == 1) {
263 bl = 0;
266 bl
[all...]
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java135 for (int bl = 0, blCount = blockMap.length; bl < blCount; ++ bl)
137 final int [] lines = blockMap [bl];
153 blockIDs.add (bl);
198 for (int bl = 0; bl < m_blockMap.length; ++ bl)
201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl]
[all...]
/external/ipsec-tools/src/racoon/
H A Dmisc.c96 bit2str(n, bl)
97 int n, bl;
103 if (bl > MAXBITLEN)
105 memset(b, '0', bl);
106 b[bl] = '\0';
108 for (i = 0; i < bl; i++) {
110 b[bl - 1 - i] = '1';
H A Dvmbuf.h42 * <----------------------> bl
48 size_t bl; /* length of the buffer */ member in struct:_vchar_t_
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dx86p_32.asm273 mov bl,[esi+1]
276 mov [edi+1],bl
290 mov bl,[esi+1]
293 mov [edi+1],bl
324 mov bl,[esi+8+0] ; ebx = [r][g][G][B]
344 mov bl,[esi+1]
347 mov [edi+1],bl
371 mov bl,[esi+1]
374 mov [edi+1],bl
388 mov bl,[es
[all...]
/external/openssl/crypto/asn1/
H A Da_object.c93 BIGNUM *bl = NULL; local
145 if (!bl)
146 bl = BN_new();
147 if (!bl || !BN_set_word(bl, l))
152 if (!BN_mul_word(bl, 10L)
153 || !BN_add_word(bl, c-'0'))
168 if (!BN_add_word(bl, first * 40))
178 blsize = BN_num_bits(bl);
190 tmp[i++] = (unsigned char)BN_div_word(bl,
[all...]
/external/openssl/crypto/evp/
H A Devp_enc.c144 int i,j,bl; local
166 bl=ctx->cipher->block_size;
167 OPENSSL_assert(bl <= (int)sizeof(ctx->buf));
170 if (i+inl < bl)
179 j=bl-i;
181 if(!M_do_cipher(ctx,out,ctx->buf,bl)) return 0;
184 out+=bl;
185 *outl=bl;
190 i=inl&(bl-1);
214 unsigned int i, b, bl; local
[all...]
H A Devp_locl.h64 unsigned int i, bl; \
65 bl = ctx->cipher->block_size;\
66 if(inl < bl) return 1;\
67 inl -= bl; \
68 for(i=0; i <= inl; i+=bl)
/external/clearsilver/util/
H A Dneo_str.c149 int bl, size; local
155 bl = vsnprintf (buf, size, fmt, tmp);
156 if (bl > -1 && bl < size)
157 return string_appendn (str, buf, bl);
160 if (bl == -1)
174 err = string_check_length (str, bl+1);
178 str->len += bl;
276 int bl, size; local
287 bl
311 int bl, size; local
[all...]
/external/zlib/contrib/inflate86/
H A Dinffas86.c161 " cmpb $32, %%bl\n"
165 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
166 " addb $32, %%bl\n" /* bits += 32 */
180 " cmpb $32, %%bl\n"
184 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
185 " addb $32, %%bl\n" /* bits += 32 */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
232 " subb %%cl, %%bl\n"
243 " cmpb $32, %%bl\
820 cmp bl, 15 local
826 add bl, 16 /* bits += 16 */ local
837 sub bl, ah /* bits -= this.bits */ local
858 cmp bl, cl local
865 add bl, 16 /* bits += 16 */ local
871 sub bl, cl local
881 cmp bl, 15 local
887 add bl, 16 /* bits += 16 */ local
901 sub bl, ah /* bits -= this.bits */ local
909 cmp bl, cl local
916 add bl, 16 /* bits += 16 */ local
922 sub bl, cl local
[all...]
/external/libffi/src/powerpc/
H A Dasm.h57 bl _GLOBAL_OFFSET_TABLE_@local-4; \
60 bl JUMPTARGET(_mcount);
71 bl JUMPTARGET(_mcount);
/external/quake/quake/src/QW/client/
H A Dsurf8.s115 movb 15(%esi),%bl
123 movb 13(%esi),%bl
139 movb 11(%esi),%bl
154 movb 9(%esi),%bl
170 movb 7(%esi),%bl
185 movb 5(%esi),%bl
201 movb 3(%esi),%bl
216 movb 1(%esi),%bl
341 movb 7(%esi),%bl
349 movb 5(%esi),%bl
[all...]
H A Dsnd_mixa.s87 movb -1(%esi,%ecx,1),%bl
98 movb -2(%esi,%ecx,1),%bl
114 movb -2(%esi,%ecx,1),%bl
120 movb -3(%esi,%ecx,1),%bl
/external/quake/quake/src/WinQuake/
H A Dsurf8.s115 movb 15(%esi),%bl
123 movb 13(%esi),%bl
139 movb 11(%esi),%bl
154 movb 9(%esi),%bl
170 movb 7(%esi),%bl
185 movb 5(%esi),%bl
201 movb 3(%esi),%bl
216 movb 1(%esi),%bl
341 movb 7(%esi),%bl
349 movb 5(%esi),%bl
[all...]
H A Dworlda.s93 movb pl_type(%ebp,%ecx,4),%bl
94 cmpb $3,%bl
H A Ddosisms.h66 unsigned char bl, bh, ebx_b2, ebx_b3; member in struct:__anon4454::__anon4457
H A Dsnd_mixa.s87 movb -1(%esi,%ecx,1),%bl
98 movb -2(%esi,%ecx,1),%bl
114 movb -2(%esi,%ecx,1),%bl
120 movb -3(%esi,%ecx,1),%bl
/external/quake/quake/src/QW/server/
H A Dworlda.s73 movl pl_type(%ebp,%ecx,4),%bl
74 cmpb $3,%bl
/external/openssl/crypto/objects/
H A Dobj_dat.c442 BIGNUM *bl; local
473 bl = NULL;
487 if (!BN_add_word(bl, c & 0x7f))
496 if (!bl && !(bl = BN_new()))
498 if (!BN_set_word(bl, l))
504 if (!BN_lshift(bl, bl, 7))
519 if (!BN_sub_word(bl, 80))
541 bndec = BN_bn2dec(bl);
[all...]
/external/zlib/contrib/masmx64/
H A Dinffasx64.asm67 cmp bl, 32
71 mov cl, bl ; /* cl = bits, needs it for shifting */
72 add bl, 32 ; /* bits += 32 */
86 cmp bl, 32
90 mov cl, bl ; /* cl = bits, needs it for shifting */
91 add bl, 32 ; /* bits += 32 */
100 sub bl, ah ; /* bits -= this.bits */
116 sub bl, ah ; /* bits -= this.bits */
138 sub bl, cl
149 cmp bl, 3
[all...]
/external/openssl/crypto/pem/
H A Dpem_lib.c625 int end=0,i,k,bl=0,hl=0,nohead=0; local
698 bl=0;
716 if (!BUF_MEM_grow_clean(dataB,i+bl+9))
721 memcpy(&(dataB->data[bl]),buf,i);
722 dataB->data[bl+i]='\0';
723 bl+=i;
742 bl=hl;
755 (unsigned char *)dataB->data,&bl,
756 (unsigned char *)dataB->data,bl);
762 i=EVP_DecodeFinal(&ctx,(unsigned char *)&(dataB->data[bl]),
[all...]
/external/skia/src/core/
H A DSkMath.cpp99 uint32_t bl = b & 0xFFFF; local
102 uint32_t B = ah * bl + al * bh;
103 uint32_t C = al * bl;
154 uint32_t bl = b & 0xFFFF; local
156 uint32_t R = ah * b + al * bh + (al * bl >> 16);
179 uint32_t bl = b & 0xFFFF; local
182 uint32_t B = ah * bl + al * bh;
183 uint32_t C = al * bl;
/external/grub/stage2/
H A Dgunzip.c506 static int bl; /* lookup bits for tl */ variable
722 unsigned ml, md; /* masks for bl and bd bits */
734 ml = mask_bits[bl]; /* precompute masks for speed */
740 NEEDBITS ((unsigned) bl);
894 bl = 7;
895 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
965 bl = 7;
966 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
974 m = mask_bits[bl];
978 NEEDBITS ((unsigned) bl);
[all...]
/external/openssl/crypto/bn/
H A Dbn_lcl.h395 #define mul64(l,h,bl,bh) \
402 lt=(bl)*(lt); \
403 m1=(bl)*(ht); \
430 #define mul_add(r,a,bl,bh,c) { \
436 mul64(l,h,(bl),(bh)); \
446 #define mul(r,a,bl,bh,c) { \
452 mul64(l,h,(bl),(bh)); \
H A Dbn_asm.c145 BN_ULONG bl,bh; local
150 bl=LBITS(w);
155 mul_add(rp[0],ap[0],bl,bh,c);
157 mul_add(rp[1],ap[1],bl,bh,c);
159 mul_add(rp[2],ap[2],bl,bh,c);
161 mul_add(rp[3],ap[3],bl,bh,c);
172 BN_ULONG bl,bh; local
177 bl=LBITS(w);
182 mul(rp[0],ap[0],bl,bh,carry);
184 mul(rp[1],ap[1],bl,b
[all...]

Completed in 360 milliseconds

12345