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

  /external/openssl/crypto/asn1/
tasn_utl.c 70 #define offset2ptr(addr, offset) (void *)(((char *) addr) + offset) macro
78 int *sel = offset2ptr(*pval, it->utype);
89 sel = offset2ptr(*pval, it->utype);
111 lck = offset2ptr(*pval, aux->ref_offset);
136 return offset2ptr(*pval, aux->enc_offset);
208 pvaltmp = offset2ptr(*pval, tt->offset);
235 sfld = offset2ptr(*pval, adb->offset);

Completed in 165 milliseconds