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

  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 120 #define SETUP(v) ((v) = 0)
146 #undef SETUP
172 #define SETUP(v) ((v) = &m->space[(size_t)(m->vn++ * m->g->nstates)])
  /external/llvm/lib/Support/
regexec.c 69 #define SETUP(v) ((v) = 0)
95 #undef SETUP
118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 67 #define SETUP(v) ((v) = 0)
93 #undef SETUP
116 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 39 #define SETUP rijndael_setup
52 SETUP, ECB_ENC, ECB_DEC, ECB_TEST, ECB_DONE, ECB_KS,
62 SETUP, ECB_ENC, ECB_DEC, ECB_TEST, ECB_DONE, ECB_KS,
68 #define SETUP rijndael_enc_setup
78 SETUP, ECB_ENC, NULL, NULL, ECB_DONE, ECB_KS,
87 SETUP, ECB_ENC, NULL, NULL, ECB_DONE, ECB_KS,
123 int SETUP(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
143 /* setup the forward key */
216 /* setup the inverse key now */
  /external/libpcap/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/tcpdump/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /external/oprofile/libop/
op_xml_out.h 21 SETUP,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 65 private static final int SETUP = 0;
372 // no setup required
391 if (mStatus[i] == SETUP) {
413 if (mStatus[i] == SETUP) {
440 // no setup required
502 if (mStatus[i] == SETUP) {
535 if (mStatus[i] == SETUP) {
569 // no setup required
583 if (mStatus[i] == SETUP) {
605 if (mStatus[i] == SETUP) {
    [all...]

Completed in 517 milliseconds