Searched defs:eot (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDFA.h34 const int *eot; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDFA.h34 const int *eot; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDFA.h34 const int *eot; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDFA.h34 const int *eot; variable
71 @property const int *eot; variable
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h77 const ANTLR3_INT32 * const eot; member in struct:ANTLR3_CYCLIC_DFA_struct
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_helpers.h133 bool eot,
145 desc = eot << 31 |
164 const bool eot = false;
184 return tsrc_imm_mdesc(tc, eot, message_length,
190 bool eot,
220 return tsrc_imm_mdesc(tc, eot, message_length,
234 const bool eot = false;
248 return tsrc_imm_mdesc(tc, eot, message_length,
254 bool eot,
291 return tsrc_imm_mdesc(tc, eot, message_lengt
132 tsrc_imm_mdesc(const struct toy_compiler *tc, bool eot, unsigned message_length, unsigned response_length, bool header_present, uint32_t function_control) argument
[all...]
H A Dilo_shader_gs.c226 bool eot)
264 eot, msg_len, !eot, true, true, !eot,
396 bool eot; local
398 eot = (gcc->static_data.num_vertices == gcc->static_data.total_vertices);
404 if (eot && gcc->write_so) {
424 gcc->shader->out.count, eot);
426 if (!eot) {
223 gs_write_vue(struct gs_compile_context *gcc, struct toy_dst dst, struct toy_src msg_header, const struct toy_src *outs, int num_outs, bool eot) argument
H A Dilo_shader_vs.c937 bool eot; local
940 eot = true;
957 eot = false;
980 eot = false;
990 desc = tsrc_imm_mdesc_urb(tc, eot, msg_len, 0,
991 eot, true, false, true, sent_attrs / 2, 0);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs56 protected short[] eot; field in class:Antlr.Runtime.DFA
148 // eot[s]>=0 indicates that an EOT edge goes to another
150 if ( eot[s] >= 0 )
154 s = eot[s];
156 // TODO: I had this as return accept[eot[s]]
170 if ( eot[s] >= 0 )
174 s = eot[s];
189 Console.Error.WriteLine( "eot[" + s + "]=" + eot[s] );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java42 protected short[] eot; field in class:DFA
103 // eot[s]>=0 indicates that an EOT edge goes to another
105 if ( eot[s]>=0 ) { // EOT Transition to accept state?
107 s = eot[s];
109 // TODO: I had this as return accept[eot[s]]
123 if ( eot[s]>=0 ) { // EOT Transition?
125 s = eot[s];
137 System.err.println("eot["+s+"]="+eot[s]);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DDFA.cs61 protected short[] eot; field in class:Antlr.Runtime.DFA
124 // eot[s]>=0 indicates that an EOT edge goes to another
126 if (eot[s] >= 0) { // EOT Transition to accept state?
129 s = eot[s];
131 // TODO: I had this as return accept[eot[s]]
145 if (eot[s] >= 0) { // EOT Transition?
148 s = eot[s];
161 Console.Error.WriteLine("eot[" + s + "]=" + eot[s]);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAState.java246 public void setEOTTargetState(boolean eot) { argument
247 EOTTargetState = eot;
H A DDFA.java209 public Vector eot; field in class:DFA
324 public List getJavaCompressedEOT() { return getRunLengthEncoding(eot); }
405 eot = new Vector(this.getNumberOfStates()); // Vector<int>
406 eot.setSize(this.getNumberOfStates());
462 System.out.println("eot="+eot);
598 // eot[s] points to accept state
599 eot.set(s.stateNumber, Utils.integer(edge.target.stateNumber));
611 // eot[s] points to accept state
612 eot
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c2139 0, /* eot */
2330 bool eot,
2379 eot,
2825 bool eot)
2844 eot);
2323 brw_fb_WRITE(struct brw_codegen *p, struct brw_reg payload, struct brw_reg implied_header, unsigned msg_control, unsigned binding_table_index, unsigned msg_length, unsigned response_length, bool eot, bool last_render_target, bool header_present) argument
2819 brw_ff_sync(struct brw_codegen *p, struct brw_reg dest, unsigned msg_reg_nr, struct brw_reg src0, bool allocate, unsigned response_length, bool eot) argument
/external/v8/benchmarks/
H A Dearley-boyer.js1096 "\004": "#\\eot",
1136 "eot": "\004",
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 416 milliseconds