Searched refs:me (Results 1 – 6 of 6) sorted by relevance
17 (a) The contribution was created in whole or in part by me and I25 by me, under the same open source license (unless I am29 (c) The contribution was provided directly to me by some other
15 lyYaaoSj4nwjrg02mp9ntyjbXm0k+rMiSbLAro8U+uYDl1GWLvm+3me+u0/FyoVI
1970 static inline void UsefulOutBuf_InsertByte(UsefulOutBuf *me, in UsefulOutBuf_InsertByte() argument1974 UsefulOutBuf_InsertData(me, &byte, 1, uPos); in UsefulOutBuf_InsertByte()1978 static inline void UsefulOutBuf_InsertUint16(UsefulOutBuf *me, in UsefulOutBuf_InsertUint16() argument2006 UsefulOutBuf_InsertData(me, pBytes, 2, uPos); in UsefulOutBuf_InsertUint16()
40 const uint64_t me = (uint64_t) ((uint32_t) ah * bl) + (uint32_t) al * bh; in mul64() local43 return lo + (me << 16) + ((uint64_t) hi << 32); in mul64()
181 me->err = 1; in UsefulOutBuf_Init()