Home
last modified time | relevance | path

Searched defs:ao (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/Support/
DAtomicOrdering.h81 static inline const char *toIRString(AtomicOrdering ao) { in toIRString()
90 static inline bool isStrongerThan(AtomicOrdering ao, AtomicOrdering other) { in isStrongerThan()
105 static inline bool isAtLeastOrStrongerThan(AtomicOrdering ao, in isAtLeastOrStrongerThan()
121 static inline bool isStrongerThanUnordered(AtomicOrdering ao) { in isStrongerThanUnordered()
125 static inline bool isStrongerThanMonotonic(AtomicOrdering ao) { in isStrongerThanMonotonic()
129 static inline bool isAcquireOrStronger(AtomicOrdering ao) { in isAcquireOrStronger()
133 static inline bool isReleaseOrStronger(AtomicOrdering ao) { in isReleaseOrStronger()
137 static inline AtomicOrderingCABI toCABI(AtomicOrdering ao) { in toCABI()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
Dp2.cpp8 auto int ao; // expected-error {{illegal storage class on file-scoped variable}} variable
26 auto int ao; // expected-error {{storage class specified for a member declaration}} member
/external/clang/test/Analysis/
Delementtype.c9 ADDED_OBJ *ao[4]={((void*)0),((void*)0),((void*)0),((void*)0)}; in f() local
/external/libdrm/tests/util/
Dformat.c39 #define MAKE_RGB_INFO(rl, ro, gl, go, bl, bo, al, ao) \ argument
/external/elfutils/tests/
Dget-files.c51 Dwarf_Off ao; in main() local
Dget-lines.c51 Dwarf_Off ao; in main() local
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java269 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsSome() local
286 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsSome() local
322 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsAll() local
341 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsAll() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java270 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsSome() local
287 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsSome() local
323 Comparable ao = (Comparable) ai.next(); // these are ok, since the sizes are != 0 in containsAll() local
342 Object ao = ai.next(); // these are ok, since the sizes are != 0 in containsAll() local
/external/wpa_supplicant_8/hs20/client/
Dest.c342 AttrOrOID *ao = sk_value( in add_csrattrs() local
357 AttrOrOID *ao = SKM_sk_value(AttrOrOID, csrattrs->attrs, i); in add_csrattrs() local
/external/v8/src/compiler/
Djump-threading.cc185 int ao = 0; in ApplyForwarding() local
Dinstruction.cc409 std::ostream& operator<<(std::ostream& os, const ArchOpcode& ao) { in operator <<()
803 int ao = 0; in ComputeAssemblyOrder() local
/external/ppp/pppd/
Dlcp.c341 lcp_options *ao = &lcp_allowoptions[unit]; local
650 lcp_options *ao = &lcp_allowoptions[f->unit]; local
1511 lcp_options *ao = &lcp_allowoptions[f->unit]; local
1900 lcp_options *ao = &lcp_allowoptions[f->unit]; local
Dccp.c541 ccp_options *ao = &ccp_allowoptions[f->unit]; local
1079 ccp_options *ao = &ccp_allowoptions[f->unit]; local
Dipv6cp.c427 ipv6cp_options *ao = &ipv6cp_allowoptions[unit]; local
903 ipv6cp_options *ao = &ipv6cp_allowoptions[f->unit]; local
Dipcp.c571 ipcp_options *ao = &ipcp_allowoptions[unit]; local
696 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local
1427 ipcp_options *ao = &ipcp_allowoptions[f->unit]; local
Dipxcp.c74 #define ao (&ipxcp_allowoptions[0]) macro
Dauth.c1321 lcp_options *ao = &lcp_allowoptions[unit]; local
/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.c244 lcp_options *ao = &lcp_allowoptions[unit]; in lcp_init() local
1230 lcp_options *ao = &lcp_allowoptions[f->unit]; in lcp_reqci() local
1645 lcp_options *ao = &lcp_allowoptions[f->unit]; in lcp_up() local
Dipcp.c180 ipcp_options *ao = &ipcp_allowoptions[unit]; in ipcp_init() local
873 ipcp_options *ao = &ipcp_allowoptions[f->unit]; in ipcp_reqci() local
Dauth.c831 lcp_options *ao = &lcp_allowoptions[0]; in auth_reset() local
/external/ppp/pppd/plugins/radius/
Dradius.c550 ipcp_options *ao = &ipcp_allowoptions[0]; in radius_setparams() local
/external/python/cpython2/RISCOS/Modules/
Dswimodule.c346 PyBlockObject *ao; in swi_swi() local
/external/python/cpython2/Modules/
Darraymodule.c2191 arrayobject *ao; member
2200 array_iter(arrayobject *ao) in array_iter()
/external/python/cpython2/Objects/
Dobmalloc.c1026 struct arena_object* ao; in PyObject_Free() local