Searched refs:length (Results 1 - 25 of 6752) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dmemmove.c15 memmove (void *dest0, void const *source0, size_t length) argument
21 for (source += length, dest += length; length; --length)
26 for (; length; --length)
/netbsd-current/external/mit/isl/dist/test_inputs/codegen/
H A Dseparate2.c3 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...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.allocations/
H A Doverflow_from_existing.d6 buffer.length = 1;
7 buffer.length = size_t.max;
H A Doverflow_from_zero.d6 buffer.length = 0;
7 buffer.length = size_t.max;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.allocations/
H A Doverflow_from_existing.d6 buffer.length = 1;
7 buffer.length = size_t.max;
H A Doverflow_from_zero.d6 buffer.length = 0;
7 buffer.length = size_t.max;
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmemmove.c15 memmove (void *dest0, void const *source0, size_t length) argument
21 for (source += length, dest += length; length; --length)
26 for (; length; --length)
H A Dftruncate.c16 ftruncate (int fd, off_t length) argument
18 return fcntl (fd, F_CHSIZE, length);
33 ftruncate (int fd, off_t length) argument
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) argument
78 return chsize (fd, length);
86 ftruncate(int fd, off_t length) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Ddirname-lgpl.c26 /* 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
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Ddirname-lgpl.c26 /* 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
[all...]
/netbsd-current/external/bsd/ntp/dist/tests/ntpd/
H A Drc_cmdlength.c19 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);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder_cmp.c41 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...]
/netbsd-current/sys/arch/pmax/include/
H A Dlocore.h22 volatile u_short *dst, int length);
23 void CopyFromBuffer(volatile u_short *src, char *dst, int length);
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dregion.c40 l = (r1->length < r2->length) ? r1->length : r2->length;
45 return ((r1->length == r2->length) ? 0 :
46 (r1->length < r2->length) ? -1 : 1);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dregion.c32 l = (r1->length < r2->length) ? r1->length : r2->length;
37 return ((r1->length == r2->length) ? 0
38 : (r1->length < r2->length) ? -1
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dregion.c32 l = (r1->length < r2->length) ? r1->length : r2->length;
37 return ((r1->length == r2->length) ? 0
38 : (r1->length < r2->length) ? -1
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Darraycast.d16 * Adjusts the length of the array.
17 * Throws an error if new length is not aligned.
25 auto length = a.length;
27 auto nbytes = length * fsize;
32 length = nbytes / tsize;
33 *cast(size_t *)&a = length; // jam new length
44 assert(i.length == 3);
47 assert(s.length
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-calm-fast.c47 calm_fast_print(netdissect_options *ndo, const u_char *bp, u_int length, const struct lladdr_info *src) argument
56 if (length < 2) {
57 ND_PRINT(" (length %u < 2)", length);
62 length -= 1;
66 length -= 1;
70 ND_DEFAULTPRINT(bp, length);
75 ND_TCHECK_LEN(bp, length);
H A Dprint-ipx.c56 nd_uint16_t length; /* Length, in bytes, including header */ member in struct:ipxHdr
78 ipx_print(netdissect_options *ndo, const u_char *p, u_int length) argument
94 /* take length from ipx header */
95 length = GET_BE_U_2(ipx->length);
97 if (length < ipxSize) {
98 ND_PRINT("[length %u < %u]", length, ipxSize);
102 ipx_decode(ndo, ipx, p + ipxSize, length - ipxSize);
119 ipx_decode(netdissect_options *ndo, const struct ipxHdr *ipx, const u_char *datap, u_int length) argument
159 ipx_sap_print(netdissect_options *ndo, const u_char *ipx, u_int length) argument
233 ipx_rip_print(netdissect_options *ndo, const u_char *ipx, u_int length) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dregion.h31 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
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dregion.h26 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
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dregion.h25 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
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddata.c61 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) argument
112 heim_data_ref_create(const void *data, size_t length, heim_data_free_f_t dealloc) argument
[all...]

Completed in 399 milliseconds

1234567891011>>