HomeSort by relevance Sort by last modified time
    Searched full:offset2ptr (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/asn1/
tasn_utl.c 73 #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset) macro
77 int *sel = offset2ptr(*pval, it->utype);
85 sel = offset2ptr(*pval, it->utype);
101 return offset2ptr(*pval, aux->ref_offset);
128 return offset2ptr(*pval, aux->enc_offset);
199 pvaltmp = offset2ptr(*pval, tt->offset);
222 sfld = offset2ptr(*pval, adb->offset);

Completed in 587 milliseconds