代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/383713/8925304
h segment.h
#ifndef _LINUX_SEGMENT_H
#define _LINUX_SEGMENT_H
#define KERNEL_CS 0x10
#define KERNEL_DS 0x18
#define USER_CS 0x23
#define USER_DS 0x2B
#endif
www.eeworm.com/read/383713/8925439
h segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H
static inline unsigned char get_user_byte(const char * addr)
{
register unsigned char _v;
__asm__ ("movb %%fs:%1,%0":"=q" (_v):"m" (*addr));
www.eeworm.com/read/186023/8965840
h segment.h
extern inline unsigned char get_fs_byte(const char * addr)
{
unsigned register char _v;
__asm__ ("movb %%fs:%1,%b0":"=r" (_v):"m" (*addr));
return _v;
}
extern inline unsigned short get_fs_word(c
www.eeworm.com/read/383110/8973007
cpp segment.cpp
// Segment.cpp: implementation of the Segment class.
//
//////////////////////////////////////////////////////////////////////
#include "Segment.h"
#include
#include
#incl
www.eeworm.com/read/383110/8973015
h segment.h
// Segment.h: interface for the Segment class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SEGMENT_H__234B7A78_5E51_449F_9C01_65A5B4637B65__INCLUDED
www.eeworm.com/read/282142/9117310
cpp segment.cpp
// Segment.cpp : implementation file
//
#include "stdafx.h"
#include "wgl_32.h"
#include "Segment.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/282142/9117586
h segment.h
#if !defined(AFX_SEGMENT_H__3F97A582_5B06_11D2_A9B4_C153A6BF3453__INCLUDED_)
#define AFX_SEGMENT_H__3F97A582_5B06_11D2_A9B4_C153A6BF3453__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/380485/9145385
h segment.h
extern inline unsigned char get_fs_byte(const char * addr)
{
unsigned register char _v;
__asm__ ("movb %%fs:%1,%0":"=r" (_v):"m" (*addr));
return _v;
}
extern inline unsigned short get_fs_word(co
www.eeworm.com/read/379774/9177403
cpp segment.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/379774/9177405
h segment.h
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标