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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dmemmove.c13 memmove (void *dest0, void const *source0, size_t length) argument
19 for (source += length, dest += length; length; --length)
24 for (; length; --length)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/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-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dmemmove.c13 memmove (void *dest0, void const *source0, size_t length) argument
19 for (source += length, dest += length; length; --length)
24 for (; length; --length)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dconst-high-part.c8 sub (int length) argument
10 if (length <= buflen)
11 buf[length] = '\0';
H A Dpr41181.c3 static void x264_slicetype_path(char (*best_paths)[250], int n, int length) argument
5 __builtin_memcpy (best_paths[n], paths, length);
7 void x264_slicetype_analyse(int n, int length) argument
10 x264_slicetype_path (best_paths, n, length);
H A D20080903-1.c1 struct bar { unsigned short length; }; member in struct:bar
10 a->length = ((char *) b - c);
H A D941014-1.c5 register length;
9 tmp = (wch>>(unsigned int)(length * mult));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic37.C5 static const __SIZE_TYPE__ length = sizeof...(Values); member in struct:tuple
8 int a0[tuple<>::length == 0? 1 : -1];
9 int a1[tuple<int>::length == 1? 1 : -1];
10 int a2[tuple<int, float>::length == 2? 1 : -1];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr24315.c7 long length = ((((exponent) + ((((sizeof (long)) * 8) - 2) - 1)) / local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dpr24315.c7 long length = ((((exponent) + ((((sizeof (long)) * 8) - 2) - 1)) / local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dtailcall-5.c5 set_integer (void *dest, int value, int length) argument
8 __builtin_memcpy (dest, (void *) &tmp, length);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest18.C24 int foo(Length length) const;
27 int String::foo(Length length) const {
28 return length;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/abi/
H A Dpr42230.cc9 std::size_t length = 0; local
12 char* ret = abi::__cxa_demangle("e", 0, &length, &cc);
14 assert( (cc < 0 && !ret) || (ret && length) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest18.C24 int foo(Length length) const;
27 int String::foo(Length length) const {
28 return length;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder_cmp.c41 if (p->length != q->length)
42 return p->length - q->length;
45 p->length * sizeof(*p->components));
52 if (p->length != q->length)
53 return p->length - q->length;
54 return memcmp(p->data, q->data, p->length);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbcache.h34 can contain zero bytes. You pass in the length explicitly when you
73 ignoring alignment, and limit strings to 255 bytes (1 byte length)
78 average chain length of 4. Spreading the slot cost over the 4
81 4 (slot) / 4 (chain length) + 1 (length) + 4 (chain) = 6 bytes
87 4 (slot) x 4/3 (occupancy) + 1 (length) = 6 1/3 bytes
112 While hashtab has a typical chain length of 1, bcache has a chain
113 length of round 4. This means that the bcache will require
117 a.length == b.length
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dbitfield.h69 unsigned long bitfield_set(unsigned long *bf, int base, int length, unsigned long value);
70 unsigned long bitfield_get(unsigned long bf, int base, int length);
/netbsd-6-1-5-RELEASE/external/bsd/bind/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-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D941014-1.c5 register length;
9 tmp = (wch>>(unsigned int)(length * mult));
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20021015-1.c7 void g (void *p, char *list, int length, char **elementPtr, char **nextPtr) argument
19 int i, length = 100; local
24 g (0, list, length, &element, &list);
25 length -= (list - prevList);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20021015-1.c7 void g (void *p, char *list, int length, char **elementPtr, char **nextPtr) argument
19 int i, length = 100; local
24 g (0, list, length, &element, &list);
25 length -= (list - prevList);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/docs/doxygen/
H A Ddoxygroups.cc147 @a *length bytes, into which the demangled name
153 @param length If @a length is non-NULL, the length of the buffer containing
154 the demangled name is placed in @a *length.
180 size_t* length, int* status);
/netbsd-6-1-5-RELEASE/external/bsd/bind/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...]

Completed in 164 milliseconds

1234567891011>>