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

  /device/google/contexthub/firmware/inc/
appSec.h 29 typedef AppSecErr (*AppSecPubKeyFindCbk)(const uint32_t *gotKey, bool *foundP); // fill in *foundP on result of lookup
  /external/e2fsprogs/intl/
dcigettext.c 445 struct known_translation_t **foundp = NULL; local
488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
490 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
495 (*foundp)->translation_length);
497 retval = (char *) (*foundp)->translation;
646 if (foundp == NULL)
666 foundp = (struct known_translation_t **
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 449 struct known_translation_t **foundp = NULL; local
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
494 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
499 (*foundp)->translation_length);
501 retval = (char *) (*foundp)->translation;
650 if (foundp == NULL)
670 foundp = (struct known_translation_t **
    [all...]
  /external/ltrace/
dict.c 216 int *foundp, int *should_rehash, size_t *pi)
223 *foundp = 0;
243 *foundp = 1;
248 if (!*foundp && pos0 != (size_t)-1)
  /device/google/contexthub/firmware/src/
nanohubCommand.c 167 static AppSecErr pubKeyFindCbk(const uint32_t *gotKey, bool *foundP)
172 *foundP = false;
176 *foundP = true;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 721 foundp = False
725 foundp = True
728 if not foundp:
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 721 foundp = False
725 foundp = True
728 if not foundp:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 721 foundp = False
725 foundp = True
728 if not foundp:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 721 foundp = False
725 foundp = True
728 if not foundp:
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 536 milliseconds