HomeSort by relevance Sort by last modified time
    Searched full:presult (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/compile/libbcc/include/bcc/Support/
Sha1Util.h 39 static bool GetSHA1DigestFromFile(uint8_t pResult[SHA1_DIGEST_LENGTH],
43 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH],
47 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH],
49 return GetSHA1DigestFromBuffer(pResult,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
syncconst.h 101 #define _XSyncValueAdd(presult,a,b,poverflow) {\
105 ((presult)->lo = (a).lo + (b).lo);\
106 ((presult)->hi = (a).hi + (b).hi);\
107 if (t>(presult)->lo) (presult)->hi++;\
108 *poverflow = ((signa == signb) && !(signa == XSyncValueIsNegative(*presult)));\
110 #define _XSyncValueSubtract(presult,a,b,poverflow) {\
114 ((presult)->lo = (a).lo - (b).lo);\
115 ((presult)->hi = (a).hi - (b).hi);\
116 if (t<(presult)->lo) (presult)->hi--;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
syncconst.h 102 #define _XSyncValueAdd(presult,a,b,poverflow) {\
106 ((presult)->lo = (a).lo + (b).lo);\
107 ((presult)->hi = (a).hi + (b).hi);\
108 if (t>(presult)->lo) (presult)->hi++;\
109 *poverflow = ((signa == signb) && !(signa == XSyncValueIsNegative(*presult)));\
111 #define _XSyncValueSubtract(presult,a,b,poverflow) {\
115 ((presult)->lo = (a).lo - (b).lo);\
116 ((presult)->hi = (a).hi - (b).hi);\
117 if (t<(presult)->lo) (presult)->hi--;
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 64 Result& pResult) const {
65 pResult.info = NULL;
66 pResult.existent = false;
67 pResult.overriden = false;
NamePool.h 63 /// @param pResult the result of symbol resultion.
64 /// @note pResult.override is true if the output LDSymbol also need to be
75 Resolver::Result& pResult);