Searched refs:push_state (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/src/
H A Dldlex.l68 static void push_state (enum prepstate);
97 push_state (skip_to_endif);
100 push_state (skip_to_endif);
105 push_state (skip_to_endif); }
268 push_state (enum prepstate state)
333 push_state (skip_if);
/external/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c1846 struct anv_state push_state = local
1849 if (push_state.alloc_size) {
1851 curbe.CURBETotalDataLength = push_state.alloc_size;
1852 curbe.CURBEDataStartAddress = push_state.offset;
/external/libmojo/third_party/ply/
H A Dlex.py273 # push_state() - Changes the lexing state and saves old on stack
275 def push_state(self,state): member in class:Lexer
/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py222 # push_state() - Changes the lexing state and saves old on stack
224 def push_state(self,state): member in class:Lexer
/external/ply/ply/ply/
H A Dlex.py274 # push_state() - Changes the lexing state and saves old on stack
276 def push_state(self, state): member in class:Lexer

Completed in 330 milliseconds