代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/212230/15162721
c file_table.c
/*
* linux/fs/file_table.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
struct file file_table[NR_FILE] = {};
struct file * get_empty_
www.eeworm.com/read/207653/15266071
c calc.c
static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/ap.doc,v 1.11 1996/06/26 23:02:01 drh Exp $";
#include
#include
#include
#include
#include "stack.h"
www.eeworm.com/read/207653/15266095
h stack.h
/* $Id: H:/drh/idioms/book/RCS/inter.doc,v 1.11 1997/02/21 19:42:15 drh Exp $ */
#ifndef STACK_INCLUDED
#define STACK_INCLUDED
#define T Stack_T
typedef struct T *T;
extern T Stack_new (void
www.eeworm.com/read/171876/5391474
c example1.c
#include
#define uchar unsigned char
uchar xdata rt_buf[32];
uchar r_in,t_out;
bit r_full,t_empty;
serial() interrupt4 //串口中断程序
{
if(RI && r_full)
{
rt_buf[r_in]=SBUF;
RI=
www.eeworm.com/read/168845/5435887
cpp hash_range_test.cpp
// (C) Copyright Daniel James 2005.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/162807/5514195
c jdatadst.c
/*
* jdatadst.c
*
* Copyright (C) 1994-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/162614/5531136
c wvariadic-2.c
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic -Werror -Wno-variadic-macros" } */
#define f(x,...) /* { dg-bogus "variadic" } */
#define g(x,y...) /* { dg-bogus "variadic" } */
www.eeworm.com/read/159843/5580431
cpp dialog_modpswd.cpp
// DIALOG_MODPSWD.cpp : implementation file
//
#include "stdafx.h"
#include "train.h"
#include "DIALOG_MODPSWD.h"
#include "LoginSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/472419/6877026
h terminal.h
#define TTYADD(c) { if (!(SYNCHing||flushout)) ttyoring.putch(c); }
#define TTYBYTES() (ttyoring.full_count())
#define TTYROOM() (ttyoring.empty_count())
#include
void tlink_init(void);
vo
www.eeworm.com/read/295155/8183453
cpp dialog_modpswd.cpp
// DIALOG_MODPSWD.cpp : implementation file
//
#include "stdafx.h"
#include "train.h"
#include "DIALOG_MODPSWD.h"
#include "LoginSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE