代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/486765/6526620
h hawaii_include.h
#define uchar unsigned char
#define uint unsigned int
#define ulon unsigned long
#define NOP asm("NOP") //空操作
#define WDR asm("WDR") //
#define CLI asm("CLI") //关闭全局中断
#define SEI asm("S
www.eeworm.com/read/10438/186638
memory
// memory stl/clr header
#ifndef _CLI_MEMORY_
#define _CLI_MEMORY_
#include
#include // for pair
#ifdef _M_CEE_SAFE
#define _PAIR_TYPE(iter_t) cliext::pair
www.eeworm.com/read/303078/3817432
h system.h
#ifndef __ASM_SYSTEM_H_
#define __ASM_SYSTEM_H_
#define sti() __asm__ __volatile__ ("sti":::"memory")
#define cli() __asm__ __volatile__ ("cli":::"memory")
#define invalidate_tlb() __asm__ __volatil
www.eeworm.com/read/432726/8581182
h infxcli.h
/*****************************************************************
** INFXCLI.H - This is the the main include for Informix-CLI
** applications.
**
** Preconditions:
** fo
www.eeworm.com/read/358719/10181075
cpp sqlgram.cpp
// SQL syntax used for coloring in CClientView
// by LuXiaochun
////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Cli
www.eeworm.com/read/149857/7150869
cpp sqlgram.cpp
// SQL syntax used for coloring in CClientView
// by LuXiaochun
////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Cli
www.eeworm.com/read/408502/11384834
h infxcli.h
/*****************************************************************
** INFXCLI.H - This is the the main include for Informix-CLI
** applications.
**
** Preconditions:
** fo
www.eeworm.com/read/126953/14392505
h infxcli.h
/*****************************************************************
** INFXCLI.H - This is the the main include for Informix-CLI
** applications.
**
** Preconditions:
** fo
www.eeworm.com/read/361993/2939709
h commongamefunc.h
#ifndef __COMMONGAMEFUNC_H__
#define __COMMONGAMEFUNC_H__
// ----------------------------------------------------------------------------------
// °ÔÀÓ¿¡¼ »ç¿ëÇÏ´Â °øÅë Global Function (both cli
www.eeworm.com/read/389810/8499036
cpp ex674_db2.cpp
#include
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4/DB2 CLI
#define OTL_UNICODE // Enable Unicode OTL for ODBC
#if defined(__GN