Home
last modified time | relevance | path

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

12

/TwlSDK-5.4/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.4/build/libraries/card/common/src/
Dcard_hash.c529 u32 position = offset; in CARDi_ReadRomHashImageDirect() local
531 u32 sector = CARDi_GetHashSectorIndex(context, position); in CARDi_ReadRomHashImageDirect()
532 while (position < end) in CARDi_ReadRomHashImageDirect()
535 …u32 available = (u32)(*context->ReadSync)(context->userdata, buffer, position, end - position); in CARDi_ReadRomHashImageDirect()
539 if (context->ReadAsync && (position + available < end)) in CARDi_ReadRomHashImageDirect()
541 …(void)(*context->ReadAsync)(context->userdata, NULL, position + available, end - (position + avail… in CARDi_ReadRomHashImageDirect()
570 position += sectunit; in CARDi_ReadRomHashImageDirect()
/TwlSDK-5.4/build/libraries/fs/common/include/
Dcommand.h57 u32 position; member
136 u32 position; member
/TwlSDK-5.4/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.4/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.4/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.4/build/demos/prc/patterns/data/
Dpatterns.txt23 …9,1) (20,7) (21,23) (44,46) (40,62) (28,61) (22,42) (40,19) | # '8' Difference in starting position
/TwlSDK-5.4/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c615 static FSResult DEMOi_HIO_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in DEMOi_HIO_GetFilePosition() argument
617 *position = 0; in DEMOi_HIO_GetFilePosition()
618 return DEMOi_HIO_SeekFile(arc, file, (int *)position, FS_SEEK_CUR); in DEMOi_HIO_GetFilePosition()
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_proc_default.c812 static FSResult FSi_ROMFAT_SeekDirectory(FSArchive *arc, FSFile *file, u32 id, u32 position) in FSi_ROMFAT_SeekDirectory() argument
820 arg->seekdir.pos.pos = position; in FSi_ROMFAT_SeekDirectory()
1223 static FSResult FSi_ROMFAT_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in FSi_ROMFAT_GetFilePosition() argument
1226 *position = prop->file.pos - prop->file.top; in FSi_ROMFAT_GetFilePosition()
Dfs_archive_fatfs.c1357 static FSResult FSi_FATFS_GetFilePosition(FSArchive *arc, FSFile *file, u32 *position) in FSi_FATFS_GetFilePosition() argument
1359 *position = 0; in FSi_FATFS_GetFilePosition()
1360 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.4/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.4/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.
Dtest.autogen.lcf185 …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.
/TwlSDK-5.4/include/nitro/specfiles/2.x/
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-C.lcf.template110 …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.

12