Searched refs:sizeof (Results 1 - 25 of 565) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh19 ptr = alloca(sizeof (char *));
20 copyinto(curpsinfo->pr_envp, sizeof (char *), ptr);
21 copyout(ptr, 0, sizeof (char *));
H A Derr.copyoutstrbadaddr.ksh19 ptr = alloca(sizeof (char *));
20 copyinto(curpsinfo->pr_envp, sizeof (char *), ptr);
21 copyout(ptr, 0, sizeof (char *));
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.mm38 sizeof(WKNBrowserContainerCheckFuncs),
/macosx-10.10.1/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.DataModel32.d.ksh51 /4 != sizeof(long)/
58 /4 == sizeof(long)/
H A Dtst.DataModel64.d.ksh52 /8 != sizeof(long)/
59 /8 == sizeof(long)/
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto-dump.mm42 if (sizeof(void *) == 8) type |= SixtyFour;
60 pointer_set_t *result = (pointer_set_t *)malloc_zone_malloc(_objc_internal_zone(), sizeof(pointer_set_t));
61 result->items = (long *)calloc(64, sizeof(long));
90 set->items = (long *)malloc_zone_calloc(_objc_internal_zone(), 2*(oldCapacity+1), sizeof(long));
130 fwrite(&byte_size, sizeof(byte_size), 1, fp);
139 fwrite(&byte_size, sizeof(byte_size), 1, fp);
149 fwrite(&address, sizeof(address), 1, fp);
159 fwrite(&address, sizeof(address), 1, fp);
161 fwrite(address, sizeof(*address), 1, fp);
169 fwrite(&address, sizeof(addres
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dgmpq.tcl15 set mpz_num [binary format x[::ffidl::info sizeof mpz_struct]]
16 set mpz_den [binary format x[::ffidl::info sizeof mpz_struct]]
26 set mpz [binary format x[::ffidl::info sizeof mpz_struct]]
31 set mpz [binary format x[::ffidl::info sizeof mpz_struct]]
53 set mpq1 [binary format x[::ffidl::info sizeof mpq_struct]]
54 set mpq2 [binary format x[::ffidl::info sizeof mpq_struct]]
64 set mpq1 [binary format x[::ffidl::info sizeof mpq_struct]]
65 set mpq2 [binary format x[::ffidl::info sizeof mpq_struct]]
66 set mpq3 [binary format x[::ffidl::info sizeof mpq_struct]]
78 set mpq1 [binary format x[::ffidl::info sizeof mpq_struc
[all...]
H A Dgmpf.tcl32 set mpfexp [binary format x[::ffidl::info sizeof mp_exp_t]]
47 set mpf1 [binary format x[::ffidl::info sizeof mpf_struct]]
48 set mpf2 [binary format x[::ffidl::info sizeof mpf_struct]]
58 set mpf1 [binary format x[::ffidl::info sizeof mpf_struct]]
59 set mpf2 [binary format x[::ffidl::info sizeof mpf_struct]]
60 set mpf3 [binary format x[::ffidl::info sizeof mpf_struct]]
72 set mpf1 [binary format x[::ffidl::info sizeof mpf_struct]]
73 set mpf2 [binary format x[::ffidl::info sizeof mpf_struct]]
91 set mpf1 [binary format x[::ffidl::info sizeof mpf_struct]]
H A Dgmpz.tcl18 set mpz1 [binary format x[::ffidl::info sizeof mpz_struct]]
19 set mpz2 [binary format x[::ffidl::info sizeof mpz_struct]]
29 set mpz1 [binary format x[::ffidl::info sizeof mpz_struct]]
30 set mpz2 [binary format x[::ffidl::info sizeof mpz_struct]]
31 set mpz3 [binary format x[::ffidl::info sizeof mpz_struct]]
43 set mpz1 [binary format x[::ffidl::info sizeof mpz_struct]]
44 set mpz2 [binary format x[::ffidl::info sizeof mpz_struct]]
67 set mpz1 [binary format x[::ffidl::info sizeof mpz_struct]]
/macosx-10.10.1/libauto-186/tests/
H A Ddump.m123 if (sizeof(void *) == 8) type |= SixtyFour;
143 pointer_set_t *result = malloc(sizeof(pointer_set_t));
144 result->items = calloc(64, sizeof(long));
172 set->items = calloc(2*(oldCapacity+1), sizeof(long));
210 fwrite(&byte_size, sizeof(byte_size), 1, fp);
219 fwrite(&byte_size, sizeof(byte_size), 1, fp);
229 fwrite(&address, sizeof(address), 1, fp);
239 fwrite(&address, sizeof(address), 1, fp);
241 fwrite(address, sizeof(*address), 1, fp);
250 fwrite(&address, sizeof(addres
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Dtst.dlopen.ksh14 this->value = (int *)alloca(sizeof (int));
16 copyout(this->value, arg0, sizeof (int));
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Denumint.swg19 if (sizeof(int) != sizeof($1)) {
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dqsort.test24 proc ::ffidl::sizeof {type} { ::ffidl::info sizeof $type }
30 binary scan [::ffidl::peek $p1 [::ffidl::sizeof int]] [::ffidl::format int] v1
31 binary scan [::ffidl::peek $p2 [::ffidl::sizeof int]] [::ffidl::format int] v2
66 qsort ints $n [::ffidl::sizeof int] cmp.int
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DDynamicLinkerEnvironmentExtractor.mm47 if (length < sizeof(uint32_t))
93 if (length < sizeof(load_command))
103 if (length < sizeof(dylinker_command))
138 if (length < sizeof(mach_header))
146 processLoadCommands(static_cast<const char*>(data) + sizeof(*header), length - sizeof(*header), swappedHeader.ncmds, shouldByteSwap);
150 if (length < sizeof(mach_header_64))
157 processLoadCommands(static_cast<const char*>(data) + sizeof(*header64), length - sizeof(*header64), swappedHeader64.ncmds, shouldByteSwap);
162 if (length < sizeof(fat_heade
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m78 r = getnameinfo(addr, addrlen, buf, sizeof(buf), NULL, 0,
94 memset((void *) addr_ret, '\0', sizeof(*addr_ret));
97 memset(&hints, 0, sizeof(hints));
143 memset((void *) sinaddr, '\0', sizeof(*sinaddr));
145 sinaddr->sin_len = sizeof(*sinaddr);
147 return sizeof(sinaddr->sin_addr);
158 sinaddr->sin_len = sizeof(*sinaddr);
161 memset(&hints, 0, sizeof(hints));
190 PyObject* addrobj = makeipaddr((struct sockaddr*)a, sizeof(*a));
201 PyObject* addrobj = makeipaddr((struct sockaddr*)a, sizeof(*
[all...]
H A Dobjc-NULL.m18 sizeof(PyObject), /* tp_basicsize */
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m80 r = getnameinfo(addr, addrlen, buf, sizeof(buf), NULL, 0,
96 memset((void *) addr_ret, '\0', sizeof(*addr_ret));
99 memset(&hints, 0, sizeof(hints));
145 memset((void *) sinaddr, '\0', sizeof(*sinaddr));
147 sinaddr->sin_len = sizeof(*sinaddr);
149 return sizeof(sinaddr->sin_addr);
160 sinaddr->sin_len = sizeof(*sinaddr);
163 memset(&hints, 0, sizeof(hints));
192 PyObject* addrobj = makeipaddr((struct sockaddr*)a, sizeof(*a));
203 PyObject* addrobj = makeipaddr((struct sockaddr*)a, sizeof(*
[all...]
H A Dobjc-NULL.m17 sizeof(PyObject), /* tp_basicsize */
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dsocketsupport.m80 r = getnameinfo(addr, addrlen, buf, sizeof(buf), NULL, 0,
96 memset((void *) addr_ret, '\0', sizeof(*addr_ret));
99 memset(&hints, 0, sizeof(hints));
145 memset((void *) sinaddr, '\0', sizeof(*sinaddr));
147 sinaddr->sin_len = sizeof(*sinaddr);
149 return sizeof(sinaddr->sin_addr);
160 sinaddr->sin_len = sizeof(*sinaddr);
163 memset(&hints, 0, sizeof(hints));
192 PyObject* addrobj = makeipaddr((struct sockaddr*)a, sizeof(*a));
203 PyObject* addrobj = makeipaddr((struct sockaddr*)a, sizeof(*
[all...]
H A Dobjc-NULL.m17 sizeof(PyObject), /* tp_basicsize */
/macosx-10.10.1/swig-12/Lib/guile/
H A Dguile_gh.swg17 SWIG_convert_integer(o, - (1 << (8 * sizeof(short) - 1)), \
18 (1 << (8 * sizeof(short) - 1)) - 1, \
22 (1 << (8 * sizeof(short))) - 1, \
/macosx-10.10.1/swig-12/Lib/mzscheme/
H A Dmzscheme.swg24 SWIG_convert_integer(o, - (1 << (8 * sizeof(short) - 1)), \
25 (1 << (8 * sizeof(short) - 1)) - 1, \
35 (1 << (8 * sizeof(short))) - 1, \
/macosx-10.10.1/libxml2-26/libxml2/macos/src/
H A Dlibxml2_GUSIConfig.cp75 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->ConfigureSuffices( sizeof(sSuffices)/sizeof(GUSIConfiguration::FileSuffix)-1, sSuffices); } /**************** END GUSI CONFIGURATION ******** (…)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/macos/src/
H A Dlibxml2_GUSIConfig.cp75 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" void GUSISetupConfig() { GUSIConfiguration * config = GUSIConfiguration::CreateInstance(GUSIConfiguration::kNoResource); config->ConfigureDefaultTypeCreator('TEXT', 'CWIE'); config->ConfigureSuffices( sizeof(sSuffices)/sizeof(GUSIConfiguration::FileSuffix)-1, sSuffices); } /**************** END GUSI CONFIGURATION ******** (…)
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtclwstrings.swg24 int srcLen = (len)*sizeof(Tcl_UniChar);
25 int dstLen = sizeof(wchar_t)*(len + 1);
52 int srcLen = (int)(size*sizeof(wchar_t));
53 int dstLen = (int)(size*sizeof(Tcl_UniChar));

Completed in 135 milliseconds

1234567891011>>