Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dloop-widening.c136 int *h_ptr = (int *) malloc(sizeof(int)); in pointer_doesnt_leak_from_loop() local
139 free(h_ptr); in pointer_doesnt_leak_from_loop()
148 int *h_ptr = malloc(sizeof(int)); in unknown_after_loop() local
155 clang_analyzer_eval(h_ptr == 0); // expected-warning {{UNKNOWN}} in unknown_after_loop()
156 free(h_ptr); in unknown_after_loop()
/external/libvncserver/libvncserver/
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) in FindBestSolidArea() argument
511 *h_ptr = h_best; in FindBestSolidArea()
525 int *h_ptr) in ExtendSolidArea() argument
533 *h_ptr += *y_ptr - (cy + 1); in ExtendSolidArea()
537 for ( cy = *y_ptr + *h_ptr; in ExtendSolidArea()
541 *h_ptr += cy - (*y_ptr + *h_ptr); in ExtendSolidArea()
545 cx >= x && CheckSolidTile(cl, cx, *y_ptr, 1, *h_ptr, &colorValue, TRUE); in ExtendSolidArea()
553 CheckSolidTile(cl, cx, *y_ptr, 1, *h_ptr, &colorValue, TRUE); in ExtendSolidArea()
/external/mesa3d/src/glx/
Dglxcmds.c2378 INT32 *x_ptr, *y_ptr, *w_ptr, *h_ptr; in __glXCopySubBufferMESA() local
2422 h_ptr = (INT32 *) (drawable_ptr + 4); in __glXCopySubBufferMESA()
2428 *h_ptr = height; in __glXCopySubBufferMESA()