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

1234567891011>>

/macosx-10.9.5/dtrace-118.1/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.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.mm38 sizeof(WKNBrowserContainerCheckFuncs),
/macosx-10.9.5/dtrace-118.1/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.9.5/objc4-551.1/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...]
H A Dobjc-layout.mm221 size_t words = instanceSize / sizeof(id);
232 set_bits(result, 0, layoutStringInstanceSize/sizeof(id));
255 size_t words = instanceSize / sizeof(id);
279 layout_bitmap check = layout_bitmap_create(result, bits.bitCount*sizeof(id),
280 bits.bitCount*sizeof(id), bits.weak);
300 size_t bit = offset / sizeof(id);
415 oldSrcBitCount = oldSrcInstanceSize / sizeof(id);
525 long slot = offset / sizeof(long);
640 *size = sizeof(id);
655 *size = sizeof(voi
[all...]
/macosx-10.9.5/tcl-102/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.9.5/libauto-185.5/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.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.dlopen.ksh14 this->value = (int *)alloca(sizeof (int));
16 copyout(this->value, arg0, sizeof (int));
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Denumint.swg19 if (sizeof(int) != sizeof($1)) {
/macosx-10.9.5/tcl-102/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.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DDynamicLinkerEnvironmentExtractor.mm48 if (length < sizeof(uint32_t))
94 if (length < sizeof(load_command))
104 if (length < sizeof(dylinker_command))
139 if (length < sizeof(mach_header))
147 processLoadCommands(static_cast<const char*>(data) + sizeof(*header), length - sizeof(*header), swappedHeader.ncmds, shouldByteSwap);
151 if (length < sizeof(mach_header_64))
158 processLoadCommands(static_cast<const char*>(data) + sizeof(*header64), length - sizeof(*header64), swappedHeader64.ncmds, shouldByteSwap);
163 if (length < sizeof(fat_heade
[all...]
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/swig-10/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.9.5/swig-10/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.9.5/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.9.5/pyobjc-42/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.9.5/swig-10/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));
/macosx-10.9.5/swig-10/Lib/php/
H A Dphprun.swg37 #define SWIG_LONG_CONSTANT(N, V) zend_register_long_constant((char*)#N, sizeof(#N), V, CONST_CS | CONST_PERSISTENT, module_number TSRMLS_CC)
38 #define SWIG_DOUBLE_CONSTANT(N, V) zend_register_double_constant((char*)#N, sizeof(#N), V, CONST_CS | CONST_PERSISTENT, module_number TSRMLS_CC)
39 #define SWIG_STRING_CONSTANT(N, V) zend_register_stringl_constant((char*)#N, sizeof(#N), V, strlen(V), CONST_CS | CONST_PERSISTENT, module_number TSRMLS_CC)
42 zend_register_stringl_constant((char*)#N, sizeof(#N), &swig_char, 1, CONST_CS | CONST_PERSISTENT, module_number TSRMLS_CC);\
112 value=(swig_object_wrapper *)emalloc(sizeof(swig_object_wrapper));
143 zend_hash_update(HASH_OF(z), (char*)"_cPtr", sizeof("_cPtr"), (void*)&resource, sizeof(zval), NULL);
223 if (zend_hash_find(HASH_OF(z),(char*)"_cPtr",sizeof("_cPtr"),(void**)&_cPtr)==SUCCESS) {
251 if (zend_get_constant(const_name, sizeof(const_name), pointer TSRMLS_CC)) {

Completed in 237 milliseconds

1234567891011>>