代码搜索:byte
找到约 10,000 项符合「byte」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5515415
c cls_20byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator:
www.eeworm.com/read/162614/5515430
c cls_64byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check bigger struct which overlaps
the gp and fp register count on Darwin/A
www.eeworm.com/read/162614/5526062
f90 byte_1.f90
! { dg-do compile }
! { dg-options "-std=f95" }
program testbyte
integer(1) :: ii = 7
call foo(ii)
end program testbyte
subroutine foo(ii)
integer(1) ii
byte b ! { dg-error "BYTE typ
www.eeworm.com/read/162614/5526451
f90 byte_2.f90
! { dg-do run }
! { dg-options "-std=gnu" }
program testbyte
integer(1) :: ii = 7
call foo(ii)
end program testbyte
subroutine foo(ii)
integer(1) ii
byte b
b = ii
call bar(ii,b)
end subro
www.eeworm.com/read/347503/3171980
s err-byte2.s
% { dg-do assemble { target mmix-*-* } }
m1 IS -1
zero IS 0
zero2 IS 0
1H IS 42
2H IS 5
Main SWYM 0,0,0
BYTE 0
BYTE -1 % { dg-error "BYTE expression not in the range 0..255" "" }
BYTE m1 % { dg-er
www.eeworm.com/read/347503/3172092
s err-byte1.s
% { dg-do assemble { target mmix-*-* } }
% { dg-error "unterminated string" "" { target mmix-*-* } 10 }
% { dg-bogus "end of file" "" { xfail mmix-*-* } 0 }
# Note that the error is detected in the p
www.eeworm.com/read/347503/3172419
d x-to-byte-sreg.d
#objdump: -dr
#name: x-to-byte-sreg-@OR@
.*: file format .*-cris
Disassembly of section \.text:
0+ :
[ ]+0:[ ]+0000[ ]+bcc ( 0x2|\.\+2)
^[ ]+\.\.\.
0+4 :
[ ]+4:[ ]+@IR+330
www.eeworm.com/read/347503/3172437
d pushpop-byte-sreg.d
#objdump: -dr
#name: pushpop-byte-sreg-@OR@
.*:[ ]+file format .*-cris
Disassembly of section \.text:
0+ :
[ ]+0:[ ]+ffe1 @IM+7e0e@[ ]+push[ ]+[\$a-z].*
[ ]+4:[ ]+ffe1 @IM+7e0e@[ ]+pus
www.eeworm.com/read/341021/3260491
c wrong_int_byte.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include
#include "mpi.h"
int main( int argc, char *argv[] )
{
int rank, size;
int ibu
www.eeworm.com/read/340665/3267815
s err-byte2.s
% { dg-do assemble { target mmix-*-* } }
m1 IS -1
zero IS 0
zero2 IS 0
1H IS 42
2H IS 5
Main SWYM 0,0,0
BYTE 0
BYTE -1 % { dg-error "BYTE expression not in the range 0..255" "" }
BYTE m1 % { dg-er