HomeSort by relevance Sort by last modified time
    Searched defs:byte (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
i2c.h 61 __u8 byte; member in union:i2c_smbus_data
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
i2c.h 61 __u8 byte; member in union:i2c_smbus_data
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
i2c.h 61 __u8 byte; member in union:i2c_smbus_data
  /external/harfbuzz/src/
harfbuzz-open.c 1373 byte 1 byte 2
1375 00: (byte >> 14) & mask
1376 11: (byte >> 12) & mask
1383 byte 1 byte 2
1385 0000: (byte >> 12) & mask
1386 1111: (byte >> 8) & mask
1393 byte 1 byte
1406 HB_UShort byte, bits, mask, s; local
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 21 * as well as byte sequences with more than 4 bytes or more than one complete
132 * an efficient search for a byte sequence that could be a prefix
133 * of a previously entered byte sequence.
155 /* get pointers to the byte sequences */
476 * for SI/SO tables, a single byte is never a prefix because it
477 * occurs in a separate single-byte state
719 /* illegal byte sequence */
746 uint8_t byte; local
760 (byte=(uint8_t)uprv_strtoul(s+2, &end, 16), end)!=s+4
762 fprintf(stderr, "ucm error: byte must be formatted as \\xXX (2 hex digits) - \"%s\"\n", line)
    [all...]
  /external/libvpx/vp8/encoder/
temporal_filter.c 104 int byte = 0; local
111 int src_byte = frame1[byte];
132 byte++;
135 byte += stride - block_size;
287 int byte; local
411 byte = mb_y_offset;
420 dst1[byte] = (unsigned char)pval;
423 byte++;
426 byte += stride - 16;
432 byte = mb_uv_offset
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 51 * 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.
160 * byte from the instruction's memory and advance the cursor.
164 * @param byte - A pointer to a pre-allocated memory buffer to be populated
168 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) {
169 int ret = insn->reader(insn->readerArg, byte, insn->readerCursor);
181 * @param byte - See consumeByte().
184 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) {
303 uint8_t byte = 0; local
    [all...]
  /external/qemu/
posix-aio-compat.c 507 char byte = 0; local
510 ret = write(posix_aio_state->wfd, &byte, sizeof(byte));
  /external/v8/src/
globals.h 171 typedef uint8_t byte; typedef in namespace:v8::internal
172 typedef byte* Address;
281 // The expression OFFSET_OF(type, field) computes the byte-offset
unicode.h 41 typedef unsigned char byte; typedef in namespace:unibrow
136 // trail produces 1 byte net, because the encoding of the pair is
157 static const byte* ReadBlock(Buffer<const char*> str, byte* buffer,
159 static uchar CalculateValue(const byte* str,
169 // A single surrogate is coded as a 3 byte UTF-8 sequence, but two together
170 // that match are coded as a 4 byte UTF-8 sequence.
177 static inline uchar ValueOf(const byte* str,
193 static inline bool EncodeCharacter(uchar c, byte* buffer, unsigned capacity,
195 static inline bool EncodeAsciiCharacter(uchar c, byte* buffer
    [all...]
preparser.h 43 typedef uint8_t byte; typedef in namespace:v8::preparser
77 int AddSymbol(i::Vector<const byte> key, bool is_ascii, int value);
82 byte* BackupKey(i::Vector<const byte> key, bool is_ascii);
89 static uint32_t Hash(i::Vector<const byte> key, bool is_ascii);
  /external/bluetooth/bluez/tools/
hciattach.c 168 /* The first byte identifies the packet type. For HCI event packets, it
387 unsigned char byte, bcsph[4], bcspp[4], local
423 if (read_check(fd, &byte, 1) == -1){
427 } while (byte != 0xC0);
467 if (read_check(fd, &byte, 1) == -1){
471 } while (byte != 0xC0);
hciattach_ath3k.c 505 char byte[3]; local
511 byte[2] = '\0';
540 if (!fgets(byte, 3, stream))
543 patch.data[i] = strtoul(byte, NULL, 16);
  /external/elfutils/libcpu/
i386_data.h 393 //uint_fast8_t byte = d->data[d->opoff2 / 8] & 7;
394 uint_fast8_t byte = modrm & 7; local
401 needed = snprintf (buf, avail, "%%%s", dregs[byte]);
403 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte);
423 //uint_fast8_t byte = data[opoff2 / 8] & 7;
424 uint_fast8_t byte = modrm & 7; local
429 byte);
779 int8_t byte = *(*d->param_start)++;
782 (int64_t) byte);
785 (int32_t) byte);
916 uint_fast8_t byte = d->data[d->opoff1 \/ 8]; local
1112 uint_fast8_t byte = modrm & 7; local
1137 uint_fast8_t byte = modrm & 7; local
1160 uint_fast8_t byte = d->data[d->opoff1 \/ 8]; local
1214 uint_fast8_t byte = d->data[d->opoff1 \/ 8]; local
1354 uint_fast8_t byte = d->data[d->opoff1 \/ 8]; local
1374 uint_fast8_t byte = d->data[d->opoff1 \/ 8]; local
1404 uint_fast8_t byte = d->data[d->opoff1 \/ 8]; local
    [all...]
i386_disasm.c 390 /* We match a prefix byte. This is exactly one byte and
497 uint_fast8_t byte; local
500 byte = *begin;
501 /* This is a prefix byte. Print it. */
502 switch (byte)
540 if (byte != 0x40)
543 if (byte & 0x8)
545 if (byte & 0x4)
547 if (byte & 0x3
    [all...]
  /external/grub/netboot/
smc9000.h 35 typedef unsigned char byte; typedef
114 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 234 // pos can be skipped to if it is a valid address or one byte past the end.
240 uint8_t byte = -1; local
241 BitStream->getBitcodeBytes().readByte(pos, &byte);
242 return byte;
  /external/skia/src/core/
SkStream.cpp 72 uint8_t byte; local
73 if (!this->read(&byte, 1)) {
76 if (SK_BYTE_SENTINEL_FOR_U16 == byte) {
78 } else if (SK_BYTE_SENTINEL_FOR_U32 == byte) {
81 return byte;
  /external/tcpdump/
addrtoname.c 177 register u_int byte; local
187 byte = addr & 0xff;
188 *--cp = byte % 10 + '0';
189 byte /= 10;
190 if (byte > 0) {
191 *--cp = byte % 10 + '0';
192 byte /= 10;
193 if (byte > 0)
194 *--cp = byte + '0';
208 * is assumed to be in network byte order
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 655 /* which byte in the mask and which bit in the byte we're at */
657 int byte = maskIter / 8; local
660 TI_BOOL isSet = ((request->mask[byte] & (1 << bit)) == (1 << bit));
662 TRACE4(pRxData->hReport, REPORT_SEVERITY_INFORMATION, ": MaskIter = %d, Byte = %d, Bit = %d, isSet = %d\n", maskIter, byte, bit, isSet);
722 /* add the current pattern byte to the field pattern */
    [all...]
  /sdk/emulator/qtools/
armdis.cpp 348 const char *byte = ""; local
350 byte = "b";
356 opname, cond_to_str(cond), byte, rd, rn);
359 opname, cond_to_str(cond), byte, rd, rn, minus, offset, bang);
366 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, offset);
381 opname, cond_to_str(cond), byte, rd, rn, minus, rm, bang);
386 opname, cond_to_str(cond), byte, rd, rn, minus, rm, bang);
392 opname, cond_to_str(cond), byte, rd, rn, minus, rm,
404 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, rm);
409 opname, cond_to_str(cond), byte, transfer, rd, rn, minus, rm)
    [all...]
  /dalvik/dexdump/
DexDump.cpp 106 case 'B': return "byte";
1605 int idx, addr, byte; local
    [all...]
  /external/kernel-headers/original/linux/
i2c.h 396 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */
398 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2 0x20000000 /* w/ 2-byte reg. addr. */
426 __u8 byte; member in union:i2c_smbus_data
  /external/libmtp/src/
libusb-glue.c 793 * 3. REPEAT send 0x10000 byte chunks UNTIL remaining bytes < 0x10000
870 // want to discard extra byte
874 printf("<==USB IN\nDiscarding extra byte\n");
1391 char byte = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 216 prev_pix = (pix4 << 24) & 0xFF000000; /* mask out byte belong to previous word */
236 prev_pix = (pix4 << 16) & 0xFFFF0000; /* mask out byte belong to previous word */
255 prev_pix = (pix4 << 8) & 0xFFFFFF00; /* mask out byte belong to previous word */
819 r6 = (r0 >> 8) & 0xFF00FF; /* second and fourth byte */
1660 uint8 byte; local
2122 uint8 byte; local
    [all...]

Completed in 2210 milliseconds

1 2 34 5