Searched refs:byte (Results 201 - 225 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/src/
H A Dstub_binding_helper.s43 #define XMMM0_SAVE 16 /* 16-byte align */
52 #define STACK_SIZE 100 /* must be 4 mod 16 so that stack winds up 16-byte aliged */
63 subl $STACK_SIZE,%esp # makes stack 16-byte aligned
124 #define XMMM0_SAVE 64 /* 16-byte align */
132 #define STACK_SIZE 192 /* (XMMM7_SAVE+16) must be 16 byte aligned too */
140 subq $STACK_SIZE,%rsp # at this point stack is 16-byte aligned because two meta-parameters where pushed
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drecd016.tcl85 set byte [read $fid 1]
86 binary scan $byte c val
H A Dsec002.tcl105 set byte [read $f 1]
106 binary scan $byte c val
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dunewdata.c194 udata_write8(UNewDataMemory *pData, uint8_t byte) { argument
196 T_FileStream_write(pData->file, &byte, 1);
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpciutils3.1.7.patch.c151 +darwin_read(struct pci_dev *d, int pos, byte *buf, int len)
201 +darwin_write(struct pci_dev *d, int pos, byte *buf, int len)
H A Dpciutils3.2.0.patch.c99 +darwin_read(struct pci_dev *d, int pos, byte *buf, int len)
145 +darwin_write(struct pci_dev *d, int pos, byte *buf, int len)
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest-gss-common.c46 u_int8_t *byte = (u_int8_t *) inBuffer + l; local
47 printf ("%2.2x", *byte);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dshow_certificates.c258 const uint8_t *byte = CFDataGetBytePtr(key_fingerprint); local
262 fprintf(stdout, " %02X", byte[i]);
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/Netscape/x11/
H A DNetscapePluginModuleX11.cpp198 static void writeCharacter(char byte) argument
201 while ((result = fputc(byte, stdout)) == EOF && errno == EINTR) { }
/macosx-10.10/libauto-186/
H A Dauto_weak.cpp507 uint8_t byte; local
508 while ((byte = *map++)) {
509 uint8_t skips = (byte >> 4);
511 uint8_t weaks = (byte & 0x0F);
646 unsigned char byte; local
648 while ((byte = *layout++)) {
649 uint8_t skips = (byte >> 4);
651 uint8_t weaks = (byte & 0x0F);
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDMain.cpp234 static int readerWrapperCallback(uint8_t *byte, argument
238 return wrapper->byteBlock(byte, address);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm30 ; Align stack on 16-byte boundary.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4c.tcl55 /* convert via a byte array to properly handle null bytes */
/macosx-10.10/tidy-15.15/tidy/src/
H A Dtmbstr.c52 while ( *s2 && --size ) /* Predecrement: reserve byte */
98 /* returns byte count, not char count */
137 while ((c = (byte)*s1) == (byte)*s2)
/macosx-10.10/vim-55/runtime/syntax/
H A Dpromela.vim24 syn keyword promelaType bit bool byte short int
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dpci.py81 # Print mem-mapped address at beginning of each 16-byte line
83 read_vals = [DoPciCfgRead(32, bus, dev, func, offset + byte)
84 for byte in range(0, 16, 4)]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclEncoding.c58 * Unicode and a single-byte, double-byte, or multibyte (1 or 2 bytes only)
66 char prefixBytes[256]; /* If a byte in the input stream is a lead
67 * byte for a 2-byte sequence, the
115 char prefixBytes[256]; /* If a byte in the input stream is the first
1669 * byte-ordering, so that same binary file can be read on either endian
2411 * Special case for 1-byte utf chars for speed. Make sure we
2571 int result, byte, numChars;
2594 byte
2538 int result, byte, numChars; local
3016 int byte, hi, lo, ch; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclEncoding.c60 * Unicode and a single-byte, double-byte, or multibyte (1 or 2 bytes only)
68 char prefixBytes[256]; /* If a byte in the input stream is a lead
69 * byte for a 2-byte sequence, the
116 char prefixBytes[256]; /* If a byte in the input stream is the
1454 * byte-ordering, so that same binary file can be read on either
2203 * Special case for 1-byte utf chars for speed. Make sure we
2364 int result, byte, numChars;
2387 byte
2336 int result, byte, numChars; local
2629 int byte, hi, lo, ch; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor320 foreach byte $BM(bits) {
321 foreach {n1 n2} [split $byte ""] break ;# Get each nibble
475 set byte 0
477 set byte [expr {2 * $byte}]
479 incr byte
482 lappend bytes [format 0x%02x $byte]
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1d.c832 unsigned char byte; local
842 byte = (unsigned char) *buf;
846 formatKind(byte, kindBuf);
847 printf("Found tag %02x %s\n", byte, kindBuf);
850 tag_number = byte & SEC_ASN1_TAGNUM_MASK;
858 * to look at each byte to know if there is another, etc.
862 if (byte == 0 && sec_asn1d_parent_allows_EOC(state)) {
868 * end-of-contents octets and let that code re-read this byte
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
897 unsigned char byte; local
969 unsigned char byte; local
1679 unsigned char byte; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1d.c832 unsigned char byte; local
842 byte = (unsigned char) *buf;
846 formatKind(byte, kindBuf);
847 printf("Found tag %02x %s\n", byte, kindBuf);
850 tag_number = byte & SEC_ASN1_TAGNUM_MASK;
858 * to look at each byte to know if there is another, etc.
862 if (byte == 0 && sec_asn1d_parent_allows_EOC(state)) {
868 * end-of-contents octets and let that code re-read this byte
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
897 unsigned char byte; local
969 unsigned char byte; local
1679 unsigned char byte; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1d.c832 unsigned char byte; local
842 byte = (unsigned char) *buf;
846 formatKind(byte, kindBuf);
847 printf("Found tag %02x %s\n", byte, kindBuf);
850 tag_number = byte & SEC_ASN1_TAGNUM_MASK;
858 * to look at each byte to know if there is another, etc.
862 if (byte == 0 && sec_asn1d_parent_allows_EOC(state)) {
868 * end-of-contents octets and let that code re-read this byte
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
897 unsigned char byte; local
969 unsigned char byte; local
1679 unsigned char byte; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1d.c832 unsigned char byte; local
842 byte = (unsigned char) *buf;
846 formatKind(byte, kindBuf);
847 printf("Found tag %02x %s\n", byte, kindBuf);
850 tag_number = byte & SEC_ASN1_TAGNUM_MASK;
858 * to look at each byte to know if there is another, etc.
862 if (byte == 0 && sec_asn1d_parent_allows_EOC(state)) {
868 * end-of-contents octets and let that code re-read this byte
887 state->found_tag_modifiers = byte & ~SEC_ASN1_TAGNUM_MASK;
897 unsigned char byte; local
969 unsigned char byte; local
1679 unsigned char byte; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRPacketData.h190 uint8_t byte = 0; local
192 OSStatus result = ReadByte(bytesPtr, sizePtr, &byte);
195 *value = byte != 0;
447 static inline void AppendByte(CFMutableDataRef appendTo, uint8_t byte) argument
449 CFDataAppendBytes(appendTo, &byte, 1);
/macosx-10.10/dtrace-147/libelf/
H A Dupdate.c462 int byte; local
466 * byte order of the system we are running on rather than that of
470 * the linker-host byte order is necessary so that the linker can
473 * to the target byte order.
571 ELFACCESSDATA(byte, _elf_byte);
598 (void) memset(start - sz, byte, sz);
613 (void) memset(here - sz, byte, sz);
649 (void) memset(image + hi, byte, sz);
829 * gets the byte order (encoding) of the platform running the linker
832 * is used to re-translate such an image into the byte orde
[all...]

Completed in 465 milliseconds

1234567891011>>