代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/124442/14567330

h user.h

#ifndef _LINUX_USER_H #define _LINUX_USER_H #include /* Core file format: The core file is written in such a way that gdb can understand it and provide useful information to
www.eeworm.com/read/221695/14728725

h user.h

#ifndef _LINUX_USER_H #define _LINUX_USER_H #include /* Core file format: The core file is written in such a way that gdb can understand it and provide useful information to
www.eeworm.com/read/219306/14888793

h fat.h

unsigned int BPB_Local();
www.eeworm.com/read/114188/15073621

htm 00000002.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 LANGUAGE OPTIONS         The following 
www.eeworm.com/read/215071/15075900

h dbg.h

/*****************************************************************************/ /* */ /* dbg.h */ /*
www.eeworm.com/read/162614/5515675

c ulltod.c

double __ulltod (unsigned long long a) { return a; }
www.eeworm.com/read/162614/5515683

c ulltof.c

float __ulltof (unsigned long long a) { return a; }
www.eeworm.com/read/162614/5515686

c uitod.c

double __uitod (unsigned int a) { return a; }
www.eeworm.com/read/162614/5515695

c uitof.c

float __uitof (unsigned int a) { return a; }
www.eeworm.com/read/162614/5526920

c loop-2d.c

int a[2]; f (b) { unsigned int i; int *p; for (p = &a[b], i = b; --i < ~0; ) *--p = i * 3 + (int)a; } main () { a[0] = a[1] = 0; f (2); if (a[0] != (int)a || a[1] != (int)a + 3)