Searched refs:lb (Results 1 - 25 of 72) sorted by relevance

123

/external/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c41 test(const char *p, long long lb, long long ub, int ok) argument
46 val = strtonum(p, lb, ub, &q);
48 fprintf(stderr, "%s [%lld-%lld] ", p, lb, ub);
52 fprintf(stderr, "%s [%lld-%lld] %lld ", p, lb, ub, val);
/external/clang/test/CodeGen/
H A Dasm.c177 unsigned int lb = b; local
180 __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
189 unsigned int lb = b; local
191 __asm__ ("0:\n1:\n" : [res] "=la"(res) : [la] "0"(la), [lb] "c"(lb) :
/external/openssl/crypto/bn/
H A Dbn_shift.c137 int i,nw,lb,rb; local
147 lb=n%BN_BITS2;
148 rb=BN_BITS2-lb;
152 if (lb == 0)
160 t[nw+i]=(l<<lb)&BN_MASK2;
173 int i,j,nw,lb,rb; local
182 lb=BN_BITS2-rb;
217 *(t++) =(tmp|(l<<lb))&BN_MASK2;
/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/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_link_button.cc209 GtkWidget* lb = GTK_WIDGET(g_object_new(GTK_TYPE_CHROME_LINK_BUTTON, NULL)); local
210 GTK_CHROME_LINK_BUTTON(lb)->text = g_strdup(text);
211 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = FALSE;
213 return lb;
217 GtkWidget* lb = GTK_WIDGET(g_object_new(GTK_TYPE_CHROME_LINK_BUTTON, NULL)); local
218 GTK_CHROME_LINK_BUTTON(lb)->text = g_strdup(markup);
219 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = TRUE;
221 return lb;
/external/openssl/crypto/cmac/
H A Dcmac.c263 int i, bl, lb; local
274 lb = ctx->nlast_block;
276 if (lb == bl)
283 ctx->last_block[lb] = 0x80;
284 if (bl - lb > 1)
285 memset(ctx->last_block + lb + 1, 0, bl - lb - 1);
/external/elfutils/tests/
H A Dget-lines.c79 Dwarf_Lines *lb; local
81 if (dwarf_getsrclines (&die, &lb, &nlb) != 0)
92 Dwarf_Line *l = dwarf_onesrcline (lb, i);
/external/e2fsprogs/debugfs/
H A Ddebugfs.c409 static void finish_range(struct list_blocks_struct *lb) argument
411 if (lb->first_block == 0)
413 if (lb->first)
414 lb->first = 0;
416 fprintf(lb->f, ", ");
417 if (lb->first_block == lb->last_block)
418 fprintf(lb->f, "(%lld):%u",
419 (long long)lb->first_bcnt, lb
433 struct list_blocks_struct *lb = (struct list_blocks_struct *) private; variable in typeref:struct:list_blocks_struct
450 finish_range(lb); variable
458 finish_range(lb); variable
542 struct list_blocks_struct lb; local
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-memory-instructions.s27 # CHECK: lb $4, 4($5) # encoding: [0x04,0x00,0xa4,0x80]
37 lb $4, 4($5)
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc229 gfx::Rect lb = GetContentsBounds(); local
230 if (lb.IsEmpty())
232 lb.Inset(kLeftPadding, kTopPadding, kRightPadding, kBottomPadding);
245 int favicon_left = lb.x();
263 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0);
272 close_button()->SetBounds(lb.width() + kCloseButtonHorzFuzz,
298 title_width = std::max(lb.width() - title_left, 0);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
/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/valgrind/main/mpi/
H A Dmpiwrap_type_test.c122 MPI_Aint lb, ub, ex; local
147 r = MPI_Type_lb( *tyP, &lb );
153 printf("sendToMyself: ex=%d (%d,%d)\n", (int)ex, (int)lb, (int)ub);
154 assert(lb >= 0);
/external/webkit/Tools/android/flex-2.5.4a/
H A Dnfa.c537 * new = mkrep( mach, lb, ub );
539 * new - a machine that matches whatever "mach" matched from "lb"
543 * if "ub" is INFINITY then "new" matches "lb" or more occurrences of "mach"
546 int mkrep( mach, lb, ub )
547 int mach, lb, ub;
551 base_mach = copysingl( mach, lb - 1 );
564 for ( i = lb; i < ub; ++i )
/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/qemu/distrib/jpeg-6b/
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/openssl/crypto/evp/
H A Dopenbsd_hw.c157 unsigned char lb[MAX_HW_IV];
178 memcpy(lb,&in[cryp.len-ctx->cipher->iv_len],ctx->cipher->iv_len);
233 memcpy(ctx->iv,lb,ctx->cipher->iv_len);
/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/openfst/src/include/fst/
H A Dinterval-set.h107 typename vector<Interval>::const_iterator lb = local
109 if (lb == intervals_.begin())
111 return (--lb)->end > value;
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstRangeOpsTest.java91 for (BoundType lb : BoundType.values()) {
94 if (i == j && lb == BoundType.OPEN && ub == BoundType.OPEN) {
98 Ordering.natural(), chars.charAt(i), lb, chars.charAt(j), ub), ROOT);
100 if (lb == BoundType.OPEN) {
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c303 int la, lb; local
306 lb = b->length;
316 while (lb > 0 && isspace(*pb))
318 lb--;
325 while (lb > 0 && isspace(pb[lb-1]))
326 lb--;
329 while (la > 0 && lb > 0)
340 la--; lb--;
342 if (la <= 0 || lb <
[all...]
/external/opencv/cxcore/include/
H A Dcxmisc.h430 T *lb; \
440 stack[0].lb = array; \
445 T* left = stack[sp].lb; \
562 stack[++sp].lb = left0; \
568 stack[++sp].lb = right0 - m + 1; \
/external/quake/quake/src/QW/client/
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/valgrind/main/drd/tests/
H A Dunit_bitmap.c189 const Addr lb = make_address(2, 0) - 2 * BITS_PER_UWORD; local
199 for (i = lb; i < ub; i += outer_loop_step)
/external/opencv/cv/src/
H A Dcvemd.cpp454 float lb = 0; local
476 lb = dist_func( xs, xd, user_param ) / state->weight;
477 i = *lower_bound <= lb;
478 *lower_bound = lb;

Completed in 568 milliseconds

123