Searched refs:size (Results 1 - 25 of 9991) sorted by relevance

1234567891011>>

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Drpc_dtablesize.c69 static int size; local
71 if (size == 0) {
72 size = getdtablesize();
75 if (size > FD_SETSIZE)
76 size = FD_SETSIZE;
79 return (size);
/macosx-10.9.5/libxslt-13/libxslt/tests/docbook/doc/
H A Dreference.css3 div.legalnotice { font-size: 80%; }
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLResultSetRowList.cpp38 if (m_result.size() == 0)
41 ASSERT(m_result.size() % m_columns.size() == 0);
43 return m_result.size() / m_columns.size();
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_unsigned_bin_size.c18 /* get the size for an unsigned equivalent */
21 int size = mp_count_bits (a); local
22 return (size / 8 + ((size & 7) != 0 ? 1 : 0));
H A Dbn_mp_init_size.c18 /* init an mp_init for a given size */
19 int mp_init_size (mp_int * a, int size) argument
23 /* pad size so there are always extra digits */
24 size += (MP_PREC * 2) - (size % MP_PREC);
27 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
34 a->alloc = size;
38 for (x = 0; x < size; x++) {
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_unsigned_bin_size.c18 /* get the size for an unsigned equivalent */
21 int size = mp_count_bits (a); local
22 return (size / 8 + ((size & 7) != 0 ? 1 : 0));
H A Dbn_mp_init_size.c18 /* init an mp_init for a given size */
19 int mp_init_size (mp_int * a, int size) argument
23 /* pad size so there are always extra digits */
24 size += (MP_PREC * 2) - (size % MP_PREC);
27 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);
34 a->alloc = size;
38 for (x = 0; x < size; x++) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dpasswd_dlg.h44 int pwd_dialog(char *buf, int size);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dconstdata.cpp38 ConstData::Blob::Blob(const void *base, size_t size, bool takeOwnership) : mSize(size) argument
40 mData = takeOwnership ? base : memcpy(new char[size], base, size);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dconstdata.cpp38 ConstData::Blob::Blob(const void *base, size_t size, bool takeOwnership) : mSize(size) argument
40 mData = takeOwnership ? base : memcpy(new char[size], base, size);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Dpasswd_dlg.h49 /* * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H�gskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Kungliga Tekniska * H�gskolan and its contributors. * * 4. Neither the name of the Institute nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* passwd_dlg.h - Dialog boxes for Windows95/NT * Author: J�rgen Karlsson - d93-jka@nada.kth.se * Date: June 1996 */ /* $Id: passwd_dlg.h,v 1.4 2005/01/10 19:09:07 snsimon Exp $ */ #ifndef PASSWD_DLG_H #define PASSWD_DLG_H int pwd_dialog(char *buf, int size); #endif /* PASSWD_DLG_H */
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomalloc.h38 void * domAlloc(int size);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DLayoutSizeQt.cpp29 LayoutSize::LayoutSize(const QSize& size) argument
30 : m_width(size.width())
31 , m_height(size.height())
35 LayoutSize::LayoutSize(const QSizeF& size) argument
36 : m_width(size.width())
37 , m_height(size.height())
H A DFloatSizeQt.cpp28 FloatSize::FloatSize(const QSizeF& size) argument
29 : m_width(size.width())
30 , m_height(size.height())
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dfwrite.c21 fwrite(buf, size, count, fp)
23 size_t size, count;
28 return (size * count);
30 return ((size_t)IFILE_Write(fp, buf, size * count) / size);
/macosx-10.9.5/CPANInternal-140/Net-IP/
H A Diptab11 my ($ip,$size,$class,$bits,$len);
20 $size = $ip->size();
22 if ($size >=1048576) # 1024*1024
24 $size /= 1048576;
25 $size .= 'M';
27 elsif ($size >= 1024)
29 $size /= 1024;
30 $size .= 'K';
53 $size,
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DPoolAlloc.c28 __private_extern__ void *PoolAllocateResident (vm_size_t size, unsigned char clear) argument
30 void *mem = IOMalloc(size);
33 bzero(mem, size);
39 __private_extern__ OSStatus PoolDeallocate (void *ptr, vm_size_t size) argument
41 IOFree(ptr, size);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Drealloc.c41 rk_realloc(void *ptr, size_t size) argument
44 return malloc(size);
45 return realloc(ptr, size);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dcrypt_blowfish.h20 extern int _crypt_output_magic(const char *setting, char *output, int size);
22 char *output, int size);
25 const char *input, int size, char *output, int output_size);
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-rand-arc4.c38 arc4_seed(const void *indata, int size) argument
40 arc4random_addrandom((unsigned char *)indata, size);
45 arc4_bytes(unsigned char *outdata, int size) argument
47 arc4random_buf((void *)outdata, (size_t)size);
59 arc4_add(const void *indata, int size, double entropi) argument
61 arc4random_addrandom((unsigned char *)indata, size);
66 arc4_pseudorand(unsigned char *outdata, int size) argument
68 return (arc4_bytes(outdata, size));
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_mig_server.h31 CFIndex size,
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A D_stdvbuf.c29 _stdsetvbuf(Sfio_t* f, char* buf, int type, size_t size) argument
31 return setvbuf(f, buf, type, size);
/macosx-10.9.5/libstdcxx-60/src/
H A Dnew_opnt.cc31 operator new (size_t size, const std::nothrow_t&) throw() argument
36 p = ::operator new(size);
H A Dnew_opv.cc31 operator new[] (size_t size) throw (std::bad_alloc) argument
33 return ::operator new(size);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSRuntimeSupport.c6 void _ZN11OSMetaClassdlEPvm(void *mem, unsigned long size);
7 void _ZN11OSMetaClassdlEPvm(__attribute__((__unused__)) void *mem, __attribute__((__unused__)) unsigned long size) { } argument

Completed in 187 milliseconds

1234567891011>>