Searched refs:byte (Results 151 - 175 of 953) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/x87/
H A Dsimulator-x87.h19 typedef int (*regexp_matcher)(String*, int, const byte*,
20 const byte*, int*, int, Address, int, Isolate*);
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S11 AND D0Ar2,D0Ar2,#0xFF ! Ensure a byte input value
12 MULW D0Ar2,D0Ar2,#0x0101 ! Duplicate byte value into 0-15
14 LSL D0Re0,D0Ar2,#16 ! Duplicate byte value into 16-31
15 ADD A0.2,D0Ar2,D0Re0 ! Duplicate byte value into 4 (A0.2)
18 ! start address is not aligned on an 8 byte boundary, so we
19 ! need the number of bytes up to the next 8 byte address
59 ! This does a byte structured burst of up to 7 bytes
62 ! D1Ar3 should be the remaining total byte count
/external/lldb/examples/python/
H A Ddiagnose_nsstring.py12 byte = process.ReadUnsignedFromMemory(x+location,1,error)
17 data = data + "0x%x" % byte
18 if byte == 0:
20 elif byte == 0xa:
22 elif byte == 0xb:
24 elif byte == 0xc:
26 elif byte == '\n':
29 data = data + "(%s)" % chr(byte)
/external/lldb/source/Core/
H A DStream.cpp76 uint8_t byte = sval & 0x7fu; local
78 /* sign bit of byte is 2nd high order bit (0x40) */
79 if ((sval == 0 && !(byte & 0x40)) ||
80 (sval == -1 && (byte & 0x40)) )
84 byte |= 0x80u;
85 bytes_written += Write(&byte, 1);
110 uint8_t byte = uval & 0x7fu; local
115 byte |= 0x80u;
117 bytes_written += Write(&byte, 1);
218 // Include the NULL termination byte fo
[all...]
/external/llvm/test/MC/Mips/
H A Delf-tls.s34 sw $ra, 20($sp) # 4-byte Folded Spill
40 lw $ra, 20($sp) # 4-byte Folded Reload
66 sw $ra, 20($sp) # 4-byte Folded Spill
72 lw $ra, 20($sp) # 4-byte Folded Reload
98 sw $ra, 20($sp) # 4-byte Folded Spill
108 lw $ra, 20($sp) # 4-byte Folded Reload
123 .4byte 0 # 0x0
130 .4byte 1 # 0x1
H A Dmips-data-directives.s8 # CHECK-ASM: .4byte 3735929054
9 # CHECK-ASM: .8byte -2401050962867405073
10 # CHECK-ASM: .4byte label
11 # CHECK-ASM: .8byte label
H A Ddo_switch1.s69 .4byte ($BB0_3)
70 .4byte ($BB0_4)
71 .4byte ($BB0_5)
72 .4byte ($BB0_6)
/external/proguard/examples/dictionaries/
H A Dkeywords.txt17 byte
/external/skia/src/utils/
H A DSkBase64.cpp46 int byte = 0; local
56 bytes[byte] = decoded;
62 byte++;
65 if (byte == 0)
67 if (byte == 4)
70 if (byte < 2)
73 if (byte == 2)
76 } while (byte < 4);
/external/valgrind/main/memcheck/tests/
H A Dfwrite.stderr.exp1 Syscall param write(buf) points to uninitialised byte(s)
H A Dsendmsg.stderr.exp1 Syscall param sendmsg(msg) points to uninitialised byte(s)
H A Dvarinfo2.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
19 Location 0x........ is 1 byte inside local var "var"
H A Dbadpoll.stderr.exp1 Syscall param poll(ufds.fd) points to uninitialised byte(s)
8 Syscall param poll(ufds.revents) points to unaddressable byte(s)
H A Dvarinfo3.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
22 Uninitialised byte(s) found during client check request
29 Uninitialised byte(s) found during client check request
36 Uninitialised byte(s) found during client check request
44 Uninitialised byte(s) found during client check request
51 Uninitialised byte(s) found during client check request
/external/vixl/benchmarks/
H A Dbench-branch.cc55 byte* assm_buffer = new byte[buffer_size];
H A Dbench-dataop.cc55 byte* assm_buffer = new byte[buffer_size];
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/
H A Dxform4.S62 .byte 0x66, 0x66, 0x66, 0x90 /* manual align += 3 */
76 .byte 0x66, 0x66, 0x90 /* manual align += 3 */
106 .byte 0xf3
113 .byte 0xff, 0xff, 0xff, 0xff
114 .byte 0xff, 0xff, 0xff, 0xff
115 .byte 0xff, 0xff, 0xff, 0xff
116 .byte 0x00, 0x00, 0x00, 0x00
118 .byte 0x00, 0x00, 0x00, 0x00
119 .byte 0x00, 0x00, 0x00, 0x00
120 .byte
[all...]
/external/mesa3d/src/mesa/x86-64/
H A Dxform4.S62 .byte 0x66, 0x66, 0x66, 0x90 /* manual align += 3 */
76 .byte 0x66, 0x66, 0x90 /* manual align += 3 */
106 .byte 0xf3
113 .byte 0xff, 0xff, 0xff, 0xff
114 .byte 0xff, 0xff, 0xff, 0xff
115 .byte 0xff, 0xff, 0xff, 0xff
116 .byte 0x00, 0x00, 0x00, 0x00
118 .byte 0x00, 0x00, 0x00, 0x00
119 .byte 0x00, 0x00, 0x00, 0x00
120 .byte
[all...]
/external/libexif/libexif/canon/
H A Dmnote-canon-entry.h25 #include <libexif/exif-byte-order.h>
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.h25 #include <libexif/exif-byte-order.h>
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.h25 #include <libexif/exif-byte-order.h>
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcomparator.cc57 const uint8_t byte = (*key)[i]; local
58 if (byte != static_cast<uint8_t>(0xff)) {
59 (*key)[i] = byte + 1;
/external/chromium_org/third_party/skia/src/utils/
H A DSkBitmapHasher.cpp20 for (size_t byte = 0; byte < 4; ++byte) {
/external/iproute2/lib/
H A Ddnet_pton.c11 u_int8_t byte[2]; member in union:__anon22413
16 return ((u_int16_t)u.byte[0]) | (((u_int16_t)u.byte[1]) << 8);
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s8 # Will be bundle-aligning to 16 byte boundaries
29 # becomes farther by one byte.
44 .byte 40
45 .byte 98

Completed in 941 milliseconds

1234567891011>>