Searched refs:struct (Results 276 - 300 of 564) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dobject.m131 size -= sizeof(((struct _os_object_s *)NULL)->os_obj_isa);
163 dispatch_assert(size >= sizeof(struct _os_object_s));
170 dispatch_assert(size >= sizeof(struct _os_object_s));
344 struct dispatch_object_s *obj = (struct dispatch_object_s *)self;
553 struct dispatch_block_private_data_s dbpds =
/macosx-10.10.1/libpthread-105.1.4/lldbmacros/
H A Dpthread.py2 import struct
13 data = GetUserDataAsString(task, uaddr, struct.calcsize(mtxlayout))
14 info = struct.unpack(mtxlayout, data)
145 wq = Cast(proc.p_wqptr, "struct workqueue *");
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctparagraphstyle.py5 import struct, sys
107 value=struct.pack(float_pack, 10.5)),
140 self.failUnlessEqual(v, struct.pack(float_pack, 10.5))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctparagraphstyle.py5 import struct, sys
107 value=struct.pack(float_pack, 10.5)),
140 self.assertEqual(v, struct.pack(float_pack, 10.5))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/PyObjCTest/
H A Dtest_ctparagraphstyle.py5 import struct, sys
120 value=struct.pack(float_pack, 10.5)),
153 self.assertEqual(v, struct.pack(float_pack, 10.5))
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Drpc.idl374 typedef struct rpc_call_attributes_v1_s_t {
412 typedef struct rpc_binding_handle_template_v1_s_t {
422 typedef struct rpc_binding_handle_security_v1_s_t {
431 typedef struct rpc_binding_handle_options_v1_s_t {
1651 typedef struct rpc_cs_c_set_s_t {
1656 typedef struct rpc_codeset_mgmt_s_t {
1823 typedef struct {
1847 typedef struct {
1873 typedef struct rpc_eval_lists *rpc_cs_eval_list_p;
1875 typedef struct rpc_eval_list
[all...]
/macosx-10.10.1/screen-22/screen/
H A Dtty.c.dist64 extern struct display *display, *displays;
67 extern struct win *console_window;
68 static void consredir_readev_fn __P((struct event *, char *));
117 struct mode Mode;
201 struct mode *m;
206 /* struct termios tio
403 debug1("InitTTY: nonPOSIX, struct termio a la Motorola SYSV68 (%d)\n", ttyflag);
404 /* struct termio tio
584 struct mode *mp;
623 struct mod
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dformal-protocol.m19 typedef struct {
223 struct objc_method_description * methods;
320 struct objc_method_description descr;
384 struct objc_method_description descr;
564 struct objc_method_description descr;
580 struct objc_method_description* descr,
682 struct objc_method_description* methinfo;
H A Dbundle-variables.m348 struct functionlist {
353 static function find_function(struct functionlist* functions, PyObject* name)
374 struct functionlist* function_list;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1966 struct panelhook *_nc_panelhook(void)
1967 { return(*(struct panelhook **)0); }
2386 const struct tinfo_fkeys _nc_tinfo_fkeys[] = {0};
2408 struct speed {
2485 struct kn { short offset; int code; };
2918 typedef struct {
2925 struct termios *tty)
2949 struct termios *buf)
2954 struct termios *buf)
3240 const struct name_table_entr
[all...]
H A Dllib-lncursest1970 struct panelhook *_nc_panelhook(void)
1971 { return(*(struct panelhook **)0); }
2396 const struct tinfo_fkeys _nc_tinfo_fkeys[] = {0};
2419 struct speed {
2527 struct kn { short offset; int code; };
2998 typedef struct {
3005 struct termios *tty)
3029 struct termios *buf)
3034 struct termios *buf)
3331 const struct name_table_entr
[all...]
H A Dllib-lncursesw2476 struct panelhook *_nc_panelhook(void)
2477 { return(*(struct panelhook **)0); }
3132 const struct tinfo_fkeys _nc_tinfo_fkeys[] = {0};
3154 struct speed {
3231 struct kn { short offset; int code; };
3675 typedef struct {
3682 struct termios *tty)
3706 struct termios *buf)
3711 struct termios *buf)
4019 const struct name_table_entr
[all...]
/macosx-10.10.1/libauto-186/tests/
H A Ddump.m136 typedef struct {
493 typedef struct {
500 typedef struct {
504 struct {
510 typedef struct {
512 struct {
518 typedef struct thread_descriptor {
932 struct class_map_entry {
967 classes = (class_descriptor_t **)NSAllocateCollectable(nClasses*sizeof(struct class_descriptor_t *), NSScannedOption);
1046 struct class_map_entr
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-cache-old.mm100 typedef struct {
101 SEL name; // same layout as struct old_method
103 IMP imp; // same layout as struct old_method
135 #define CACHE_QUANTUM (CACHE_ALLOCATOR_MIN+sizeof(struct objc_cache)-sizeof(cache_entry*))
141 return (size - sizeof(struct objc_cache)) / sizeof(cache_entry *);
146 size_t requested = sizeof(struct objc_cache) + TABLE_SIZE(mask+1);
155 typedef struct
196 struct objc_cache _objc_empty_cache =
269 size = sizeof(struct objc_cache) + TABLE_SIZE(slotCount);
578 // Entry not added to cache. Don't leak the method struct
[all...]
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dconfigd.m80 static const struct option longopts[] = {
285 struct sigaction nact;
410 struct stat statbuf;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DSignals.inc78 static struct {
79 struct sigaction SA;
89 struct sigaction NewHandler;
134 struct stat buf;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m314 struct functionlist {
319 static function find_function(struct functionlist* functions, char* name)
340 struct functionlist* function_list;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dbundle-variables.m324 struct functionlist {
329 static function find_function(struct functionlist* functions, PyObject* name)
350 struct functionlist* function_list;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dspecialtypecodes.m11 typedef struct _EmbeddedBool {
16 typedef struct _EmbeddedBoolArray {
373 static struct PyModuleDef mod_module = {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dspecialtypecodes.m11 typedef struct _EmbeddedBool {
16 typedef struct _EmbeddedBoolArray {
373 static struct PyModuleDef mod_module = {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dindent.vim33 syn match indentOptions '-\%(bli\|c\%([bl]i\|[dip]\)\=\|di\=\|ip\=\|lc\=\|pp\=i\|sbi\|ts\|-\%(brace-indent\|comment-indentation\|case-brace-indentation\|declaration-comment-column\|continuation-indentation\|case-indentation\|else-endif-column\|line-comments-indentation\|declaration-indentation\|indent-level\|parameter-indentation\|line-length\|comment-line-length\|paren-indentation\|preprocessor-indentation\|struct-brace-indentation\|tab-size\)\)'
54 \ -bls --braces-after-struct-decl-line
57 \ -brs --braces-on-struct-decl-line
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef64 struct IDHParameterBlock {
200 struct IDHDeviceStatus {
218 struct IDHEventHeader {
224 struct IDHGenericEvent {
229 struct IDHDeviceConnectionEvent {
233 struct IDHDeviceIOEnableEvent {
646 struct DVCTransactionParams {
653 typedef struct DVCTransactionParams DVCTransactionParams;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_lazyimport.py11 import struct
245 val, = struct.unpack('>l', val[1:-1])
248 val, = struct.unpack('>l', val[1:-1].encode('latin1'))
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc72 D z_streamp S * Stream struct ptr
199 D stream_size 10i 0 value Stream struct. size
211 D stream_size 10i 0 value Stream struct. size
232 D stream_size 10i 0 value Stream struct. size
265 D stream_size 10i 0 value Stream struct. size
289 D stream_size 10i 0 value Stream struct. size
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/Cocoa/
H A D_WKRemoteObjectInterface.mm104 struct objc_method_description *methods = protocol_copyMethodDescriptionList(interface->_protocol, requiredMethods, true, &methodCount);
180 struct objc_method_description method = protocol_getMethodDescription(protocol, selector, YES, YES);

Completed in 216 milliseconds

<<11121314151617181920>>