Searched refs:uint32_t (Results 1 - 25 of 3801) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/kperf/
H A Dast.h30 extern int kperf_ast_pend( thread_t, uint32_t, uint32_t );
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Ducode.h10 uint32_t header_version;
11 uint32_t update_revision;
12 uint32_t date;
13 uint32_t processor_signature;
14 uint32_t checksum;
15 uint32_t loader_revision;
16 uint32_t processor_flags;
17 uint32_t data_size;
18 uint32_t total_size;
21 uint32_t reserved
[all...]
H A Dtss.h68 uint32_t back_link; /* segment number of previous task,
70 uint32_t esp0; /* initial stack pointer ... */
71 uint32_t ss0; /* and segment for ring 0 */
72 uint32_t esp1; /* initial stack pointer ... */
73 uint32_t ss1; /* and segment for ring 1 */
74 uint32_t esp2; /* initial stack pointer ... */
75 uint32_t ss2; /* and segment for ring 2 */
76 uint32_t cr3; /* CR3 - page table directory
78 uint32_t eip;
79 uint32_t eflag
[all...]
H A Dmachdep_call.h41 kern_return_t (*args_1)(uint32_t);
43 kern_return_t (*args_2)(uint32_t,uint32_t);
45 kern_return_t (*args_3)(uint32_t,uint32_t,uint32_t);
46 kern_return_t (*args_4)(uint32_t,uint32_t,uint32_t,uint32_t);
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/_types/
H A D_uint32_t.h31 typedef unsigned int uint32_t; typedef
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOStatistics.h54 typedef uint32_t IOStatisticsCounterType;
69 uint32_t created;
70 uint32_t produced;
71 uint32_t checksForWork;
75 uint32_t created;
76 uint32_t openGateCalls;
77 uint32_t closeGateCalls;
79 uint32_t timeouts;
80 uint32_t checksForWork;
84 uint32_t create
[all...]
/macosx-10.10.1/file_cmds-242/cksum/
H A Dextern.h40 int crc(int, uint32_t *, off_t *);
41 void pcrc(char *, uint32_t, off_t);
42 void psum1(char *, uint32_t, off_t);
43 void psum2(char *, uint32_t, off_t);
44 int csum1(int, uint32_t *, off_t *);
45 int csum2(int, uint32_t *, off_t *);
46 int crc32(int, uint32_t *, off_t *);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducol_data.h38 uint32_t options; /* these are the default options for the collator */
39 uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */
40 uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate contractions */
41 uint32_t magic; /* magic number - lets us know whether reserved data is reset or junked */
42 uint32_t mappingPosition; /* const uint8_t *mappingPosition; */
43 uint32_t expansion; /* uint32_t *expansion; */
44 uint32_t contractionIndex; /* UChar *contractionIndex; */
45 uint32_t contractionCEs; /* uint32_t *contractionCE
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dipnet.h5 uint32_t iph_pktlen;
6 uint32_t iph_ifindex;
7 uint32_t iph_grifindex;
8 uint32_t iph_zsrc;
9 uint32_t iph_zdst;
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dwindlocl.h49 int _wind_combining_class(uint32_t);
51 int _wind_stringprep_testbidi(const uint32_t *, size_t, wind_profile_flags);
53 int _wind_stringprep_error(const uint32_t, wind_profile_flags);
55 int _wind_stringprep_prohibited(const uint32_t *, size_t, wind_profile_flags);
57 int _wind_stringprep_map(const uint32_t *, size_t,
58 uint32_t *, size_t *,
61 int _wind_stringprep_normalize(const uint32_t *, size_t, uint32_t *, size_t *);
63 int _wind_ldap_case_exact_attribute(const uint32_t *, size_t,
64 uint32_t *, size_
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A Dmoh_msg.h35 uint32_t m_type; // type of the message
36 uint32_t m_result; // error code of notification message
37 uint32_t m_cookie; // user param
38 uint32_t m_link; // link for this message
39 uint32_t m_len; // len of the following data
43 uint32_t m_type; // type of the message
44 uint32_t m_result; // error code of notification message
45 uint32_t m_cookie; // user param, or error num for event
46 uint32_t m_link; // link for this message
47 uint32_t m_le
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.h39 shadow_map_read(shadow_map_t * map, uint32_t block_offset, uint32_t block_count,
40 uint32_t * incr_block_offset, uint32_t * incr_block_count);
42 shadow_map_write(shadow_map_t * map, uint32_t block_offset, uint32_t block_count,
43 uint32_t * incr_block_offset, uint32_t * incr_block_count);
45 shadow_map_is_written(shadow_map_t * map, uint32_t block_offset);
47 uint32_t
[all...]
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h55 uint32_t magic; /* mach magic number identifier */
58 uint32_t filetype; /* type of file */
59 uint32_t ncmds; /* number of load commands */
60 uint32_t sizeofcmds; /* the size of all the load commands */
61 uint32_t flags; /* flags */
73 uint32_t magic; /* mach magic number identifier */
76 uint32_t filetype; /* type of file */
77 uint32_t ncmds; /* number of load commands */
78 uint32_t sizeofcmds; /* the size of all the load commands */
79 uint32_t flag
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataExtractor.h57 const char *getCStr(uint32_t *offset_ptr) const;
83 uint64_t getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const;
108 int64_t getSigned(uint32_t *offset_ptr, uint32_t size) const;
127 uint64_t getAddress(uint32_t *offset_ptr) const {
145 uint8_t getU8(uint32_t *offset_ptr) const;
170 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
188 uint16_t getU16(uint32_t *offset_pt
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationrootelements.h33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength)
39 static const uint32_t PRIMARY_SENTINEL = 0xffffff00;
45 static const uint32_t SEC_TER_DELTA_FLAG = 0x80;
90 uint32_t getTertiaryBoundary() const {
97 uint32_t getFirstTertiaryCE() const {
104 uint32_t getLastTertiaryCE() const {
112 uint32_t getLastCommonSecondary() const {
122 uint32_t getSecondaryBoundary() const {
129 uint32_t getFirstSecondaryCE() const {
136 uint32_t getLastSecondaryC
[all...]
H A Dcollation.h39 static const uint32_t MERGE_SEPARATOR_PRIMARY = 0x02000000; // U+FFFE
40 static const uint32_t MERGE_SEPARATOR_WEIGHT16 = 0x0200; // U+FFFE
41 static const uint32_t MERGE_SEPARATOR_LOWER32 = 0x02000200; // U+FFFE
42 static const uint32_t MERGE_SEPARATOR_CE32 = 0x02000202; // U+FFFE
59 static const uint32_t COMMON_WEIGHT16 = 0x0500;
61 static const uint32_t COMMON_SECONDARY_CE = 0x05000000;
63 static const uint32_t COMMON_TERTIARY_CE = 0x0500;
65 static const uint32_t COMMON_SEC_AND_TER_CE = 0x05000500;
67 static const uint32_t SECONDARY_MASK = 0xffff0000;
68 static const uint32_t CASE_MAS
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DHandlerInfo.h34 uint32_t start;
35 uint32_t end;
36 uint32_t target;
37 uint32_t scopeDepth;
/macosx-10.10.1/xar-254/xar/lib/
H A Dmacho.h39 uint32_t magic;
40 uint32_t cputype;
41 uint32_t cpusubtype;
42 uint32_t filetype;
43 uint32_t ncmds;
44 uint32_t sizeofcmds;
45 uint32_t flags;
49 uint32_t cmd;
50 uint32_t cmdsize;
54 uint32_t magi
[all...]
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dnetstat.h106 extern void protopr(uint32_t, char *, int);
107 extern void mptcppr(uint32_t, char *, int);
108 extern void tcp_stats(uint32_t, char *, int);
109 extern void mptcp_stats(uint32_t, char *, int);
110 extern void udp_stats(uint32_t, char *, int);
111 extern void ip_stats(uint32_t, char *, int);
112 extern void icmp_stats(uint32_t, char *, int);
113 extern void igmp_stats(uint32_t, char *, int);
114 extern void arp_stats(uint32_t, char *, int);
116 extern void ipsec_stats(uint32_t, cha
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgsrc.h74 uint32_t ii_height; /* Nesting height: 0 is outermost */
75 uint32_t ii_flags; /* Currently unused */
81 uint32_t mi_height; /* As determined from an imgsrc_info structure */
82 uint32_t mi_flags; /* TBD */
88 uint32_t mi_height;
89 uint32_t mi_flags;
94 uint32_t mi_height;
95 uint32_t mi_flags;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWindowServerConnection.h45 static void applicationWindowModificationsStarted(uint32_t, void*, uint32_t, void*, uint32_t);
46 static void applicationWindowModificationsStopped(uint32_t, void*, uint32_t, void*, uint32_t);
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLBlockChecksum.c43 uint32_t BLBlockChecksum(const void *buf,uint32_t length)
45 uint32_t sum = 0;
46 uint32_t *s = (uint32_t *) buf;
47 uint32_t *t = s + length/4;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_cache_format.h35 uint32_t mappingOffset; // file offset to first dyld_cache_mapping_info
36 uint32_t mappingCount; // number of dyld_cache_mapping_info entries
37 uint32_t imagesOffset; // file offset to first dyld_cache_image_info
38 uint32_t imagesCount; // number of dyld_cache_image_info entries
53 uint32_t maxProt;
54 uint32_t initProt;
62 uint32_t pathFileOffset;
63 uint32_t pad;
68 uint32_t version; // currently 1
69 uint32_t toc_offse
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs37 clientPSNHigh :uint32_t;
38 clientPSNLow :uint32_t;
40 out pluginHostPSNHigh :uint32_t;
41 out pluginHostPSNLow :uint32_t);
44 requestID :uint32_t;
46 pluginID :uint32_t);
49 pluginID :uint32_t;
50 requestID :uint32_t;
61 pluginID :uint32_t;
64 pluginID :uint32_t;
[all...]
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/i386/
H A Dboot.h68 uint32_t Type;
69 uint32_t Pad;
84 uint32_t v_baseAddr; /* Base address of video memory */
85 uint32_t v_display; /* Display Code (if Applicable */
86 uint32_t v_rowBytes; /* Number of bytes per pixel row */
87 uint32_t v_width; /* Width */
88 uint32_t v_height; /* Height */
89 uint32_t v_depth; /* Pixel Depth */
144 uint32_t MemoryMap; /* Physical address of memory map */
145 uint32_t MemoryMapSiz
[all...]

Completed in 239 milliseconds

1234567891011>>