HomeSort by relevance Sort by last modified time
    Searched defs:tblcount (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/
dmi.c 126 unsigned int tblcount; local
137 tblcount = dmi->nstruc;
139 while (offset+6 <= dmi->tbllen && tblcount--) {
171 unsigned int tblcount; local
180 tblcount = dmi->nstruc;
182 while (offset+6 <= dmi->tbllen && tblcount--) {
  /external/boringssl/src/include/openssl/
asn1t.h 417 long tblcount; /* Number of entries in tbl */ member in struct:ASN1_ADB_st

Completed in 76 milliseconds