代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5860139
makefile
#
# Copyright (c) 1989 Sun Microsystems, Inc.
# @(#) Makefile 1.1 92/07/30
d-mc68020=mc68020
d-mc68010=mc68010
MACH= $(d$(TARGET_MACH))
LWPDIR= ..
INDHFILES= alloc.h cntxt.h common.h condvar.h
www.eeworm.com/read/132015/5926364
c mnqm.c
#include "string.h"
#include "alloc.h"
#include "stdio.h"
#include "stdlib.h"
#include "io.h"
int nelement,nnode,nsum_node;
struct elems
{
int nedge;
float x[4],y[4];
float s11[4],s22[4]
www.eeworm.com/read/124989/6034895
s __call.s
/* Trampoline for calling outside of etherboot */
.text
.globl __call
.proc __call
__call:
alloc loc0=ar.pfs,8,3,8,0 /* in, local, out, rotating */
mov loc1=rp
mov loc2=gp
ld8 r14=[in0],8
;;
www.eeworm.com/read/158207/11637019
c mnqm.c
#include "string.h"
#include "alloc.h"
#include "stdio.h"
#include "stdlib.h"
#include "io.h"
int nelement,nnode,nsum_node;
struct elems
{
int nedge;
float x[4],y[4];
float s11[4],s22[4]
www.eeworm.com/read/260233/11738414
c memkey.c
#include
#include
#include
#include
keyboard(int choice,char key[])
{
int offset,i;
offset=peek(0x40,0x1c);
for(i=0;key[i]!='\x0';i++)
{
if(choice==0)
{
www.eeworm.com/read/154458/11959204
c mnqm.c
#include "string.h"
#include "alloc.h"
#include "stdio.h"
#include "stdlib.h"
#include "io.h"
int nelement,nnode,nsum_node;
struct elems
{
int nedge;
float x[4],y[4];
float s11[4],s22[4]
www.eeworm.com/read/153118/12059287
c mnqm.c
#include "string.h"
#include "alloc.h"
#include "stdio.h"
#include "stdlib.h"
#include "io.h"
int nelement,nnode,nsum_node;
struct elems
{
int nedge;
float x[4],y[4];
float s11[4],s22[4]
www.eeworm.com/read/255334/12088207
c mnqm.c
#include "string.h"
#include "alloc.h"
#include "stdio.h"
#include "stdlib.h"
#include "io.h"
int nelement,nnode,nsum_node;
struct elems
{
int nedge;
float x[4],y[4];
float s11[4],s22[4]
www.eeworm.com/read/255243/12094267
c mnqm.c
#include "string.h"
#include "alloc.h"
#include "stdio.h"
#include "stdlib.h"
#include "io.h"
int nelement,nnode,nsum_node;
struct elems
{
int nedge;
float x[4],y[4];
float s11[4],s22[4]
www.eeworm.com/read/340904/12125697
h mdberrcode.h
#ifndef __MdbErrCode_h__
#define __MdbErrCode_h__
/****数据库异常类代码定义***/
#define MDB_EC_NORMAL -8
/***数据库异常代码定义***/
#define MDB_ET_MEM_ALLOC_ERROR -1 //内存分配错误
#define MDB_ET_TBL_MISSING -2