代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/158036/11648349
c lcd6963.c
#include
#include
#include
#include
#include
#include
//内部函数
#define cli() _asm("cli\n")
/* disable interrupts*/
www.eeworm.com/read/254228/12155148
_c q1._c
#include "iom16v.h"
#define LOBYTE(a) ((BYTE)(a&0x0f))
#define HIBYTE(a) ((BYTE)((a)>>4))
#define _asm asm
#define WDR() asm("wdr")
#define SEI() asm("sei")
#define CLI() asm("cli")
#define NO
www.eeworm.com/read/254228/12155154
c q1.c
#include "iom16v.h"
#define LOBYTE(a) ((BYTE)(a&0x0f))
#define HIBYTE(a) ((BYTE)((a)>>4))
#define _asm asm
#define WDR() asm("wdr")
#define SEI() asm("sei")
#define CLI() asm("cli")
#define NO
www.eeworm.com/read/125227/14505101
c backup.c
#if !BASIC_BIOS
#include
#include "bios.h"
#include "cli.h"
#include "rtc.h"
#include "uart.h"
#include "xmodem.h"
static CommandNode CLI_NAME_BACKUP =
{
"backup",
www.eeworm.com/read/125227/14505124
c load.c
#if !BASIC_BIOS
#include
#include "bios.h"
#include "cli.h"
#include "rtc.h"
#include "uart.h"
#include "xmodem.h"
static CommandNode CLI_NAME_LOAD =
{
"load",
www.eeworm.com/read/281683/4113491
java tinyvmcommandlineparser.java
package js.tinyvm.util;
import java.io.PrintWriter;
import java.io.StringWriter;
import js.tinyvm.TinyVMException;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.GnuParser
www.eeworm.com/read/393485/8283080
cpp ex171_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_NULL_TO_VAL (-1)
www.eeworm.com/read/393485/8283622
cpp ex367_db2.cpp
#include
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#define OTL_UNICODE // Enable Unicode OTL
#if defined(__GNUC__
www.eeworm.com/read/174072/9608988
cpp ex171_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
// Default "numeric" NULLs to (-1)
#define OTL_DEFAULT_NUMERIC_NULL_TO_VAL (-1)
www.eeworm.com/read/174072/9609458
cpp ex367_db2.cpp
#include
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#define OTL_UNICODE // Enable Unicode OTL
#if defined(__GNUC__