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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 87 { 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); }
    [all...]
  /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 667 milliseconds