HomeSort by relevance Sort by last modified time
    Searched refs:alignof (Results 1 - 15 of 15) sorted by null

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uctrstrm.h 115 if (alignof(value_type()) > alignof(n))
131 if (alignof(value_type()) > alignof(sz))
146 if (alignof(value_type()) > alignof(sz))
147 sizeSize = Align (sizeSize, alignof(value_type()));
148 return (Align (sizeSize + nr_container_stream_size (v), alignof(sz)));
uspecial.h 55 is.align (alignof(T2()));
57 is.align (alignof(T1()));
66 os.align (alignof(T2()));
68 os.align (alignof(T1()));
84 return (Align (stream_size_of(v.first), alignof(T2())) +
85 Align (stream_size_of(v.second), alignof(T1())));
123 inline size_t alignof (const vector<T>&) function in namespace:ustl
126 return (alignof (written_size_type()));
187 inline size_t alignof (const tuple<N,T>&) { return (alignof (T())); function in namespace:ustl
    [all...]
cmemlink.cpp 48 os.align (alignof (sz));
61 return (Align (stream_size_of (sz) + sz, alignof(sz)));
ulimits.h 92 /// Returns the recommended stream alignment for type \p T. Override with ALIGNOF.
94 inline size_t alignof (const T&) function in namespace:ustl
101 #define ALIGNOF(type,grain) \
103 template <> inline size_t alignof (const type&) { return (grain); } }
memlink.cpp 35 is.align (alignof (n));
bktrace.cpp 130 assert (is.aligned (alignof (m_Addresses[0])) && "Backtrace object contains pointers and must be void* aligned");
143 assert (os.aligned (alignof (m_Addresses[0])) && "Backtrace object contains pointers and must be void* aligned");
strmsize.h 84 assert (os.aligned (alignof (v))); \
94 inline istream& operator>> (istream& is, T& v) { assert (is.aligned (alignof (v))); v.read (is); return (is); } \
uiosfunc.h 40 inline explicit talign (void) : align (alignof (T())) {}
memblock.cpp 199 is.align (alignof (n));
mistream.h 230 assert (aligned (alignof (T())));
mostream.h 211 assert (aligned (alignof (v)));
ustring.h 260 ALIGNOF (ustl::string, alignof (string::value_type()))
  /external/e2fsprogs/intl/
dcigettext.c 114 # define alignof(TYPE) __alignof__ (TYPE) macro
116 # define alignof(TYPE) \ macro
1007 freemem += freemem_size & (alignof (size_t) - 1);
1008 freemem_size = freemem_size & ~ (alignof (size_t) - 1);
    [all...]
  /build/tools/droiddoc/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
  /dalvik/docs/
prettify.js 114 var CPP_KEYWORDS = COMMON_KEYWORDS + "alignof align_union asm axiom bool " +
    [all...]

Completed in 5999 milliseconds