HomeSort by relevance Sort by last modified time
    Searched refs:hex (Results 1 - 25 of 2038) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
list-1.s 5 .globl hex
6 .type hex, @function
7 hex: label
list-1.l 10 [ ]*5[ ]+\.globl hex
11 [ ]*6[ ]+\.type hex,@function
12 [ ]*7[ ]+hex:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
hex.l 1 GAS for MMIX .*/hex\.s page 1
8 GAS for MMIX .*/hex\.s page 2
12 .*/hex\.s:1 \.text:0000000000000000 Main
  /art/libartbase/base/
hex_dump.cc 40 (16 * 3) + /* 16 hex digits and space */
60 char* hex = out; local
62 (16 * 3) + /* 16 hex digits and space */ 2 /* white space */;
65 *hex++ = gHexDigit[line_offset >> (kBitsPerIntPtrT - 4)];
68 hex++;
69 hex++;
77 hex += gap * 3;
83 *hex++ = gHexDigit[*addr >> 4];
84 *hex++ = gHexDigit[*addr & 0x0f];
85 hex++
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_ppc64x.go 16 print("r0 ", hex(c.r0()), "\t")
17 print("r1 ", hex(c.r1()), "\n")
18 print("r2 ", hex(c.r2()), "\t")
19 print("r3 ", hex(c.r3()), "\n")
20 print("r4 ", hex(c.r4()), "\t")
21 print("r5 ", hex(c.r5()), "\n")
22 print("r6 ", hex(c.r6()), "\t")
23 print("r7 ", hex(c.r7()), "\n")
24 print("r8 ", hex(c.r8()), "\t")
25 print("r9 ", hex(c.r9()), "\n"
    [all...]
defs_plan9_amd64.go 54 print("ax ", hex(u.ax), "\n")
55 print("bx ", hex(u.bx), "\n")
56 print("cx ", hex(u.cx), "\n")
57 print("dx ", hex(u.dx), "\n")
58 print("di ", hex(u.di), "\n")
59 print("si ", hex(u.si), "\n")
60 print("bp ", hex(u.bp), "\n")
61 print("sp ", hex(u.sp), "\n")
62 print("r8 ", hex(u.r8), "\n")
63 print("r9 ", hex(u.r9), "\n"
    [all...]
signal_mips64x.go 16 print("r0 ", hex(c.r0()), "\t")
17 print("r1 ", hex(c.r1()), "\n")
18 print("r2 ", hex(c.r2()), "\t")
19 print("r3 ", hex(c.r3()), "\n")
20 print("r4 ", hex(c.r4()), "\t")
21 print("r5 ", hex(c.r5()), "\n")
22 print("r6 ", hex(c.r6()), "\t")
23 print("r7 ", hex(c.r7()), "\n")
24 print("r8 ", hex(c.r8()), "\t")
25 print("r9 ", hex(c.r9()), "\n"
    [all...]
signal_mipsx.go 16 print("r0 ", hex(c.r0()), "\t")
17 print("r1 ", hex(c.r1()), "\n")
18 print("r2 ", hex(c.r2()), "\t")
19 print("r3 ", hex(c.r3()), "\n")
20 print("r4 ", hex(c.r4()), "\t")
21 print("r5 ", hex(c.r5()), "\n")
22 print("r6 ", hex(c.r6()), "\t")
23 print("r7 ", hex(c.r7()), "\n")
24 print("r8 ", hex(c.r8()), "\t")
25 print("r9 ", hex(c.r9()), "\n"
    [all...]
signal_arm64.go 15 print("r0 ", hex(c.r0()), "\n")
16 print("r1 ", hex(c.r1()), "\n")
17 print("r2 ", hex(c.r2()), "\n")
18 print("r3 ", hex(c.r3()), "\n")
19 print("r4 ", hex(c.r4()), "\n")
20 print("r5 ", hex(c.r5()), "\n")
21 print("r6 ", hex(c.r6()), "\n")
22 print("r7 ", hex(c.r7()), "\n")
23 print("r8 ", hex(c.r8()), "\n")
24 print("r9 ", hex(c.r9()), "\n"
    [all...]
defs_plan9_arm.go 47 print("r0 ", hex(u.r0), "\n")
48 print("r1 ", hex(u.r1), "\n")
49 print("r2 ", hex(u.r2), "\n")
50 print("r3 ", hex(u.r3), "\n")
51 print("r4 ", hex(u.r4), "\n")
52 print("r5 ", hex(u.r5), "\n")
53 print("r6 ", hex(u.r6), "\n")
54 print("r7 ", hex(u.r7), "\n")
55 print("r8 ", hex(u.r8), "\n")
56 print("r9 ", hex(u.r9), "\n"
    [all...]
signal_arm.go 12 print("trap ", hex(c.trap()), "\n")
13 print("error ", hex(c.error()), "\n")
14 print("oldmask ", hex(c.oldmask()), "\n")
15 print("r0 ", hex(c.r0()), "\n")
16 print("r1 ", hex(c.r1()), "\n")
17 print("r2 ", hex(c.r2()), "\n")
18 print("r3 ", hex(c.r3()), "\n")
19 print("r4 ", hex(c.r4()), "\n")
20 print("r5 ", hex(c.r5()), "\n")
21 print("r6 ", hex(c.r6()), "\n"
    [all...]
defs_windows_amd64.go 126 print("rax ", hex(r.rax), "\n")
127 print("rbx ", hex(r.rbx), "\n")
128 print("rcx ", hex(r.rcx), "\n")
129 print("rdi ", hex(r.rdi), "\n")
130 print("rsi ", hex(r.rsi), "\n")
131 print("rbp ", hex(r.rbp), "\n")
132 print("rsp ", hex(r.rsp), "\n")
133 print("r8 ", hex(r.r8), "\n")
134 print("r9 ", hex(r.r9), "\n")
135 print("r10 ", hex(r.r10), "\n"
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
signal_ppc64x.go 16 print("r0 ", hex(c.r0()), "\t")
17 print("r1 ", hex(c.r1()), "\n")
18 print("r2 ", hex(c.r2()), "\t")
19 print("r3 ", hex(c.r3()), "\n")
20 print("r4 ", hex(c.r4()), "\t")
21 print("r5 ", hex(c.r5()), "\n")
22 print("r6 ", hex(c.r6()), "\t")
23 print("r7 ", hex(c.r7()), "\n")
24 print("r8 ", hex(c.r8()), "\t")
25 print("r9 ", hex(c.r9()), "\n"
    [all...]
defs_plan9_amd64.go 54 print("ax ", hex(u.ax), "\n")
55 print("bx ", hex(u.bx), "\n")
56 print("cx ", hex(u.cx), "\n")
57 print("dx ", hex(u.dx), "\n")
58 print("di ", hex(u.di), "\n")
59 print("si ", hex(u.si), "\n")
60 print("bp ", hex(u.bp), "\n")
61 print("sp ", hex(u.sp), "\n")
62 print("r8 ", hex(u.r8), "\n")
63 print("r9 ", hex(u.r9), "\n"
    [all...]
signal_mips64x.go 16 print("r0 ", hex(c.r0()), "\t")
17 print("r1 ", hex(c.r1()), "\n")
18 print("r2 ", hex(c.r2()), "\t")
19 print("r3 ", hex(c.r3()), "\n")
20 print("r4 ", hex(c.r4()), "\t")
21 print("r5 ", hex(c.r5()), "\n")
22 print("r6 ", hex(c.r6()), "\t")
23 print("r7 ", hex(c.r7()), "\n")
24 print("r8 ", hex(c.r8()), "\t")
25 print("r9 ", hex(c.r9()), "\n"
    [all...]
signal_mipsx.go 16 print("r0 ", hex(c.r0()), "\t")
17 print("r1 ", hex(c.r1()), "\n")
18 print("r2 ", hex(c.r2()), "\t")
19 print("r3 ", hex(c.r3()), "\n")
20 print("r4 ", hex(c.r4()), "\t")
21 print("r5 ", hex(c.r5()), "\n")
22 print("r6 ", hex(c.r6()), "\t")
23 print("r7 ", hex(c.r7()), "\n")
24 print("r8 ", hex(c.r8()), "\t")
25 print("r9 ", hex(c.r9()), "\n"
    [all...]
signal_arm64.go 15 print("r0 ", hex(c.r0()), "\n")
16 print("r1 ", hex(c.r1()), "\n")
17 print("r2 ", hex(c.r2()), "\n")
18 print("r3 ", hex(c.r3()), "\n")
19 print("r4 ", hex(c.r4()), "\n")
20 print("r5 ", hex(c.r5()), "\n")
21 print("r6 ", hex(c.r6()), "\n")
22 print("r7 ", hex(c.r7()), "\n")
23 print("r8 ", hex(c.r8()), "\n")
24 print("r9 ", hex(c.r9()), "\n"
    [all...]
defs_plan9_arm.go 47 print("r0 ", hex(u.r0), "\n")
48 print("r1 ", hex(u.r1), "\n")
49 print("r2 ", hex(u.r2), "\n")
50 print("r3 ", hex(u.r3), "\n")
51 print("r4 ", hex(u.r4), "\n")
52 print("r5 ", hex(u.r5), "\n")
53 print("r6 ", hex(u.r6), "\n")
54 print("r7 ", hex(u.r7), "\n")
55 print("r8 ", hex(u.r8), "\n")
56 print("r9 ", hex(u.r9), "\n"
    [all...]
signal_arm.go 12 print("trap ", hex(c.trap()), "\n")
13 print("error ", hex(c.error()), "\n")
14 print("oldmask ", hex(c.oldmask()), "\n")
15 print("r0 ", hex(c.r0()), "\n")
16 print("r1 ", hex(c.r1()), "\n")
17 print("r2 ", hex(c.r2()), "\n")
18 print("r3 ", hex(c.r3()), "\n")
19 print("r4 ", hex(c.r4()), "\n")
20 print("r5 ", hex(c.r5()), "\n")
21 print("r6 ", hex(c.r6()), "\n"
    [all...]
defs_windows_amd64.go 126 print("rax ", hex(r.rax), "\n")
127 print("rbx ", hex(r.rbx), "\n")
128 print("rcx ", hex(r.rcx), "\n")
129 print("rdi ", hex(r.rdi), "\n")
130 print("rsi ", hex(r.rsi), "\n")
131 print("rbp ", hex(r.rbp), "\n")
132 print("rsp ", hex(r.rsp), "\n")
133 print("r8 ", hex(r.r8), "\n")
134 print("r9 ", hex(r.r9), "\n")
135 print("r10 ", hex(r.r10), "\n"
    [all...]
  /external/syslinux/codepage/
gensubset.pl 19 $need_these{hex $f[1]}++;
30 $r = hex $f[0];
32 $need_these{hex $f[12]}++ if ($f[12] ne '');
33 $need_these{hex $f[13]}++ if ($f[13] ne '');
34 $need_these{hex $f[14]}++ if ($f[14] ne '');
45 $r1 = hex $1;
46 $r2 = hex $2;
48 $r1 = $r2 = hex $1;
  /system/tpm/tpm_manager/server/
tpm_util.h 23 LOG(severity) << "TPM error 0x" << std::hex << result << " (" \
  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/
hex.pass.cpp 14 // ios_base& hex(ios_base& str);
26 std::ios_base& r = std::hex(ios);
28 assert(ios.flags() & std::ios::hex);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/
hex.pass.cpp 14 // ios_base& hex(ios_base& str);
26 std::ios_base& r = std::hex(ios);
28 assert(ios.flags() & std::ios::hex);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_future_builtins.py 4 from future_builtins import hex, oct, map, zip, filter
8 self.assertEqual(hex(0), '0x0')
9 self.assertEqual(hex(16), '0x10')
10 self.assertEqual(hex(16L), '0x10')
11 self.assertEqual(hex(-16), '-0x10')
12 self.assertEqual(hex(-16L), '-0x10')
13 self.assertRaises(TypeError, hex, {})

Completed in 279 milliseconds

1 2 3 4 5 6 7 8 91011>>