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

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DByteVector.java48 int length; field in class:ByteVector
76 int length = this.length;
77 if (length + 1 > data.length) {
80 data[length++] = (byte) b;
81 this.length = length;
94 int length = this.length;
[all...]
/macosx-10.9.5/libiconv-41/libiconv/srclib/
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)
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMHTMLOptionsCollectionCustom.cpp26 unsigned WebDOMHTMLOptionsCollection::length() const function in class:WebDOMHTMLOptionsCollection
31 return impl()->length();
34 void WebDOMHTMLOptionsCollection::setLength(unsigned length) argument
40 impl()->setLength(length, ec);
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/aix5.2.0.0/
H A Dsec_authn.h81 int length; member in struct:__anon8089
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/darwin/
H A Dsec_authn.h81 int length; member in struct:__anon8090
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/freebsd6.0/
H A Dsec_authn.h81 int length; member in struct:__anon8094
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/hpux11.11/
H A Dsec_authn.h81 int length; member in struct:__anon8095
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/linux-gnu/
H A Dsec_authn.h81 int length; member in struct:__anon8105
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/solaris2.10/
H A Dsec_authn.h81 int length; member in struct:__anon8106
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/solaris2.8/
H A Dsec_authn.h81 int length; member in struct:__anon8107
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/solaris2.9/
H A Dsec_authn.h81 int length; member in struct:__anon8108
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_vm1_length.rb6 a.length
7 b.length
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslUtils.c51 SSLDecodeInt(const uint8_t *p, size_t length) argument
54 check(length > 0 && length <= 4); //anything else would be an internal error.
55 while (length--)
61 SSLEncodeInt(uint8_t *p, size_t value, size_t length) argument
63 unsigned char *retVal = p + length; /* Return pointer to char after int */
64 check(length > 0 && length <= 4); //anything else would be an internal error.
65 while (length--) /* Assemble backwards */
66 { p[length]
73 SSLDecodeSize(const uint8_t *p, size_t length) argument
83 SSLEncodeSize(uint8_t *p, size_t value, size_t length) argument
110 SSLDecodeUInt64(const uint8_t *p, size_t length, uint64_t *v) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslUtils.c51 SSLDecodeInt(const uint8_t *p, size_t length) argument
54 check(length > 0 && length <= 4); //anything else would be an internal error.
55 while (length--)
61 SSLEncodeInt(uint8_t *p, size_t value, size_t length) argument
63 unsigned char *retVal = p + length; /* Return pointer to char after int */
64 check(length > 0 && length <= 4); //anything else would be an internal error.
65 while (length--) /* Assemble backwards */
66 { p[length]
73 SSLDecodeSize(const uint8_t *p, size_t length) argument
83 SSLEncodeSize(uint8_t *p, size_t value, size_t length) argument
110 SSLDecodeUInt64(const uint8_t *p, size_t length, uint64_t *v) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslUtils.c51 SSLDecodeInt(const uint8_t *p, size_t length) argument
54 check(length > 0 && length <= 4); //anything else would be an internal error.
55 while (length--)
61 SSLEncodeInt(uint8_t *p, size_t value, size_t length) argument
63 unsigned char *retVal = p + length; /* Return pointer to char after int */
64 check(length > 0 && length <= 4); //anything else would be an internal error.
65 while (length--) /* Assemble backwards */
66 { p[length]
73 SSLDecodeSize(const uint8_t *p, size_t length) argument
83 SSLEncodeSize(uint8_t *p, size_t value, size_t length) argument
110 SSLDecodeUInt64(const uint8_t *p, size_t length, uint64_t *v) argument
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Ddirname.c27 /* Return the length of the prefix of FILE that will be used by
36 size_t length; local
49 for (length = last_component (file) - file;
50 prefix_length < length; length--)
51 if (! ISSLASH (file[length - 1]))
53 return length;
74 size_t length = dir_len (file); local
75 bool append_dot = (length == 0
77 && length
[all...]
/macosx-10.9.5/Libc-997.90.3/string/
H A Dstpcpy.c28 const size_t length = strlen(src); local
31 memcpy(dst, src, length + 1);
34 return dst + length;
H A Dstrcpy.c28 const size_t length = strlen(src); local
31 memcpy(dst, src, length+1);
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dder_cmp.c39 if (p->length != q->length)
40 return (int)(p->length - q->length);
43 p->length * sizeof(*p->components));
50 if (p->length != q->length)
51 return (int)(p->length - q->length);
52 return memcmp(p->data, q->data, p->length);
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-der_cmp.c61 if (p->length != q->length)
62 return p->length - q->length;
65 p->length * sizeof(*p->components));
72 if (p->length != q->length)
73 return p->length - q->length;
74 return memcmp(p->data, q->data, p->length);
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayConventions.h55 // Define the maximum storage vector length to be 2^32 / sizeof(JSValue) / 2 to ensure that
67 // for an array that was created with a sepcified length (e.g. a = new Array(123))
70 // The upper bound to the size we'll grow a zero length array when the first element
82 inline bool isDenseEnoughForVector(unsigned length, unsigned numValues) argument
84 return length / minDensityMultiplier <= numValues;
87 inline bool indexIsSufficientlyBeyondLengthForSparseMap(unsigned i, unsigned length) argument
89 return i >= MIN_BEYOND_LENGTH_SPARSE_INDEX && i > length;
92 inline IndexingHeader indexingHeaderForArray(unsigned length, unsigned vectorLength) argument
95 result.setPublicLength(length);
100 inline IndexingHeader baseIndexingHeaderForArray(unsigned length) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dstreams.cpp57 void NullSource::produce(void *, size_t &length) argument
59 length = 0;
76 void FileSource::produce(void *data, size_t &length) argument
78 if ((length = read(data, length)) == 0)
88 void FileSink::consume(const void *data, size_t length) argument
90 write(data, length);
97 void MemorySource::produce(void *data, size_t &length) argument
99 if (mRemaining < length)
100 length
120 consume(const void *data, size_t length) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dstreams.cpp57 void NullSource::produce(void *, size_t &length) argument
59 length = 0;
76 void FileSource::produce(void *data, size_t &length) argument
78 if ((length = read(data, length)) == 0)
88 void FileSink::consume(const void *data, size_t length) argument
90 write(data, length);
97 void MemorySource::produce(void *data, size_t &length) argument
99 if (mRemaining < length)
100 length
120 consume(const void *data, size_t length) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DParserUtilities.h29 inline bool skipString(const UChar*& ptr, const UChar* end, const UChar* name, int length) argument
31 if (end - ptr < length)
33 if (memcmp(name, ptr, sizeof(UChar) * length))
35 ptr += length;
41 int length = strlen(str); local
42 if (end - ptr < length)
44 for (int i = 0; i < length; ++i) {
48 ptr += length;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dregion.c38 l = (r1->length < r2->length) ? r1->length : r2->length;
43 return ((r1->length == r2->length) ? 0 :
44 (r1->length < r2->length) ? -1 : 1);

Completed in 206 milliseconds

1234567891011>>