HomeSort by relevance Sort by last modified time
    Searched defs:hmem (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
mem.c 131 struct memp_malloc_helper *hmem = (struct memp_malloc_helper*)rmem; local
137 hmem--;
139 LWIP_ASSERT("hmem != NULL", (hmem != NULL));
140 LWIP_ASSERT("hmem == MEM_ALIGN(hmem)", (hmem == LWIP_MEM_ALIGN(hmem)));
141 LWIP_ASSERT("hmem->poolnr < MEMP_MAX", (hmem->poolnr < MEMP_MAX))
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 192 UChar *hmem;//[17*17]; /* half-pel memory */ local
205 hmem = hp_mem;
279 hmem += (10 * 10);

Completed in 90 milliseconds