| /xsrc/external/mit/libXau/dist/ |
| AuUnlock.c | 52 (void) remove (creat_name); 54 (void) remove (link_name);
|
| /xsrc/external/mit/xterm/dist/package/debian/ |
| prerm | 7 update-alternatives --remove x-terminal-emulator /usr/bin/xterm-dev
|
| /xsrc/external/mit/xauth/dist/tests/ |
| 010-xauth-add-inet.script | 15 xauth remove examplehost1/unix:0 17 xauth remove examplehost2/unix:0 18 xauth remove examplehost3/unix:0
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| maplist.h | 64 void remove( Mapdesc * ); 79 remove( m );
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| fsio.c | 159 while ((conn->inNeed - (conn->inBuf.insert - conn->inBuf.remove)) > 0) 221 *buf = conn->inBuf.buf + conn->inBuf.remove; 228 if (conn->inBuf.insert - conn->inBuf.remove < size) 235 conn->inBuf.remove += size; 257 while ((remain = conn->outBuf.insert - conn->outBuf.remove) > 0) 260 conn->outBuf.buf + conn->outBuf.remove, 264 conn->outBuf.remove += bytes_written; 281 if (conn->outBuf.remove == conn->outBuf.insert) 286 conn->outBuf.remove = conn->outBuf.insert = 0; 297 if (buf->remove) [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| fsio.c | 155 while ((conn->inNeed - (conn->inBuf.insert - conn->inBuf.remove)) > 0) 217 *buf = conn->inBuf.buf + conn->inBuf.remove; 224 if (conn->inBuf.insert - conn->inBuf.remove < size) 231 conn->inBuf.remove += size; 253 while ((remain = conn->outBuf.insert - conn->outBuf.remove) > 0) 256 conn->outBuf.buf + conn->outBuf.remove, 260 conn->outBuf.remove += bytes_written; 277 if (conn->outBuf.remove == conn->outBuf.insert) 282 conn->outBuf.remove = conn->outBuf.insert = 0; 293 if (buf->remove) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| opt_dead_code_local.cpp | 86 entry->remove(); 90 entry->remove(); 132 entry->remove(); 179 /* If this is an assignment of the form "foo = foo;", remove the whole 184 ir->remove(); 212 printf("looking for %s.0x%01x to remove\n", var->name, 224 int remove = entry->unused & ir->write_mask; local 229 remove, entry->ir->write_mask & ~remove); 231 if (remove) { [all...] |
| opt_redundant_jumps.cpp | 26 * Remove certain types of redundant jumps 83 then_jump->remove(); 84 else_jump->remove(); 89 /* If both branchs of the if-statement are now empty, remove the 93 ir->remove(); 102 /* If the last instruction of a loop body is a 'continue', remove it. 109 last->remove();
|
| lower_builtins.cpp | 62 ir->remove();
|
| loop_unroll.cpp | 192 /* The loop is empty remove it and return */ 193 ir->remove(); 209 ir_if_last->remove(); 219 ir_if_last->remove(); 242 /* The loop has been replaced by the unrolled copies. Remove the original 245 ir->remove(); 313 ir_to_replace->remove(); 325 ir_to_replace->remove(); 359 move_ir->remove(); 398 /* Remove the conditional break statements associated with all terminator [all...] |
| opt_dead_code.cpp | 42 * Note that this will remove assignments to globals, so it is not suitable 92 /* Remove all the dead assignments to the variable we found. 105 assignment_entry->assign->remove(); 112 assignment_entry->link.remove(); 121 * then we can remove its declaration. 162 entry->var->remove();
|
| opt_dead_functions.cpp | 121 /* Now that we've figured out which function signatures are used, remove 122 * the unused ones, and remove function definitions that have no more 127 entry->signature->remove(); 145 func->remove();
|
| opt_if_simplification.cpp | 74 /* If the if statement has nothing on either side, remove it. */ 77 ir->remove(); 98 ir->remove();
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| opt_dead_code_local.cpp | 84 entry->remove(); 88 entry->remove(); 130 entry->remove(); 177 /* If this is an assignment of the form "foo = foo;", remove the whole 182 ir->remove(); 210 printf("looking for %s.0x%01x to remove\n", var->name, 222 int remove = entry->unused & ir->write_mask; local 227 remove, entry->ir->write_mask & ~remove); 229 if (remove) { [all...] |
| opt_redundant_jumps.cpp | 26 * Remove certain types of redundant jumps 83 then_jump->remove(); 84 else_jump->remove(); 89 /* If both branchs of the if-statement are now empty, remove the 93 ir->remove(); 102 /* If the last instruction of a loop body is a 'continue', remove it. 109 last->remove();
|
| loop_unroll.cpp | 192 /* The loop is empty remove it and return */ 193 ir->remove(); 209 ir_if_last->remove(); 219 ir_if_last->remove(); 242 /* The loop has been replaced by the unrolled copies. Remove the original 245 ir->remove(); 313 ir_to_replace->remove(); 325 ir_to_replace->remove(); 359 move_ir->remove(); 399 ir->remove(); [all...] |
| opt_dead_code.cpp | 42 * Note that this will remove assignments to globals, so it is not suitable 92 /* Remove all the dead assignments to the variable we found. 105 assignment_entry->assign->remove(); 112 assignment_entry->link.remove(); 121 * then we can remove its declaration. 155 entry->var->remove();
|
| opt_dead_functions.cpp | 121 /* Now that we've figured out which function signatures are used, remove 122 * the unused ones, and remove function definitions that have no more 127 entry->signature->remove(); 145 func->remove();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_dce_cleanup.cpp | 49 n.remove(); 67 n.remove(); 82 n.remove(); 93 n.remove(); 104 n.remove(); 134 n.remove();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_dce_cleanup.cpp | 49 n.remove(); 67 n.remove(); 82 n.remove(); 93 n.remove(); 104 n.remove(); 134 n.remove();
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_dead_control_flow.cpp | 62 else_inst->remove(else_block); 78 if_inst->remove(if_block); 85 endif_inst->remove(endif_block); 111 else_inst->remove(else_block);
|
| brw_fs_lower_pack.cpp | 47 inst->remove(block);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_dead_control_flow.cpp | 60 else_inst->remove(else_block); 76 if_inst->remove(if_block); 83 endif_inst->remove(endif_block); 109 else_inst->remove(else_block);
|
| brw_predicated_break.cpp | 53 * and we can remove the BREAK instruction and predicate the WHILE. 93 if_inst->remove(if_block); 99 endif_inst->remove(endif_block); 127 jump_inst->remove(earlier_block);
|
| brw_fs_lower_pack.cpp | 47 inst->remove(block);
|