Searched refs:capacity (Results 101 - 125 of 371) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunorm2.h272 * @param capacity number of UChars that can be written to dest
283 UChar *dest, int32_t capacity,
343 * @param capacity number of UChars that can be written to decomposition
353 UChar32 c, UChar *decomposition, int32_t capacity,
377 * @param capacity number of UChars that can be written to decomposition
387 UChar32 c, UChar *decomposition, int32_t capacity,
H A Duscript.h416 * If required capacity is greater than capacity of the destination buffer then the error code
417 * is set to U_BUFFER_OVERFLOW_ERROR and the required capacity is returned
425 * @param capacity the capacity (size) fo UScriptCode buffer passed in.
431 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
498 * If there are more than capacity script codes to be written, then
506 * @param capacity capacity of the scripts array
512 * written to scripts unless U_BUFFER_OVERFLOW_ERROR indicates insufficient capacity
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DAssemblerBuffer.h100 unsigned capacity() const { return m_capacity; } function in class:JSC::AssemblerData
124 return m_index + space <= m_storage.capacity();
171 if (UNLIKELY(nextIndex > m_storage.capacity()))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/libDER/Tests/
H A DDER_Ticket.c86 memset(derSet->byTag, 0, derSet->capacity);
91 if (element.tag >= derSet->capacity) return DR_UnexpectedTag;
108 if (tagNumber > derSet->capacity)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustrenum.cpp81 StringEnumeration::ensureCharsCapacity(int32_t capacity, UErrorCode &status) { argument
82 if(U_SUCCESS(status) && capacity>charsCapacity) {
83 if(capacity<(charsCapacity+charsCapacity/2)) {
85 capacity=charsCapacity+charsCapacity/2;
90 chars=(char *)uprv_malloc(capacity);
96 charsCapacity=capacity;
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT00Emulator.cpp104 AppleSCSIPDT00Emulator::WithCapacity ( UInt64 capacity )
110 STATUS_LOG ( ( "AppleSCSIPDT00Emulator::WithCapacity, capacity = %qd\n", capacity ) );
115 result = logicalUnit->InitWithCapacity ( capacity );
140 AppleSCSIPDT00Emulator::InitWithCapacity ( UInt64 capacity )
146 capacity,
152 fBufferSize = capacity;
/macosx-10.10.1/Security-57031.1.35/codesign_wrapper/
H A Dcheck_entitlements.c273 size_t capacity = 1024; local
274 char * data = malloc(capacity);
277 int bytes_left = capacity - size;
281 if (capacity == size) {
282 capacity *= 2;
283 data = realloc(data, capacity);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringBuilder.cpp36 static unsigned expandedCapacity(unsigned capacity, unsigned requiredLength) argument
39 return std::max(requiredLength, std::max(minimumCapacity, capacity * 2));
193 // Make 'length' additional capacity be available in m_buffer, update m_string & m_length,
217 // Make 'length' additional capacity be available in m_buffer, update m_string & m_length,
228 reallocateBuffer<CharType>(expandedCapacity(capacity(), requiredLength));
231 allocateBuffer(m_length ? m_string.characters<CharType>() : 0, expandedCapacity(capacity(), requiredLength));
263 allocateBufferUpConvert(m_buffer->characters8(), expandedCapacity(capacity(), requiredLength));
266 allocateBufferUpConvert(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength));
/macosx-10.10.1/WebKit-7600.1.25/mac/Panels/
H A DWebPanelAuthenticationHandler.m54 windowToPanel = [[NSMapTable alloc] initWithKeyOptions:NSPointerFunctionsStrongMemory valueOptions:NSPointerFunctionsStrongMemory capacity:0];
55 challengeToWindow = [[NSMapTable alloc] initWithKeyOptions:NSPointerFunctionsStrongMemory valueOptions:NSPointerFunctionsStrongMemory capacity:0];
56 windowToChallengeQueue = [[NSMapTable alloc] initWithKeyOptions:NSPointerFunctionsStrongMemory valueOptions:NSPointerFunctionsStrongMemory capacity:0];
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.cpp87 * Does it make sense to write 1..capacity ranges?
94 * @param capacity Maximum number of ranges.
95 * @return Minimum number of ranges (at most capacity) that have the desired density,
101 int32_t ranges[][2], int32_t capacity) {
119 // See if we can split [minValue, maxValue] into 2..capacity ranges,
120 // divided by the 1..(capacity-1) largest gaps.
121 LargestGaps gaps(capacity-1);
138 // The values are too sparse for capacity or fewer ranges
99 uprv_makeDenseRanges(const int32_t values[], int32_t length, int32_t density, int32_t ranges[][2], int32_t capacity) argument
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.h98 static IOReturn SEnsureCapacity( IOFireWireLibVectorCommandRef self, UInt32 capacity );
99 virtual IOReturn EnsureCapacity( UInt32 capacity );
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dunorm2.h202 * @param capacity number of UChars that can be written to dest
213 UChar *dest, int32_t capacity,
270 * @param capacity number of UChars that can be written to decomposition
280 UChar32 c, UChar *decomposition, int32_t capacity,
H A Duscript.h229 * If required capacity is greater than capacity of the destination buffer then the error code
230 * is set to U_BUFFER_OVERFLOW_ERROR and the required capacity is returned
238 * @param capacity the capacity (size) fo UScriptCode buffer passed in.
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
304 * If there are more than capacity script codes to be written, then
312 * @param capacity capacity of the scripts array
318 * written to scripts unless U_BUFFER_OVERFLOW_ERROR indicates insufficient capacity
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunorm2.h202 * @param capacity number of UChars that can be written to dest
213 UChar *dest, int32_t capacity,
270 * @param capacity number of UChars that can be written to decomposition
280 UChar32 c, UChar *decomposition, int32_t capacity,
H A Duscript.h229 * If required capacity is greater than capacity of the destination buffer then the error code
230 * is set to U_BUFFER_OVERFLOW_ERROR and the required capacity is returned
238 * @param capacity the capacity (size) fo UScriptCode buffer passed in.
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
304 * If there are more than capacity script codes to be written, then
312 * @param capacity capacity of the scripts array
318 * written to scripts unless U_BUFFER_OVERFLOW_ERROR indicates insufficient capacity
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dunorm2.h202 * @param capacity number of UChars that can be written to dest
213 UChar *dest, int32_t capacity,
270 * @param capacity number of UChars that can be written to decomposition
280 UChar32 c, UChar *decomposition, int32_t capacity,
H A Duscript.h229 * If required capacity is greater than capacity of the destination buffer then the error code
230 * is set to U_BUFFER_OVERFLOW_ERROR and the required capacity is returned
238 * @param capacity the capacity (size) fo UScriptCode buffer passed in.
244 uscript_getCode(const char* nameOrAbbrOrLocale,UScriptCode* fillIn,int32_t capacity,UErrorCode *err);
304 * If there are more than capacity script codes to be written, then
312 * @param capacity capacity of the scripts array
318 * written to scripts unless U_BUFFER_OVERFLOW_ERROR indicates insufficient capacity
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebBackForwardList.idl128 @method capacity
131 - (int)capacity;
133 HRESULT capacity([out, retval] int* result);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Draw_ostream.cpp706 // capacity. This allows raw_ostream to write directly into the correct place,
715 SetBuffer(OS.end(), OS.capacity() - OS.size());
729 if (OS.capacity() - OS.size() < 64)
730 OS.reserve(OS.capacity() * 2);
731 SetBuffer(OS.end(), OS.capacity() - OS.size());
739 assert(OS.size() + Size <= OS.capacity() && "Invalid write_impl() call!");
749 if (OS.capacity() - OS.size() < 64)
750 OS.reserve(OS.capacity() * 2);
753 SetBuffer(OS.end(), OS.capacity() - OS.size());
/macosx-10.10.1/objc4-646/runtime/
H A Dhashtable2.h76 OBJC_EXPORT NXHashTable *NXCreateHashTableFromZone (NXHashTablePrototype prototype, unsigned capacity, const void *info, void *z) OBJC_HASH_AVAILABILITY;
77 OBJC_EXPORT NXHashTable *NXCreateHashTable (NXHashTablePrototype prototype, unsigned capacity, const void *info) OBJC_HASH_AVAILABILITY;
81 /* capacity is only a hint; 0 creates a small table */
88 /* does not deallocate table nor data; keeps current capacity */
91 /* frees each entry; keeps current capacity */
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_array.c43 static KXLDArrayPool * pool_create(size_t capacity);
44 static void pool_destroy(KXLDArrayPool *pool, size_t capacity);
176 pool_create(size_t capacity) argument
183 pool->buffer = kxld_page_alloc(capacity);
185 bzero(pool->buffer, capacity);
191 if (pool) pool_destroy(pool, capacity);
198 pool_destroy(KXLDArrayPool *pool, size_t capacity) argument
201 if (pool->buffer) kxld_page_free(pool->buffer, capacity);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c92 sprintf(printbuf2, "sign=%d cap=%d n[]=", x->sign, x->capacity);
104 sprintf(printbuf4, "sign=%d cap=%d n[]=", x->sign, x->capacity);
197 unsigned numDigits; // capacity of giants in this stack
359 unsigned cap = g->capacity;
376 * capacity and stack's giant size.
471 result->capacity = numDigits;
479 giant result = newGiant(x->capacity);
486 ((x->capacity - 1) * GIANT_BYTES_PER_DIGIT);
604 if (destgiant->capacity < abs(srcgiant->sign))
667 if (g->sign > (int)g->capacity) CKRais
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c92 sprintf(printbuf2, "sign=%d cap=%d n[]=", x->sign, x->capacity);
104 sprintf(printbuf4, "sign=%d cap=%d n[]=", x->sign, x->capacity);
197 unsigned numDigits; // capacity of giants in this stack
359 unsigned cap = g->capacity;
376 * capacity and stack's giant size.
471 result->capacity = numDigits;
479 giant result = newGiant(x->capacity);
486 ((x->capacity - 1) * GIANT_BYTES_PER_DIGIT);
604 if (destgiant->capacity < abs(srcgiant->sign))
667 if (g->sign > (int)g->capacity) CKRais
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMultipleKeyNIODataEntry.java74 if(this.data_nio.capacity() < 16)
H A DMultipleRecnoNIODataEntry.java78 if(this.data_nio.capacity() < 12)

Completed in 2482 milliseconds

1234567891011>>