Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 54) sorted by relevance

123

/TwlSDK-5.1.0/include/nitro/math/
Dcrc.h55 u8 table[256]; member
61 u16 table[256]; member
67 u32 table[256]; member
93 void MATHi_CRC8InitTable(MATHCRC8Table * table, u8 poly);
107 void MATHi_CRC8InitTableRev(MATHCRC8Table * table, u8 poly);
138 MATHi_CRC8Update(const MATHCRC8Table * table, MATHCRC8Context * context, const void *input,
155 MATHi_CRC8UpdateRev(const MATHCRC8Table * table, MATHCRC8Context * context, const void *input, in MATHi_CRC8UpdateRev() argument
158 MATHi_CRC8Update(table, context, input, length); in MATHi_CRC8UpdateRev()
188 static inline void MATH_CRC8InitTable(MATHCRC8Table * table) in MATH_CRC8InitTable() argument
190 MATHi_CRC8InitTable(table, MATH_CRC8_STANDARD_POLY); in MATH_CRC8InitTable()
[all …]
/TwlSDK-5.1.0/build/libraries/math/common/src/
Dcrc.c34 void MATHi_CRC8InitTable(MATHCRC8Table * table, u8 poly) in MATHi_CRC8InitTable() argument
38 u8 *t = table->table; in MATHi_CRC8InitTable()
70 void MATHi_CRC8InitTableRev(MATHCRC8Table * table, u8 poly) in MATHi_CRC8InitTableRev() argument
74 u8 *t = table->table; in MATHi_CRC8InitTableRev()
107 MATHi_CRC8Update(const MATHCRC8Table * table, MATHCRC8Context * context, const void *input, in MATHi_CRC8Update() argument
112 const u8 *t = table->table; in MATHi_CRC8Update()
138 void MATHi_CRC16InitTable(MATHCRC16Table * table, u16 poly) in MATHi_CRC16InitTable() argument
142 u16 *t = table->table; in MATHi_CRC16InitTable()
174 void MATHi_CRC16InitTableRev(MATHCRC16Table * table, u16 poly) in MATHi_CRC16InitTableRev() argument
178 u16 *t = table->table; in MATHi_CRC16InitTableRev()
[all …]
/TwlSDK-5.1.0/man/en_US/css/
Dnitro.css118 table.arguments th, span.argument, table.members th, span.member
123 table.arguments th, table.members th
128 table.arguments td, table.members td
160 table.table, table.table td, table.table th
167 table.table
175 table.table td, table.table th
180 table.table td.number, table.table th.number
185 table.table tbody tr th
192 table.table thead tr th,
193 table.table tbody tr th.category
[all …]
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_archive.c38 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFSi_ArchiveReadCallback() local
39 if (table) in WFSi_ArchiveReadCallback()
41 MI_CpuCopy8(&table->buffer[offset], buffer, length); in WFSi_ArchiveReadCallback()
99 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFSi_RomArchiveProc() local
100 if (table != NULL) in WFSi_RomArchiveProc()
177 const WFSTableFormat * const table = WFS_GetTableFormat(context); in WFS_ReplaceRomArchive() local
178 if (table != NULL) in WFS_ReplaceRomArchive()
188 table->region[WFS_TABLE_REGION_FAT].offset, in WFS_ReplaceRomArchive()
189 table->region[WFS_TABLE_REGION_FAT].length, in WFS_ReplaceRomArchive()
190 table->region[WFS_TABLE_REGION_FNT].offset, in WFS_ReplaceRomArchive()
[all …]
Dwfs_client.c119 context->table->length = (u32)length; in WFSi_ReceiveTableSequence()
120 context->table->buffer = (u8 *)MI_CallAlloc(context->allocator, (u32)length, 1); in WFSi_ReceiveTableSequence()
121 if (context->table->buffer == NULL) in WFSi_ReceiveTableSequence()
126 context->recv_buf_table.recv_buf[0] = context->table->buffer; in WFSi_ReceiveTableSequence()
129 WFS_TABLE_BLOCK_INDEX, context->table->length, in WFSi_ReceiveTableSequence()
137 WFS_ParseTable(context->table); in WFSi_ReceiveTableSequence()
192 context->request_region.offset + context->table->origin, in WFSi_ReadRomSequence()
408 context->table->length = 0; in WFS_InitClient()
409 context->table->buffer = NULL; in WFS_InitClient()
430 if (context->table->buffer) in WFS_EndClient()
[all …]
Dwfs_server.c448 context->table->buffer = NULL; in WFS_InitServer()
449 context->table->length = 0; in WFS_InitServer()
486 if (context->table->buffer) in WFS_EndServer()
488 MI_CallFree(context->allocator, context->table->buffer); in WFS_EndServer()
489 context->table->buffer = NULL; in WFS_EndServer()
490 context->table->length = 0; in WFS_EndServer()
514 if (context->table->buffer) in WFS_RegisterServerTable()
519 else if (WFS_LoadTable(context->table, context->allocator, device, fatbase, overlay)) in WFS_RegisterServerTable()
524 context->table->buffer, in WFS_RegisterServerTable()
525 (int)context->table->length); in WFS_RegisterServerTable()
/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_fileinfo.h125 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi);
126 BOOL MBi_get_blockinfo(MB_BlockInfo * bi, MB_BlockInfoTable * table, u32 block,
128 u16 MBi_get_blocknum(MB_BlockInfoTable * table);
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3imm.c216 void G3_Shininess(const u32 *table) in G3_Shininess() argument
219 SDK_NULL_ASSERT(table); in G3_Shininess()
222 GX_SendFifo128B(&table[0], (void *)&reg_G3X_GXFIFO); in G3_Shininess()
225 SDK_NULL_ASSERT(table); in G3_Shininess()
228 reg_G3_SHININESS = *(table + i); in G3_Shininess()
/TwlSDK-5.1.0/build/libraries/std/common/src/
Dstd_unicode.c400 static const int table[][2] = in STDi_ConvertStringUnicodeToSjisCore() local
408 enum { table_max = sizeof(table) / (sizeof(int) * 2) }; in STDi_ConvertStringUnicodeToSjisCore()
414 const int offset = (int)(w - table[i][0]); in STDi_ConvertStringUnicodeToSjisCore()
421 else if (offset < table[i][1]) in STDi_ConvertStringUnicodeToSjisCore()
435 index += table[i][1]; in STDi_ConvertStringUnicodeToSjisCore()
/TwlSDK-5.1.0/include/nitro/wfs/
Dclient.h64 WFSTableFormat table[1]; member
197 return WFS_IsClientReady(context) ? context->table : NULL; in WFS_GetTableFormat()
Dformat.h207 BOOL WFS_LoadTable(WFSTableFormat *table, MIAllocator *allocator,
221 void WFS_ParseTable(WFSTableFormat *table);
Dserver.h77 WFSTableFormat table[1]; member
/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dcommon.c326 static const IconFormat * const table[4] = in LoadLinkIcon() local
329 GX_LoadOBJ(table[level]->image, (u32)(32 * id), 16 * 16 / 2); in LoadLinkIcon()
330 GX_LoadOBJPltt(table[level]->palette, sizeof(GXRgb) * 16 * palette, in LoadLinkIcon()
331 sizeof(table[level]->palette)); in LoadLinkIcon()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c868 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi) in MBi_MakeBlockInfoTable() argument
870 u16 *seg_headB = table->seg_head_blockno; in MBi_MakeBlockInfoTable()
871 u32 *seg_src = table->seg_src_offset; in MBi_MakeBlockInfoTable()
904 table->block_num = next_block_head; in MBi_MakeBlockInfoTable()
923 BOOL MBi_get_blockinfo(MB_BlockInfo * bi, MB_BlockInfoTable * table, in MBi_get_blockinfo() argument
929 if (block >= table->block_num) in MBi_get_blockinfo()
936 if (block >= table->seg_head_blockno[i]) in MBi_get_blockinfo()
945 seg_block = block - table->seg_head_blockno[i]; in MBi_get_blockinfo()
953 bi->offset = (u32)(block_adr_offset + table->seg_src_offset[i]); in MBi_get_blockinfo()
975 u16 MBi_get_blocknum(MB_BlockInfoTable * table) in MBi_get_blocknum() argument
[all …]
/TwlSDK-5.1.0/include/twl/hw/ARM9/tmp/
Dreadme.txt1 ioreg_CFG.h will be read from the official register table when it is ready. However, because it doe…
/TwlSDK-5.1.0/build/buildtools/template/
DFunction.Header6 - set up exception table and common exception handler
/TwlSDK-5.1.0/build/demos/fx/test/
DMakefile24 SRCS = main.c table.c fx_test_common.c fx_append_vec.c fx_append_mtx.c
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dprint.c152 const static u8 table[0x100 - 0x40] = { in PRi_GetFontIndex() local
241 return table[(sjisCode - 0x40) & 0xff]; in PRi_GetFontIndex()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_reset.c231 struct Segment { u8 *address; u32 size; } *(table[SEGMENT_TOTAL]); in OSi_VerifyStaticSegments() local
233 table[0] = (struct Segment *)&header->ntr.main_ram_address; in OSi_VerifyStaticSegments()
234 table[1] = (struct Segment *)&header->ntr.sub_ram_address; in OSi_VerifyStaticSegments()
235 table[2] = (struct Segment *)&header->main_ltd_ram_address; in OSi_VerifyStaticSegments()
236 table[3] = (struct Segment *)&header->sub_ltd_ram_address; in OSi_VerifyStaticSegments()
254 const u8 *address = table[i]->address; in OSi_VerifyStaticSegments()
255 u32 size = table[i]->size; in OSi_VerifyStaticSegments()
Dos_emulator.c133 static const u32 table[]={ in OSi_DetectDeviceType() local
141 return table[ OS_GetBootType() ]; in OSi_DetectDeviceType()
/TwlSDK-5.1.0/data/cht_data/PictoChatSearcherSound/mus/
DsePCS.mus9 ;Sequence table
/TwlSDK-5.1.0/build/tools/makelcf.TWL/test/
DARM9-TEG.autogen.lcf114 __exception_table_start__ = SDK_STATIC_ETABLE_START; # For exception table
115 __exception_table_end__ = SDK_STATIC_ETABLE_END; # For exception table
/TwlSDK-5.1.0/include/nitro/gx/
Dg3c.h93 static void G3CS_Shininess(GXDLInfo *info, const u32 *table);
147 void G3C_Shininess(GXDLInfo *info, const u32 *table);
696 static inline void G3CS_Shininess(GXDLInfo *info, const u32 *table) in G3CS_Shininess() argument
698 G3CS_DirectN(info, G3OP_SHININESS, 32, table); in G3CS_Shininess()
/TwlSDK-5.1.0/build/tools/makelcf/test/
DARM9-TEG.autogen.lcf89 # Fixed label of exception table
233 __exception_table_start__ = SDK_STATIC_ETABLE_START; # For exception table
234 __exception_table_end__ = SDK_STATIC_ETABLE_END; # For exception table
/TwlSDK-5.1.0/include/nitro/specfiles/
DARM7-TS.lcf24 # Fix label of exception table

123