代码搜索:segment

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

代码结果 10,000
www.eeworm.com/read/209559/4972051

h segment.h

#include
www.eeworm.com/read/209559/4972305

h segment.h

#ifndef __UM_SEGMENT_H #define __UM_SEGMENT_H #endif
www.eeworm.com/read/209211/4985677

c segment.c

#include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "../port/error.h" static void imagereclaim(void); static void imagechanreclaim(void); #include "io
www.eeworm.com/read/205961/5013508

java segment.java

/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet Th
www.eeworm.com/read/205820/5023517

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/205458/5023894

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/202075/5055172

java segment.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v
www.eeworm.com/read/202075/5055220

java segment.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v
www.eeworm.com/read/200288/5067529

h segment.h

/* * U-boot - segment.h * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redist
www.eeworm.com/read/198501/5087040

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