Home
last modified time | relevance | path

Searched refs:db (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-2.1/build/libraries/gd/src/
DGDFile.c79 u8 db[4]; in myFwrite_u32() local
81 db[0] = (u8)((data >> 24) & 0xff); in myFwrite_u32()
82 db[1] = (u8)((data >> 16) & 0xff); in myFwrite_u32()
83 db[2] = (u8)((data >> 8) & 0xff); in myFwrite_u32()
84 db[3] = (u8)((data >> 0) & 0xff); in myFwrite_u32()
86 count = fwrite( db, 1, 4, fp ); in myFwrite_u32()
119 u8 db[4]; in myFread_u32() local
121 count = fread( db, 1, 4, fp ); in myFread_u32()
123 *data = ((u32) db[0] << 24) | ((u32) db[1] << 16) | in myFread_u32()
124 ((u32) db[2] << 8) | ((u32) db[3] << 0); in myFread_u32()
/RvlSDK-2.1/build/
Dmakefile43 db \
/RvlSDK-2.1/build/libraries/mix/src/
Dmix.c375 int db = db_; in __MIXGetVolume() local
378 if (db <= -904) return 0; in __MIXGetVolume()
379 if (db >= 60) return 0xff64; in __MIXGetVolume()
381 return __MIXVolumeTable[db + 904]; in __MIXGetVolume()
/RvlSDK-2.1/RVL/bin/demos/gxdemo/
Dsmp-onetri.map645 0000b510 0000e8 80011c30 0000ddf0 1 .text db.a db.o
646 0000b510 000028 80011c30 0000ddf0 4 DBInit db.a db.o
647 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o
648 0000b538 000048 80011c58 0000de18 4 __DBExceptionDestinationAux db.a db.o
649 0000b580 000010 80011ca0 0000de60 4 __DBExceptionDestination db.a db.o
650 0000b590 000018 80011cb0 0000de70 4 __DBIsExceptionMarked db.a db.o
651 UNUSED 000038 ........ ........ __DBMarkException db.a db.o
652 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o
653 0000b5a8 000050 80011cc8 0000de88 4 DBPrintf db.a db.o
2270 00000860 0001db 800312e0 0002d4a0 1 .data os.a OSContext.o
[all …]
/RvlSDK-2.1/RVL/bin/demos/thpdemo/
DTHPSimple.map708 0000d50c 0000e8 80013c2c 0000fdec 1 .text db.a db.o
709 0000d50c 000028 80013c2c 0000fdec 4 DBInit db.a db.o
710 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o
711 0000d534 000048 80013c54 0000fe14 4 __DBExceptionDestinationAux db.a db.o
712 0000d57c 000010 80013c9c 0000fe5c 4 __DBExceptionDestination db.a db.o
713 0000d58c 000018 80013cac 0000fe6c 4 __DBIsExceptionMarked db.a db.o
714 UNUSED 000038 ........ ........ __DBMarkException db.a db.o
715 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o
716 0000d5a4 000050 80013cc4 0000fe84 4 DBPrintf db.a db.o
2690 00000a90 0001db 80042970 0003eb30 1 .data os.a OSContext.o
[all …]
/RvlSDK-2.1/build/buildtools/
Dcommondefs312 $(INSTALL_ROOT)/lib/db$(LIBSUFFIX) \