Home
last modified time | relevance | path

Searched refs:idcount (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/examples/
Dnewplaylist.c40 int idcount = 0; in main() local
53 idcount++; in main()
54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) { in main()
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0); in main()
76 if (idcount == 0) { in main()
91 playlist->no_tracks = idcount; in main()
Dalbumart.c46 int idcount = 0; local
64 idcount++;
65 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
70 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
92 if (idcount == 0) {
134 album->no_tracks = idcount;
/external/clang/lib/Frontend/
DCacheTokens.cpp188 uint32_t idcount; member in __anon8881d06a0411::PTHWriter
240 : Out(out), PP(pp), idcount(0), CurStrOffset(0) {} in PTHWriter()
256 IM[II] = ++idcount; // Pre-increment since '0' is reserved for NULL. in ResolveID()
257 return idcount; in ResolveID()
647 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey)); in EmitIdentifierTable()
657 assert(I->second-1 < idcount); in EmitIdentifierTable()
674 Emit32(idcount); // Emit the number of identifiers. in EmitIdentifierTable()
675 for (unsigned i = 0 ; i < idcount; ++i) in EmitIdentifierTable()
/external/openssl/crypto/ocsp/
Docsp_vfy.c264 int i, idcount; in ocsp_check_ids() local
266 idcount = sk_OCSP_SINGLERESP_num(sresp); in ocsp_check_ids()
267 if (idcount <= 0) in ocsp_check_ids()
277 for (i = 1; i < idcount; i++) in ocsp_check_ids()