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

  /external/clang/test/Analysis/
loop-widening.c 136 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/
tight.c 175 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, &colorValue, TRUE)
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 2362 INT32 *x_ptr, *y_ptr, *w_ptr, *h_ptr; local
    [all...]

Completed in 122 milliseconds