Searched refs:byte (Results 151 - 175 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-simulator-x86_64.s125 * Recommended multi-byte NOP instructions
128 #define nop1 .byte 0x90
129 #define nop2 .byte 0x66,0x90
130 #define nop3 .byte 0x0F,0x1F,0x00
131 #define nop4 .byte 0x0F,0x1F,0x40,0x00
132 #define nop5 .byte 0x0F,0x1F,0x44,0x00,0x00
133 #define nop6 .byte 0x66,0x0F,0x1F,0x44,0x00,0x00
134 #define nop7 .byte 0x0F,0x1F,0x80,0x00,0x00,0x00,0x00
135 #define nop8 .byte 0x0F,0x1F,0x84,0x00,0x00,0x00,0x00,0x00
136 #define nop9 .byte
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dlibbfd.c322 Write a 4 byte integer @var{i} to the output BFD @var{abfd}, in big
337 /** The do-it-yourself (byte) sex-change kit */
340 target machine. It doesn't matter what the byte order of the host
982 unsigned char byte;
989 byte = bfd_get_8 (abfd, buf);
992 result |= (((bfd_vma) byte & 0x7f) << shift);
995 while (byte & 0x80);
1010 unsigned char byte;
1017 byte = bfd_get_8 (abfd, buf);
1020 result |= (((bfd_vma) byte
979 unsigned char byte; local
1007 unsigned char byte; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexsni.c325 (*(Elf32_Shdr *) ((byte *) old_section_h + old_file_h->e_shentsize * (n)))
327 (*(Elf32_Shdr *) ((byte *) new_section_h + new_file_h->e_shentsize * (n)))
329 (*(Elf32_Phdr *) ((byte *) old_program_h + old_file_h->e_phentsize * (n)))
331 (*(Elf32_Phdr *) ((byte *) new_program_h + new_file_h->e_phentsize * (n)))
338 typedef unsigned char byte;
428 old_program_h = (Elf32_Phdr *) ((byte *) old_base + old_file_h->e_phoff);
429 old_section_h = (Elf32_Shdr *) ((byte *) old_base + old_file_h->e_shoff);
590 new_program_h = (Elf32_Phdr *) ((byte *) new_base + old_file_h->e_phoff);
591 new_section_h = (Elf32_Shdr *) ((byte *) new_base +
337 typedef unsigned char byte; typedef
H A Dunexelf.c585 (*(ElfW(Shdr) *) ((byte *) old_section_h + old_file_h->e_shentsize * (n)))
587 (*(ElfW(Shdr) *) ((byte *) new_section_h + new_file_h->e_shentsize * (n)))
589 (*(ElfW(Phdr) *) ((byte *) old_program_h + old_file_h->e_phentsize * (n)))
591 (*(ElfW(Phdr) *) ((byte *) new_program_h + new_file_h->e_phentsize * (n)))
597 typedef unsigned char byte;
732 old_program_h = (ElfW(Phdr) *) ((byte *) old_base + old_file_h->e_phoff);
733 old_section_h = (ElfW(Shdr) *) ((byte *) old_base + old_file_h->e_shoff);
835 new_program_h = (ElfW(Phdr) *) ((byte *) new_base + old_file_h->e_phoff);
837 ((byte *) new_base + old_file_h->e_shoff + new_data2_size);
1146 HDRR * o_phdrr = (HDRR *)((byte *)old_bas
595 typedef unsigned char byte; typedef
[all...]
/macosx-10.10/swig-12/Lib/
H A Dconstraints.i29 Pointer ALIGN8 - 8-byte aligned pointer
30 Pointer ALIGN4 - 4-byte aligned pointer
31 Pointer ALIGN2 - 2-byte aligned pointer
201 SWIG_exception(SWIG_ValueError,"Pointer must be 8-byte aligned.");
212 SWIG_exception(SWIG_ValueError,"Pointer must be 4-byte aligned.");
223 SWIG_exception(SWIG_ValueError,"Pointer must be 2-byte aligned.");
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Drpcvar.tcl428 short byte nonNegativeInteger unsignedLong unsignedInt \
436 integer nonPositiveInteger negativeInteger long int short byte \
447 long int short byte nonNegativeInteger unsignedLong unsignedShort \
532 short byte nonNegativeInteger unsignedLong unsignedInt \
543 integer nonPositiveInteger negativeInteger long int short byte \
557 long int short byte nonNegativeInteger unsignedLong unsignedShort \
/macosx-10.10/tcpdump-61/tcpdump/
H A Dutil.c470 int byte; local
473 for (byte = 0; byte < 16; byte++) {
477 if (mask[byte] == bitmasks[bits]) {
483 if (mask[byte] != 0xff)
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h81 typedef unsigned char byte; typedef
124 byte node[6];
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_ext.h143 * 7.. 0 maximum UChars per byte
157 * Array of byte/value pairs for lookups for toUnicode conversion.
164 * The builder may store entries for a contiguous range of byte values
170 * No two entries in a section have the same byte values.
172 * Each uint32_t contains an input byte value in bits 31..24 and the
197 * input byte position (bits 31..24, number=1..0xff).
198 * The value of the initial word is used when the current byte is not found
204 * If the value is 0 for the initial toUTable entry, then the initial byte
395 * For example, the Shift-JIS filter only works for 2-byte results and tests
419 #define UCNV_EXT_TO_U_MAKE_WORD(byte, valu
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmdata.cpp108 q = q * 128 + (data.byte(pos) & ~0x80);
109 } while (pos < data.length() && data.byte(pos++) & 0x80);
120 // first byte is composite (q1,q2)
144 data.append(p, buffer + sizeof(buffer) - p); // append generated byte string
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.cpp108 q = q * 128 + (data.byte(pos) & ~0x80);
109 } while (pos < data.length() && data.byte(pos++) & 0x80);
120 // first byte is composite (q1,q2)
144 data.append(p, buffer + sizeof(buffer) - p); // append generated byte string
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRMath.c116 static void HashMPIWithPrefix(uint8_t byte, cc_size sN, const cc_unit* s, uint8_t* buffer) argument
119 CFDataAppendBytes(dataToHash, &byte, 1);
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp390 inline void BinaryPropertyListSerializer::appendByte(unsigned char byte) argument
392 *m_currentByte++ = byte;
396 inline void BinaryPropertyListSerializer::appendByte(unsigned byte) argument
398 *m_currentByte++ = byte;
402 inline void BinaryPropertyListSerializer::appendByte(unsigned long byte) argument
404 *m_currentByte++ = byte;
408 inline void BinaryPropertyListSerializer::appendByte(int byte) argument
410 *m_currentByte++ = byte;
456 // 8-byte header
459 // 32-byte traile
[all...]
/macosx-10.10/bc-21/bc/bc/
H A Dproto.h62 _PROTOTYPE(unsigned char byte, (program_counter *pc));
99 _PROTOTYPE(void addbyte, (int byte));
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_converter.c199 uint8_t byte; local
205 byte = *src++;
206 if (byte < 0x80)
207 *unibuf++ = (uint16_t)byte;
209 *unibuf++ = convtbl[byte - 0x80];
245 uint8_t byte; local
255 character, &byte))
256 *buf++ = byte;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/ripemd/
H A Drmd160.h33 typedef unsigned char byte; /* unsigned 8-bit integer */ typedef
134 ripemd160_MDfinish _ANSI_ARGS_ ((dword *MDbuf, byte *strptr, dword lswlen, dword mswlen));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Drmd128.c48 byte buf [CHUNK_SIZE]; /* buffer of 16-dword's */
49 byte byteCount; /* number of bytes in buffer */
H A Drmd160.c48 byte buf [CHUNK_SIZE]; /* buffer of 16-dword's */
49 byte byteCount; /* number of bytes in buffer */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsystm.h203 int subyte(user_addr_t addr, int byte);
204 int suibyte(user_addr_t addr, int byte);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconfig-dos.h185 #undef byte macro
/macosx-10.10/ruby-106/ruby/enc/
H A Dcp949.c70 #define CP949_ISMB_FIRST(byte) (EncLen_CP949[byte] > 1)
71 #define CP949_ISMB_TRAIL(byte) CP949_CAN_BE_TRAIL_TABLE[(byte)]
H A Dgbk.c70 #define GBK_ISMB_FIRST(byte) (EncLen_GBK[byte] > 1)
71 #define GBK_ISMB_TRAIL(byte) GBK_CAN_BE_TRAIL_TABLE[(byte)]
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DAEPrintCarbon.c73 /* AE_PRINT_SIZE Compute the size of string (incl. null byte) AEPrint will build. */
391 unsigned char byte; local
420 byte = *data++;
421 bufputc(buf,hex[byte>>4]);
422 bufputc(buf,hex[byte&0x0F]);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSData.h57 * overwrite portions of the byte array.
140 * An instance of OSData containing a copy of the provided byte array,
165 * A instance of OSData that shares the provided byte array,
179 * but you can get the byte pointer and
311 * but you can get the byte pointer and
618 * byte buffers hold the same contents.
708 * Appends a single byte value
712 * @param byte The byte value to append.
713 * @param numBytes The number of copies of <code>byte</cod
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.h103 .byte 0xe8 ;\

Completed in 477 milliseconds

1234567891011>>