Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 32) sorted by relevance

12

/TwlSDK-5.1.0/man/en_US/css/
Dnitro.css17 position : relative;
40 position : relative;
86 position : relative;
97 position : normal;
102 position : relative;
107 position : relative;
111 position : relative;
115 position : relative;
135 position : normal;
171 position : static;
Dapilist.css9 position : relative;
20 position : relative;
Dicons.css34 position : relative;
42 position : relative;
Dcategories.css34 position : relative;
42 position : relative;
Dtitles.css34 position : relative;
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c519 u32 position = offset; in CARDi_ReadRomHashImageDirect() local
521 u32 sector = CARDi_GetHashSectorIndex(context, position); in CARDi_ReadRomHashImageDirect()
522 while (position < end) in CARDi_ReadRomHashImageDirect()
525 …u32 available = (u32)(*context->ReadSync)(context->userdata, buffer, position, end - position); in CARDi_ReadRomHashImageDirect()
529 if (context->ReadAsync && (position + available < end)) in CARDi_ReadRomHashImageDirect()
531 …(void)(*context->ReadAsync)(context->userdata, NULL, position + available, end - (position + avail… in CARDi_ReadRomHashImageDirect()
560 position += sectunit; in CARDi_ReadRomHashImageDirect()
/TwlSDK-5.1.0/build/libraries/fs/common/include/
Dcommand.h57 u32 position; member
136 u32 position; member
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c141 s32 position; in DSPi_FileIOProc() local
144 DSP_ReadPipe(in, &position, sizeof(position)); in DSPi_FileIOProc()
146 position = (s32)DSP_32BIT_TO_ARM(position); in DSPi_FileIOProc()
147 (void)FS_SeekFile(file, position, (FSSeekFileMode)whence); in DSPi_FileIOProc()
/TwlSDK-5.1.0/include/nitro/fs/
Darchive.h43 FSResult (*SeekDirectory)(struct FSArchive*, struct FSFile*, u32 id, u32 position);
58 FSResult (*GetFilePosition)(struct FSArchive*, struct FSFile*, u32 *position);
/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c63 static void NormalizeRingBuffer(void *dst, MICSamplingType type, const void *buffer, int position) in NormalizeRingBuffer() argument
83 int ofs = (position / smp - (HW_LCD_HEIGHT - 1)) & (max - 1); in NormalizeRingBuffer()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c611 static FSResult DEMOi_HIO_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in DEMOi_HIO_GetFilePosition() argument
613 *position = 0; in DEMOi_HIO_GetFilePosition()
614 return DEMOi_HIO_SeekFile(arc, file, (int *)position, FS_SEEK_CUR); in DEMOi_HIO_GetFilePosition()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c827 static FSResult FSi_ROMFAT_SeekDirectory(FSArchive *arc, FSFile *file, u32 id, u32 position) in FSi_ROMFAT_SeekDirectory() argument
835 arg->seekdir.pos.pos = position; in FSi_ROMFAT_SeekDirectory()
1224 static FSResult FSi_ROMFAT_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in FSi_ROMFAT_GetFilePosition() argument
1227 *position = prop->file.pos - prop->file.top; in FSi_ROMFAT_GetFilePosition()
Dfs_archive_fatfs.c1316 static FSResult FSi_FATFS_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in FSi_FATFS_GetFilePosition() argument
1318 *position = 0; in FSi_FATFS_GetFilePosition()
1319 return FSi_FATFS_SeekFile(arc, file, (int*)position, FS_SEEK_CUR); in FSi_FATFS_GetFilePosition()
Dfs_archive.c208 FS_INVOKE_METHOD_(SeekDirectory, arc, file, arg->id, arg->position); in FSi_InvokeCommand()
250 FS_INVOKE_METHOD_(GetFilePosition, arc, file, &arg->position); in FSi_InvokeCommand()
Dfs_file.c1479 arg->position = 0; in FS_GetFilePosition()
1482 retval = arg->position; in FS_GetFilePosition()
1793 arg->position = pos->pos; in FS_SeekDir()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/test/
DARM9-TEG.autogen.lcf63 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
Dtest.autogen.lcf66 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
/TwlSDK-5.1.0/build/tools/makelcf/test/
DARM9-TEG.autogen.lcf182 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
Dtest2.lcf185 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
Dtest.autogen.lcf185 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
/TwlSDK-5.1.0/include/nitro/specfiles/2.x/
DARM9-TS-C.lcf.template110 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
DARM9-TEG-C.lcf.template94 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
DARM9-TS-cloneboot-C.lcf.template118 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
DARM9-TS.lcf.template165 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.
/TwlSDK-5.1.0/include/nitro/specfiles/
DARM9-TEG-C.lcf.template112 …ncluded in this section will be needed for Lotcheck purposes. Be sure to leave it in this position.

12