Home
last modified time | relevance | path

Searched refs:number (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_systemCall.c54 asm s32 SVC_Div( s32 number, s32 denom ) in SVC_Div() argument
61 asm s32 SVC_DivRem( s32 number, s32 denom ) in SVC_DivRem() argument
/TwlSDK-5.2.1/build/tools/loadrun/
Dloadrun.txt27 …he device types specified with the –d option. serial is the serial number specified with the…
41 …ice serial numbers. The specified value is a 10-digit number, and is the same as the serial number
42 When the number 04070680 is displayed in a list, the first 0 can be omitted as in 4070680.
43 The first machine found with the serial number specified here becomes the target for that action.
/TwlSDK-5.2.1/include/nitro/os/common/
DsystemCall.h655 s32 SVC_Div(s32 number, s32 denom);
677 s32 SVC_DivRem(s32 number, s32 denom);
/TwlSDK-5.2.1/build/demos/prc/patterns/data/
Dpatterns.txt90 "number sign" 4 0 64 | (0,21) (61,19) | (0,43) (60,42) | (19,0) (21,61) | (42,0) (43,60) | # '#'
91 "number sign" 4 0 64 | (19,0) (21,61) | (42,0) (43,60) | (0,21) (61,19) | (0,43) (60,42) | # '#' Di…
/TwlSDK-5.2.1/man/en_US/css/
Dnitro.css180 table.table td.number, table.table th.number
/TwlSDK-5.2.1/include/nitro/spi/ARM9/
Dpm.h187 u32 PM_SendUtilityCommandAsync(u32 number, u16 parameter, u16* retValue, PMCallback callback, v…
188 u32 PM_SendUtilityCommand(u32 number, u16 parameter, u16* retValue);
/TwlSDK-5.2.1/build/tools/init2env/
Dinit.y46 int number; member
/TwlSDK-5.2.1/build/demos/mb/multiboot/
Dreadme.txt34 MEMBER FULL ... Child devices cannot connect to a game that has reached its set number of players
/TwlSDK-5.2.1/build/libraries/spi/ARM9/src/
Dpm.c493 u32 PM_SendUtilityCommandAsync(u32 number, u16 parameter, u16* retValue, PMCallback callback, void … in PM_SendUtilityCommandAsync() argument
497 sendData[0] = PMi_MakeData1(SPI_PXI_START_BIT, 0, SPI_PXI_COMMAND_PM_UTILITY, number); in PM_SendUtilityCommandAsync()
504 u32 PM_SendUtilityCommand(u32 number, u16 parameter, u16* retValue) in PM_SendUtilityCommand() argument
507 …u32 sendResult = PM_SendUtilityCommandAsync(number, parameter, retValue, PMi_DummyCallback, &c… in PM_SendUtilityCommand()