Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/gd/src/
DGDFile.c85 u8 db[4]; in myFwrite_u32() local
87 db[0] = (u8)((data >> 24) & 0xff); in myFwrite_u32()
88 db[1] = (u8)((data >> 16) & 0xff); in myFwrite_u32()
89 db[2] = (u8)((data >> 8) & 0xff); in myFwrite_u32()
90 db[3] = (u8)((data >> 0) & 0xff); in myFwrite_u32()
92 count = fwrite( db, 1, 4, fp ); in myFwrite_u32()
125 u8 db[4]; in myFread_u32() local
127 count = fread( db, 1, 4, fp ); in myFread_u32()
129 *data = ((u32) db[0] << 24) | ((u32) db[1] << 16) | in myFread_u32()
130 ((u32) db[2] << 8) | ((u32) db[3] << 0); in myFread_u32()
/RvlSDK-3.2/build/demos/darchdemo/
Dmakefile83 rm -rf dvddata/*/CVS dvddata/*/Thumbs.db
/RvlSDK-3.2/build/
Dmakefile45 db \
/RvlSDK-3.2/build/libraries/mix/src/
Dmix.c394 int db = db_; in __MIXGetVolume() local
397 if (db <= -904) return 0; in __MIXGetVolume()
398 if (db >= 60) return 0xff64; in __MIXGetVolume()
400 return __MIXVolumeTable[db + 904]; in __MIXGetVolume()
/RvlSDK-3.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map768 0000f1dc 0000e8 8001597c 00011b3c 1 .text db.a db.o
769 0000f1dc 000028 8001597c 00011b3c 4 DBInit db.a db.o
770 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o
771 0000f204 000048 800159a4 00011b64 4 __DBExceptionDestinationAux db.a db.o
772 0000f24c 000010 800159ec 00011bac 4 __DBExceptionDestination db.a db.o
773 0000f25c 000018 800159fc 00011bbc 4 __DBIsExceptionMarked db.a db.o
774 UNUSED 000038 ........ ........ __DBMarkException db.a db.o
775 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o
776 0000f274 000050 80015a14 00011bd4 4 DBPrintf db.a db.o
2903 00000860 0001db 8003eca0 0003ae60 1 .data os.a OSContext.o
[all …]
/RvlSDK-3.2/RVL/bin/demos/thpdemo/
DTHPSimple.map833 000112b4 0000e8 80017a54 00013c14 1 .text db.a db.o
834 000112b4 000028 80017a54 00013c14 4 DBInit db.a db.o
835 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o
836 000112dc 000048 80017a7c 00013c3c 4 __DBExceptionDestinationAux db.a db.o
837 00011324 000010 80017ac4 00013c84 4 __DBExceptionDestination db.a db.o
838 00011334 000018 80017ad4 00013c94 4 __DBIsExceptionMarked db.a db.o
839 UNUSED 000038 ........ ........ __DBMarkException db.a db.o
840 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o
841 0001134c 000050 80017aec 00013cac 4 DBPrintf db.a db.o
3333 00000b00 0001db 800502c0 0004c480 1 .data os.a OSContext.o
[all …]
/RvlSDK-3.2/build/buildtools/
Dcommondefs312 $(INSTALL_ROOT)/lib/db$(LIBSUFFIX) \