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

  /external/libvpx/vpx_mem/memory_manager/include/
heapmm.h 84 typedef struct HMM_UNIQUE(structure)
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(descriptor) *desc, HMM_UNIQUE(size_aau) needed_addr_align_units
    [all...]
hmm_cnfg.h 29 #undef HMM_UNIQUE
45 #define HMM_UNIQUE(BASE) hmm_ ## BASE
56 typedef unsigned long HMM_UNIQUE(size_aau);
60 typedef unsigned long HMM_UNIQUE(size_bau);
74 #define HMM_UNIQUE(BASE) thmm_ ## BASE
80 typedef unsigned HMM_UNIQUE(size_aau);
82 typedef unsigned short HMM_UNIQUE(size_bau);
88 extern jmp_buf HMM_UNIQUE(jmp_buf);
89 extern const char *HMM_UNIQUE(fail_file);
90 extern unsigned HMM_UNIQUE(fail_line)
    [all...]
hmm_intrnl.h 25 #define U(BASE) HMM_UNIQUE(BASE)
50 HMM_UNIQUE(size_bau) previous_block_size, block_size;

Completed in 1138 milliseconds