Searched refs:me (Results 1 – 2 of 2) 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
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()