HomeSort by relevance Sort by last modified time
    Searched defs:byte (Results 276 - 300 of 320) sorted by null

<<111213

  /external/syslinux/gpxe/src/drivers/net/
smc9000.h 38 typedef unsigned char byte; typedef
153 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */
  /external/syslinux/gpxe/src/util/
nrv2b.c 129 * that I will never get a 3 byte string match that is encodes
1250 uint8_t byte; local
1256 byte = 0x2b; /* method */
1257 if (fwrite(&byte, sizeof(byte), 1, outfile) != 1)
1259 byte = 10; /* level */
1260 if (fwrite(&byte, sizeof(byte), 1, outfile) != 1)
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_hal.h 85 typedef unsigned char byte; typedef
96 typedef byte mac_addr[6];
97 typedef byte oui[3];
298 wifi_error (* wifi_get_cached_gscan_results)(wifi_interface_handle, byte, int,
451 * @param program pointer to the program byte-code.
452 * @param len length of the program byte-code.
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 907 char byte[3]; local
913 byte[2] = '\0';
942 if (!fgets(byte, 3, stream))
945 patch.data[i] = strtoul(byte, NULL, 16);
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 911 char byte[3]; local
917 byte[2] = '\0';
946 if (!fgets(byte, 3, stream))
949 patch.data[i] = strtoul(byte, NULL, 16);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 907 char byte[3]; local
913 byte[2] = '\0';
942 if (!fgets(byte, 3, stream))
945 patch.data[i] = strtoul(byte, NULL, 16);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 913 char byte[3]; local
919 byte[2] = '\0';
948 if (!fgets(byte, 3, stream))
951 patch.data[i] = strtoul(byte, NULL, 16);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 915 char byte[3]; local
921 byte[2] = '\0';
950 if (!fgets(byte, 3, stream))
953 patch.data[i] = strtoul(byte, NULL, 16);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68hc11.c 97 account the new byte that's why the range is -255..256. */
2059 unsigned char byte = 0; local
2332 unsigned char byte; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-opc.c 1111 uint32_t byte; local
    [all...]
ia64-gen.c 2092 unsigned char *byte = insn_list + our_offset + bitsused \/ 8; local
    [all...]
  /external/jemalloc/src/
arena.c 2504 uint8_t *byte = (uint8_t *)((uintptr_t)ptr - i); local
2514 uint8_t *byte = (uint8_t *)((uintptr_t)ptr + size + i); local
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 4046 unsigned byte = fieldFromInstruction(Val, 8, 2); local
    [all...]
  /external/toybox/toys/pending/
xzcat.c 58 * least one output byte is still pending. Assuming your code is not buggy,
392 * Decode the LZMA2 properties (one byte) and reset the decoder. Return
491 * This is used to test the most significant byte of a memory address
617 /* bit_pos split into byte and bit parts */
1009 * - Literal: One 8-bit byte
1011 * - Long repeat: Multi-byte match at a recently seen distance
1012 * - Short repeat: One-byte repeat at a recently seen distance
1074 * - 0x001-0x0FF: Without match byte
1075 * - 0x101-0x1FF: With match byte; match bit is 0
1076 * - 0x201-0x2FF: With match byte; match bit is
2504 uint8_t byte; local
    [all...]
  /external/valgrind/none/tests/ppc64/
ppc64_helpers.h 626 * byte from the wrong 32-bit chuck are not detectable if the chunks
2279 int byte; local
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.cc 84 stack_ = new byte[stack_size_];
88 byte* tos = stack_ + stack_size_;
91 // - The stack pointer must be 16-byte aligned.
718 int byte = kQRegSizeInBytes - 1; local
720 // Print leading padding spaces. (Two spaces per byte.)
721 while (byte > msb) {
723 byte--;
726 // Print the specified part of the value, byte by byte.
729 while (byte >= lsb)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ieee.c 27 token (which is one byte in this lexicon) lookahead recursive decent
63 bfd_byte byte; local
65 byte = barg;
66 if (bfd_bwrite ((void *) &byte, (bfd_size_type) 1, abfd) != 1)
214 /* Length is next byte, allowing 0..255. */
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.c 197 need to align to an even byte boundary unless the next pseudo-op is
314 {"byte", cons, 1},
681 /* If there is more than a single byte, then we need to set up the
5054 unsigned byte; local
5105 unsigned byte = (value & 0x7f); local
5131 unsigned byte = (value & 0x7f); local
5165 unsigned byte; local
5220 unsigned byte; local
    [all...]
  /external/ImageMagick/MagickCore/
xwindow.c 5882 byte; local
6498 byte; local
7208 byte, local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 178 op_byte = 1, /* 1 byte integer */
179 op_word = 2, /* 2 byte integer */
180 op_dword = 3, /* 4 byte integer */
181 op_qword = 4, /* 8 byte integer */
182 op_dqword = 5, /* 16 byte integer */
183 op_sreal = 6, /* 4 byte real (single real) */
184 op_dreal = 7, /* 8 byte real (double real) */
185 op_extreal = 8, /* 10 byte real (extended real) */
186 op_bcd = 9, /* 10 byte binary-coded decimal */
187 op_ssimd = 10, /* 16 byte : 4 packed single FP (SIMD, MMX) *
247 unsigned char byte; member in union:__anon21001::__anon21002
    [all...]
  /external/tcpdump/
print-decnet.c 48 typedef uint8_t byte[1]; /* single byte field */ typedef
51 * the keyword 'byte' generates conflicts in Windows
53 typedef unsigned char Byte[1]; /* single byte field */
54 #define byte Byte macro
56 typedef uint8_t word[2]; /* 2 byte field */
89 byte sh_flags; /* route flags */
92 byte sh_visits; /* visit count *
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 208 reinterpret_cast<byte*>(sim_->get_pc()));
360 byte* prev = NULL;
361 byte* cur = NULL;
362 byte* end = NULL;
365 cur = reinterpret_cast<byte*>(sim_->get_pc());
373 cur = reinterpret_cast<byte*>(value);
381 cur = reinterpret_cast<byte*>(sim_->get_pc());
390 cur = reinterpret_cast<byte*>(value1);
3131 uint8_t byte = ReadB(addr); local
3134 uint8_t byte = get_register(rd); local
    [all...]
  /external/v8/src/
gdb-jit.cc 47 buffer_(reinterpret_cast<byte*>(malloc(capacity_))) {
109 buffer_ = reinterpret_cast<byte*>(realloc(buffer_, capacity_));
115 byte* buffer() { return buffer_; }
127 uint8_t byte = value & 0x7F; local
129 if (value != 0) byte |= 0x80;
130 Write<uint8_t>(byte);
137 int8_t byte = value & 0x7F; local
138 bool byte_sign = byte & 0x40;
144 byte |= 0x80;
147 Write<int8_t>(byte);
    [all...]
globals.h 122 typedef uint8_t byte; typedef in namespace:v8::internal
123 typedef byte* Address;
634 byte* buffer;
639 byte* unwinding_info;
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 163 UChar byte; local
168 byte = ML_(cur_step_UChar)(data);
169 result |= ((ULong)(byte & 0x7f)) << shift;
172 while (byte & 0x80);
174 if (sign && (shift < 64) && (byte & 0x40))
    [all...]

Completed in 1121 milliseconds

<<111213