Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 103) sorted by relevance

12345

/TwlSDK-5.1.0/build/libraries/math/common/src/
Dchecksum.c30 static inline u32 MATHi_Checksum16Update(const void *input, u32 length) in MATHi_Checksum16Update()
92 void MATH_Checksum16Update(MATHChecksum16Context * context, const void *input, u32 length) in MATH_Checksum16Update()
133 static inline u32 MATHi_Checksum8Update(const void *input, u32 length) in MATHi_Checksum8Update()
188 void MATH_Checksum8Update(MATHChecksum8Context * context, const void *input, u32 length) in MATH_Checksum8Update()
Dcrc.c108 u32 length) in MATHi_CRC8Update()
212 u32 length) in MATHi_CRC16Update()
243 u32 length) in MATHi_CRC16UpdateRev()
347 u32 length) in MATHi_CRC32Update()
378 u32 length) in MATHi_CRC32UpdateRev()
/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_utility.c99 void CARDi_ICInvalidateSmart(void *buffer, u32 length, u32 threshold) in CARDi_ICInvalidateSmart()
124 void CARDi_DCInvalidateSmart(void *buffer, u32 length, u32 threshold) in CARDi_DCInvalidateSmart()
Dcard_hash.c79 u32 length = 0; in CARD_CalcRomHashBufferLength() local
99 static void CARDi_CompareHash(const void *hash, const void *buffer, u32 length) in CARDi_CompareHash()
181 u32 length = 0; in CARDi_StartLoading() local
405 void *buffer, u32 length, in CARD_InitRomHashContext()
515 …oid CARDi_ReadRomHashImageDirect(CARDRomHashContext *context, void *buffer, u32 offset, u32 length) in CARDi_ReadRomHashImageDirect()
582 …id CARDi_ReadRomHashImageCaching(CARDRomHashContext *context, void *buffer, u32 offset, u32 length) in CARDi_ReadRomHashImageCaching()
679 void CARD_ReadRomHashImage(CARDRomHashContext *context, void *buffer, u32 offset, u32 length) in CARD_ReadRomHashImage()
/TwlSDK-5.1.0/include/twl/camera/ARM9/
Dtransfer.h43 static inline void CAMERA_DmaRecv(u32 dmaNo, void *dest, u32 unit, u32 length) in CAMERA_DmaRecv()
61 static inline void CAMERA_DmaRecvAsync(u32 dmaNo, void *dest, u32 unit, u32 length, MINDmaCallback … in CAMERA_DmaRecvAsync()
/TwlSDK-5.1.0/include/nitro/math/
Dcrc.h156 u32 length) in MATHi_CRC8UpdateRev()
221 u32 length) in MATH_CRC8Update()
380 u32 length) in MATH_CRC16CCITTUpdate()
445 u32 length) in MATH_CRC16Update()
604 u32 length) in MATH_CRC32Update()
669 u32 length) in MATH_CRC32POSIXUpdate()
/TwlSDK-5.1.0/include/nitro/mi/
Ddevice.h87 int MI_ReadDevice(MIDevice *device, void *buffer, u32 offset, u32 length) in MI_ReadDevice()
105 int MI_WriteDevice(MIDevice *device, const void *buffer, u32 offset, u32 length) in MI_WriteDevice()
Dallocator.h86 void* MI_CallAlloc(MIAllocator *allocator, u32 length, u32 alignment) in MI_CallAlloc()
Duncomp_stream.h34 u16 length; // Remaining size of continuous write 2B member
45 u32 length; // Remaining length of continuous write 4B member
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_server.c102 const u32 length = MI_LEToH32_BITFIELD(24, msg->arg2); in WFSi_WBTCallback() local
212 const u32 length = p_prep->own_packet_size; in WFSi_WBTCallback() local
413 int length = packet->length; in WFS_CallServerPacketRecvHook() local
555 void WFS_SetServerPacketLength(WFSServerContext *context, int length) in WFS_SetServerPacketLength()
Dwfs_archive.c34 static FSResult WFSi_ArchiveReadCallback(FSArchive *archive, void *buffer, u32 offset, u32 length) in WFSi_ArchiveReadCallback()
90 u32 length = file->arg.readfile.len; in WFSi_RomArchiveProc() local
Dwfs_client.c53 static void WFSi_ReallocBitmap(WFSClientContext *context, int length) in WFSi_ReallocBitmap()
117 const int length = context->block_info_table.block_info[0]->block_size; in WFSi_ReceiveTableSequence() local
477 u32 length, WFSRequestClientReadDoneCallback callback, in WFS_RequestClientRead()
Dwfs_thread.c70 static int WFSi_ReadRomCallback(void *userdata, void *buffer, u32 offset, u32 length) in WFSi_ReadRomCallback()
127 static int WFSi_WriteRomCallback(void *userdata, const void *buffer, u32 offset, u32 length) in WFSi_WriteRomCallback()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3.c32 void G3_BeginMakeDL(GXDLInfo *info, void *ptr, u32 length) in G3_BeginMakeDL()
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_byteaccess.c78 void DSP_LoadData(DSPAddrInARM offset, void *buffer, u32 length) in DSP_LoadData()
213 void DSP_StoreData(DSPAddrInARM offset, const void *buffer, u32 length) in DSP_StoreData()
Ddsp_pipe.c117 DSPAddrInARM length; in DSPi_FileIOProc() local
156 DSPWord length; in DSPi_FileIOProc() local
179 DSPWord length; in DSPi_FileIOProc() local
258 u16 length = (u16)((max - pos < tmplen) ? (max - pos) : tmplen); in DSPi_PipeCallbackToConsole() local
311 u16 length = (u16)((max - pos < tmplen) ? (max - pos) : tmplen); in DSPi_PipeCallbackForDMA() local
515 void DSP_ReadPipe(DSPPipe *pipe, void *buffer, u16 length) in DSP_ReadPipe()
572 void DSP_WritePipe(DSPPipe *pipe, const void *buffer, u16 length) in DSP_WritePipe()
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_dma_gxcommand.c32 u32 length; member
85 u32 length = (leftLength > MIi_GX_LENGTH_ONCE) ? MIi_GX_LENGTH_ONCE : leftLength; in MI_SendGXCommand() local
175 u32 length; in MIi_FIFOCallback() local
Dmi_cache.c43 void MI_InitCache(MICache *cache, u32 page, void *buffer, u32 length) in MI_InitCache()
172 BOOL MI_ReadCache(MICache *cache, void *buffer, u32 offset, u32 length) in MI_ReadCache()
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_ndma_gxcommand.c33 u32 length; member
85 u32 length = (leftLength > MIi_GX_LENGTH_ONCE)? MIi_GX_LENGTH_ONCE : leftLength; in MI_SendNDmaGXCommand() local
175 u32 length; in MIi_FIFOCallback() local
/TwlSDK-5.1.0/build/demos/wm/dataShare-Model/src/
Dunicode.c59 void ExSJIS_BEtoUTF16_LE(u8 *sjisp, u16 *unip, u16 length) in ExSJIS_BEtoUTF16_LE()
206 void ExUTF16_LEtoSJIS_BE(u8 *sjisp, u16 *unip, u16 length) in ExUTF16_LEtoSJIS_BE()
/TwlSDK-5.1.0/build/demos.TWL/dsp/g711/src/
Dmain.c85 u32 length; in TwlMain() local
/TwlSDK-5.1.0/include/nitro/crypto/
Drc4.h87 u32 length, in CRYPTO_RC4Decrypt()
183 u32 length, in CRYPTO_RC4FastDecrypt()
/TwlSDK-5.1.0/build/libraries/fs/common/include/
Dcommand.h43 u32 length; member
50 u32 length; member
80 u32 length; member
130 u32 length; member
203 u32 length; member
/TwlSDK-5.1.0/build/tools/stripdebug/
Dinsertsection.c98 u32 length; local
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_context.c197 static void WBTi_InitBitmap(WBTContext * work, WBTPacketBitmap * pkt_bmp, s32 length, u32 *bits, u8… in WBTi_InitBitmap()
231 u32 length = (u32)MATH_MIN(packet, total - offset); in WBTi_MergeBitmapIndex() local
801 static int WBTi_CheckBlockResponse(WBTContext * work, void *buffer, int length) in WBTi_CheckBlockResponse()
879 int WBT_CallPacketSendHook(WBTContext * work, void *buffer, int length, BOOL is_parent) in WBT_CallPacketSendHook()
1068 void WBT_CallPacketRecvHook(WBTContext * work, int aid, const void *buffer, int length) in WBT_CallPacketRecvHook()
1485 int WBT_GetBitmapLength(const WBTContext *work, int length) in WBT_GetBitmapLength()
1578 const void *userinfo, const void *buffer, int length) in WBT_RegisterBlockInfo()

12345