代码搜索:Architectures
找到约 779 项符合「Architectures」的源代码
代码结果 779
www.eeworm.com/read/159825/5581054
h unaligned.h
#ifndef __I386_UNALIGNED_H
#define __I386_UNALIGNED_H
/*
* The i386 can do unaligned accesses itself.
*
* The strange macros are there to make sure these can't
* be misused in a way that
www.eeworm.com/read/389390/8524782
chm the_linux_kernel_primer_a_top_down_approach_for_x86_and_powerpc_architectures.chm
www.eeworm.com/read/249185/12518371
pdf jpeg2000 standard for image compression concepts, algorithms and vlsi architectures.pdf
www.eeworm.com/read/249170/12518859
pdf jpeg2000 standard for image compression concepts, algorithms and vlsi architectures.pdf
www.eeworm.com/read/481542/6642988
c dump_stack.c
/*
* Provide a default dump_stack() function for architectures
* which don't implement their own.
*/
#include
#include
void dump_stack(void)
{
printk(KERN_NOTIC
www.eeworm.com/read/159825/5581114
h unaligned.h
#ifndef __M68K_UNALIGNED_H
#define __M68K_UNALIGNED_H
/*
* The m68k can do unaligned accesses itself.
*
* The strange macros are there to make sure these can't
* be misused in a way that
www.eeworm.com/read/159825/5581173
h unaligned.h
#ifndef __PPC_UNALIGNED_H
#define __PPC_UNALIGNED_H
/*
* The PowerPC can do unaligned accesses itself in big endian mode.
*
* The strange macros are there to make sure these can't
* be mi
www.eeworm.com/read/140797/7147181
h sysconfig.h
/*
* klibc/sysconfig.h
*
* Allows for definitions of some things which may be system-dependent
*/
#ifndef _KLIBC_SYSCONFIG_H
#define _KLIBC_SYSCONFIG_H
/*
* Define this to obtain memory using s
www.eeworm.com/read/232269/14200057
pdf tp_t1_3_leon_adams_emerging_architectures_for_hd_video_transcoding.pdf
www.eeworm.com/read/131315/5938402
mt m88k-coff.mt
# Target: Motorola 88000 using coff.
# Avoid a huge BFD library
TDEFAULTS=-DSELECT_ARCHITECTURES=bfd_m88kbcs_arch -DSELECT_VECS='&m88kbcs_vec'