Home
last modified time | relevance | path

Searched refs:order (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/
Deppc.Cafe.ld29 .sdata ALIGN(0x20) : > dataarea // SDA sections must be in this order
31 .sbss ALIGN(0x20) : > dataarea // SDA sections must be in this order
33 …thrdata ALIGN(0x20) : > dataarea // default initialized TLS sections must be in this order
35 …rbss ALIGN(0x20) : > dataarea // default uninitialized TLS sections must be in this order
Deppc.Cafe.rpl.ld25 …thrdata ALIGN(0x20) : > dataarea // default initialized TLS sections must be in this order
27 …rbss ALIGN(0x20) : > dataarea // default uninitialized TLS sections must be in this order
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zDec.c84 unsigned order = coder->Props.data[0]; in SzDecodePpmd() local
86 if (order < PPMD7_MIN_ORDER || in SzDecodePpmd()
87 order > PPMD7_MAX_ORDER || in SzDecodePpmd()
94 Ppmd7_Init(&ppmd, order); in SzDecodePpmd()