HomeSort by relevance Sort by last modified time
    Searched refs:lb (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/netbsd/nameser/
ns_samedomain.c 55 size_t la, lb; local
60 lb = strlen(b);
79 if (lb != 0U && b[lb - 1] == '.') {
81 /* note this loop doesn't get executed if lb==1 */
82 for (i = lb - 2; i >= 0; i--)
91 lb--;
94 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
95 if (lb == 0U)
99 if (lb > la
    [all...]
  /external/openssh/openbsd-compat/regress/
strtonumtest.c 41 test(const char *p, long long lb, long long ub, int ok)
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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 29 unsigned int lb, ub; /* [lb,ub) */ member in struct:Range
36 r->lb = l;
45 r->lb = l;
54 ro->lb = r->lb;
63 ro->lb = r->lb;
171 RegExp_new_CloseVOp(RegExp *e, int lb, int ub)
176 r->d.CloseVOp.min = lb;
    [all...]
actions.c 109 for(c = r->lb; c < r->ub; ++c)
159 for(c = r->lb; c < r->ub; ++c){
247 for(c = r->lb; c < r->ub; ++c){
338 if((r->ub - r->lb) == 1){
339 prtCh(o, r->lb);
341 prtCh(o, r->lb);
352 if(r1->lb <= r2->lb){
360 if(r1->lb <= r2->lb){
398 unsigned int lb = r1->lb; local
495 unsigned char lb = unescape(s), ub; local
    [all...]
  /external/clang/test/CodeGen/
asm.c 177 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/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_shift.c 137 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/openssl/crypto/bn/
bn_shift.c 137 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/
copy_sparse.c 93 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/llvm/test/MC/Mips/
micromips-loadstore-instructions.s 7 # CHECK: lb $5, 8($4) # encoding: [0x08,0x00,0xa4,0x1c]
15 lb $5, 8($4)
hilo-addressing.s 10 lb $2,%lo(addr)($4)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 59 I lb = std::lower_bound(u.begin(), u.end(), b[i]); local
61 const size_t Ni = ub - lb;
67 double mean = std::accumulate(lb, ub, 0.0) / Ni;
71 for (I j = lb; j != ub; ++j)
eval.pass.cpp 57 I lb = std::lower_bound(u.begin(), u.end(), b[i]); local
59 const size_t Ni = ub - lb;
65 double mean = std::accumulate(lb, ub, 0.0) / Ni;
69 for (I j = lb; j != ub; ++j)
117 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
119 const size_t Ni = ub - lb;
125 double mean = std::accumulate(lb, ub, 0.0) / Ni;
129 for (I j = lb; j != ub; ++j)
177 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
179 const size_t Ni = ub - lb;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 209 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/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 241 GtkWidget* lb = GTK_WIDGET(g_object_new(GTK_TYPE_CHROME_LINK_BUTTON, NULL)); local
242 GTK_CHROME_LINK_BUTTON(lb)->text = g_strdup(text);
243 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = FALSE;
245 return lb;
249 GtkWidget* lb = GTK_WIDGET(g_object_new(GTK_TYPE_CHROME_LINK_BUTTON, NULL)); local
250 GTK_CHROME_LINK_BUTTON(lb)->text = g_strdup(markup);
251 GTK_CHROME_LINK_BUTTON(lb)->uses_markup = TRUE;
253 return lb;
  /external/chromium_org/third_party/openssl/openssl/crypto/cmac/
cmac.c 263 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/openssl/crypto/cmac/
cmac.c 263 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/chromium_org/ui/views/controls/
native_control.cc 224 gfx::Rect lb = GetLocalBounds(); local
226 int x = lb.x();
227 int y = lb.y();
228 int width = lb.width();
229 int height = lb.height();
237 x += (lb.width() - width) / 2;
240 x = x + lb.width() - width;
254 y += (lb.height() - height) / 2;
257 y = y + lb.height() - height;
  /external/elfutils/tests/
get-lines.c 79 Dwarf_Lines *lb; local
81 if (dwarf_getsrclines (&die, &lb, &nlb) != 0)
92 Dwarf_Line *l = dwarf_onesrcline (lb, i);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 136 long double ha, hb, la, lb, p, q; local
146 lb = b - hb;
149 q = ha * lb + la * hb;
152 ret.lo = p - ret.hi + q + la * lb;
s_fma.c 140 double ha, hb, la, lb, p, q; local
150 lb = b - hb;
153 q = ha * lb + la * hb;
156 ret.lo = p - ret.hi + q + la * lb;
  /external/e2fsprogs/debugfs/
debugfs.c 409 static void finish_range(struct list_blocks_struct *lb)
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->first_block)
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/pixman/pixman/
pixman-gradient-walker.c 61 float la, lr, lg, lb; local
133 lb = (left_c->blue * (1.0f/257.0f));
149 walker->b_b = (lb + rb) / 510.0f;
158 walker->b_b = (lb * rx - rb * lx) * w_rec * (1.0f/255.0f);
163 walker->b_s = (rb - lb) * w_rec * (1.0f/255.0f);
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 208 resize_line(lb, len)
209 struct line *lb;
213 inactive = lb->active - lb->text;
217 if (inactive > lb->alloc * 2)
219 MEMMOVE(lb->text, lb->active, lb->length);
220 lb->alloc += lb->active - lb->text
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.cc 171 gfx::Rect lb = GetLocalBounds();
175 gfx::Point menu_position(lb.origin());
176 menu_position.Offset(0, lb.height() - 1);
178 menu_position.Offset(lb.width() - 1, 0);
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 74 gfx::Rect lb = GetLocalBounds(); local
78 gfx::Point menu_position(lb.right(), lb.bottom());
80 menu_position.set_x(lb.x());

Completed in 1462 milliseconds

1 2 3 4 5 6 7 8 91011