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

  /external/libpng/contrib/visupng/
VisualPng.c 461 int xNew, yNew;
487 xNew = rParent.left + ((wParent - wChild) /2);
488 if (xNew < rWorkArea.left) {
489 xNew = rWorkArea.left;
490 } else if ((xNew+wChild) > rWorkArea.right) {
491 xNew = rWorkArea.right - wChild;
503 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE |
820 int xNew, yNew;
851 for (xNew = 0; xNew < cxNewSize; xNew++
    [all...]
  /external/openssl/crypto/asn1/
a_d2i_fp.c 69 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x)
80 ret=ASN1_d2i_bio(xnew,d2i,b,x);
86 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
asn1.h 341 #define CHECKED_NEW_OF(type, xnew) \
342 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 338 int xNew, yNew;
365 XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, &xNew, &yNew, &child );
366 if (xNew != x || yNew != y) {
367 X11_wmXAdjust = xAdjust = x - xNew;
370 __FUNCTION__, xNew, yNew, xAdjust, yAdjust, x+xAdjust, y+yAdjust);
  /external/openssl/include/openssl/
asn1.h 341 #define CHECKED_NEW_OF(type, xnew) \
342 ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0)))
    [all...]
  /sdk/emulator/qemud/
qemud.c 132 #define xnew(p) (p) = xalloc(sizeof(*(p))) macro
660 xnew(p);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 324 #define XNEW(T) ((T *) xmalloc (sizeof (T)))

Completed in 47 milliseconds