Searched defs:prologue (Results 1 - 7 of 7) sorted by relevance

/external/bison/src/
H A Dreader.c75 prologue_augment (const char *prologue, location loc)
84 obstack_sgrow (oout, prologue);
74 prologue_augment(const char *prologue, location loc) argument
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp20 OS << "Line table prologue:\n"
167 uint32_t *offset_ptr, Prologue *prologue) {
170 prologue->clear();
171 prologue->TotalLength = debug_line_data.getU32(offset_ptr);
172 prologue->Version = debug_line_data.getU16(offset_ptr);
173 if (prologue->Version != 2)
176 prologue->PrologueLength = debug_line_data.getU32(offset_ptr);
177 const uint32_t end_prologue_offset = prologue->PrologueLength + *offset_ptr;
178 prologue->MinInstLength = debug_line_data.getU8(offset_ptr);
179 prologue
166 parsePrologue(DataExtractor debug_line_data, uint32_t *offset_ptr, Prologue *prologue) argument
226 Prologue *prologue = &state.Prologue; local
[all...]
/external/icu4c/common/
H A Dubidiimp.h261 const UChar *prologue; member in struct:UBiDi
H A Dubidi.c360 /* return first strong char after the last B in prologue if any */
361 const UChar *text=pBiDi->prologue;
1442 /* return last strong char at the end of the prologue */
1443 const UChar *text=pBiDi->prologue;
1668 const UChar *prologue, int32_t proLength,
1674 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
1680 pBiDi->proLength=u_strlen(prologue);
1689 pBiDi->prologue=prologue;
1667 ubidi_setContext(UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode) argument
/external/icu4c/test/cintltst/
H A Dcbiditst.c4110 const char* prologue; member in struct:__anon6561
4150 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; local
4176 /* test prologue == NULL */
4187 proLength = strlen(cc.prologue);
4188 pseudoToU16(proLength, cc.prologue, prologue);
4191 /* in the call below, prologue and epilogue are swapped to show
4194 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc);
4196 ubidi_setContext(pBiDi, prologue, -1, epilogue, -1, &rc);
4210 "Prologue:", cc.prologue,
[all...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1838 Label prologue; local
1848 bind(&prologue);
1872 jmp(&prologue);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc676 Label prologue; local
717 bind(&prologue);
741 jmp(&prologue);

Completed in 139 milliseconds