HomeSort by: relevance | last modified time | path
    Searched refs:lb (Results 1 - 25 of 281) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
array-bounds.f90 18 integer(8) :: lb, ub variable
21 lb = lbound (foo, dim = 1, kind = 8)
23 print *, 'bounds of foo - ', lb, ':', ub
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
array-bounds.f90 18 integer(8) :: lb, ub variable
21 lb = lbound (foo, dim = 1, kind = 8)
23 print *, 'bounds of foo - ', lb, ':', ub
  /src/external/gpl2/xcvs/dist/src/
log-buffer.c 65 /* Force the existance of lb->log.
68 * lb The log buffer.
71 * lb->log The new FILE *.
72 * lb->back_fn The name of the new log, for later disposal.
75 * lb->log is NULL or, at least, does not require freeing.
76 * lb->back_fn is NULL or, at least, does not require freeing..
83 * the error is fatal or not is dependent on lb->fatal_errors.
86 log_buffer_force_file (struct log_buffer *lb)
88 lb->log = cvs_temp_file (&lb->back_fn)
135 struct log_buffer *lb = xmalloc (sizeof *lb); local
215 struct log_buffer *lb = closure; local
268 struct log_buffer *lb = closure; local
321 struct log_buffer *lb = closure; local
341 struct log_buffer *lb = closure; local
357 struct log_buffer *lb = buf->closure; local
415 struct log_buffer *lb = buf->closure; local
457 struct log_buffer *lb = closure; local
467 struct log_buffer *lb = buf->closure; local
    [all...]
  /src/common/lib/libc/arch/or1k/string/
memcpy.c 69 const unsigned long *lb = (const unsigned long *) (cb - offset); local
77 for (; la + 4 <= ea; la += 4, lb += 4) {
78 la[0] = lb[0];
79 la[1] = lb[1];
80 la[2] = lb[2];
81 la[3] = lb[3];
87 *la++ = *lb++;
92 unsigned long w1 = *lb++;
97 for (; la + 4 <= ea; la += 4, lb += 4) {
98 unsigned long w2 = lb[0]
    [all...]
  /src/external/bsd/libbind/dist/isc/
bitncmp.c 48 u_int lb, rb; local
56 lb = ((const u_char *)l)[b];
59 if ((lb & 0x80) != (rb & 0x80)) {
60 if (lb & 0x80)
64 lb <<= 1;
  /src/external/mit/isl/dist/test_inputs/codegen/omega/
lu_spmd-0.c 1 if (ub >= lb)
4 if (c0 >= lb && c1 >= c0 + 1) {
8 } else if (lb >= c0 + 1) {
9 s3(c0, c1, lb, c0, c1);
11 for (int c3 = max(lb, c0); c3 <= ub; c3 += 1)
lu_spmd-1.c 1 if (ub >= lb)
4 if (c0 >= lb && c1 >= c0 + 1) {
8 } else if (lb >= c0 + 1) {
9 s3(c0, c1, lb, c0, c1);
11 for (int c3 = max(lb, c0); c3 <= ub; c3 += 1)
  /src/lib/libc/nameser/
ns_samedomain.c 60 size_t la, lb, i; local
65 lb = strlen(b);
84 if (lb != 0U && b[lb - 1] == '.') {
86 /* note this loop doesn't get executed if lb==1 */
87 for (i = lb - 1; i > 0; i--)
96 lb--;
99 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
100 if (lb == 0U)
104 if (lb > la
    [all...]
  /src/external/bsd/libbind/dist/nameser/
ns_samedomain.c 54 size_t la, lb; local
59 lb = strlen(b);
78 if (lb != 0U && b[lb - 1] == '.') {
80 /* note this loop doesn't get executed if lb==1 */
81 for (i = lb - 2; i >= 0; i--)
90 lb--;
93 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
94 if (lb == 0U)
98 if (lb > la
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_binary_search.h 48 auto lb = std::lower_bound (first, last, el, lt); local
49 if (lb != last)
51 if (comp (*lb, el) == 0)
52 return lb;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_binary_search.h 48 auto lb = std::lower_bound (first, last, el, lt); local
49 if (lb != last)
51 if (comp (*lb, el) == 0)
52 return lb;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
recode-sr-latin.c 195 init_linebuffer (struct linebuffer *lb)
197 lb->size = 0;
198 lb->length = 0;
199 lb->buffer = NULL;
202 /* Read an arbitrarily long line of text from STREAM into linebuffer LB.
206 read_linebuffer (struct linebuffer *lb, FILE *stream)
212 char *p = lb->buffer;
213 char *end = lb->buffer + lb->size;
220 if (p == lb->buffer || ferror (stream)
256 struct linebuffer lb; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
codeview.c 201 struct line_block *lb; local
207 lb = blocks_head;
213 for (lf = lb->files_head; lf; lf = lf->next)
224 emit_secrel32_reloc (lb->sym);
225 emit_secidx_reloc (lb->sym);
233 off = lb->files_head->lines_head->frag_offset;
236 bfd_putl32 (get_frag_fix (lb->frag, lb->seg) - off, ptr);
239 while (lb->files_head)
243 lf = lb->files_head
466 struct line_block *lb; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
codeview.c 201 struct line_block *lb; local
207 lb = blocks_head;
213 for (lf = lb->files_head; lf; lf = lf->next)
224 emit_secrel32_reloc (lb->sym);
225 emit_secidx_reloc (lb->sym);
233 off = lb->files_head->lines_head->frag_offset;
236 bfd_putl32 (get_frag_fix (lb->frag, lb->seg) - off, ptr);
239 while (lb->files_head)
243 lf = lb->files_head
466 struct line_block *lb; local
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_txt.c 153 BINC_GOTOW(sp, tp->lb, tp->lb_len, tp->len + 1);
176 tp->len != 0 && tp->lb[tp->len - 1] == '\\')
186 tp->lb[tp->len] = '\0';
195 tp->lb[tp->len - 1] == '.') {
220 free(ait.lb);
254 if (!ISBLANK((UCHAR_T)tp->lb[cnt]))
258 tp->lb[0] = ev.e_c;
259 tp->lb[1] = '\0';
297 ait.lb = NULL;
299 BINC_GOTOW(sp, ait.lb, ait.lb_len, tp->ai)
    [all...]
  /src/sys/dev/
lockstat.c 173 lsbuf_t *lb; local
188 lb = lockstat_baseb;
201 for (i = per; i != 0; i--, lb++) {
202 lb->lb_cpu = (uint16_t)cpuno;
203 SLIST_INSERT_HEAD(&lc->lc_free, lb, lb_chain.slist);
206 lb->lb_cpu = (uint16_t)cpuno;
207 SLIST_INSERT_HEAD(&lc->lc_free, lb, lb_chain.slist);
208 lb++;
340 lsbuf_t *lb; local
347 sz = sizeof(*lb) * le->le_nbufs
385 lsbuf_t *lb; local
    [all...]
  /src/usr.sbin/lockstat/
main.c 590 lsbuf_t *lb, *max; local
592 for (lb = bufs, max = bufs + nbufs; lb < max; lb++) {
593 if (func && lb->lb_callsite != 0) {
594 findsym(FUNC_BYADDR, NULL, &lb->lb_callsite, NULL,
597 if (lock && lb->lb_lock != 0) {
598 findsym(LOCK_BYADDR, NULL, &lb->lb_lock, NULL,
611 lsbuf_t *lb, *lb2, *max; local
627 for (lb = bufs, max = bufs + nbufs; lb < max; lb++)
740 lsbuf_t *lb; local
    [all...]
  /src/common/lib/libc/arch/mips/string/
strlen.S 45 lb v0, 0(a0) # get byte from string
  /src/external/bsd/nvi/dist/vi/
v_txt.c 314 BINC_RETW(sp, tp->lb, tp->lb_len, len);
315 MEMMOVEW(tp->lb, lp, len);
380 tp->lb[tp->cno++] = prompt;
396 tp->lb[tp->cno] = CH_CURSOR;
764 for (p = tp->lb + tp->cno; owrite > 0 && ISBLANK((UCHAR_T)*p);
770 p = tp->lb + tp->cno + owrite;
805 FREE_SPACEW(sp, ait.lb, ait.lb_len);
824 BINC_GOTOW(sp, ntp->lb,
826 MEMMOVEW(ntp->lb + ntp->cno, wmt.lb, WMTSPACE)
    [all...]
  /src/usr.bin/error/
filter.c 141 int ub, lb; local
147 for (lb = 0, ub = nignored - 1; ub >= lb; ) {
148 halfway = (ub + lb)/2;
154 lb = halfway + 1;
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 78 gfc_linebuf *lb; member in struct:gfc_file_change
283 gfc_linebuf *lb; local
288 lb = line_head->next;
290 line_head = lb;
539 if (gfc_current_locus.lb == NULL)
554 return (gfc_current_locus.nextc == gfc_current_locus.lb->line);
582 file_changes[file_changes_count].lb = NULL;
587 report_file_change (gfc_linebuf *lb)
591 && file_changes[c].lb == lb)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 78 gfc_linebuf *lb; member in struct:gfc_file_change
283 gfc_linebuf *lb; local
288 lb = line_head->next;
290 line_head = lb;
539 if (gfc_current_locus.lb == NULL)
554 return (gfc_current_locus.nextc == gfc_current_locus.lb->line);
582 file_changes[file_changes_count].lb = NULL;
587 report_file_change (gfc_linebuf *lb)
591 && file_changes[c].lb == lb)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_shift.c 107 unsigned int lb, rb; local
121 lb = (unsigned int)n % BN_BITS2;
122 rb = BN_BITS2 - lb;
131 m = l << lb;
135 t[0] = (l << lb) & BN_MASK2;
179 unsigned int lb, rb; local
193 lb = BN_BITS2 - rb;
194 lb %= BN_BITS2; /* say no to undefined behaviour */
195 mask = (BN_ULONG)0 - lb; /* mask = 0 - (lb != 0) *
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_shift.c 107 unsigned int lb, rb; local
121 lb = (unsigned int)n % BN_BITS2;
122 rb = BN_BITS2 - lb;
131 m = l << lb;
135 t[0] = (l << lb) & BN_MASK2;
179 unsigned int lb, rb; local
193 lb = BN_BITS2 - rb;
194 lb %= BN_BITS2; /* say no to undefined behaviour */
195 mask = (BN_ULONG)0 - lb; /* mask = 0 - (lb != 0) *
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_shift.c 107 unsigned int lb, rb; local
121 lb = (unsigned int)n % BN_BITS2;
122 rb = BN_BITS2 - lb;
131 m = l << lb;
135 t[0] = (l << lb) & BN_MASK2;
176 unsigned int lb, rb; local
193 lb = BN_BITS2 - rb;
194 lb %= BN_BITS2; /* say no to undefined behaviour */
195 mask = (BN_ULONG)0 - lb; /* mask = 0 - (lb != 0) *
    [all...]

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>