Searched refs:last (Results 1 – 6 of 6) sorted by relevance
62 const int last = m_Length - 1; in Remove() local63 if( index != last ) in Remove()65 m_Buffer[index] = m_Buffer[last]; in Remove()
72 char *NLIB_strtok_r(char *str, const char *delim, char **last); /* strtok_r関数はTWLにないので、別途実装しています。 */
581 u32 CntBit1(const u32* first, const u32* last) in CntBit1() argument583 const u32 n = u32(last - first); in CntBit1()
1075 NN_INLINE s32 NOS_m_length(NOSMessageBuf *mbuf, NOSMessageBuf **last) in NOS_m_length() argument1077 return nnnetOslMbuf_length(mbuf, last); in NOS_m_length()
496 u32 CntBit1(const u32* first, const u32* last);
96 NN_EXTERN_C s32 nnnetOslMbuf_length (nnnetOslMbuf* pMbuf_, nnnetOslMbuf **last);