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

12

/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c211 bool eot,
218 assert(!(allocate && eot));
244 eot, /* eot */
268 1, /* eot */
382 0 /* eot */);
208 brw_clip_emit_vue(struct brw_clip_compile *c, struct brw_indirect vert, bool allocate, bool eot, GLuint header) argument
H A Dbrw_fs_emit.cpp43 bool eot = inst->eot; local
111 eot,
H A Dbrw_fs.h170 bool eot; member in class:fs_inst
H A Dbrw_vec4.h185 bool eot; member in class:brw::vec4_instruction
H A Dbrw_eu_emit.c1946 0, /* eot */
2243 bool eot,
2285 eot, /* last render target write */
2287 eot,
2433 bool eot,
2471 eot,
2561 bool eot)
2580 eot);
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
H A Dbrw_vs_emit.c1520 int eot; local
1684 eot = (slot >= c->prog_data.vue_map.num_slots);
1700 eot, /* eot */
1701 eot, /* writes complete */
1727 1, /* eot */
H A Dbrw_wm.h148 GLuint eot:1; /* End of thread indicator for FB_WRITE*/ member in struct:brw_wm_instruction
380 GLuint eot);
H A Dbrw_wm_emit.c1326 GLuint eot )
1363 eot,
1395 GLuint eot)
1531 fire_fb_write(c, 0, nr, target, eot);
1548 fire_fb_write(c, 0, nr, target, eot);
1555 fire_fb_write(c, 1, nr-1, target, eot);
1723 emit_fb_write(c, args[0], args[1], args[2], inst->target, inst->eot);
1390 emit_fb_write(struct brw_wm_compile *c, struct brw_reg *arg0, struct brw_reg *arg1, struct brw_reg *arg2, GLuint target, GLuint eot) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_util.c211 bool eot,
218 assert(!(allocate && eot));
244 eot, /* eot */
268 1, /* eot */
382 0 /* eot */);
208 brw_clip_emit_vue(struct brw_clip_compile *c, struct brw_indirect vert, bool allocate, bool eot, GLuint header) argument
H A Dbrw_fs_emit.cpp43 bool eot = inst->eot; local
111 eot,
H A Dbrw_fs.h170 bool eot; member in class:fs_inst
H A Dbrw_vec4.h185 bool eot; member in class:brw::vec4_instruction
H A Dbrw_eu_emit.c1946 0, /* eot */
2243 bool eot,
2285 eot, /* last render target write */
2287 eot,
2433 bool eot,
2471 eot,
2561 bool eot)
2580 eot);
2235 brw_fb_WRITE(struct brw_compile *p, int dispatch_width, GLuint msg_reg_nr, struct brw_reg src0, GLuint msg_control, GLuint binding_table_index, GLuint msg_length, GLuint response_length, bool eot, bool header_present) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
H A Dbrw_vs_emit.c1520 int eot; local
1684 eot = (slot >= c->prog_data.vue_map.num_slots);
1700 eot, /* eot */
1701 eot, /* writes complete */
1727 1, /* eot */
/external/harfbuzz_ng/util/
H A Doptions.hh179 bot = eot = preserve_default_ignorables = false;
204 (eot ? HB_BUFFER_FLAG_EOT : 0) |
262 hb_bool_t eot; member in struct:shape_options_t

Completed in 2914 milliseconds

12