Searched refs:db (Results 1 – 7 of 7) sorted by relevance
85 u8 db[4]; in myFwrite_u32() local87 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() local127 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()
83 rm -rf dvddata/*/CVS dvddata/*/Thumbs.db
45 db \
394 int db = db_; in __MIXGetVolume() local397 if (db <= -904) return 0; in __MIXGetVolume()398 if (db >= 60) return 0xff64; in __MIXGetVolume()400 return __MIXVolumeTable[db + 904]; in __MIXGetVolume()
768 0000f1dc 0000e8 8001597c 00011b3c 1 .text db.a db.o769 0000f1dc 000028 8001597c 00011b3c 4 DBInit db.a db.o770 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o771 0000f204 000048 800159a4 00011b64 4 __DBExceptionDestinationAux db.a db.o772 0000f24c 000010 800159ec 00011bac 4 __DBExceptionDestination db.a db.o773 0000f25c 000018 800159fc 00011bbc 4 __DBIsExceptionMarked db.a db.o774 UNUSED 000038 ........ ........ __DBMarkException db.a db.o775 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o776 0000f274 000050 80015a14 00011bd4 4 DBPrintf db.a db.o2903 00000860 0001db 8003eca0 0003ae60 1 .data os.a OSContext.o[all …]
833 000112b4 0000e8 80017a54 00013c14 1 .text db.a db.o834 000112b4 000028 80017a54 00013c14 4 DBInit db.a db.o835 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o836 000112dc 000048 80017a7c 00013c3c 4 __DBExceptionDestinationAux db.a db.o837 00011324 000010 80017ac4 00013c84 4 __DBExceptionDestination db.a db.o838 00011334 000018 80017ad4 00013c94 4 __DBIsExceptionMarked db.a db.o839 UNUSED 000038 ........ ........ __DBMarkException db.a db.o840 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o841 0001134c 000050 80017aec 00013cac 4 DBPrintf db.a db.o3333 00000b00 0001db 800502c0 0004c480 1 .data os.a OSContext.o[all …]
312 $(INSTALL_ROOT)/lib/db$(LIBSUFFIX) \