代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/167223/5461892

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 provi
www.eeworm.com/read/166145/5476047

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 provi
www.eeworm.com/read/164916/5486169

h nameser.h

/* * ++Copyright++ 1983, 1989, 1993 * - * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary
www.eeworm.com/read/164348/5491920

h mpadecobjfltpt.h

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/164348/5493668

h dllindex.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: dllindex.h,v 1.2.40.1 2004/07/09 01:56:22 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved
www.eeworm.com/read/164348/5496488

h solaris56fix.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: Solaris56Fix.h,v 1.1.1.1.52.3 2004/07/09 01:43:45 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights
www.eeworm.com/read/164348/5497592

h vidsurf2.h

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: vidsurf2.h,v 1.1.1.1.42.1 2004/07/09 01:58:56 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Rese
www.eeworm.com/read/162614/5526704

c 961017-1.c

main () { unsigned char z = 0; do ; while (--z > 0); exit (0); }
www.eeworm.com/read/162614/5526961

c 921104-1.c

main () { unsigned long val = 1; if (val > (unsigned long) ~0) abort(); exit (0); }
www.eeworm.com/read/162614/5527138

c loop-2c.c

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