Searched refs:offPtr (Results 1 – 2 of 2) sorted by relevance
392 off64_t *offPtr = (off64_t*) malloc(sizeof(off64_t)); in Sniff() local393 *offPtr = pos; in Sniff()394 *meta = offPtr; in Sniff()
803 auto offPtr = mEntries + idx; in stringAt() local804 if (UNLIKELY(!offPtr)) { in stringAt()808 const uint32_t off = (offPtr.value())/(isUTF8?sizeof(uint8_t):sizeof(uint16_t)); in stringAt()942 auto offPtr = mEntries + idx; in string8At() local943 if (UNLIKELY(!offPtr)) { in string8At()947 const uint32_t off = (offPtr.value())/sizeof(char); in string8At()1049 auto offPtr = mEntryStyles + idx; in styleAt() local1050 if (UNLIKELY(!offPtr)) { in styleAt()1054 const uint32_t off = ((offPtr.value())/sizeof(uint32_t)); in styleAt()