Searched defs:HMM_UNIQUE (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_cnfg.h29 #undef HMM_UNIQUE macro
45 #define HMM_UNIQUE(BASE) hmm_ ## BASE macro
56 typedef unsigned long HMM_UNIQUE(size_aau); typedef
60 typedef unsigned long HMM_UNIQUE(size_bau); typedef
74 #define HMM_UNIQUE(BASE) thmm_ ## BASE macro
80 typedef unsigned HMM_UNIQUE(size_aau); typedef
82 typedef unsigned short HMM_UNIQUE(size_bau); typedef
88 extern jmp_buf HMM_UNIQUE(jmp_buf);
89 extern const char *HMM_UNIQUE(fail_file);
90 extern unsigned HMM_UNIQUE(fail_lin
[all...]
H A Dheapmm.h84 typedef struct HMM_UNIQUE(structure) function
106 HMM_UNIQUE(size_bau) num_baus_can_shrink;
109 HMM_UNIQUE(descriptor);
113 void HMM_UNIQUE(init)(HMM_UNIQUE(descriptor) *desc);
115 void *HMM_UNIQUE(alloc)(
116 HMM_UNIQUE(descriptor) *desc, HMM_UNIQUE(size_aau) num_addr_align_units);
119 void *HMM_UNIQUE(greedy_alloc)(
120 HMM_UNIQUE(descripto
[all...]

Completed in 46 milliseconds