代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/265663/11258158
txt aaa.txt
; 控制加热系统
; 14.7.2002
; 描述:
; 计算机监测串行口,当它接受命令小包(79 字节 + 检查和)
; , 它首先核对 检查和,如正确就发送,
; If checksum is ok and the command is recognized, it is executed
; and the a response packet is sent ter
www.eeworm.com/read/100265/15879381
h interpreter.h
// The command interpreter holds commands to be executed
// Expand what?
#define EXPAND_NONE 0x00
#define EXPAND_VARIABLES 0x01
#define EXPAND_ALIASES 0x02
#define EXPAND_SEMICOLON 0x04
#defin
www.eeworm.com/read/145085/12754170
gel 2407system.gel
#define SCSR1 0x7018
#define SCSR2 0x7019
#define MP 0x0f
#define MC 0x0b
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
F2407_Init();
www.eeworm.com/read/480930/1310651
h mman.h
#ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#
www.eeworm.com/read/248928/4462715
runtests
#!/bin/bash
ORIG=`mktemp /tmp/mytest.XXXXXX`
NEW=`mktemp /tmp/mytest.XXXXXX`
do_filter() {
sed 's/line:[0-9]*//; /^Executed.*/d; s/column=[0-9]*/ /; s/Cols: [0-9]*-[0-9]*/___/'
}
for i in ael-test*
www.eeworm.com/read/209559/4971565
h mman.h
#ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#
www.eeworm.com/read/195013/5121665
h mman.h
#ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#
www.eeworm.com/read/179911/5299330
h mman.h
#ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#
www.eeworm.com/read/350097/3134220
h mman.h
#ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#
www.eeworm.com/read/316872/3601763
h mman.h
#ifndef __PARISC_MMAN_H__
#define __PARISC_MMAN_H__
#define PROT_READ 0x1 /* page can be read */
#define PROT_WRITE 0x2 /* page can be written */
#define PROT_EXEC 0x4 /* page can be executed */
#