Searched refs:PROLOGUE (Results 1 - 7 of 7) sorted by relevance

/external/bison/src/
H A Dparse-gram.h107 PROLOGUE = 307, enumerator in enum:gram_tokentype
166 #define PROLOGUE 307 macro
H A Dscan-gram.l683 return PROLOGUE;
692 return PROLOGUE;
H A Dparse-gram.y192 %token PROLOGUE "%{...%}"
H A Dscan-gram.c2387 return PROLOGUE;
2398 return PROLOGUE;
H A Dparse-gram.c266 PROLOGUE = 307, enumerator in enum:gram_tokentype
325 #define PROLOGUE 307 macro
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm104 ; PROLOGUE:
109 ; PROLOGUE can also be invoked by adding the same options to cglobal
120 ; Pops anything that was pushed by PROLOGUE, and returns.
328 %macro PROLOGUE 2-4+ 0 ; #args, #regs, #xmm_regs, arg_names...
402 %macro PROLOGUE 2-4+ ; #args, #regs, #xmm_regs, arg_names...
443 %macro PROLOGUE 2-4+ ; #args, #regs, #xmm_regs, arg_names...
501 %macro cglobal 1-2+ ; name, [PROLOGUE args]
525 PROLOGUE %2
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm196 ; PROLOGUE:
207 ; PROLOGUE can also be invoked by adding the same options to cglobal
220 ; Pops anything that was pushed by PROLOGUE, and returns.
500 %macro PROLOGUE 2-5+ 0 ; #args, #regs, #xmm_regs, [stack_size,] arg_names...
604 %macro PROLOGUE 2-5+ ; #args, #regs, #xmm_regs, [stack_size,] arg_names...
654 %macro PROLOGUE 2-5+ ; #args, #regs, #xmm_regs, [stack_size,] arg_names...
756 %macro cglobal 1-2+ "" ; name, [PROLOGUE args]
759 %macro cvisible 1-2+ "" ; name, [PROLOGUE args]
811 PROLOGUE %3

Completed in 141 milliseconds