Searched refs:byte (Results 101 - 125 of 464) sorted by relevance

1234567891011>>

/macosx-10.10/dcerpc-61/dcerpc/include/dce/linux-gnu/
H A Ddce.h162 * Machine dependent typedefs for boolean, byte, and (un)signed integers.
173 * byte unsigned 8 bits
178 typedef idl_byte byte; typedef
/macosx-10.10/dcerpc-61/dcerpc/include/dce/solaris2.10/
H A Ddce.h169 * Machine dependent typedefs for boolean, byte, and (un)signed integers.
180 * byte unsigned 8 bits
185 typedef idl_byte byte; typedef
/macosx-10.10/dcerpc-61/dcerpc/include/dce/solaris2.9/
H A Ddce.h168 * Machine dependent typedefs for boolean, byte, and (un)signed integers.
179 * byte unsigned 8 bits
184 typedef idl_byte byte; typedef
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.h58 #warning Unknown byte order
/macosx-10.10/hfs-285/newfs_hfs/
H A Dhfs_endian.h63 #warning Unknown byte order
/macosx-10.10/ruby-106/ruby/enc/
H A Dutf_16le.c60 UChar byte; local
63 byte = p[1];
64 if (!UTF16_IS_SURROGATE(byte)) {
67 if (UTF16_IS_SURROGATE_FIRST(byte)) {
232 4, /* max byte length */
233 2, /* min byte length */
H A Dutf_16be.c59 int byte = p[0]; local
60 if (!UTF16_IS_SURROGATE(byte)) {
66 if (UTF16_IS_SURROGATE_FIRST(byte)) {
239 4, /* max byte length */
240 2, /* min byte length */
/macosx-10.10/swig-12/Lib/csharp/
H A Darrays_csharp.i95 CSHARP_ARRAYS(unsigned char, byte)
129 CSHARP_ARRAYS_FIXED(unsigned char, byte)
H A Dtypemaps.i87 INPUT_TYPEMAP(unsigned char, unsigned char, byte)
181 OUTPUT_TYPEMAP(unsigned char, unsigned char, byte, UINT8_PTR)
282 INOUT_TYPEMAP(unsigned char, unsigned char, byte, UINT8_PTR)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_predict.c131 * requires byte-swapping, then it must be byte swapped before
372 uint32 byte; local
373 for (byte = 0; byte < bps; byte++) {
375 cp[bps * count + byte] = tmp[byte * wc + count];
377 cp[bps * count + byte] =
378 tmp[(bps - byte
532 uint32 byte; local
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_array.rb93 assert_equal("g:n:i:r:t:s: :e:t:y:b: :1", "1 byte string".split(//).reverse.join(":"))
1095 E & double-precision float, little-endian byte order\\
1096 e & single-precision float, little-endian byte order\\
1098 G & double-precision float, network (big-endian) byte order\\
1099 g & single-precision float, network (big-endian) byte order\\
1105 N & long, network (big-endian) byte order\\
1106 n & short, network (big-endian) byte-order\\
1111 V & long, little-endian byte order\\
1112 v & short, little-endian byte order\\
1113 X & back up a byte\\
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dutf8.c55 3) Legal UTF-8 byte sequences:
58 Code point 1st byte 2nd byte 3rd byte 4th byte
69 allows for the use of five- and six-byte sequences to encode
71 set; those five- and six-byte sequences are illegal for the use
145 0, /* 1 byte */
157 byte validBytes[8];
160 /* low high #bytes byte
[all...]
H A Dfileio.c50 static void TIDY_CALL filesrc_ungetByte( void* sourceData, byte bv )
81 void TIDY_CALL TY_(filesink_putByte)( void* sinkData, byte bv )
/macosx-10.10/cups-408/cups/cups/
H A Dtestfile.c311 fputs("cupsFileWrite(256 512-byte records): ", stdout);
447 int byte; /* Byte from file */ local
695 for (i = 0, byte = 0; i < 256; i ++)
696 if ((byte = cupsFileGetChar(fp)) != i)
701 else if (byte >= 0)
703 printf("FAIL (Got %d, expected %d)\n", byte, i);
750 if ((byte = cupsFileGetChar(fp)) < 0)
752 else if (byte != partial_line[i])
759 printf("FAIL (got '%c', expected '%c')\n", byte, partial_line[i]);
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream.h46 struct Val { unsigned char byte; size_t word; } val; member in struct:zstringlen::Val
130 zs > val.byte;
131 if (val.byte == 255) zs > val.word;
132 else val.word = val.byte;
278 val.byte = 255; val.word = ::strlen(x);
279 if (val.word < 255) zs < (val.byte = val.word);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl345 # single byte. This can be done directly, no need to go through
409 # we need a complete extra byte for the sign
445 # a single byte. This can be done directly, no need to go through
666 # The byte the read is not the length, but a prefix, and
715 # asnGetByte (8.5 version) : Retrieve a single byte from the data (unsigned)
719 upvar 1 $data_var data $byte_var byte
721 binary scan [string index $data 0] cu byte
728 # asnPeekByte (8.5 version) : Retrieve a single byte from the data (unsigned)
733 upvar 1 $data_var data $byte_var byte
735 binary scan [string index $data $offset] cu byte
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab18 # offset byte offset for magic number test or (@offset) expr
21 # type { byte short long quad date edit match }
45 +2 byte >0 , version %d
46 &3 byte * .%d
50 +25 byte * , version %d
51 +24 byte * .%d
55 +4 byte <037 (version %ld)
64 +4 byte * , version %ld
66 +4 byte >0 (version %ld)
68 +4 byte * , versio
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp1160 UInt8 byte; local
1167 byte = bytes[cnt++];
1168 if (byte == 0xFF) {
1169 byte = bytes[cnt++];
1170 if (byte == 0x00) {
1174 cnt2 = byte & 0x7F;
1185 byte = bytes[cnt++];
1186 if (byte == 0xFF) {
1187 byte = bytes[cnt++];
1188 cnt2 = byte
1206 UInt8 byte; local
1263 UInt8 byte; local
1330 UInt8 byte; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCkalloc.c61 /* Aligns body on 8-byte boundary, plus
64 char body[1]; /* First byte of client's space. Actual size
221 int byte;
224 byte = *(memHeaderP->low_guard + idx);
225 if (byte != GUARD_VALUE) {
228 byte &= 0xff;
229 fprintf(stderr, "low guard byte %d is 0x%x \t%c\n", (int)idx, byte,
230 (isprint(UCHAR(byte)) ? byte
218 int byte; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCkalloc.c61 /* Aligns body on 8-byte boundary, plus
64 char body[1]; /* First byte of client's space. Actual
219 int byte;
222 byte = *(memHeaderP->low_guard + idx);
223 if (byte != GUARD_VALUE) {
226 byte &= 0xff;
227 fprintf(stderr, "low guard byte %d is 0x%x \t%c\n", idx, byte,
228 (isprint(UCHAR(byte)) ? byte
215 int byte; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/icuinfo/
H A Dicuinfo.cpp73 uint8_t byte; member in union:__anon1250
77 if(U_IS_BIG_ENDIAN==u.byte) {
81 U_IS_BIG_ENDIAN, u.byte);
/macosx-10.10/bc-21/bc/bc/
H A Dload.c54 addbyte (byte)
55 char byte;
77 /* Store the byte. */
78 f->f_body[pc] = byte;
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Ddictionary.c177 unsigned long byte; local
184 byte = strtoul(str, &end, 16);
191 bytes[j] = byte;
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Daf_inet6.c437 int byte, bit, plen = 0; local
439 for (byte = 0; byte < size; byte++, plen += 8)
440 if (name[byte] != 0xff)
442 if (byte == size)
445 if (!(name[byte] & (1 << bit)))
448 if (name[byte] & (1 << bit))
450 byte++;
451 for (; byte < siz
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c51 * the ModR/M byte is required to decode a particular instruction.
56 * @param opcode - The last byte of the instruction's opcode, not counting
58 * @return - TRUE if the ModR/M byte is required, FALSE otherwise.
97 * @param modRM - The ModR/M byte if required, or any value if not.
164 * byte from the instruction's memory and advance the cursor.
168 * @param byte - A pointer to a pre-allocated memory buffer to be populated
172 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { argument
173 int ret = insn->reader(insn->readerArg, byte, insn->readerCursor);
185 * @param byte - See consumeByte().
188 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { argument
307 uint8_t byte = 0; local
[all...]

Completed in 1021 milliseconds

1234567891011>>