代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5528315
c 900216-1.c
foo (p, a, b)
unsigned short *p;
{
unsigned int x;
x = p[0];
return (x == 134U);
}
www.eeworm.com/read/162614/5528496
c 20010117-1.c
unsigned char u, v, w;
void baz (void)
{
if ((u - v - w) & 0x80)
v = 1;
}
www.eeworm.com/read/162614/5528628
c 920501-21.c
typedef unsigned short t;
struct foo{t d;};
int bar(d)t d;{struct foo u;u.d=d;return(int)(&u);}
www.eeworm.com/read/162614/5530076
c 1b-04.c
#include
int main()
{
vector unsigned char a,b;
b = (vector unsigned char)a;
return 0;
}
www.eeworm.com/read/162614/5537512
h atomic_word.h
// Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/162614/5540564
c inftree9.c
/* inftree9.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#
www.eeworm.com/read/162519/5540862
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/162519/5547084
c inftree9.c
/* inftree9.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#
www.eeworm.com/read/161513/5551558
h request.h
#ifndef REQUEST_H
#define REQUEST_H
/*
This file defines structures and methods that are common to MapRequest,
ActionRequest and GuiRequest
*/
#include "LatLonPoint.h"
/**
* The polygon structure
www.eeworm.com/read/161121/5555570
c rtc.c
/*
* Copyright 2001 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
* ahennessy@mvista.com
*
* RTC routines for Dallas chip.
*
* This file is subject to the ter