Searched refs:byte (Results 1 - 25 of 33) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/arm/
H A Dexctramps_hi.s40 .byte 0
41 .byte 0
42 .byte 0
43 .byte 0
45 .byte 0
46 .byte 0
47 .byte 0
48 .byte 0
50 .byte 0
51 .byte
[all...]
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmDecompress.s420 .byte 0
421 .byte 52
422 .byte 8
423 .byte 56
424 .byte 16
425 .byte 12
426 .byte 28
427 .byte 20
428 .byte 4
429 .byte 3
[all...]
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_serial.c43 unsigned char byte = *packet++; local
45 if(byte == SKDP_START_CHAR || byte == SKDP_END_CHAR || byte == SKDP_ESC_CHAR || byte == '\n')
48 byte = ~byte;
50 outFunc(byte);
55 unsigned char *kdp_unserialize_packet(unsigned char byte, unsigned int *len) argument
60 if(byte
[all...]
/darwin-on-arm/xnu/libkern/zlib/intel/
H A Dadler32vec.s124 subl $140, %esp // to save %xmm0-%xmm7 into stack, extra 12 to align %esp to 16-byte boundary
160 // update adler/sum2 according to a new 16-byte vector
163 movaps %xmm1, %xmm3 // a copy of the vector, used for unsigned byte in the destination of pmaddubsw
183 // update adler/sum2 according to a new 32-byte vector
188 movaps %xmm1, %xmm3 // a copy of 1st vector, used for unsigned byte in the destination of pmaddubsw
189 movaps %xmm7, %xmm2 // a copy of 2nd vector, used for unsigned byte in the destination of pmaddubsw
276 DO32 // update adler/sum2 for a 32-byte input
279 DO16 // update adler/sum2 for a 16-byte input
289 DO32 // update adler/sum2 for a 32-byte input
297 DO16 // update adler/sum2 for a 16-byte inpu
[all...]
H A DinffastS.s17 .byte 0
18 .byte 0
19 .byte 0
20 .byte 0
21 .byte 0
22 .byte 0
23 .byte 0
24 .byte 0
25 .byte 0
26 .byte
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c173 * a NULL termination byte). The string must reside in kernel memory.
179 * UTF_REVERSE_ENDIAN: Unicode byte order is opposite current runtime
181 * UTF_BIG_ENDIAN: Unicode byte order is always big endian
183 * UTF_LITTLE_ENDIAN: Unicode byte order is always little endian
246 * UTF_BIG_ENDIAN: Unicode byte order is always big endian
248 * UTF_LITTLE_ENDIAN: Unicode byte order is always little endian
393 * UTF_REV_ENDIAN: Unicode byte order is opposite current runtime
395 * UTF_BIG_ENDIAN: Unicode byte order is always big endian
397 * UTF_LITTLE_ENDIAN: Unicode byte order is always little endian
417 unsigned int byte; local
630 unsigned int byte; local
742 unsigned int byte; local
[all...]
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c102 uint32_t byte; member in struct:__anon48
115 * Return a byte value in which bits numbered lower than 'b' are set.
126 * Set the given range of bits within a byte.
139 b.byte = where / NBBY;
151 * units, using longs, then a short, then a byte, then bits.
161 if (start.byte < end.byte) {
165 map[start.byte] |= byte_set_bits(start.bit, NBBY - 1);
167 start.byte++;
168 if (start.byte
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_external.c246 uint64_t bit, byte; local
251 byte = bit >> 3;
252 if (map[byte] & (1 << (bit & 07))) {
264 uint64_t bit, byte; local
270 byte = bit >> 3;
271 map[byte] |= (1 << (bit & 07));
279 uint64_t bit, byte; local
285 byte = bit >> 3;
286 map[byte] &= ~(1 << (bit & 07));
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss_crypto.c80 int byte, i, msbit; local
104 byte = 0;
109 /* compute the msbit in k which gets added into this byte */
111 byte */
113 /* then, for each byte, shift to the right for each
116 /* last, pick out the correct byte within that
121 /* pull out the byte value itself */
122 byte += (((in[((inbits-1)-(msbit>>3))%inbits]<<8)|
127 byte += out[i%outbits];
128 out[i%outbits] = byte
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_endian.h65 #warning Unknown byte order
/darwin-on-arm/xnu/osfmk/i386/
H A Dasm64.h37 .byte 0xea /* far jump longmode */ ;\
H A Dstart.s208 #define operand_size_prefix .byte 0x66
209 #define address_size_prefix .byte 0x67
210 #define cs_base_prefix .byte 0x2e
215 .byte 0xea ;\
224 .byte 0x15 ;\
H A Dstart64.s204 .byte 0x21
212 .byte 0x29
H A Dasm.h139 #define SVC .byte 0x9a; .long 0; .word 0x7
141 #define RPC_SVC .byte 0x9a; .long 0; .word 0xf
153 #define data16 .byte 0x66
154 #define addr16 .byte 0x67
H A Didt.s89 .byte 0 ;\
90 .byte type ;\
97 .byte 0 ;\
98 .byte type ;\
105 .byte 0 ;\
106 .byte type ;\
1011 subl $8, %esp /* for 16-byte stack alignment */
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_internal.h40 typedef unsigned char byte, *bytePtr; typedef
54 #define BYTE_AT(x) (*((byte PTR)(x)))
58 #define high(x) ((byte)((x) >> 8))
59 #define low(x) ((byte)(x))
60 #define hlword(h, l) (((byte)(l)) | (((byte)(h)) << 8))
64 * On a Mac, there is no need to byte-swap data on the network, so
74 byte nodeid; /* node number */
75 byte socket; /* socket number */
H A Dadsp_Open.c92 static byte xlateStateTbl[4] = /* The value to be given to the CCB's state. */
99 static byte xlateOpenTbl[4] = /* Value to use for open state. */
H A Dadsp_Packet.c390 byte socket;
391 byte descriptor;
392 byte idx; /* Index into state tables */
532 * len # of byte in ADSP header + data
562 if (UAS_VALUE(op->version) != netw(0x0100)) { /* Check version num (on even-byte) */
589 m.dstCID = UAS_VALUE_NTOH(op->dstCID); /* On even-byte boundry */
603 if ((f->descriptor & ADSP_CONTROL_MASK) != (byte)ADSP_CTL_OREQ)
724 /* (bytePtr data, word len, AddrUnion a, byte dsoc) */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp1400 UInt8 byte; local
1407 byte = bytes[cnt++];
1408 if (byte == 0xFF) {
1409 byte = bytes[cnt++];
1410 if (byte == 0x00) {
1414 cnt2 = byte & 0x7F;
1425 byte = bytes[cnt++];
1426 if (byte == 0xFF) {
1427 byte = bytes[cnt++];
1428 cnt2 = byte
1446 UInt8 byte; local
1503 UInt8 byte; local
1566 UInt8 byte; local
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h209 int subyte(user_addr_t addr, int byte);
210 int suibyte(user_addr_t addr, int byte);
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSData.h57 * overwrite portions of the byte array.
124 * An instance of OSData containing a copy of the provided byte array,
149 * A instance of OSData that shares the provided byte array,
163 * but you can get the byte pointer and
295 * but you can get the byte pointer and
602 * byte buffers hold the same contents.
692 * Appends a single byte value
696 * @param byte The byte value to append.
697 * @param numBytes The number of copies of <code>byte</cod
[all...]
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.h115 .byte 0xe8 ;\
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dstart.s220 xor %ah, %ah /* Security: zero second byte of stack canary */
541 #define operand_size_prefix .byte 0x66
542 #define address_size_prefix .byte 0x67
543 #define cs_base_prefix .byte 0x2e
547 .byte 0xea ;\
556 .byte 0x15 ;\
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c256 int byte)
260 character = (char)byte;
267 int byte)
271 character = (char)byte;
277 unsigned char byte; local
279 if (copyin(addr, (void *) &byte, sizeof(char)))
281 return(byte);
286 unsigned char byte; local
288 if (copyin(addr, (void *) &(byte), sizeof(char)))
290 return(byte);
254 subyte( user_addr_t addr, int byte) argument
265 suibyte( user_addr_t addr, int byte) argument
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp274 bool OSData::appendByte(unsigned char byte, unsigned int inLength) argument
288 memset(&((unsigned char *)data)[length], byte, inLength);
366 // that includes a termination byte and will thus have
368 // case we verify that the additional byte is a terminator

Completed in 326 milliseconds

12