HomeSort by: relevance | last modified time | path
    Searched defs:matchcount (Results 1 - 6 of 6) sorted by relevancy

  /src/games/battlestar/
globals.c 254 int matchcount = 20; variable
  /src/external/bsd/unbound/dist/validator/
val_utils.c 209 * @param matchcount: count of current best name (starts at 0 for no match).
215 int* matchcount)
233 if(m > *matchcount) {
234 *matchcount = m;
332 int matchcount = 0; local
341 signer_name, signer_len, &matchcount);
  /src/usr.bin/usbhidctl/
usbhid.c 95 int matchcount; member in struct:Susbvar
298 varlist[vlind].matchcount = 0;
409 var->matchcount == var->usageinstance)
411 var->matchcount++;
  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c 148 * matchcount: A pointer to an int to count matches for this data.
164 int *matchcount,
199 int *matchcount,
222 *matchcount = 1;
288 *matchcount = 1;
327 int *matchcount,
344 *matchcount = 1;
350 *matchcount = 1;
404 int *matchcount,
417 *matchcount = 1
1334 int matchcount = -1; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_loader_attic.c 244 * matchcount: A pointer to an int to count matches for this data.
262 int *matchcount,
299 int *matchcount,
323 *matchcount = 1;
398 *matchcount = 1;
435 int *matchcount,
455 *matchcount = 1;
461 *matchcount = 1;
513 int *matchcount,
527 *matchcount = 1
1542 int matchcount = -1; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/engines/
e_loader_attic.c 245 * matchcount: A pointer to an int to count matches for this data.
263 int *matchcount,
300 int *matchcount,
324 *matchcount = 1;
398 *matchcount = 1;
435 int *matchcount,
455 *matchcount = 1;
461 *matchcount = 1;
512 int *matchcount,
527 *matchcount = 1
1558 int matchcount = -1; local
    [all...]

Completed in 33 milliseconds