Home
last modified time | relevance | path

Searched refs:op_ptr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2007-10-14-CoalescerCrash.ll5 define i32 @execute_stack_op(i8* %op_ptr, i8* %op_end, %struct._Unwind_Context* %context, i64 %init…
/external/libvorbis/lib/
Dvorbisfile.c692 ogg_packet *op_ptr=(op_in?op_in:&op); in _fetch_and_process_packet() local
693 int result=ogg_stream_packetout(&vf->os,op_ptr); in _fetch_and_process_packet()
700 granulepos=op_ptr->granulepos; in _fetch_and_process_packet()
701 if(!vorbis_synthesis(&vf->vb,op_ptr)){ /* lazy check for lazy in _fetch_and_process_packet()
718 vf->bittrack+=op_ptr->bytes*8; in _fetch_and_process_packet()
722 if(granulepos!=-1 && !op_ptr->e_o_s){ in _fetch_and_process_packet()