代码搜索:Addressable
找到约 233 项符合「Addressable」的源代码
代码结果 233
www.eeworm.com/read/162614/5530833
c setjmp-2.c
/* PR middle-end/17813 */
/* Origin: Tom Hughes */
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
/* { dg-options "-O -fomit-frame-pointer" } */
/* { dg-options "-O -fom
www.eeworm.com/read/162614/5540442
c pass54-frag.c
struct k
{
struct {
int b;
int c;
} a;
};
static struct k l;
static struct k m;
void foo ()
{
/* This should not be instrumented. */
l.a.b = 5;
}
void bar ()
{
/* This should no
www.eeworm.com/read/270678/11029821
h at89c5131.h
/*H****************************************************************************
* NAME: at89c5131.h
*------------------------------------------------------------------------------
* PURPO
www.eeworm.com/read/270678/11029978
h at89c5131.h
/*H***************************************************************************
* NAME: at89c5131.h
*----------------------------------------------------------------------------
* PURPOSE
www.eeworm.com/read/237612/13942367
vhd cam.vhd
--A.5 cam.vhd
----------------------------------------------------------------------------
-- Title : Content Addressable Memory
-- Project :
------------------------------------------------------
www.eeworm.com/read/233448/4684881
c asm-1.c
/* { dg-options "-Werror" } */
__thread int i;
int foo ()
{
asm volatile ("" :: "m" (&i)); /* { dg-error "directly addressable" } */
}
www.eeworm.com/read/281401/9157510
$ mempager.$
! MEMORY MANAGER
!
! The aim of this exercise is to program a simple memory paging system.
! In the original paging systems the addressable memory is larger than
! the physical memory of the system
www.eeworm.com/read/281401/9158253
$ mempager.$
! MEMORY MANAGER
!
! The aim of this exercise is to program a simple memory paging system.
! In the original paging systems the addressable memory is larger than
! the physical memory of the system