Searched +defs:min +defs:size (Results 1 - 25 of 137) sorted by relevance

123456

/macosx-10.9.5/libresolv-54/
H A Dns_date.c120 datepart(const char *buf, int size, int min, int max, int *errp) { argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_table.c105 vm_size_t size; local
97 ipc_table_fill( ipc_table_size_t its, unsigned int num, unsigned int min, vm_size_t elemsize) argument
176 ipc_table_alloc( vm_size_t size) argument
201 ipc_table_free( vm_size_t size, void * table) argument
[all...]
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp140 enqueueData(UInt8 *buffer, UInt32 size, UInt32 *count, bool sleep) argument
144 dequeueData(UInt8 *buffer, UInt32 size, UInt32 *count, UInt32 min) argument
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbSequence.java83 public void set_cachesize(int size) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbSequence_set_cachesize(swigCPtr, this, size); } argument
87 public void set_range(long min, long max) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbSequence_set_range(swigCPtr, this, min, max); } argument
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-ast.c18 tre_ast_new_node(tre_mem_t mem, tre_ast_type_t type, size_t size) argument
53 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, argument
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dstrhash.c99 hash_create(int size) argument
149 _hash(int size, cha argument
293 int size = table->size; local
320 int size = table->size; local
338 #undef min macro
339 #define min macro
355 int size = table->size; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DWindowFeatures.cpp217 float WindowFeatures::floatFeature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) argument
240 size_t size = vector.size(); local
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dprintint.c146 int size = re->name_entry_size; local
355 int i, min, max; local
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dvalarray_after.h62 size () const function in class:_GBase
84 size () const function in class:_GBase
131 size() const function in class:_IBase
256 _Expr<_Clos, _Tp>::size() const function in class:_Expr
310 _Expr<_Clos, _Tp>::min() const function in class:_Expr
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStringRef.h59 static size_t min(size_t a, size_t b) { return a < b ? a : b; } function in class:llvm::StringRef
114 size_t size() const { return Length; } function in class:llvm::StringRef
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDValue.c33 #define min(a,b) (a<b?a:b) macro
82 uint32_t size; local
[all...]
H A DIOHIDUserDevice.c131 uint32_t size; local
272 vm_size_t size = 0; local
275 mach_vm_size_t size = 0; local
449 #define min macro
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantDvt/
H A DgiantDvt.c41 static int genRand(int min, int max) argument
65 unsigned size; local
94 int size = fillData(maxBytes, buf, 0); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.h262 LengthSize min; member in struct:WebCore::RenderThemeEfl::ThemePartDesc
278 IntSize size; member in struct:WebCore::RenderThemeEfl::ThemePartCacheEntry
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DTextCodecMac.cpp292 size_t size = 0; local
143 ASSERT_WITH_SECURITY_IMPLICATION(m_numBufferedBytes < sizeof(m_bufferedBytes)); const int spaceInBuffer = sizeof(m_bufferedBytes) - m_numBufferedBytes; const int bytesToPutInBuffer = min(spaceInBuffer, inputBufferLength); ASSERT(bytesToPutInBuffer != 0); memcpy(m_bufferedBytes + m_numBufferedBytes, inputBuffer, bytesToPutInBuffer); status = TECConvertText(m_converterTEC, m_bufferedBytes, m_numBufferedBytes + bytesToPutInBuffer, &bytesRead, reinterpret_cast<unsigned char*>(outputBuffer), outputBufferLength, &bytesWritten); ASSERT(bytesRead <= m_numBufferedBytes + bytesToPutInBuffer); if (status == kTECPartialCharErr && bytesRead == 0) { if (bytesToPutInBuffer >= spaceInBuffer) { LOG_ERROR(�, sizeof(m_bufferedBytes)); m_numBufferedBytes = 0; status = kTECUnmappableElementErr; } else { m_numBufferedBytes += bytesToPutInBuffer; bytesRead = bytesToPutInBuffer; status = noErr; } } else { if (bytesRead > m_numBufferedBytes) argument
/macosx-10.9.5/bash-92/bash-3.2/
H A Dinput.c120 # undef min macro
122 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
357 size_t size; local
[all...]
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Duniq-u.c66 size_t size; /* Allocated. */ member in struct:linebuffer
133 #undef min macro
134 #define min( macro
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestOOM.c109 static void buffer_expand (struct buffer *b, size_t min) argument
133 size_t size = strlen(s) + 1; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/badsig/
H A Dbadsig.c83 static int genRand(int min, int max) argument
134 int size; local
[all...]
/macosx-10.9.5/emacs-92/emacs/nt/
H A Daddsection.c45 #undef min macro
47 #define min(x, y) (((x) < (y)) ? (x) : (y)) macro
55 unsigned long size; member in struct:file_data
67 unsigned long size, upper_size; local
94 open_output_file (file_data *p_file, char *filename, unsigned long size) argument
470 unsigned long size; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dlc.c37 int size; member in struct:Local_s
128 lcindex(int category, int min) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsubr_sbuf.c60 #define min(x,y) MIN(x,y) macro
115 sbuf_extendsize(int size) argument
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDLibUserClient.h103 SInt32 min; member in struct:IOHIDElementStruct
107 UInt32 size; member in struct:IOHIDElementStruct
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/cfileTest/
H A DcfileTest.c57 static int genRand(int min, int max) argument
114 static void fillDataPool(unsigned size, dataType type) argument
167 int size = 1; local
185 int size; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLayoutUnit.h281 static const LayoutUnit min() function in class:WebCore::LayoutUnit
916 snapSizeToPixel(LayoutUnit size, LayoutUnit location) argument
[all...]

Completed in 611 milliseconds

123456