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

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DUtilities.js5 if (!this.length)
7 return this[this.length - 1];
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dcollationinfo.cpp32 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH]; local
33 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4);
35 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET);
36 if(length != 0) {
37 printf(" reorder codes: %6ld *4 = %6ld\n", (long)length / 4, (long)length);
40 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET);
41 if(length != 0) {
42 U_ASSERT(length >
[all...]
/macosx-10.10.1/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.10.1/libiconv-42/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.10.1/dcerpc-61/dcerpc/include/dce/aix5.2.0.0/
H A Dsec_authn.h81 int length; member in struct:__anon7870
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/darwin/
H A Dsec_authn.h81 int length; member in struct:__anon7871
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/freebsd6.0/
H A Dsec_authn.h81 int length; member in struct:__anon7875
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/hpux11.11/
H A Dsec_authn.h81 int length; member in struct:__anon7876
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/linux-gnu/
H A Dsec_authn.h81 int length; member in struct:__anon7886
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/solaris2.10/
H A Dsec_authn.h81 int length; member in struct:__anon7887
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/solaris2.8/
H A Dsec_authn.h81 int length; member in struct:__anon7888
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/solaris2.9/
H A Dsec_authn.h81 int length; member in struct:__anon7889
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_vm1_length.rb6 a.length
7 b.length
/macosx-10.10.1/xnu-2782.1.97/tools/tests/perf_index/
H A Dtest_file_helper.h8 int test_file_create(char* path, int thread_id, int num_threads, long long length);
9 int test_file_read_setup(char* path, int num_threads, long long length, long long max_file_size);
10 int test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file_size);
11 int test_file_read_cleanup(char* path, int num_threads, long long length);
12 int test_file_write_setup(char* path, int num_threads, long long length);
13 int test_file_write(char* path, int thread_id, int num_threads, long long length, long long max_file_size);
14 int test_file_write_cleanup(char* path, int num_threads, long long length);
H A Dperf_index.h4 #define DECL_SETUP int setup(int num_threads, long long length, int test_argc, const void** test_argv)
5 #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, const void** test_argv)
6 #define DECL_CLEANUP int cleanup(int num_threads, long long length)
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/gnutar-453/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.10.1/Libc-1044.1.2/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.10.1/Heimdal-398.1.2/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.10.1/OpenSSH-189/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.10.1/JavaScriptCore-7600.1.17/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.10.1/Security-57031.1.35/Security/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...]

Completed in 164 milliseconds

1234567891011>>