代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/125819/6021107

c safe-ctype.c

/* replacement macros. Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Zack Weinberg . This file is part of the libiberty library. Libiberty is f
www.eeworm.com/read/125811/6022044

c vncauth.c

/* * Copyright (C) 1997, 1998 Olivetti & Oracle Research Laboratory * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu
www.eeworm.com/read/125688/6022485

h netinet.h

/* Struct defs hacked from netinet headers. */ /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source an
www.eeworm.com/read/125688/6022792

h ppp-comp.h

/* * ppp-comp.h - Definitions for doing PPP packet compression. * * Copyright (c) 1994 The Australian National University. * All rights reserved. * * Permission to use, copy, modify, and distrib
www.eeworm.com/read/125688/6022853

h yam.h

/*****************************************************************************/ /* * yam.h -- YAM radio modem driver. * * Copyright (C) 1998 Frederic Rible F1OAT (frible@teaser.fr) * Adapted fro
www.eeworm.com/read/125688/6023086

h mtio.h

/* * linux/mtio.h header file for Linux. Written by H. Bergman * * Modified for special ioctls provided by zftape in September 1997 * by C.-J. Heine. */ #ifndef _LINUX_MTIO_H #define _LINUX_MTI
www.eeworm.com/read/125688/6023106

h dtlk.h

#if 0 #define TRACE_TXT(text) \ { \ if(dtlk_trace) \ { \ console_print(text); \ console_print("\n"); \ } \ } #define TRACE_CHR(chr) \ { \ if(dtlk_trace) \ console_print
www.eeworm.com/read/125688/6023199

h a.out.h

#ifndef __I386_A_OUT_H__ #define __I386_A_OUT_H__ struct exec { unsigned long a_info; /* Use macros N_MAGIC, etc for access */ unsigned a_text; /* length of text, in bytes */ unsigned a_data;
www.eeworm.com/read/125688/6023468

c hpfs_fs.c

/* * linux/fs/hpfs/hpfs_fs.c * read-only HPFS * version 1.0 * * Chris Smith 1993 * * Sources & references: * Duncan, _Design ... of HPFS_, MSJ 4(5) (C) 1989 Microsoft Corp * linux/
www.eeworm.com/read/125688/6023469

h hpfs.h

/* The paper Duncan, Roy Design goals and implementation of the new High Performance File System Microsoft Systems Journal Sept 1989 v4 n5 p1(13) describes what HPFS looked like