Searched refs:h_ptr (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Analysis/
H A Dloop-widening.c136 int *h_ptr = (int *) malloc(sizeof(int)); local
139 free(h_ptr);
148 int *h_ptr = malloc(sizeof(int)); local
155 clang_analyzer_eval(h_ptr == 0); // expected-warning {{UNKNOWN}}
156 free(h_ptr);
/external/libvncserver/libvncserver/
H A Dtight.c175 uint32_t colorValue, int *w_ptr, int *h_ptr);
178 int *x_ptr, int *y_ptr, int *w_ptr, int *h_ptr);
477 int *h_ptr)
511 *h_ptr = h_best;
525 int *h_ptr)
533 *h_ptr += *y_ptr - (cy + 1);
537 for ( cy = *y_ptr + *h_ptr;
541 *h_ptr += cy - (*y_ptr + *h_ptr);
545 cx >= x && CheckSolidTile(cl, cx, *y_ptr, 1, *h_ptr,
470 FindBestSolidArea(rfbClientPtr cl, int x, int y, int w, int h, uint32_t colorValue, int *w_ptr, int *h_ptr) argument
516 ExtendSolidArea(rfbClientPtr cl, int x, int y, int w, int h, uint32_t colorValue, int *x_ptr, int *y_ptr, int *w_ptr, int *h_ptr) argument
[all...]
/external/mesa3d/src/glx/
H A Dglxcmds.c2362 INT32 *x_ptr, *y_ptr, *w_ptr, *h_ptr; local
2407 h_ptr = (INT32 *) (drawable_ptr + 4);
2413 *h_ptr = height;

Completed in 263 milliseconds