Searched refs:packed (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h153 } __attribute__((aligned(2), packed));
163 } __attribute__((aligned(2), packed));
176 } __attribute__((aligned(2), packed));
183 } __attribute__((aligned(2), packed));
203 } __attribute__((aligned(2), packed));
219 } __attribute__((aligned(2), packed));
224 } __attribute__((aligned(2), packed));
233 } __attribute__((aligned(2), packed));
241 } __attribute__((aligned(2), packed));
249 } __attribute__((aligned(2), packed));
[all...]
H A Dhfs_unistr.h53 } __attribute__((aligned(2), packed));
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h93 } __attribute((packed)) IOSimpleReportValues;
98 } __attribute((packed)) IOSimpleArrayReportValues;
106 } __attribute((packed)) IOStateReportValues;
114 } __attribute((packed)) IOHistogramReportValues;
148 } __attribute((packed)) IOReportChannelType;
153 @param <char0..char7> - printable chars to be packed into a channel ID
194 } __attribute((packed)) IOReportElementValues;
202 } __attribute((packed)) IOReportElement;
H A DOSMessageNotification.h146 void * args[] __attribute__ ((packed));
148 void * args[0] __attribute__ ((packed));
H A DIOKernelReportStructs.h268 } __attribute((packed)) IOHistogramSegmentConfig;
276 } __attribute((packed)) IONormDistReportValues;
H A DIODeviceTreeSupport.h103 } __attribute__((aligned(2), packed));
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto.h126 } __attribute__((packed)) utun_crypto_keys_idx_ipsec_args_v1_t;
131 } __attribute__((packed)) utun_crypto_keys_idx_dtls_args_v1_t;
147 } __attribute__((aligned(4), packed)) utun_crypto_keys_idx_args_t;
173 } __attribute__((packed)) utun_crypto_keys_ipsec_args_v1_t;
178 } __attribute__((packed)) utun_crypto_keys_dtls_args_v1_t;
194 } __attribute__((aligned(4), packed)) utun_crypto_keys_args_t;
200 } __attribute__((packed)) utun_crypto_ipsec_args_v1_t;
205 } __attribute__((packed)) utun_crypto_dtls_args_v1_t;
221 } __attribute__((aligned(4), packed)) utun_crypto_args_t;
232 } __attribute__((packed)) utun_crypto_framer_ipsec_args_v1_
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_phantom_cache.h45 } __attribute__((packed));
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/Common/
H A DAppleUSBCDCCommon.h97 } __attribute__((packed)) Notification;
103 } __attribute__((packed)) SerialState;
110 } __attribute__((packed)) ConnectionSpeedChange;
321 } __attribute__((packed)) NCMFunctionalDescriptor;
334 } __attribute__((packed)) MBIMFunctionalDescriptor;
352 } __attribute__((packed)) NTBParameters;
359 } __attribute__((packed)) NTBInSize;
402 } __attribute__((packed)) NTH16;
411 } __attribute__((packed)) NTH32;
418 } __attribute__((packed)) NDP1
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollw.tcl87 set data(hsb,packed) $data(hsb,present)
88 set data(vsb,packed) $data(vsb,present)
90 set data(hsb,packed) 0
91 set data(vsb,packed) 0
102 if {$data(hsb,packed)} {
106 if {$data(vsb,packed)} {
172 set data(hsb,packed) [expr {$data(hsb,present) && \
175 set data(vsb,packed) [expr {$data(vsb,present) && \
180 if {$data(hsb,packed)} {
185 set data(hsb,packed)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dscrollw.tcl76 packed 0 present 0 auto 0 row 2 col 1 lastmin -1 lastmax -1 lock 0
80 packed 0 present 0 auto 0 row 1 col 2 lastmin -1 lastmax -1 lock 0
173 if {$vsb(present) && $vsb(packed)} {
176 if {$hsb(present) && $hsb(packed)} {
194 if {$sb(packed) && $vmin == 0 && $vmax == 1} {
196 set sb(packed) 0
199 } elseif {!$sb(packed) && ($vmin != 0 || $vmax != 1)} {
200 set sb(packed) 1
231 set hsb(packed) 0
232 set vsb(packed)
[all...]
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdump.h90 }__attribute__((packed));
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dbocu1tst.c127 /* The length of a byte sequence, according to its packed form. */
128 #define BOCU1_LENGTH_FROM_PACKED(packed) \
129 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4)
274 * and return a packed integer with them.
331 /* encode the length of the packed result */
360 * @return the packed 1/2/3/4-byte encoding, see packDiff(),
600 * Write a packed BOCU-1 byte sequence into a byte array,
604 * @param packed packed BOC
611 writePacked(int32_t packed, uint8_t *p) argument
644 unpackDiff(int32_t initialPrev, int32_t packed) argument
680 int32_t packed, initialPrev; local
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPriv.h322 } __attribute__ ((packed));
332 } __attribute__ ((packed));
338 } __attribute__ ((packed));
348 } __attribute__ ((packed));
374 } __attribute__ ((packed)) LocalIsochPortAllocateParams;
397 } __attribute__ ((packed));
407 } __attribute__ ((packed));
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_core.h60 }__attribute__((packed));
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/i386/
H A Dfp_reg.h88 }__attribute__ ((packed));
118 }__attribute__ ((packed));
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOLLEvent.h370 UInt64 uniqueID __attribute__ ((packed)); /* vendor-defined unique ID */
483 UInt64 uniqueID __attribute__ ((packed)); /* vendor-defined unique ID */
503 UInt64 time __attribute__ ((packed)); /* time since launch */
506 UInt64 service_id __attribute__ ((packed)); /* service id */
518 UInt64 time __attribute__ ((packed)); /* time since launch */
522 UInt64 service_id __attribute__ ((packed)); /* service id */
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dextract.h33 * We have __attribute__; we assume that means we have __attribute__((packed)).
34 * Declare packed structures containing a u_int16_t and a u_int32_t,
37 * __attribute__((packed)) causes the compiler to generate unaligned-safe
48 } __attribute__((packed)) unaligned_u_int16_t;
52 } __attribute__((packed)) unaligned_u_int32_t;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireFamilyCommon.h958 } __attribute__ ((packed)) UserExportDCLCommand;
970 } __attribute__ ((packed)) UserExportDCLTransferPacket ;
983 } __attribute__ ((packed)) UserExportDCLTransferBuffer ;
993 } __attribute__ ((packed)) UserExportDCLCallProc;
1001 } __attribute__ ((packed)) UserExportDCLLabel;
1010 } __attribute__ ((packed)) UserExportDCLJump;
1020 } __attribute__ ((packed)) UserExportDCLSetTagSyncBits;
1030 } __attribute__ ((packed)) UserExportDCLUpdateDCLList;
1039 } __attribute__ ((packed)) UserExportDCLTimeStamp;
1048 } __attribute__ ((packed)) UserExportDCLPtrTimeStam
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py135 rv, packed = NSConvertGlyphsToPackedGlyphs(glyphs, len(glyphs), NSNativeShortGlyphPacking, None)
137 self.failUnlessIsInstance(packed, str)
139 self.failUnlessEqual(len(packed), 0)
142 self.failUnlessEqual(len(packed), rv)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py135 rv, packed = NSConvertGlyphsToPackedGlyphs(glyphs, len(glyphs), NSNativeShortGlyphPacking, None)
137 self.assertIsInstance(packed, str)
139 self.assertEqual(len(packed), 0)
142 self.assertEqual(len(packed), rv)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsfont.py148 rv, packed = NSConvertGlyphsToPackedGlyphs(glyphs, len(glyphs), NSNativeShortGlyphPacking, None)
150 self.assertIsInstance(packed, str)
152 self.assertEqual(len(packed), 0)
155 self.assertEqual(len(packed), rv)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h43 typedef struct __attribute__((packed)) {
51 typedef struct __attribute__((packed)) {
H A Dcprotect.h224 * This structure is a fixed length and is tightly packed.
234 } __attribute__((aligned(2), packed));
240 * This structure must be tightly packed, but the *size can vary*
247 * Fully packed, this structure can range from :
252 * use as much of the key buffer as needed. It must be tightly packed, though.
266 } __attribute__((aligned(2), packed));
275 * Note that this structure is tightly packed: 28 bytes total.
282 } __attribute__((aligned(2), packed));
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Ddebug.h89 } __attribute__ ((packed));
141 } __attribute__ ((packed));
150 } __attribute__ ((packed));
169 } __attribute__((packed));

Completed in 184 milliseconds

1234