| /src/bin/ls/ |
| util.c | 132 size_t rv, span = endptr - src; local 142 if (span > MB_CUR_MAX) 143 span = MB_CUR_MAX; 145 rv = mbrtowc(&wc, src, span, &src_state); 157 if (span < MB_CUR_MAX) { /* incomplete char */ 161 src += span; /* a redundant shift sequence? */
|
| /src/external/bsd/mdocml/dist/ |
| tbl.c | 156 struct tbl_span *span; local 158 span = tbl->current_span ? tbl->current_span->next 160 if (span != NULL) 161 tbl->current_span = span; 162 return span;
|
| /src/sys/arch/hp300/dev/ |
| sti_dio.c | 133 u_int span; local 148 span = bus_space_read_1(bst, bsh, DIOII_SIZEOFF); 151 if (span < STI_DIO_SIZE - 1)
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Data_window.cc | 88 Span span; local 89 span.length = fsize - file_offset; 90 span.offset = file_offset; 91 return bind (&span, minSize); 95 Data_window::bind (Span *span, int64_t minSize) 97 // Do any necessary mapping to access the desired span of data 100 (int) __LINE__, (long long) span->offset, (long long) span->length, (long long) minSize) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Data_window.cc | 88 Span span; local 89 span.length = fsize - file_offset; 90 span.offset = file_offset; 91 return bind (&span, minSize); 95 Data_window::bind (Span *span, int64_t minSize) 97 // Do any necessary mapping to access the desired span of data 100 (int) __LINE__, (long long) span->offset, (long long) span->length, (long long) minSize) [all...] |
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb_stat.c | 182 ssize_t i, j, span = 0; local 189 pg += span; 190 for (; i >= span && iptr[i-span] == pg; span++, pg++) ; 193 *(size_t *)key.mv_data, j, span, bad); 197 for (span=1; --j >= 0 && iptr[j] == pg+span; span++) ; 198 printf(span>1 ? " %9"Z"u[%"Z"d]\n" : " %9"Z"u\n" [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_diff.c | 163 uint64_t span = DBP_SPAN(dnp, zb->zb_level); local 164 uint64_t dnobj = (zb->zb_blkid * span) >> DNODE_SHIFT; 167 dnobj + (span >> DNODE_SHIFT) - 1);
|
| dnode.c | 1862 int i, inc, error, span; local 1911 span = DNODE_SHIFT; 1914 for (i = (*offset >> span) & (blkfill - 1); 1918 *offset += (1ULL << span) * inc; 1925 span = (lvl - 1) * epbs + dn->dn_datablkshift; 1934 *offset = *offset >> span; 1944 *offset = *offset << span; 1948 *offset = MIN(*offset + (1ULL << span) - 1, start);
|
| dmu_send.c | 648 uint64_t span = BP_SPAN(dblkszsec, indblkshift, zb->zb_level); local 649 uint64_t dnobj = (zb->zb_blkid * span) >> DNODE_SHIFT; 650 err = dump_freeobjects(dsa, dnobj, span >> DNODE_SHIFT); 652 uint64_t span = BP_SPAN(dblkszsec, indblkshift, zb->zb_level); local 653 uint64_t offset = zb->zb_blkid * span; 654 err = dump_free(dsa, zb->zb_object, offset, span);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| sysdump.c | 82 int span = 16; local 86 for (i = 0; i < size; i += span) 88 for (j = 0; j < span; j++) 96 for (j = 0; j < span && j + i < size; j++)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| sysdump.c | 82 int span = 16; local 86 for (i = 0; i < size; i += span) 88 for (j = 0; j < span; j++) 96 for (j = 0; j < span && j + i < size; j++)
|
| /src/external/bsd/ntp/dist/libparse/ |
| clk_rawdcf.c | 410 unsigned int i, lowmax, highmax, cutoff, span; local 512 span = cutoff = lowmax; 518 span = i; 523 span = i; 527 cutoff = (cutoff + span) / 2;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.h | 125 unsigned short span; 124 unsigned short span; member in struct:binding_index
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.h | 125 unsigned short span; 124 unsigned short span; member in struct:binding_index
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_chu.c | 233 #define SPAN 800. /* min envelope span */ 309 double span; /* shift register envelope span */ member in struct:surv 836 * eight survivors and determines the span, slice level and 867 * span and correct start bit and two stop bits. 870 up->surv[i].span < SPAN) 887 up->maxsignal = up->surv[j].span; 899 * samples. It then computes the slice level and span over these sample [all...] |
| /src/external/bsd/pkg_install/dist/add/ |
| perform.c | 899 size_t span; local 901 span = strspn(host_name->release, "0123456789."); 902 host_name->release[span] = '\0';
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2out.h | 125 have pointers that span multiple registers. DWARF permits arbitrary 130 unsigned short span; variable 136 span = 1; 137 span_width = 0; /* Unknown size (permitted when span == 1). */ 143 return (reg == other.reg && span == other.span 145 || (span == 1
|
| dwarf2cfi.cc | 329 rtx span; 333 a span, then as a register on its own later on. */ 339 span = targetm.dwarf_register_span (gen_rtx_REG (save_mode, i)); 341 if (!span) 345 for (int si = 0; si < XVECLEN (span, 0); si++) 347 rtx reg = XVECEXP (span, 0, si); 632 /* Handle case when span can cover multiple registers. We 643 cfa->reg.span++; 886 && new_cfa->reg.span == 1 904 && new_cfa->reg.span == 327 rtx span; local 1123 rtx span = targetm.dwarf_register_span (reg); local 1360 rtx src, addr, span; local 1449 rtx src, dest, span; local 1485 rtx span = targetm.dwarf_register_span (dest); local 1506 rtx span = targetm.dwarf_register_span (reg); local 1761 rtx src, dest, span; local [all...] |
| omp-offload.cc | 679 tree span = build2 (MULT_EXPR, diff_type, chunk_size, local 683 r = build2 (MULT_EXPR, diff_type, r, span); 726 tree span = build2 (MULT_EXPR, diff_type, chunk_size, local 729 r = fold_build2 (MULT_EXPR, diff_type, span, step); 749 /* Transform a GOACC_TILE call. Determines the element loop span for 766 tree span = build_int_cst (type, 1); local 779 span = integer_one_node; 782 span = tile_size; 803 span = first_size; 805 span = fold_build2 (MULT_EXPR, TREE_TYPE (span) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans.cc | 360 tree span; local 363 'span'. Likewise indirect references since they emerge from the 372 /* Return the span for deferred character length array references. */ 378 span = gfc_conv_descriptor_span_get (decl); 380 span = gfc_get_character_len_in_bytes (type); 381 span = (span && !integer_zerop (span)) 382 ? (fold_convert (gfc_array_index_type, span)) : (NULL_TREE); 404 object, so return a null span. * 459 tree span = NULL_TREE; local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/ |
| fast_float.h | 197 struct span { struct in namespace:fast_float 200 span(const T* _ptr, size_t _length) : ptr(_ptr), length(_length) {} function in struct:fast_float::span 201 span() : ptr(nullptr), length(0) {} function in struct:fast_float::span 575 typedef span<const char> byte_span; 1643 typedef span<limb> limb_span; 1666 // create stack vector from existing limb span. 1713 // add items to the vector, from a span, without bounds checking 2270 typedef span<const char> byte_span;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
| fast_float.h | 196 struct span { struct in namespace:fast_float 199 span(const T* _ptr, size_t _length) : ptr(_ptr), length(_length) {} function in struct:fast_float::span 200 span() : ptr(nullptr), length(0) {} function in struct:fast_float::span 607 typedef span<const char> byte_span; 1671 typedef span<limb> limb_span; 1694 // create stack vector from existing limb span. 1741 // add items to the vector, from a span, without bounds checking 2298 typedef span<const char> byte_span;
|
| /src/external/bsd/nsd/dist/simdzone/include/ |
| zone.h | 337 size_t span; member in struct:zone_file 610 * errors that span records. e.g. SOA records being specified more than once.
|
| /src/external/bsd/ntp/dist/parseutil/ |
| dcfd.c | 538 register unsigned int i, lowmax, highmax, cutoff, span; local 691 * possibly a minimum span) 693 span = cutoff = lowmax; 700 * end of minimum (span) there 702 cutoff = span = i; 711 span = i; 719 cutoff = (cutoff + span) / 2; 1287 year = ( sizeof( u_long ) > 4 ) /* save max span using year as temp */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2cfi.cc | 329 rtx span; 333 a span, then as a register on its own later on. */ 339 span = targetm.dwarf_register_span (gen_rtx_REG (save_mode, i)); 341 if (!span) 345 for (int si = 0; si < XVECLEN (span, 0); si++) 347 rtx reg = XVECEXP (span, 0, si); 632 /* Handle case when span can cover multiple registers. We 643 cfa->reg.span++; 886 && new_cfa->reg.span == 1 904 && new_cfa->reg.span == 327 rtx span; local 1123 rtx span = targetm.dwarf_register_span (reg); local 1360 rtx src, addr, span; local 1449 rtx src, dest, span; local 1485 rtx span = targetm.dwarf_register_span (dest); local 1508 rtx span = targetm.dwarf_register_span (reg); local 1765 rtx src, dest, span; local [all...] |