HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 101 - 125 of 471) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
djnz-forw-fail-8002.d 6 #error: .*: relocation truncated to fit: r_disp7 against `target'
jr-back-fail-8001.d 6 #error: .*: relocation truncated to fit: r_jr against `target'
jr-back-fail-8002.d 6 #error: .*: relocation truncated to fit: r_jr against `target'
jr-forw-fail-8001.d 6 #error: .*: relocation truncated to fit: r_jr against `target'
jr-forw-fail-8002.d 6 #error: .*: relocation truncated to fit: r_jr against `target'
ldr-back-fail-8001.d 6 #error: .*: relocation truncated to fit: r_rel16 against `target'
ldr-back-fail-8002.d 6 #error: .*: relocation truncated to fit: r_rel16 against `target'
ldr-forw-fail-8001.d 6 #error: .*: relocation truncated to fit: r_rel16 against `target'
ldr-forw-fail-8002.d 6 #error: .*: relocation truncated to fit: r_rel16 against `target'
ldrb-forw-fail-8001.d 6 #error: .*: relocation truncated to fit: r_rel16 against `target'
ldrb-forw-fail-8002.d 6 #error: .*: relocation truncated to fit: r_rel16 against `target'
  /system/core/libziparchive/
entry_name_utils_test.cc 41 // Malayalam script with truncated bytes. There should be 2 bytes
43 const uint8_t truncated[] = {0xe0, 0xb4, 0x85, 0xe0, 0xb4}; local
44 ASSERT_FALSE(IsValidEntryName(truncated, sizeof(truncated)));
  /prebuilts/go/darwin-x86/test/
shift1.go 28 g1 int64 = 1.1 << s // ERROR "truncated"
132 _ = 1.1<<s == x // ERROR "truncated"
136 _ = 1<<s+x == 1.1 // ERROR "truncated"
139 _ = 1.<<s+x == 1.1 // ERROR "truncated"
140 _ = 1.1<<s+x == 1 // ERROR "truncated"
141 _ = 1.1<<s+x == 1. // ERROR "truncated"
142 _ = 1.1<<s+x == 1.1 // ERROR "truncated"
146 _ = 1.1<<s == x<<s // ERROR "truncated"
161 _ = make([]int, 1.1<<s) // ERROR "non-integer|truncated"
171 _ = append(a, 1.1<<s) // ERROR "truncated"
    [all...]
  /prebuilts/go/linux-x86/test/
shift1.go 28 g1 int64 = 1.1 << s // ERROR "truncated"
132 _ = 1.1<<s == x // ERROR "truncated"
136 _ = 1<<s+x == 1.1 // ERROR "truncated"
139 _ = 1.<<s+x == 1.1 // ERROR "truncated"
140 _ = 1.1<<s+x == 1 // ERROR "truncated"
141 _ = 1.1<<s+x == 1. // ERROR "truncated"
142 _ = 1.1<<s+x == 1.1 // ERROR "truncated"
146 _ = 1.1<<s == x<<s // ERROR "truncated"
161 _ = make([]int, 1.1<<s) // ERROR "non-integer|truncated"
171 _ = append(a, 1.1<<s) // ERROR "truncated"
    [all...]
  /bootable/recovery/tests/unit/
asn1_decoder_test.cpp 43 uint8_t truncated[] = { 0xA0, 0x82 }; local
44 asn1_context ctx(truncated, sizeof(truncated));
49 uint8_t truncated[] = { 0xA0, 0x8a, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A, 0xA5, 0x5A }; local
50 asn1_context ctx(truncated, sizeof(truncated));
79 uint8_t truncated[] = { 0xA2, 0x82 }; local
80 asn1_context ctx(truncated, sizeof(truncated));
96 uint8_t truncated[] = { 0x30, 0x82 } local
124 uint8_t truncated[] = { 0x31, 0x82 }; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug431.go 7 // gccgo gave an invalid error ("floating point constant truncated to
issue4085a.go 13 _ = make(T, 0.5) // ERROR "constant 0.5 truncated to integer|non-integer len argument"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug431.go 7 // gccgo gave an invalid error ("floating point constant truncated to
issue4085a.go 13 _ = make(T, 0.5) // ERROR "constant 0.5 truncated to integer|non-integer len argument"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-262.d 3 #error: .*truncated.*
emit-relocs-263.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G0 against symbol `tempy.*
emit-relocs-267.d 3 #error: .*truncated.*tempy3.*
emit-relocs-270-bad.d 3 #error: .*truncated.*tempy[12].*
emit-relocs-279-bad.d 3 #error: .*truncated.*target2.*
emit-relocs-286-bad.d 3 #error: .*truncated.*tempy3.*

Completed in 685 milliseconds

1 2 3 45 6 7 8 91011>>