代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/178232/5317595

h memory_t.h

/* * Copyright (c) 2001 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are p
www.eeworm.com/read/177351/5328490

c sse_memory.c

/* A program to test that SSE/SSE2 insns do not read memory they should not. Covers insns of the form OP %xmm, %xmm and OP memory, %xmm only. */ #include #include #includ
www.eeworm.com/read/177351/5328519

vgtest sse_memory.vgtest

prog: sse_memory vgopts: -q args: all
www.eeworm.com/read/177351/5328523

c sse_memory.c

/* A program to test that SSE/SSE2 insns do not read memory they should not. Covers insns of the form OP %xmm, %xmm and OP memory, %xmm only. */ #include #include #includ
www.eeworm.com/read/177235/5331295

c memory_hpux.c

#include #if HAVE_STRING_H #include #endif #if HAVE_STDLIB_H #include #endif #include #if HAVE_DMALLOC_H #include #endif
www.eeworm.com/read/177235/5331297

c memory_dynix.c

#include #ifdef dynix # ifdef HAVE_SYS_SWAP_H # include # endif # ifdef HAVE_SYS_PARAM_H # include # endif # ifdef HAVE_UNISTD_H #
www.eeworm.com/read/177235/5331316

h memory_hpux.h

/* * memory quantity mib groups * */ #ifndef _MIBGROUP_MEMORY_HPUX_H #define _MIBGROUP_MEMORY_HPUX_H #include "mibdefs.h" void init_memory_hpux(void); #endif
www.eeworm.com/read/177235/5331320

h memory_dynix.h

/* * memory quantity mib groups * */ #ifndef _MIBGROUP_MEMORY_DYNIX_H #define _MIBGROUP_MEMORY_DYNIX_H #include "mibdefs.h" /* * from /usr/include/sys/mc_param.h */ #define MMU_PAGESIZE 0x100
www.eeworm.com/read/177008/5334069

h memory_buffer.h

#ifndef MEMORY_BUFFER_H #define MEMORY_BUFFER_H typedef struct { unsigned char *buffer; unsigned char *pos; int size; int capacity; } MEMORY_BUFFER; #ifndef MEMORY_BUFFER_C #ifdef
www.eeworm.com/read/177008/5334080

h memory_stream.h

#ifndef MEMORY_STREAM_H #define MEMORY_STREAM_H typedef struct { int bits_num; unsigned int bits; unsigned int count; unsigned char *pos; unsigned char *last; } MEMORY_STREA