| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_goto_ifs.c | 53 struct path regular; member in struct:routes 208 if (_mesa_set_search(routing->regular.reachable, target)) { 209 set_path_vars(b, routing->regular.fork, target); 240 if (_mesa_set_search(routing->regular.reachable, then_block)) { 241 if (_mesa_set_search(routing->regular.reachable, else_block)) { 242 set_path_vars_cond(b, routing->regular.fork, condition, 284 * Modifies the routing to be the routing inside a loop. The old regular path 285 * becomes the new break path. The loop in path becomes the new regular and 302 printf(" routing->regular.reachable = "); 303 print_block_set(routing->regular.reachable) [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.h | 60 unsigned int regular : 1; /* regular file */ member in struct:_LispFile
|
| io.c | 203 file->regular = S_ISREG(st.st_mode); 205 file->regular = 0; 209 file->buffered = file->regular;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_driver.h | 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member in struct:nv50_ir_varying
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_driver.h | 51 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member in struct:nv50_ir_varying
|
| /xsrc/external/mit/libxcb/dist/src/ |
| c_client.py | 2174 def _c_request_helper(self, name, void, regular, aux=False, reply_fds=False): 2194 checked = void and not regular 2195 unchecked = not void and not regular 2201 func_flags = '0' if (void and regular) or (not void and not regular) else 'XCB_REQUEST_CHECKED' 3187 _c_request_helper(self, name, void=False, regular=True, aux=False, reply_fds=has_fds) 3188 _c_request_helper(self, name, void=False, regular=False, aux=False, reply_fds=has_fds) 3190 _c_request_helper(self, name, void=False, regular=True, aux=True, reply_fs=has_fds) 3191 _c_request_helper(self, name, void=False, regular=False, aux=True, reply_fs=has_fds) 3199 _c_request_helper(self, name, void=True, regular=False [all...] |