/external/oprofile/libop/ |
op_interface.h | 29 #define OP_EXIT 16 61 * \sa OP_FORK, OP_EXEC, OP_MAP, OP_DROP_MODULES and OP_EXIT
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.h | 254 if (op == OP_DISCARD || op == OP_EXIT ||
|
nv50_ir_emit_nv50.cpp | [all...] |
nv50_ir_target_nv50.cpp | 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, 395 case OP_EXIT: // want exit modifier instead (on NOP if required)
|
nv50_ir.h | 104 OP_EXIT,
|
nv50_ir.cpp | 962 op == OP_RET || op == OP_EXIT)
|
nv50_ir_from_sm4.cpp | [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_peephole.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.h | 254 if (op == OP_DISCARD || op == OP_EXIT ||
|
nv50_ir_emit_nv50.cpp | [all...] |
nv50_ir_target_nv50.cpp | 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, 395 case OP_EXIT: // want exit modifier instead (on NOP if required)
|
nv50_ir.h | 104 OP_EXIT,
|
nv50_ir.cpp | 962 op == OP_RET || op == OP_EXIT)
|
nv50_ir_from_sm4.cpp | [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_peephole.cpp | [all...] |
/external/oprofile/daemon/liblegacy/ |
init.c | 238 case OP_EXIT:
|
/external/oprofile/module/x86/ |
op_syscalls.c | 297 note.type = OP_EXIT;
|
/external/oprofile/module/ia64/ |
op_syscalls.c | 309 note.type = OP_EXIT;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 1142 case OP_EXIT: code[1] = 0x80000000; mask = 1; break; [all...] |
nv50_ir_target_nvc0.cpp | 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 1142 case OP_EXIT: code[1] = 0x80000000; mask = 1; break; [all...] |
nv50_ir_target_nvc0.cpp | 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 441 static void op_exit(void) function [all...] |