Home
last modified time | relevance | path

Searched refs:last (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_FixedBufferVector.h62 const int last = m_Length - 1; in Remove() local
63 if( index != last ) in Remove()
65 m_Buffer[index] = m_Buffer[last]; in Remove()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nlib/
Dnlib_horizon.h72 char *NLIB_strtok_r(char *str, const char *delim, char **last); /* strtok_r関数はTWLにないので、別途実装しています。 */
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp581 u32 CntBit1(const u32* first, const u32* last) in CntBit1() argument
583 const u32 n = u32(last - first); in CntBit1()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nos/
Dnos_horizon.h1075 NN_INLINE s32 NOS_m_length(NOSMessageBuf *mbuf, NOSMessageBuf **last) in NOS_m_length() argument
1077 return nnnetOslMbuf_length(mbuf, last); in NOS_m_length()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Arithmetic.h496 u32 CntBit1(const u32* first, const u32* last);
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_Mbuf.h96 NN_EXTERN_C s32 nnnetOslMbuf_length (nnnetOslMbuf* pMbuf_, nnnetOslMbuf **last);