代码搜索:Processor
找到约 10,000 项符合「Processor」的源代码
代码结果 10,000
www.eeworm.com/read/337546/3337353
h processor.h
#ifndef _ASM_CRIS_ARCH_PROCESSOR_H
#define _ASM_CRIS_ARCH_PROCESSOR_H
#include
/* Return current instruction pointer. */
#define current_text_addr() \
({void *pc; __asm__ __volatil
www.eeworm.com/read/333997/3377277
java processor.java
package webbook.chapter2;
import java.io.*;
import java.net.Socket;
/**
* 处理一个HTTP用户请求的线程类。
*/
public class Processor extends Thread {
private PrintStream out;
private InputStream inpu
www.eeworm.com/read/333997/3379316
java processor.java
package webbook.chapter2;
import java.io.*;
import java.net.Socket;
/**
* 处理一个HTTP用户请求的线程类。
*/
public class Processor extends Thread {
private PrintStream out;
private InputStream inpu
www.eeworm.com/read/332370/3399044
h processor.h
/*
* linux/include/asm-arm/proc-armv/processor.h
*
* Copyright (C) 1996-1999 Russell King.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/325445/3483692
options processor.options
# Available processors
# Each processor class should be listed with full package info
# followed by a '|' and a descriptive name (containing only [a-z,A-z])
# Lines beginning with # and empty lines ar
www.eeworm.com/read/325445/3484199
java processor.java
/* Copyright (C) 2003 Internet Archive.
*
* This file is part of the Heritrix web crawler (crawler.archive.org).
*
* Heritrix is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/324920/3490563
c processor.c
/* $Id: processor.c,v 1.1 2002/07/20 16:27:06 rhirst Exp $
*
* Initial setup-routines for HP 9000 based hardware.
*
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
* Modifications fo
www.eeworm.com/read/324920/3490915
c processor.c
/*
* arch/i386/kernel/acpi/processor.c
*
* Copyright (C) 2005 Intel Corporation
* Venkatesh Pallipadi
* - Added _PDC for platforms with Intel CPUs
*/
#include
www.eeworm.com/read/324920/3491663
c processor.c
/*
* arch/x86_64/kernel/acpi/processor.c
*
* Copyright (C) 2005 Intel Corporation
* Venkatesh Pallipadi
* - Added _PDC for platforms with Intel CPUs
*/
#includ
www.eeworm.com/read/324920/3496099
h processor.h
#ifndef __ASM_CRIS_ARCH_PROCESSOR_H
#define __ASM_CRIS_ARCH_PROCESSOR_H
/*
* Default implementation of macro that returns current
* instruction pointer ("program counter").
*/
#define current_text