代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/163821/5508975
h shm.h
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th
www.eeworm.com/read/162868/5512507
h machine.h
/* @(#) machine.h 2.1 87/12/25 12:22:43 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
*/
/*
This file hold
www.eeworm.com/read/162868/5512550
h zoo.h
/* derived from: zoo.h 2.16 88/01/27 23:21:36 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
*/
/* Global d
www.eeworm.com/read/162868/5512553
i nixmode.i
#ifndef LINT
/* @(#) nixmode.i 1.2 88/01/24 12:48:57 */
static char modeid[]="@(#) nixmode.i 1.2 88/01/24 12:48:57";
#endif
/*
(C) Copyright 1988 Rahul Dhesi -- All rights reserved
UNIX-spec
www.eeworm.com/read/162807/5514341
h auxmath.h
/* ////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a lice
www.eeworm.com/read/162614/5515336
h specific.h
/*
* This is a reimplementation of a subset of the pthread_getspecific/setspecific
* interface. This appears to outperform the standard linuxthreads one
* by a significant margin.
* The major rest
www.eeworm.com/read/162614/5516203
c ctzhi2.c
/* The implementation of __ctzhi2.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/162614/5516210
c clzhi2.c
/* The implementation of __clzhi2.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/162614/5518185
c struct1.c
struct bug {
const char *name;
unsigned long type;
};
struct bug s = { 0, (unsigned long) &s | 1 };