Home
last modified time | relevance | path

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

/external/libvorbis/include/vorbis/
Dcodec.h110 struct alloc_chain *reap;
127 struct alloc_chain{ struct
129 struct alloc_chain *next; argument
/external/llvm/test/Analysis/Dominators/
D2007-01-14-BreakCritEdges.ll5 %struct.alloc_chain = type { i8*, %struct.alloc_chain* }
10 … i32, i64, i64, %struct.vorbis_dsp_state*, i8*, i32, i32, i32, %struct.alloc_chain*, i32, i32, i32…
/external/llvm/test/Transforms/LICM/
D2006-09-12-DeadUserOfSunkInstr.ll5 %struct.alloc_chain = type { i8*, %struct.alloc_chain* }
7 … i32, i64, i64, %struct.vorbis_dsp_state*, i8*, i32, i32, i32, %struct.alloc_chain*, i32, i32, i32…
/external/libvorbis/lib/
Dblock.c118 struct alloc_chain *link=_ogg_malloc(sizeof(*link)); in _vorbis_block_alloc()
139 struct alloc_chain *reap=vb->reap; in _vorbis_block_ripcord()
141 struct alloc_chain *next=reap->next; in _vorbis_block_ripcord()