Searched defs:lb (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_shift.c134 int i,nw,lb,rb; local
144 lb=n%BN_BITS2;
145 rb=BN_BITS2-lb;
149 if (lb == 0)
157 t[nw+i]=(l<<lb)&BN_MASK2;
170 int i,j,nw,lb,rb; local
179 lb=BN_BITS2-rb;
213 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/external/elfutils/tests/
H A Dget-lines.c63 Dwarf_Lines *lb; local
65 if (dwarf_getsrclines (&die, &lb, &nlb) != 0)
76 Dwarf_Line *l = dwarf_onesrcline (lb, i);
/external/e2fsprogs/util/
H A Dcopy_sparse.c93 long lb, i, fd, ofd, bs, block, numblocks; local
147 for (lb = 0; !fd || lb < numblocks; lb++) {
149 block = get_bmap(fd, lb);
152 should_be = ((off64_t) lb) * bs;
/external/webkit/WebCore/rendering/
H A DRenderFieldset.cpp182 const RenderStyle* style, int lx, int lw, int lb)
233 startY = lb;
257 startY = lb;
181 paintBorderMinusLegend(GraphicsContext* graphicsContext, int tx, int ty, int w, int h, const RenderStyle* style, int lx, int lw, int lb) argument
/external/libffi/src/powerpc/
H A Dffi_darwin.c641 ldbits lb; member in union:ldu
777 memcpy (&temp_ld.lb[0], pfr, sizeof(ldbits));
778 memcpy (&temp_ld.lb[1], pgr + 2, sizeof(ldbits));
/external/openssl/crypto/bio/
H A Dbio_lib.c422 BIO *lb; local
425 lb=b;
426 while (lb->next_bio != NULL)
427 lb=lb->next_bio;
428 lb->next_bio=bio;
430 bio->prev_bio=lb;
432 BIO_ctrl(b,BIO_CTRL_PUSH,0,lb);
/external/chromium/third_party/icu/source/tools/toolutil/
H A Ducm.c127 const uint8_t *lb, *rb; local
156 lb=UCM_GET_BYTES(lTable, l);
161 result=lb[i]-rb[i];
/external/icu4c/tools/toolutil/
H A Ducm.c127 const uint8_t *lb, *rb; local
156 lb=UCM_GET_BYTES(lTable, l);
161 result=lb[i]-rb[i];
/external/quake/quake/src/QW/client/
H A Dgl_screen.c759 static int lr = -1, lg = -1, lb = -1; local
762 if (r == lr && g == lg && b == lb)
777 lr = r; lg = g; lb = b;
H A Dscreen.c709 static int lr = -1, lg = -1, lb = -1; local
712 if (r == lr && g == lg && b == lb)
727 lr = r; lg = g; lb = b;
/external/chromium/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp1346 string::size_type lb = line.find('#');
1347 if (lb != string::npos) {
1348 line.resize(lb); // trim comments
1507 string::size_type lb = line.find('#'); local
1508 if (lb != string::npos) {
1509 line.resize(lb); // trim comments
/external/e2fsprogs/debugfs/
H A Ddebugfs.c372 static void finish_range(struct list_blocks_struct *lb) argument
374 if (lb->first_block == 0)
376 if (lb->first)
377 lb->first = 0;
379 fprintf(lb->f, ", ");
380 if (lb->first_block == lb->last_block)
381 fprintf(lb->f, "(%lld):%u",
382 (long long)lb->first_bcnt, lb
396 struct list_blocks_struct *lb = (struct list_blocks_struct *) private; variable in typeref:struct:list_blocks_struct
413 finish_range(lb); variable
421 finish_range(lb); variable
505 struct list_blocks_struct lb; local
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp1595 string::size_type lb = line.find('#'); local
1596 if (lb != string::npos) {
1597 line.resize(lb); // trim comments
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c304 int la, lb; local
307 lb = b->length;
317 while (lb > 0 && isspace(*pb))
319 lb--;
326 while (lb > 0 && isspace(pb[lb-1]))
327 lb--;
330 while (la > 0 && lb > 0)
341 la--; lb--;
343 if (la <= 0 || lb <
[all...]
/external/jpeg/
H A Djquant2.c428 int n,lb; local
470 * Note that lb value is max for lower box, so must be < old max.
474 lb = (b1->c0max + b1->c0min) / 2;
475 b1->c0max = lb;
476 b2->c0min = lb+1;
479 lb = (b1->c1max + b1->c1min) / 2;
480 b1->c1max = lb;
481 b2->c1min = lb+1;
484 lb = (b1->c2max + b1->c2min) / 2;
485 b1->c2max = lb;
[all...]
/external/v8/src/mips/
H A Dassembler-mips.cc775 void Assembler::lb(Register rd, const MemOperand& rs) { function in class:v8::internal::Assembler

Completed in 207 milliseconds