代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/440906/1779865
c s-long-s-long.c
#include
static struct sss{
long f;
struct {long m;} snd;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("+++Struct long inside str
www.eeworm.com/read/375190/2734652
cpp has_long_long_pass.cpp
// This file was automatically generated on Fri Dec 03 18:04:00 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
www.eeworm.com/read/375190/2734759
ipp boost_has_long_long.ipp
// (C) Copyright John Maddock 2001.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/375190/2734852
cpp has_long_long_fail.cpp
// This file was automatically generated on Fri Dec 03 18:04:00 2004
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the
www.eeworm.com/read/366702/2881303
c long-long-cst1.c
/* PR middle-end/27724 */
/* { dg-do run } */
/* { dg-options "" } */
extern void abort();
struct st{
int _mark;
};
unsigned long long t = ((int)(__SIZE_TYPE__)&(((struct st*)16)->_mark) - 32);
i
www.eeworm.com/read/366702/2881431
c long-long-typespec-1.c
/* Test for valid and invalid combinations of type specifiers in C90
with -Wno-long-long. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899
www.eeworm.com/read/405817/11456286
cpp long long message(后缀数组,lcp).cpp
#include
#include
using namespace std;
const int MAX = 250000;
char txt[MAX];
int mem[3][MAX], c[MAX], height[MAX];
int * SA, * nSA, * Rank, * nRank;
int len, l1, l2;
//O
www.eeworm.com/read/470720/1448889
out++ c-long-2-c-long.out++
++Class with long inhereting classes with long & long:
size=12,align=4
offset-f=0,offset-f2=4,offset-m=8,
align-f=4,align-f2=4,align-m=4
www.eeworm.com/read/470720/1449348
out++ c-long-1-c-long.out++
++Class with long inhereting class with long:
size=8,align=4
offset-long=0,offset-long=4,
align-long=4,align-long=4
www.eeworm.com/read/470720/1449810
cpp c-long-2-c-long.cpp
#include
class c{
public:
long f;
};
class c2{
public:
long f2;
};
static class sss: public c, public c2{
public:
long m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f -