Searched refs:SE (Results 76 - 100 of 163) sorted by relevance

1234567

/external/strace/linux/powerpc/
H A Dsyscallent.h30 { 1, TP|SE, sys_exit, "exit" }, /* 1 */ variable
40 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */
263 { 1, TP|SE, sys_exit, "exit_group" }, /* 234 */ variable
/external/strace/linux/s390/
H A Dsyscallent.h32 { 1, TP|SE, sys_exit, "_exit" }, /* 1 */ variable
42 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */
279 { 1, TP|SE, sys_exit, "exit_group" }, /* 248 */ variable
/external/strace/linux/s390x/
H A Dsyscallent.h31 { 1, TP|SE, sys_exit, "_exit" }, /* 1 */ variable
41 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */
278 { 1, TP|SE, sys_exit, "exit_group" }, /* 248 */ variable
/external/strace/linux/sh/
H A Dsyscallent.h32 { 1, TP|SE, sys_exit, "_exit" }, /* 1 */ variable
42 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */
285 { 1, TP|SE, sys_exit, "exit_group" }, /* 252 */ variable
/external/strace/linux/sh64/
H A Dsyscallent.h30 { 1, TP|SE, sys_exit, "_exit" }, /* 1 */ variable
40 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */
309 { 1, TP|SE, sys_exit, "exit_group" }, /* 280 */ variable
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp472 SE = opBlock.succ_end(); SI != SE; ++SI) {
641 SE = MBB->succ_end(); SI != SE; ++SI) {
H A DLexicalScopes.cpp243 SE = Children.end();
244 SI != SE; ++SI) {
H A DScheduleDAGInstrs.cpp240 SE = BB->succ_end(); SI != SE; ++SI)
1061 SE = BB->succ_end(); SI != SE; ++SI) {
1379 SE = PredSU->Succs.end(); SI != SE; ++SI) {
1443 SI = SU->Succs.begin(), SE = SU->Succs.end(); SI != SE; ++SI) {
1458 SI = SUnits.begin(), SE = SUnits.end(); SI != SE;
[all...]
H A DStackSlotColoring.cpp308 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) {
H A DTailDuplication.cpp466 SE = Succs.end(); SI != SE; ++SI) {
640 SE = A.succ_end(); SI != SE; ++SI) {
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp349 SE = MCBB.succ_end();
350 SI != SE; ++SI)
427 for (AddrIt SI = BBI->Succs.begin(), SE = BBI->Succs.end(); SI != SE;
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp330 SE = BodySamples.end();
331 SI != SE; ++SI)
878 for (succ_iterator SI = succ_begin(B1), SE = succ_end(B1); SI != SE; ++SI) {
H A DLoopRotation.cpp347 if (ScalarEvolution *SE = getAnalysisIfAvailable<ScalarEvolution>())
348 SE->forgetLoop(L);
/external/tcpdump/
H A Dprint-telnet.c157 /* IAC SB .... IAC SE */
160 if (p[0] == IAC && p[1] == SE)
205 /* terminating IAC SE */
207 (void)printf(" SE");
H A Dtelnet.h61 #define SE 240 /* end sub negotiation */ macro
72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp186 for (section_iterator SI = Obj->begin_sections(), SE = Obj->end_sections();
187 SI != SE; ++SI) {
244 for (section_iterator SI = Obj.begin_sections(), SE = Obj.end_sections();
245 SI != SE; ++SI) {
330 for (section_iterator SI = Obj.begin_sections(), SE = Obj.end_sections();
331 SI != SE; ++SI) {
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp1127 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI)
1234 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI)
1261 for (succ_iterator SI = succ_begin(BB), SE = succ_end(BB); SI != SE; ++SI)
/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp351 if (StmtExpr *SE = dyn_cast<StmtExpr>(S)) {
352 StmtE = SE;
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp101 for (auto SI = MBB.succ_begin(), SE = MBB.succ_end(); SI != SE; ++SI)
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp101 for (auto SI = Obj.begin_symbols(), SE = Obj.end_symbols(); SI != SE; ++SI) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineItemDictionary_autogen.cpp153 SkPdfDictionary* SkPdfOutlineItemDictionary::SE(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
154 SkPdfNativeObject* ret = get("SE", "");
162 return get("SE", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineItemDictionary_autogen.cpp153 SkPdfDictionary* SkPdfOutlineItemDictionary::SE(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
154 SkPdfNativeObject* ret = get("SE", "");
162 return get("SE", "") != NULL;
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Drfc2217.py92 SE = to_bytes([240]) # Subnegotiation End variable
727 elif byte == SE:
777 """Process subnegotiation, the data between IAC SB and IAC SE."""
823 self._internal_raw_write(to_bytes([IAC, SB, COM_PORT_OPTION, option] + list(value) + [IAC, SE]))
971 self.connection.write(to_bytes([IAC, SB, COM_PORT_OPTION, option] + list(value) + [IAC, SE]))
1067 elif byte == SE:
1113 """Process subnegotiation, the data between IAC SB and IAC SE."""
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties59 Cp278 EBCDIC-CP-FI,EBCDIC-CP-SE,IBM278,csIBM278 0x0019
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h158 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {

Completed in 2322 milliseconds

1234567