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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
memmove.c 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate.
11 memmove (void *dest0, void const *source0, size_t length)
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
memmove.c 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate.
11 memmove (void *dest0, void const *source0, size_t length)
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
  /src/external/gpl2/texinfo/dist/lib/
memmove.c 4 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate.
15 memmove (void *dest0, void const *source0, size_t length)
21 for (source += length, dest += length; length; --length)
26 for (; length; --length)
  /src/external/mit/isl/dist/test_inputs/codegen/
separate2.c 3 for (int c6 = max(0, 2 * (length % 16) + 2 * c5 - 62); c6 <= 30; c6 += 1) {
4 if (2 * length + c6 >= 2 * (length % 16) + 2 && c6 + 62 >= 2 * (length % 16) + 2 * c5 && 2 * (length % 16) >= c6 + 2 && 2 * (length % 16) + 2 * c5 >= c6 && 2 * (length % 32) + c6 == 2 * (length % 16) + 2 * c5 && (2 * c5 - c6) % 32 == 0)
5 S_3(c0, 0, (c6 / 2) - (length % 16) + length);
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.allocations/
overflow_from_existing.d 6 buffer.length = 1;
7 buffer.length = size_t.max;
overflow_from_zero.d 6 buffer.length = 0;
7 buffer.length = size_t.max;
  /src/external/gpl2/xcvs/dist/lib/
memmove.c 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate.
15 memmove (void *dest0, void const *source0, size_t length)
21 for (source += length, dest += length; length; --length)
26 for (; length; --length)
ftruncate.c 16 ftruncate (int fd, off_t length)
18 return fcntl (fd, F_CHSIZE, length);
33 ftruncate (int fd, off_t length)
41 if (filebuf.st_size < length)
43 /* Extend file length. */
44 if (lseek (fd, (length - 1), SEEK_SET) < 0)
54 /* Truncate length. */
58 fl.l_start = length;
76 ftruncate (int fd, off_t length)
78 return chsize (fd, length);
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
dirname-lgpl.c 26 /* Return the length of the prefix of FILE that will be used by
35 size_t length; local
48 for (length = last_component (file) - file;
49 prefix_length < length; length--)
50 if (! ISSLASH (file[length - 1]))
52 return length;
73 size_t length = dir_len (file); local
74 bool append_dot = (length == 0
76 && length == FILE_SYSTEM_PREFIX_LEN (file
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
dirname-lgpl.c 26 /* Return the length of the prefix of FILE that will be used by
35 size_t length; local
48 for (length = last_component (file) - file;
49 prefix_length < length; length--)
50 if (! ISSLASH (file[length - 1]))
52 return length;
73 size_t length = dir_len (file); local
74 bool append_dot = (length == 0
76 && length == FILE_SYSTEM_PREFIX_LEN (file
    [all...]
  /src/external/bsd/ntp/dist/tests/ntpd/
rc_cmdlength.c 19 size_t length, commandLength; local
25 length = strlen(command1);
26 commandLength = remoteconfig_cmdlength(command1, command1+length);
29 length = strlen(command2);
30 commandLength = remoteconfig_cmdlength(command2, command2+length);
33 length = strlen(command3);
34 commandLength = remoteconfig_cmdlength(command3, command3+length);
37 length = strlen(command4);
38 commandLength = remoteconfig_cmdlength(command4, command4+length);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
der_cmp.c 41 if (p->length != q->length)
42 return (int)(p->length - q->length);
45 p->length * sizeof(*p->components));
52 if (p->length != q->length)
53 return (int)(p->length - q->length);
54 return memcmp(p->data, q->data, p->length);
    [all...]
  /src/sys/arch/pmax/include/
locore.h 22 volatile u_short *dst, int length);
23 void CopyFromBuffer(volatile u_short *src, char *dst, int length);
  /src/external/gpl3/binutils/dist/gas/
output-file.h 21 void output_file_append (char *where, long length, char *filename);
  /src/external/gpl3/binutils.old/dist/gas/
output-file.h 21 void output_file_append (char *where, long length, char *filename);
  /src/external/mit/libcbor/dist/docs/doxygen/search/
variables_9.js 3 ['length',['length',['../struct__cbor__bytestring__metadata.html#ad20fa7f7cec11db8076419169347ff75',1,'_cbor_bytestring_metadata::length()'],['../struct__cbor__string__metadata.html#a558805df7c655cfaf3c289bc536ff96e',1,'_cbor_string_metadata::length()']]],
  /src/external/mpl/bind/dist/lib/isc/
region.c 34 l = (r1->length < r2->length) ? r1->length : r2->length;
39 return (r1->length == r2->length) ? 0
40 : (r1->length < r2->length) ? -1
  /src/external/mpl/dhcp/bind/dist/lib/isc/
region.c 32 l = (r1->length < r2->length) ? r1->length : r2->length;
37 return ((r1->length == r2->length) ? 0
38 : (r1->length < r2->length) ? -1
  /src/external/bsd/tcpdump/dist/
print-calm-fast.c 45 calm_fast_print(netdissect_options *ndo, const u_char *bp, u_int length, const struct lladdr_info *src)
54 if (length < 2) {
55 ND_PRINT(" (length %u < 2)", length);
60 length -= 1;
64 length -= 1;
68 ND_DEFAULTPRINT(bp, length);
73 ND_TCHECK_LEN(bp, length);
print-ipx.c 54 nd_uint16_t length; /* Length, in bytes, including header */ member in struct:ipxHdr
76 ipx_print(netdissect_options *ndo, const u_char *p, u_int length)
92 /* take length from ipx header */
93 length = GET_BE_U_2(ipx->length);
95 if (length < ipxSize) {
96 ND_PRINT("[length %u < %u]", length, ipxSize);
100 ipx_decode(ndo, ipx, p + ipxSize, length - ipxSize)
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
region.h 31 unsigned int length; member in struct:isc_region
36 unsigned int length; member in struct:isc_textregion
44 unsigned int length; member in struct:isc_constregion
49 unsigned int length; member in struct:isc_consttextregion
62 INSIST(_r->length >= _l); \
64 _r->length -= _l; \
71 INSIST(_r->length >= _l); \
73 _r->length -= _l; \
80 INSIST(_r->length >= _l); \
82 _r->length -= _l;
    [all...]
  /src/external/mpl/bind/dist/lib/isc/include/isc/
region.h 25 unsigned int length; member in struct:isc_region
30 unsigned int length; member in struct:isc_textregion
38 unsigned int length; member in struct:isc_constregion
43 unsigned int length; member in struct:isc_consttextregion
56 INSIST(_r->length >= _l); \
58 _r->length -= _l; \
65 INSIST(_r->length >= _l); \
67 _r->length -= _l; \
74 INSIST(_r->length >= _l); \
76 _r->length -= _l;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
region.h 26 unsigned int length; member in struct:isc_region
31 unsigned int length; member in struct:isc_textregion
39 unsigned int length; member in struct:isc_constregion
44 unsigned int length; member in struct:isc_consttextregion
57 INSIST(_r->length >= _l); \
59 _r->length -= _l; \
66 INSIST(_r->length >= _l); \
68 _r->length -= _l; \
75 INSIST(_r->length >= _l); \
77 _r->length -= _l;
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
data.c 61 if (osa->length != osb->length)
62 return osa->length - osb->length;
63 return memcmp(osa->data, osb->data, osa->length);
72 if (os->length < 4)
73 return os->length;
75 (s[os->length - 2] << 16) | (s[os->length - 1] << 24);
98 heim_data_create(const void *data, size_t length)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
memory-map-selftests.c 35 <memory type="ram" start="0" length="4096" />
36 <memory type="rom" start="65536" length="256" />
37 <memory type="flash" start="131072" length="65536">

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>