代码搜索:empty

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

代码结果 10,000
www.eeworm.com/read/168845/5432533

cpp condition.cpp

// Copyright (C) 2001-2003 // William E. Kempf // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, //
www.eeworm.com/read/168845/5434690

cpp basic_oserializer.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // basic_oserializer.cpp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and dis
www.eeworm.com/read/168845/5434712

cpp basic_iserializer.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // basic_iserializer.cpp: // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . // Use, modification and dis
www.eeworm.com/read/168763/5437732

h serial.h

/* Line Status Register bits */ #define LSR_DR 0x01 /* Data ready */ #define LSR_OE 0x02 /* Overrun */ #define LSR_PE 0x04 /* Parity error */ #define LSR_FE 0x08 /* Framing error */ #define LSR_BI
www.eeworm.com/read/165309/5483481

cpp fifo_test.cpp

#include "systemc.h" #include "usb_fifo64x8.h" SC_MODULE(test) { sc_in clk; sc_out rst, clr; sc_out din; sc_in dout; sc_out we, re; sc_in empty
www.eeworm.com/read/162614/5525049

ada c97201h.ada

-- C97201H.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525109

ada c97201g.ada

-- C97201G.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5527500

c pr20100-1.c

/* PR tree-optimization/20100 Pure function being treated as const. Author: Hans-Peter Nilsson. */ static unsigned short g = 0; static unsigned short p = 0; unsigned char e; static unsigned s
www.eeworm.com/read/161121/5557353

s head.s

/* * linux/arch/i386/head.S -- the 32-bit startup code. * * Copyright (C) 1991, 1992 Linus Torvalds * * Enhanced CPU detection and feature setting code by Mike Jagdis * and Martin Mares, No
www.eeworm.com/read/159825/5580537

h serial.h

/* Line Status Register bits */ #define LSR_DR 0x01 /* Data ready */ #define LSR_OE 0x02 /* Overrun */ #define LSR_PE 0x04 /* Parity error */ #define LSR_FE 0x08 /* Framing error */ #define L