Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_mem/memory_manager/include/
Dhmm_intrnl.h87 { register head_record *h_ptr = (head_record *) (HEAD_PTR); \
88 h_ptr->previous_block_size &= HIGH_BIT_BAU_SIZE; \
89 h_ptr->previous_block_size |= (N_BAUS); }
107 { register head_record *h_ptr = (head_record *) (HEAD_PTR); \
108 h_ptr->block_size &= ~HIGH_BIT_BAU_SIZE; \
109 h_ptr->previous_block_size &= ~HIGH_BIT_BAU_SIZE; }
114 { register head_record *h_ptr = (head_record *) (HEAD_PTR); \
115 h_ptr->block_size |= HIGH_BIT_BAU_SIZE; }
143 { void *h_ptr = (HEAD_PTR); AUDIT_BLOCK_AS_EXPR(h_ptr); }
/external/libvncserver/x11vnc/misc/turbovnc/
Dtight.c118 CARD32 colorValue, int *w_ptr, int *h_ptr);
121 int *x_ptr, int *y_ptr, int *w_ptr, int *h_ptr);
356 FindBestSolidArea(x, y, w, h, colorValue, w_ptr, h_ptr) in FindBestSolidArea() argument
359 int *w_ptr, *h_ptr;
393 *h_ptr = h_best;
397 ExtendSolidArea(x, y, w, h, colorValue, x_ptr, y_ptr, w_ptr, h_ptr) in ExtendSolidArea() argument
400 int *x_ptr, *y_ptr, *w_ptr, *h_ptr;
408 *h_ptr += *y_ptr - (cy + 1);
412 for ( cy = *y_ptr + *h_ptr;
416 *h_ptr += cy - (*y_ptr + *h_ptr);
[all …]
/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.c2362 INT32 *x_ptr, *y_ptr, *w_ptr, *h_ptr; in __glXCopySubBufferMESA() local
2407 h_ptr = (INT32 *) (drawable_ptr + 4); in __glXCopySubBufferMESA()
2413 *h_ptr = height; in __glXCopySubBufferMESA()