/external/strace/tests/ |
umovestr-illptr.c | 43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local 44 rc = syscall(__NR_chdir, ill); 46 (unsigned long long) ill, sprintrc(rc));
|
umoven-illptr.c | 47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local 48 rc = syscall(__NR_nanosleep, ill, NULL); 50 (unsigned long long) ill, sprintrc(rc));
|
pipe2.c | 57 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); local 58 rc = syscall(__NR_pipe2, ill, 0); 60 (unsigned long long) ill, sprintrc(rc));
|
/external/strace/tests-m32/ |
umovestr-illptr.c | 43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local 44 rc = syscall(__NR_chdir, ill); 46 (unsigned long long) ill, sprintrc(rc));
|
umoven-illptr.c | 47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local 48 rc = syscall(__NR_nanosleep, ill, NULL); 50 (unsigned long long) ill, sprintrc(rc));
|
pipe2.c | 57 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); local 58 rc = syscall(__NR_pipe2, ill, 0); 60 (unsigned long long) ill, sprintrc(rc));
|
/external/strace/tests-mx32/ |
umovestr-illptr.c | 43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local 44 rc = syscall(__NR_chdir, ill); 46 (unsigned long long) ill, sprintrc(rc));
|
umoven-illptr.c | 47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); local 48 rc = syscall(__NR_nanosleep, ill, NULL); 50 (unsigned long long) ill, sprintrc(rc));
|
pipe2.c | 57 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); local 58 rc = syscall(__NR_pipe2, ill, 0); 60 (unsigned long long) ill, sprintrc(rc));
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue11656.go | 52 ill := make([]byte, 64) 55 binary.LittleEndian.PutUint16(ill, 0x0b0f) // ud2 57 binary.LittleEndian.PutUint32(ill, 0xe7f000f0) // no name, but permanently undefined 59 binary.LittleEndian.PutUint32(ill, 0xd4207d00) // brk #1000 61 binary.BigEndian.PutUint32(ill, 0x7fe00008) // trap 63 binary.LittleEndian.PutUint32(ill, 0x7fe00008) // trap 65 binary.BigEndian.PutUint32(ill, 0x00000034) // trap 67 binary.LittleEndian.PutUint32(ill, 0x00000034) // trap 69 binary.BigEndian.PutUint32(ill, 0) // undefined instruction 74 f.x = uintptr(unsafe.Pointer(&ill[0]) [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue11656.go | 52 ill := make([]byte, 64) 55 binary.LittleEndian.PutUint16(ill, 0x0b0f) // ud2 57 binary.LittleEndian.PutUint32(ill, 0xe7f000f0) // no name, but permanently undefined 59 binary.LittleEndian.PutUint32(ill, 0xd4207d00) // brk #1000 61 binary.BigEndian.PutUint32(ill, 0x7fe00008) // trap 63 binary.LittleEndian.PutUint32(ill, 0x7fe00008) // trap 65 binary.BigEndian.PutUint32(ill, 0x00000034) // trap 67 binary.LittleEndian.PutUint32(ill, 0x00000034) // trap 69 binary.BigEndian.PutUint32(ill, 0) // undefined instruction 74 f.x = uintptr(unsafe.Pointer(&ill[0]) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
reloc64.s | 7 .macro ill args:vararg 23 ill mov $(xtrn - .), %eax label 56 ill movabs $_GLOBAL_OFFSET_TABLE_, %rax label 58 ill add $_GLOBAL_OFFSET_TABLE_, %eax label 59 ill add $_GLOBAL_OFFSET_TABLE_, %ax label 60 ill add $_GLOBAL_OFFSET_TABLE_, %al label 63 ill movabs $(_GLOBAL_OFFSET_TABLE_ - .), %rax label 65 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %eax label 66 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %ax label 67 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %a label 156 ill .word _GLOBAL_OFFSET_TABLE_ label 157 ill .word _GLOBAL_OFFSET_TABLE_ - . label 170 ill .byte _GLOBAL_OFFSET_TABLE_ label 171 ill .byte _GLOBAL_OFFSET_TABLE_ - . label [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
reloc64.s | 7 .macro ill args:vararg 25 ill mov $(xtrn - .), %eax label 60 ill movabs $_GLOBAL_OFFSET_TABLE_, %rax label 62 ill add $_GLOBAL_OFFSET_TABLE_, %eax label 63 ill add $_GLOBAL_OFFSET_TABLE_, %ax label 64 ill add $_GLOBAL_OFFSET_TABLE_, %al label 67 ill movabs $(_GLOBAL_OFFSET_TABLE_ - .), %rax label 69 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %eax label 70 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %ax label 71 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %a label 134 ill .quad _GLOBAL_OFFSET_TABLE_ label 135 ill .quad _GLOBAL_OFFSET_TABLE_ - . label 176 ill .word _GLOBAL_OFFSET_TABLE_ label 177 ill .word _GLOBAL_OFFSET_TABLE_ - . label 190 ill .byte _GLOBAL_OFFSET_TABLE_ label 191 ill .byte _GLOBAL_OFFSET_TABLE_ - . label [all...] |
reloc32.s | 7 .macro ill args:vararg 44 ill add $_GLOBAL_OFFSET_TABLE_, %ax label 45 ill add $_GLOBAL_OFFSET_TABLE_, %al label 47 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %ax label 48 ill add $(_GLOBAL_OFFSET_TABLE_ - .), %al label 135 ill .word _GLOBAL_OFFSET_TABLE_ label 136 ill .word _GLOBAL_OFFSET_TABLE_ - . label 151 ill .byte _GLOBAL_OFFSET_TABLE_ label 152 ill .byte _GLOBAL_OFFSET_TABLE_ - . label
|
/external/clang/test/SemaCXX/ |
complex-overload.cpp | 52 int *cp4 = promote_or_convert3(1ill); // expected-error {{ambiguous}}
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tilegx/ |
t_insns.s | 341 { add r5, r6, r7 ; ill ; ld2u r25, r26 } 450 { addi r5, r6, 5 ; ill ; ld2u r25, r26 } 570 { addx r5, r6, r7 ; ill ; prefetch_l1 r25 } 578 { addx r5, r6, r7 ; ld2u r25, r26 ; ill } 679 { addxi r5, r6, 5 ; ill ; prefetch_l1 r25 } 687 { addxi r5, r6, 5 ; ld2u r25, r26 ; ill } [all...] |
t_insns.d | 316 990: [0-9a-f]* { add r5, r6, r7 ; ill ; ld2u r25, r26 } 425 cf8: [0-9a-f]* { addi r5, r6, 5 ; ill ; ld2u r25, r26 } [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tilepro/ |
t_insns.s | 414 { add r5, r6, r7 ; ill ; lh r25, r26 } 431 { add r5, r6, r7 ; prefetch r25 ; ill } 475 { addbs_u r5, r6, r7 ; ill } 760 { and r5, r6, r7 ; ill ; lb r25, r26 } [all...] |
t_insns.d | 389 bd8: [0-9a-f]* { add r5, r6, r7 ; ill ; lh r25, r26 } 406 c60: [0-9a-f]* { add r5, r6, r7 ; ill ; prefetch r25 } 450 dc0: [0-9a-f]* { addbs_u r5, r6, r7 ; ill } [all...] |
/external/icu/icu4c/source/test/cintltst/ |
custrtst.c | 713 static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456; local 801 NULL!=u_strchr32(s+1, ill) || 802 NULL!=u_memchr32(s+1, ill, 9) || 803 NULL!=u_strrchr32(s+1, ill) || 804 NULL!=u_memrchr32(s+1, ill, 9) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/ |
link_test.go | 7 London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln?s Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes?gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another?s umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.
|
/prebuilts/go/linux-x86/src/cmd/link/ |
link_test.go | 7 London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln?s Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes?gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another?s umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.
|
/external/valgrind/coregrind/ |
m_trampoline.S | 1336 # define UD2_16 ill ; ill 1355 ill [all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
normalize.go | 156 // happens with ill-formed UTF-8.
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
normalize.go | 156 // happens with ill-formed UTF-8.
|