代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/123453/14631750
c shared.c
/*
* shared.c - some utility routines shared by all Kannel boxes
*
* Lars Wirzenius
*/
#include
#include
#include "gwlib/gwlib.h"
#include "shared.h"
#inclu
www.eeworm.com/read/123453/14632397
h shared.h
/*
* shared.h - utility functions shared by Kannel boxes
*
* The functions declared here are not part of any box in particular, but
* are quite specific to Kannel, so they are not suitable for gwl
www.eeworm.com/read/123453/14632459
c shared.c
/*
* shared.c - some utility routines shared by all Kannel boxes
*
* Lars Wirzenius
*/
#include
#include
#include "gwlib/gwlib.h"
#include "shared.h"
#inclu
www.eeworm.com/read/121010/14775153
h shared.h
#ifndef _SHARED_H_
#define _SHARED_H_
#define VERSION "0.9.3"
/* Data types */
typedef unsigned long int dword;
typedef unsigned short int word;
typedef unsigned char byte;
/* To ke
www.eeworm.com/read/121010/14775792
h shared.h
#ifndef _SHARED_H_
#define _SHARED_H_
#include
#define VERSION "0.9.3"
/* Data types */
typedef unsigned long int dword;
typedef unsigned short int word;
typedef unsigned ch
www.eeworm.com/read/119862/14819270
install_shared
#!/bin/sh
echo GTelnet v2.2
echo ----------------------------------------------------------------------------------
echo To run this script you either have to run as root
echo or you have to have a wr
www.eeworm.com/read/483648/1275731
c shared.c
/***** Declaration of External Memory Variables *****/
#define N 64
section ("ext_data") int dm sdram_data[N];
section ("ext_data") int dm link_data_rx2[N];
www.eeworm.com/read/483648/1275759
c shared.c
/***** Declaration of External Memory Variables *****/
#define N 64
section ("ext_data") int dm sdram_data[N];
section ("ext_data") int dm link_data_rx2[N];
www.eeworm.com/read/483648/1275766
asm shared.asm
/***** Declaration of External Memory Variables *****/
#define N 64
.global sdram_data;
.global link_data_rx2;
.section ext_data;
.var sdram_data[N];
.var link_data_rx2[N];
www.eeworm.com/read/482889/1284759
hpp shared.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides