HomeSort by relevance Sort by last modified time
    Searched refs:lb (Results 26 - 50 of 456) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/controls/button/
menu_button.cc 92 gfx::Rect lb = GetLocalBounds(); local
96 gfx::Point menu_position(lb.right(), lb.bottom());
98 menu_position.set_x(lb.x());
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 26 # CHECK: lb $4, 4($5) # encoding: [0x04,0x00,0xa4,0x80]
36 lb $4, 4($5)
hilo-addressing.s 15 lb $2, %lo(addr)($4)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 79 char *PyGrammar_LabelRepr(label *lb);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 123 lb = len(self.ac_in_buffer)
132 if lb < n:
135 self.terminator = self.terminator - lb
163 if index != lb:
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 79 char *PyGrammar_LabelRepr(label *lb);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 123 lb = len(self.ac_in_buffer)
132 if lb < n:
135 self.terminator = self.terminator - lb
163 if index != lb:
  /frameworks/native/services/surfaceflinger/
Transform.cpp 208 vec2 lb( bounds.left, bounds.bottom );
213 lb = transform(lb);
216 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
217 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
218 r.right = floorf(max(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
219 r.bottom = floorf(max(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 95 unsigned int lb = 0; local
100 if((s->ub - lb) > 1)
105 lb = s->ub; ++s;
118 unsigned int lb = 0; local
121 for(; lb < b->ub; ++lb) bm[lb] |= m;
122 lb = b->ub;
128 unsigned int lb = 0;
131 printSpan(o, lb, b->ub)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
jsdifflib.js 227 var lb = this.b.length;
229 var queue = [[0, la, 0, lb]];
275 non_adjacent.push([la, lb, 0]);
401 var lb = this.b.length;
402 return _calculate_ratio(Math.min(la, lb), la + lb);
  /external/iproute2/tc/
q_netem.c 538 struct rtattr *lb[NETEM_LOSS_MAX + 1]; local
540 parse_rtattr_nested(lb, NETEM_LOSS_MAX, tb[TCA_NETEM_LOSS]);
541 if (lb[NETEM_LOSS_GI])
542 gemodel = RTA_DATA(lb[NETEM_LOSS_GI]);
543 if (lb[NETEM_LOSS_GE])
544 gemodel = RTA_DATA(lb[NETEM_LOSS_GE]);
  /external/openssl/crypto/bio/
bio_lib.c 422 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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
domain.h 145 cloog_int_t *n, CloogConstraint **lb);
147 CloogConstraint *lb, cloog_int_t offset);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h 145 cloog_int_t *n, CloogConstraint **lb);
147 CloogConstraint *lb, cloog_int_t offset);
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 122 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);
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 64 bool hasIntersection(HwcLayer *la, HwcLayer *lb);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 744 gfx::Rect lb = GetContentsBounds(); local
745 if (lb.IsEmpty())
748 lb.Inset(kLeftPadding, kTopPadding, kRightPadding, kBottomPadding);
750 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0);
753 favicon_bounds_.set_y(lb.y() + (lb.height() - gfx::kFaviconSize + 1) / 2);
769 const int top = lb.y() + (lb.height() - close_button_size.height() + 1) / 2;
772 const int right = width() - (lb.width() + close_button_size.width() + left)
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jquant2.c 411 int n,lb; local
454 * Note that lb value is max for lower box, so must be < old max.
458 lb = (b1->c0max + b1->c0min) / 2;
459 b1->c0max = lb;
460 b2->c0min = lb+1;
463 lb = (b1->c1max + b1->c1min) / 2;
464 b1->c1max = lb;
465 b2->c1min = lb+1;
468 lb = (b1->c2max + b1->c2min) / 2;
469 b1->c2max = lb;
    [all...]
  /external/jpeg/
jquant2.c 428 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/
jquant2.c 428 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...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 300 s,[^-0-9].*,;9d**dd*8*d*d7dd**d*6d**d5d*d*4*d3d*2lbd**1lb*0,
306 s,|?.,&SadSbdXSaZla-SbKLaLadSb[0Lb-d1lb-*d+K+0kkSb[1Lb/]q]Sa0>a[dk]sadK<a[Lb],
319 s,|?.,&K1+k KSbSb[dk]SadXdK<asadlb/lb+[.5]*[sbdlb/lb+[.5]*dlb>a]dsaxsasaLbsaLatLbk K1-kt,
  /external/openssl/crypto/evp/
openbsd_hw.c 157 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/lldb/test/functionalities/load_unload/
Makefile 23 $(CC) $(CFLAGS) -dynamiclib -install_name "@executable_path/liba.dylib" -o liba.dylib a.o -L. -lb
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 421 EXC( lb t0, N(src), .Ll_exc); \
434 EXC( lb t0, NBYTES-2(src), .Ll_exc)
446 * lb faults)
450 * Hence, the lb below may get an exception.
458 EXC( lb t1, 0(src), .Ll_exc)
551 lb t0, -1(a1)
566 lb t0, (a1)
  /art/compiler/
oat_writer.cc 367 auto lb = dedupe_map_.lower_bound(compiled_method); local
368 if (lb != dedupe_map_.end() && !dedupe_map_.key_comp()(compiled_method, lb->first)) {
369 quick_code_offset = lb->second;
372 dedupe_map_.PutBefore(lb, compiled_method, quick_code_offset);
511 auto lb = dedupe_map_.lower_bound(map);
512 if (lb != dedupe_map_.end() && !dedupe_map_.key_comp()(map, lb->first)) {
513 DataAccess::SetOffset(oat_class, method_offsets_index_, lb->second);
516 dedupe_map_.PutBefore(lb, map, offset_)
    [all...]

Completed in 532 milliseconds

12 3 4 5 6 7 8 91011>>