Home
last modified time | relevance | path

Searched refs:matchcount (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/store/
Dloader_file.c164 int *matchcount,
199 int *matchcount, in try_decode_PKCS12() argument
222 *matchcount = 1; in try_decode_PKCS12()
288 *matchcount = 1; in try_decode_PKCS12()
327 int *matchcount, in try_decode_PKCS8Encrypted() argument
344 *matchcount = 1; in try_decode_PKCS8Encrypted()
350 *matchcount = 1; in try_decode_PKCS8Encrypted()
404 int *matchcount, in try_decode_PrivateKey() argument
417 *matchcount = 1; in try_decode_PrivateKey()
427 *matchcount = 1; in try_decode_PrivateKey()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_swizzle.c163 unsigned int matchcount = 0; in r300_swizzle_split() local
178 matchcount++; in r300_swizzle_split()
182 if (matchcount > best_matchcount) { in r300_swizzle_split()
183 best_matchcount = matchcount; in r300_swizzle_split()
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c96 static int matchcount(const char *d, const char *s, int n) in matchcount() function
1301 (int)matchcount(buffer + target, data, in remove_resident()