代码搜索:TCOS
找到约 1,609 项符合「TCOS」的源代码
代码结果 1,609
www.eeworm.com/read/252894/12259126
c mdct.c
/*
* MDCT/IMDCT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/251519/12340295
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/149824/12345576
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/131768/14130493
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/131496/14143295
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/131012/14163632
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/229909/14312823
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/125130/14512539
s memsetup.s
;*****************************************************************
;* Memory configuration has to be optimized for best performance *
;* The following parameter is not optimized.
www.eeworm.com/read/214708/15091062
s head.s
.global _start
.include "init.inc"
@ the mini_boot start here!
_start:
@ Exception vector table
@ 0x00 Reset Supervisor
b reset
@ 0x04 Undefined instruction
b .
@ 0x08 Software Interrupt
b .
@ 0x0
www.eeworm.com/read/214708/15091077
inc init.inc
.equ UserMode, 0xd0
.equ FIQMode, 0xd1
.equ IRQMode, 0xd2
.equ SupervisorMode, 0xd3
.equ AbortMode, 0xd7
.equ UndefinedMode, 0xdb
.equ SystemMode, 0xdf
.equ WTCON, 0x53000000
@ about i