代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527201
c 950511-1.c
main ()
{
unsigned long long xx;
unsigned long long *x = (unsigned long long *) &xx;
*x = -3;
*x = *x * *x;
if (*x != 9)
abort ();
exit (0);
}
www.eeworm.com/read/162614/5527953
c t.c
#define B 95
foo (a, b, p)
unsigned a, b;
int *p;
{
p[1] = a % B;
p[0] = a / B;
}
bar (a, b, p)
unsigned a, b;
int *p;
{
p[0] = a / B;
p[1] = a % B;
}
www.eeworm.com/read/162614/5528054
c 20041018-1.c
void
foo (int y, int z, unsigned char **t, int **c, int *b)
{
int i, j, k;
unsigned char a[2];
a[0] = 0;
a[1] = 0;
for (j = 0; j < z; j++)
for (i = 0; i < y; i++, a[0] += 3)
for (
www.eeworm.com/read/162614/5528123
c 930325-1.c
typedef unsigned uint;
inline
g (uint *s, uint *d, uint c)
{
while (c != 0)
{
*--d = *--s;
c--;
}
}
f (uint *p1, uint c, uint *p2)
{
while (c > 0 && *p1 == 0)
{
p1+
www.eeworm.com/read/162614/5528495
c pr22013-1.c
typedef unsigned short W;
typedef const W *P;
extern void g(P);
void
f ()
{
const P s = (const W []){ 'R' };
g (s);
}
www.eeworm.com/read/162614/5528549
c 920428-5.c
typedef struct{unsigned b0:1;}*t;x(a,b)t a,b;{b->b0=a->b0;}
www.eeworm.com/read/162614/5529532
c inline-3.c
#include "inline-3.h"
unsigned bar(double d)
{
foo (d);
}
www.eeworm.com/read/161993/5549197
h cc.h
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted