代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/410728/2204891
exp long_long.exp
# This testcase is part of GDB, the GNU debugger.
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free
# Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/366702/2866963
c long_long.c
// { dg-options "-std=c++0x -pedantic" }
void foo()
{
long long x = 17;
}
www.eeworm.com/read/158872/5592053
c long_long.c
/* Test long long expression; test printing in general.
*
* /CLO/BUILD_ENV/Exports/cc -g +e -o long_long long_long.c
*
* or
*
* cc +e +DA2.0 -g -o long_long long_long.c
*/
#ifdef PROTOTYPES
lo
www.eeworm.com/read/158872/5592181
exp long_long.exp
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Pu
www.eeworm.com/read/470720/1448511
c s-long-long.c
#include
static struct sss{
long f;
long snd;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("+++Struct long-long:\n");
printf ("
www.eeworm.com/read/470720/1448576
c s-long-a-long.c
#include
static struct sss{
long f;
long a[10];
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++++Array of long in struct startin
www.eeworm.com/read/470720/1448920
out++ s-long-long.out++
+++Struct long-long:
size=8,align=4,offset-long=0,offset-long=4,
align-long=4,align-long=4
www.eeworm.com/read/470720/1449136
out s-long-a-long.out
++++Array of long in struct starting with long:
size=44,align=4
offset-long=0,offset-arrayof-long=4,
align-long=4,align-arrayof-long=4
offset-long-a[5]=24,align-long-a[5]=4