HomeSort by relevance Sort by last modified time
    Searched full:fromp (Results 1 - 9 of 9) sorted by null

  /external/expat/lib/
xmltok.c 323 const char **fromP, const char *fromLim,
328 if (fromLim - *fromP > toLim - *toP) {
330 for (fromLim = *fromP + (toLim - *toP); fromLim > *fromP; fromLim--)
334 for (to = *toP, from = *fromP; from != fromLim; from++, to++)
336 *fromP = from;
342 const char **fromP, const char *fromLim,
346 const char *from = *fromP;
378 *fromP = from;
430 const char **fromP, const char *fromLim
    [all...]
xmltok.h 162 const char **fromP,
167 const char **fromP,
255 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \
256 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
258 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \
259 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
  /external/webkit/WebCore/platform/graphics/transforms/
PerspectiveTransformOperation.cpp 44 double fromP = fromOp ? fromOp->m_p : 0;
49 fromT.applyPerspective(fromP);
  /external/openssl/crypto/pem/
pem_lib.c 76 static int load_iv(char **fromp,unsigned char *to, int num);
493 static int load_iv(char **fromp, unsigned char *to, int num)
498 from= *fromp;
518 *fromp=from;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-as 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-as 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
as 
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 20 milliseconds