Searched refs:db (Results 1 – 6 of 6) sorted by relevance
79 u8 db[4]; in myFwrite_u32() local81 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() local121 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()
43 db \
375 int db = db_; in __MIXGetVolume() local378 if (db <= -904) return 0; in __MIXGetVolume()379 if (db >= 60) return 0xff64; in __MIXGetVolume()381 return __MIXVolumeTable[db + 904]; in __MIXGetVolume()
645 0000b510 0000e8 80011c30 0000ddf0 1 .text db.a db.o646 0000b510 000028 80011c30 0000ddf0 4 DBInit db.a db.o647 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o648 0000b538 000048 80011c58 0000de18 4 __DBExceptionDestinationAux db.a db.o649 0000b580 000010 80011ca0 0000de60 4 __DBExceptionDestination db.a db.o650 0000b590 000018 80011cb0 0000de70 4 __DBIsExceptionMarked db.a db.o651 UNUSED 000038 ........ ........ __DBMarkException db.a db.o652 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o653 0000b5a8 000050 80011cc8 0000de88 4 DBPrintf db.a db.o2270 00000860 0001db 800312e0 0002d4a0 1 .data os.a OSContext.o[all …]
708 0000d50c 0000e8 80013c2c 0000fdec 1 .text db.a db.o709 0000d50c 000028 80013c2c 0000fdec 4 DBInit db.a db.o710 UNUSED 00001c ........ ........ DBIsDebuggerPresent db.a db.o711 0000d534 000048 80013c54 0000fe14 4 __DBExceptionDestinationAux db.a db.o712 0000d57c 000010 80013c9c 0000fe5c 4 __DBExceptionDestination db.a db.o713 0000d58c 000018 80013cac 0000fe6c 4 __DBIsExceptionMarked db.a db.o714 UNUSED 000038 ........ ........ __DBMarkException db.a db.o715 UNUSED 00000c ........ ........ __DBSetPresent db.a db.o716 0000d5a4 000050 80013cc4 0000fe84 4 DBPrintf db.a db.o2690 00000a90 0001db 80042970 0003eb30 1 .data os.a OSContext.o[all …]
312 $(INSTALL_ROOT)/lib/db$(LIBSUFFIX) \