Searched defs:ae (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp28 volatile E *ae = dynamic_cast<E *>(a); local
/external/selinux/libselinux/include/selinux/
H A Davc.h97 struct avc_entry *ae; member in struct:avc_entry_ref
109 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL)
/external/tcpdump/
H A Dprint-babel.c172 network_prefix(int ae, int plen, unsigned int omitted, argument
182 else if(ae == 1)
192 switch(ae) {
237 network_address(int ae, const unsigned char *a, unsigned int len, argument
240 return network_prefix(ae, -1, 0, a, NULL, len, a_r);
593 u_char ae, plen, src_plen, omitted; local
598 ae = message[2];
605 rc = network_prefix(ae, plen, omitted, message + 2 + parsed_len,
606 ae == 1 ? v4_prefix : v6_prefix,
609 if(ae
636 u_char ae, plen, src_plen, prefix[16], src_prefix[16]; local
670 u_char ae, plen, src_plen, prefix[16], src_prefix[16], hopc; local
[all...]
H A Dprint-802_11.c2001 int ae = mc->flags & 3; local
2003 ND_PRINT((ndo, "MeshData (AE %d TTL %u seq %u", ae, mc->ttl,
2005 if (ae > 0)
2007 if (ae > 1)
2009 if (ae > 2)
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
H A DGraph.h72 void removeEdge(AdjEdgeItr ae) { argument
74 adjEdges.erase(ae);
93 void setNode1AEItr(AdjEdgeItr ae) { node1AEItr = ae; } argument
95 void setNode2AEItr(AdjEdgeItr ae) { node2AEItr = ae; } argument
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp604 UString e, ae; local
608 ae.SetFromAscii(arc.AddExt);
609 item.AddExts(e, ae);
/external/regex-re2/re2/
H A Dre2.cc509 const char *ae = a + len; local
511 for (; a < ae; a++, b++) {
/external/selinux/libselinux/src/
H A Davc.c29 struct avc_entry ae; member in struct:avc_node
311 if (!cur->ae.used)
314 cur->ae.used = 0;
337 static inline void avc_clear_avc_entry(struct avc_entry *ae) argument
339 memset(ae, 0, sizeof(*ae));
363 avc_clear_avc_entry(&new->ae);
364 new->ae.used = 1;
365 new->ae.ssid = ssid;
366 new->ae
465 avc_insert(security_id_t ssid, security_id_t tsid, security_class_t tclass, struct avc_entry *ae, struct avc_entry_ref *aeref) argument
754 struct avc_entry *ae; local
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp163 constexpr bool equal(Iterator1 a, Iterator1 ae, Iterator2 b, Iterator2 be) { argument
164 while (a != ae && b != be)
167 return a == ae && b == be;
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1373 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */ local
1374 uprv_decNumberFromInt32(res, ae); /* lay it out */
3134 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */ local
3137 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
3139 if (ae>=set->emin*2) status&=~DEC_Underflow;
3548 Int ae; /* adjusted exponent */ local
3556 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
3557 if (ae<set->emin) return 0; /* is subnormal */
3568 Int ae; /* adjusted exponent */ local
3576 ae
8004 Int ae, d, digits; /* .. */ local
[all...]
/external/valgrind/VEX/priv/
H A Dir_opt.c3577 static IRExpr* availExpr_to_IRExpr ( AvailExpr* ae )
3580 switch (ae->tag) {
3582 return IRExpr_Unop( ae->u.Ut.op, IRExpr_RdTmp(ae->u.Ut.arg) );
3584 return IRExpr_Binop( ae->u.Btt.op,
3585 IRExpr_RdTmp(ae->u.Btt.arg1),
3586 IRExpr_RdTmp(ae->u.Btt.arg2) );
3589 *con = ae->u.Btc.con2;
3590 return IRExpr_Binop( ae->u.Btc.op,
3591 IRExpr_RdTmp(ae
3726 AvailExpr* ae; local
3879 AvailExpr* ae; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1766 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1767 ae = &c->AuthenticationEncryptionSupported[i];
1768 if ((char *) (ae + 1) > buf + len) {
1774 i, (int) ae->AuthModeSupported,
1775 (int) ae->EncryptStatusSupported);
1776 switch (ae->AuthModeSupported) {
1803 switch (ae->EncryptStatusSupported) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1766 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1767 ae = &c->AuthenticationEncryptionSupported[i];
1768 if ((char *) (ae + 1) > buf + len) {
1774 i, (int) ae->AuthModeSupported,
1775 (int) ae->EncryptStatusSupported);
1776 switch (ae->AuthModeSupported) {
1803 switch (ae->EncryptStatusSupported) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1766 NDIS_802_11_AUTHENTICATION_ENCRYPTION *ae; local
1767 ae = &c->AuthenticationEncryptionSupported[i];
1768 if ((char *) (ae + 1) > buf + len) {
1774 i, (int) ae->AuthModeSupported,
1775 (int) ae->EncryptStatusSupported);
1776 switch (ae->AuthModeSupported) {
1803 switch (ae->EncryptStatusSupported) {
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/r8/deps/
H A Dcommons-compress-1.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jar ... reflect.AnnotatedElement) java.lang.reflect.AnnotatedElement ae javax.ws.rs.Path p public transient ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1005 milliseconds

12