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

<<111213

  /external/valgrind/coregrind/m_scheduler/
scheduler.c 788 /* ppc guest_state vector regs must be 16 byte aligned for
800 /* arm guest_state VFP regs must be 8 byte aligned for
1576 UChar byte = ((UChar *)addr)[0]; local
    [all...]
  /external/valgrind/coregrind/
m_signals.c 1869 UChar byte = ((UChar *)addr)[0]; local
    [all...]
  /external/webp/src/demux/
demux.c 148 const uint8_t byte = mem->buf_[mem->start_]; local
150 return byte;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 678 UChar *ptr, byte; local
697 byte = ptr[4];
698 word |= (byte << 8);
699 byte = ptr[8];
700 word |= (byte << 16);
701 byte = ptr[12];
702 word |= (byte << 24);
706 byte = ptr[4];
707 word |= (byte << 8);
708 byte = ptr[8]
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
trace.go 89 // Shift of the number of arguments in the first event byte.
97 traceFutileWakeup byte = 128
150 arr [64<<10 - unsafe.Sizeof(traceBufHeader{})]byte // underlying buffer for traceBufHeader.buf
351 func ReadTrace() []byte {
381 return []byte("go 1.10 trace\x00\x00\x00")
404 var data []byte
498 func traceEvent(ev byte, skip int, args ...uint64) {
523 narg := byte(len(args))
533 buf.byte(ev | narg<<traceArgCountShift)
534 var lenp *byte
689 func (buf *traceBuf) byte(v byte) { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
trace.go 89 // Shift of the number of arguments in the first event byte.
97 traceFutileWakeup byte = 128
150 arr [64<<10 - unsafe.Sizeof(traceBufHeader{})]byte // underlying buffer for traceBufHeader.buf
351 func ReadTrace() []byte {
381 return []byte("go 1.10 trace\x00\x00\x00")
404 var data []byte
498 func traceEvent(ev byte, skip int, args ...uint64) {
523 narg := byte(len(args))
533 buf.byte(ev | narg<<traceArgCountShift)
534 var lenp *byte
689 func (buf *traceBuf) byte(v byte) { func
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 60 /* If *ITER hasn't reached END yet, read the next byte into *RESULT and
61 move onto the next byte. Return true on success. */
93 unsigned char byte; local
95 if (!read_byte (iter, end, &byte))
97 while (byte & 0x80);
408 If every byte makes sense, return a pointer to the first DW_CFA_nop
409 padding byte, or END if there is no padding. Return null otherwise.
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 189 int byte = *idx / 8; local
196 if (byte > 240)
201 byte = *idx / 8;
209 ptr[byte] = n;
212 ptr[byte + 0] = n >> 8;
213 ptr[byte + 1] = n;
216 ptr[byte + 0] = n >> 24;
217 ptr[byte + 1] = n >> 16;
218 ptr[byte + 2] = n >> 8;
219 ptr[byte + 3] = n >> 0
230 int byte = *idx \/ 8; local
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 773 ErrorStringPrintf("Bad encoded_value byte size %x", value_arg);
1343 uint8_t byte = *(ptr_++); local
    [all...]
  /dalvik/dexdump/
DexDump.cpp 114 case 'B': return "byte";
967 // Address of instruction (expressed as byte offset).
1746 int idx, addr, byte; local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 137 uint8_t byte; member in union:I2cStmState::__anon1938::__anon1939
394 regs->DR = state->tx.byte;
482 compensate (the corresponding byte written to DR was never actually
638 if (state->rx.size == 1) // Generate NACK here for 1 byte transfers
1051 static int i2cSlaveTx(uint32_t busId, const void *txBuf, uint8_t byte,
1065 state->tx.byte = byte;
1087 int i2cSlaveTxPreamble(uint32_t busId, uint8_t byte, I2cCallbackF callback,
1090 return i2cSlaveTx(busId, NULL, byte, 0, callback, cookie);
  /external/ImageMagick/MagickCore/
nt-base.c 1053 byte, local
    [all...]
  /external/ImageMagick/coders/
dds.c 2515 size_t byte = (value >> 8*j) & 0xff; local
    [all...]
  /external/boringssl/src/ssl/
ssl_test.cc 1637 uint8_t byte = 0; local
1684 uint8_t byte; local
4001 uint8_t byte = 42; local
4049 uint8_t byte = 42; local
    [all...]
  /external/capstone/arch/ARM/
ARMDisassembler.c 3978 unsigned byte = fieldFromInstruction_4(Val, 8, 2); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 83 Tag tag; /* 4-byte Tag identifier */
1648 unsigned int byte = deltaValue[s >> (4 - f)]; local
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 74 typedef unsigned char utf8char; /* UTF-8 character byte. */
75 typedef unsigned char byte; /* Untyped data byte. */ typedef
193 *** Index is first character byte, value is the character byte count.
293 hashBinaryKey(const byte * bytes, unsigned int len)
296 const byte * bp;
350 key = hashBinaryKey((const byte *) binkey, len);
364 key = hashBinaryKey((const byte *) binkey, len);
376 byte * databuf
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 380 unsigned char byte; local
384 byte = *p++;
385 result |= (byte & 0x7f) << shift;
388 while (byte & 0x80);
404 unsigned char byte; local
408 byte = *p++;
409 result |= (byte & 0x7f) << shift;
412 while (byte & 0x80);
416 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) {
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 1994 int byte = (int)(PyBytes_AS_STRING(((PyUnicodeErrorObject *)self)->object)[uself->start]&0xff); local
    [all...]
obmalloc.c 70 To solve these problems, allocate an extra byte. */
82 pymalloc. To solve these problems, allocate an extra byte. */
2100 const uint8_t byte = *(q-i); local
2128 const uint8_t byte = tail[i]; local
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 371 std::unique_ptr<BYTE[]> glyphSetBuffer(new BYTE[glyphSetBufferSize]);
596 static BYTE compute_quality(const SkScalerContextRec& rec) {
1146 unsigned byte = 0; local
1160 unsigned byte = 0; local
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 371 std::unique_ptr<BYTE[]> glyphSetBuffer(new BYTE[glyphSetBufferSize]);
596 static BYTE compute_quality(const SkScalerContextRec& rec) {
1146 unsigned byte = 0; local
1160 unsigned byte = 0; local
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 385 unsigned char byte; local
389 byte = *p++;
390 result |= (byte & 0x7f) << shift;
393 while (byte & 0x80);
409 unsigned char byte; local
413 byte = *p++;
414 result |= (byte & 0x7f) << shift;
417 while (byte & 0x80);
421 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 3166 unsigned byte = fieldFromInstruction32(Val, 8, 2); local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c 378 * @v buf 8-byte buffer to fill
410 * Read single byte from Phantom test memory
414 * @ret byte Byte read, or negative error
454 int byte; local
475 if ( ( byte = phantom_read_test_mem ( phantom,
477 return byte;
478 if ( ( byte == '\n' ) && ( max_lines-- == 0 ) )
484 if ( ( byte = phantom_read_test_mem ( phantom, offset ) ) < 0 )
485 return byte;
    [all...]

Completed in 1420 milliseconds

<<111213