Searched refs:struct (Results 401 - 425 of 564) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/msdosfs-209.1.1/
H A Dtest_fsck.py18 import struct
463 bytes = bytes[0:44] + struct.pack("<I", head) + bytes[48:]
1131 fat_sectors = struct.unpack("<H", bytes[22:24])[0]
1132 bytes = bytes[0:22] + struct.pack("<H", fat_sectors - 1) + bytes[24:]
1134 fat_sectors = struct.unpack("<I", bytes[36:40])[0]
1135 bytes = bytes[0:36] + struct.pack("<I", fat_sectors - 1) + bytes[40:]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DWebMemorySampler.mac.mm47 struct SystemMallocStats {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKGeolocationProviderIOS.mm65 struct GeolocationRequestData {
H A DWKContentView.mm73 struct VelocityData {
152 struct Data {
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm413 static const struct {
528 static const struct {
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcurses.tail89 typedef struct
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto-dump.mm53 typedef struct {
H A Dobjc-externalref.mm51 typedef struct {
H A DNSObject.mm456 struct magic_t {
2052 + (id)allocWithZone:(struct _NSZone *)zone {
2083 + (struct _NSZone *)zone {
2084 return (struct _NSZone *)_objc_rootZone(self);
2087 - (struct _NSZone *)zone {
2088 return (struct _NSZone *)_objc_rootZone(self);
2095 + (id)copyWithZone:(struct _NSZone *)zone {
2107 + (id)mutableCopyWithZone:(struct _NSZone *)zone {
H A Dmaptable.mm46 typedef struct _MapPair {
140 void (*freeProc)(struct _NXMapTable *, void *, void *) = table->prototype->free;
/macosx-10.10.1/ppp-786.1.1/Helpers/sbslauncher/
H A Dnetwork_detection_helper.m177 const struct sockaddr *address,
223 /*int buffersize = sizeof(struct sockaddr_storage);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dunicode-object.m11 typedef struct {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dunicode-object.m11 typedef struct {
/macosx-10.10.1/swig-12/Lib/php/
H A Dphprun.swg88 typedef struct {
/macosx-10.10.1/swig-12/Lib/pike/
H A Dpike.swg312 struct program *pr;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/rc4/
H A Drc4c.tcl23 typedef struct RC4_CTX {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/
H A Dsak.tcl849 getpackage struct::set struct/sets.tcl
870 if {[struct::set equal $pp($p) $ip($p)]} continue
873 foreach {__ pmi imp} [struct::set intersect3 $pp($p) $ip($p)] break
1534 getpackage struct::set struct/sets.tcl
1589 set vequal [struct::set equal $oldpkg($name) $curpkg($name)]
1626 set all [lsort -dict [struct::set union [array names om] [array names cm]]]
1838 getpackage struct::matrix struct/matri
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dsak.tcl849 getpackage struct::set struct/sets.tcl
870 if {[struct::set equal $pp($p) $ip($p)]} continue
873 foreach {__ pmi imp} [struct::set intersect3 $pp($p) $ip($p)] break
1534 getpackage struct::set struct/sets.tcl
1589 set vequal [struct::set equal $oldpkg($name) $curpkg($name)]
1626 set all [lsort -dict [struct::set union [array names om] [array names cm]]]
1838 getpackage struct::matrix struct/matri
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dslang.vim19 syn keyword slangDefinition define typedef variable struct
H A Dslice.vim18 syn keyword sliceConstruct class enum exception dictionary interface module LocalObject Object sequence struct
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A Dgenerator.pl57 s/^.*struct cssm_spi.*{(.*)} CSSM_SPI.*$/$1/s
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A Dgenerator.pl57 s/^.*struct cssm_spi.*{(.*)} CSSM_SPI.*$/$1/s
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dhilit19.el473 (struct black-bold white-bold bold)
474 (glob-struct magenta Plum1 default-bold-underline)
1111 ("^\\(typedef\\|struct\\|union\\|enum\\).*$" nil decl)
1113 ("[ \n\t({]\\(\\(const\\|register\\|volatile\\|unsigned\\|extern\\|static\\)\\s +\\)*\\(\\(\\w\\|[$_]\\)+_t\\|float\\|double\\|void\\|char\\|short\\|int\\|long\\|FILE\\|\\(\\(struct\\|union\\|enum\\)\\([ \t]+\\(\\w\\|[$_]\\)*\\)\\)\\)\\(\\s +\\*+)?\\|[ \n\t;()]\\)" nil type)
1126 ("^\\(template\\|typedef\\|struct\\|union\\|class\\|enum\\|public\\|private\\|protected\\).*$" nil decl)
1128 ("[ \n\t({]\\(\\(const\\|register\\|volatile\\|unsigned\\|extern\\|static\\)\\s +\\)*\\(\\(\\w\\|[$_]\\)+_t\\|float\\|double\\|void\\|char\\|short\\|int\\|long\\|FILE\\|\\(\\(struct\\|union\\|enum\\|class\\)\\([ \t]+\\(\\w\\|[$_]\\)*\\)\\)\\)\\(\\s +\\*+)?\\|[ \n\t;()]\\)" nil type)
1142 ("^\\(template\\|typedef\\|struct\\|union\\|class\\|enum\\|public\\|private\\|protected\\).*$" nil decl)
1144 ("[ \n\t({]\\(\\(const\\|register\\|volatile\\|unsigned\\|extern\\|static\\)\\s +\\)*\\(\\(\\w\\|[$_]\\)+_t\\|float\\|double\\|void\\|char\\|short\\|int\\|long\\|FILE\\|\\(\\(struct\\|union\\|enum\\|class\\)\\([ \t]+\\(\\w\\|[$_]\\)*\\)\\)\\)\\(\\s +\\*+)?\\|[ \n\t;()]\\)" nil type)
1166 ("[ \t\n]procedure[ \t]" "\\([ \t]\\(is\\|renames\\)\\|);\\)" glob-struct)
1167 ("[ \t\n]task[ \t]" "[ \t]is" glob-struct)
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc158 struct rlimit r;
304 struct sigaction Act, Old;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py10 import new, sys, os, struct

Completed in 177 milliseconds

<<11121314151617181920>>