Lines Matching defs:bytes

80   unsigned char bytes[4];
81 /* raw bytes, in whatever order they appear in memory */
87 unsigned char bytes[2];
92 (((Swap32Rec *) dst)->bytes[0] = ((Swap32Rec *) src)->bytes[0], \
93 ((Swap32Rec *) dst)->bytes[1] = ((Swap32Rec *) src)->bytes[1], \
94 ((Swap32Rec *) dst)->bytes[2] = ((Swap32Rec *) src)->bytes[2], \
95 ((Swap32Rec *) dst)->bytes[3] = ((Swap32Rec *) src)->bytes[3] )
97 (((Swap32Rec *) dst)->bytes[0] = ((Swap32Rec *) src)->bytes[3], \
98 ((Swap32Rec *) dst)->bytes[1] = ((Swap32Rec *) src)->bytes[2], \
99 ((Swap32Rec *) dst)->bytes[2] = ((Swap32Rec *) src)->bytes[1], \
100 ((Swap32Rec *) dst)->bytes[3] = ((Swap32Rec *) src)->bytes[0] )
102 (((Swap16Rec *) dst)->bytes[0] = ((Swap16Rec *) src)->bytes[0], \
103 ((Swap16Rec *) dst)->bytes[1] = ((Swap16Rec *) src)->bytes[1] )
105 (((Swap16Rec *) dst)->bytes[0] = ((Swap16Rec *) src)->bytes[1], \
106 ((Swap16Rec *) dst)->bytes[1] = ((Swap16Rec *) src)->bytes[0] )
109 (((Swap32Rec *) dst)->bytes[0] = ((Swap32Rec *) src)->bytes[0], \
110 ((Swap32Rec *) dst)->bytes[1] = ((Swap32Rec *) src)->bytes[1], \
111 ((Swap32Rec *) dst)->bytes[2] = ((Swap32Rec *) src)->bytes[2], \
112 ((Swap32Rec *) dst)->bytes[3] = ((Swap32Rec *) src)->bytes[3] )
114 (((Swap32Rec *) dst)->bytes[0] = ((Swap32Rec *) src)->bytes[3], \
115 ((Swap32Rec *) dst)->bytes[1] = ((Swap32Rec *) src)->bytes[2], \
116 ((Swap32Rec *) dst)->bytes[2] = ((Swap32Rec *) src)->bytes[1], \
117 ((Swap32Rec *) dst)->bytes[3] = ((Swap32Rec *) src)->bytes[0] )
119 (((Swap16Rec *) dst)->bytes[0] = ((Swap16Rec *) src)->bytes[0], \
120 ((Swap16Rec *) dst)->bytes[1] = ((Swap16Rec *) src)->bytes[1] )
122 (((Swap16Rec *) dst)->bytes[0] = ((Swap16Rec *) src)->bytes[1], \
123 ((Swap16Rec *) dst)->bytes[1] = ((Swap16Rec *) src)->bytes[0] )
483 /* here with m = BOS total length in bytes, b = cc->objBuf */
543 /* copy DPS_SEQ_MIN bytes, so we can use existing buffering code */
1056 /* returns the number of initial bytes of a given goody that are
1057 required to figure out how many bytes are needed for the entire goody */
1095 b = n16.bytes;
1100 b = n32.bytes;
1115 b = n16.bytes;
1130 b = n32.bytes;
1141 b = n32.bytes;
1149 /* returns the number of bytes needed for the entire goody. buf points
1150 to enough initial bytes of the goody to figure this out (see above). */
1369 /* render string bytes correctly */
1655 DPSWriteData(ctxt, (char *) n32.bytes, 4);
1660 DPSWriteData(ctxt, (char *) n16.bytes, 2);
1737 DPSWriteData(ctxt, (char *) n16.bytes, 2);
1808 b = n32.bytes;
1813 b = n32.bytes;
1818 b = n16.bytes;
1823 b = n16.bytes;
1838 b = n32.bytes;
1850 b = n16.bytes;
1870 b = n32.bytes;
1879 b = n32.bytes;
1887 b = n32.bytes;
1902 b = n16.bytes;
1908 b = n16.bytes;
1916 /* render string bytes correctly */
1953 converted bytes via DPSWriteData. buf points to the complete goody. */
2073 /* # bytes needed to determine size */