Searched +defs:max +defs:size (Results 1 - 25 of 222) sorted by relevance

123456789

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_types_appkit.rb47 def size; length; end method
63 def max; location + length; end method
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-truncate.el[all...]
/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/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/BerkeleyDB-21/db/lock/
H A Dlock_region.c65 size_t size; local
179 u_int32_t extra_locks, extra_objects, i, j, max; local
[all...]
/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/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/modules/cache/
H A Dcache_hash.c72 int count, max; member in struct:cache_hash_t
78 static cache_hash_entry_t **alloc_array(cache_hash_t *ht, int max) argument
83 cache_hash_t* cache_hash_make(apr_size_t size) argument
[all...]
/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/cxxfilt-11/cxxfilt/binutils/
H A Ddwarf.h39 dwarf_size_type size; member in struct:dwarf_section
69 max enumerator in enum:dwarf_section_display_enum
H A Dsysdump.c60 getCHARS (unsigned char *ptr, int *idx, int size, int max) argument
85 dh (unsigned char *ptr, int size) argument
119 int size; local
146 int size = ptr[byte++]; local
158 getINT(unsigned char *ptr, int *idx, int size, int max) argument
194 getBITS(unsigned char *ptr, int *idx, int size, int max) argument
[all...]
/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
315 _Expr<_Clos, _Tp>::max() const function in class:_Expr
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStringRef.h60 static size_t max(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/tcl-102/tcl/tcl/generic/
H A DtclThread.c28 int max; /* Max size of the array */ member in struct:__anon12754
78 Tcl_GetThreadData( Tcl_ThreadDataKey *keyPtr, int size) argument
[all...]
/macosx-10.9.5/zlib-53/zlib/examples/
H A Denough.c167 local int max; /* maximum allowed bit length for the codes */ variable
170 local size_t size; /* number of elements in num and done */ variable
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttppdu.cpp132 ttp_pdu_connect_get_max_sdu_size(unsigned char *plist, UInt32 *max) argument
244 { int size, length; local
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_rmt.c224 #define max(a, b) (a > b ? a : b) macro
225 #define size(p) max((p).sa_len, sizeof(p)) macro
/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/html/
H A DNumberInputType.cpp70 RealNumberRenderSize max(const RealNumberRenderSize& other) const function in struct:WebCore::RealNumberRenderSize
199 RealNumberRenderSize size local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.h263 LengthSize max; member in struct:WebCore::RenderThemeEfl::ThemePartDesc
278 IntSize size; member in struct:WebCore::RenderThemeEfl::ThemePartCacheEntry
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dport.c89 call_port_getn(int port, port_event_t list[], unsigned int max, unsigned int *nget, apr_interval_time_t timeout) argument
156 impl_pollset_create(apr_pollset_t *pollset, apr_uint32_t size, apr_pool_t *p, apr_uint32_t flags) argument
468 impl_pollcb_create(apr_pollcb_t *pollcb, apr_uint32_t size, apr_pool_t *p, apr_uint32_t flags) argument
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dport.c89 call_port_getn(int port, port_event_t list[], unsigned int max, unsigned int *nget, apr_interval_time_t timeout) argument
156 impl_pollset_create(apr_pollset_t *pollset, apr_uint32_t size, apr_pool_t *p, apr_uint32_t flags) argument
468 impl_pollcb_create(apr_pollcb_t *pollcb, apr_uint32_t size, apr_pool_t *p, apr_uint32_t flags) argument
/macosx-10.9.5/bash-92/bash-3.2/
H A Dinput.c116 # undef max macro
118 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
357 size_t size; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestOOM.c77 size_t max; member in struct:buffer
133 size_t size = strlen(s) + 1; local
[all...]
/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Dif.c346 size_t size; local
476 unsigned int max = 0; local
[all...]

Completed in 377 milliseconds

123456789