代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/200052/15441578
h hci.h
/*
This file mainly define the structs of command parameters and return parameters
we often use and some operation for these structs.
*/
/*
*****************************************************
www.eeworm.com/read/200052/15441604
h hci.h
/*
This file mainly define the structs of command parameters and return parameters
we often use and some operation for these structs.
*/
/*
*****************************************************
www.eeworm.com/read/113713/15450346
h mobileph.h
/**************lcd.h文件信息**********************
** 函数声名以及要写入的图象
********************************************/
#ifndef _mobileph_h
#define _mobileph_h
#ifndef OVERFLOW
#define OV
www.eeworm.com/read/113552/15453438
h mz80.h
/* Multi-Z80 32 Bit emulator */
/* Copyright 1999, Neil Bradley, All rights reserved
*
* License agreement:
*
* The mZ80 emulator may be distributed in unmodified form to any medium.
*
www.eeworm.com/read/113517/15454428
cpp globals.cpp
/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and
* Jerremy Koot (jkoo
www.eeworm.com/read/113517/15454445
cpp tile.cpp
/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and
* Jerremy Koot (jkoo
www.eeworm.com/read/113517/15454466
cpp sa1.cpp
/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and
* Jerremy Koot (jkoo
www.eeworm.com/read/113517/15454478
cpp tvmode.cpp
void TVMode (uint8 *srcPtr, uint32 srcPitch, uint8 *deltaPtr,
uint8 *dstPtr, uint32 dstPitch, int width, int height)
{
uint8 *nextLine, *finish;
uint32 colorMask = ~(RGB_LOW_BITS_MASK |
www.eeworm.com/read/112861/15475571
h i2c.h
//1 可移植的数据类型
#if 0
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
#define bool bit
#define true 1
#define false 0
#define PAGE_SIZE 8
#define
www.eeworm.com/read/112193/15492026
h updownclient.h
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und