/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 588 unsigned iret; in doread() local 619 iret = read(fd, temp_buf, size); in doread() 627 if (iret != size) { in doread() 628 if (iret == -1) in doread() 632 iret, size); in doread() 721 unsigned iret; in dowrite() local 757 iret = write(fd, good_buf + offset, size); in dowrite() 765 if (iret != size) { in dowrite() 766 if (iret == -1) in dowrite() 770 iret, size); in dowrite() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | x86-interrupt_vzeroupper.ll | 5 ;; before iret. 11 ; CHECK: iret
|
D | x86-interrupt_cc.ll | 25 ; CHECK: iret
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-interrupt_vzeroupper.ll | 5 ;; before iret. 11 ; CHECK: iret
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_peap.c | 604 struct eap_method_ret iret; in eap_peap_phase2_request() local 621 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request() 622 if (eap_tlv_process(sm, data, &iret, req, resp, in eap_peap_phase2_request() 629 if (iret.methodState == METHOD_DONE || in eap_peap_phase2_request() 630 iret.methodState == METHOD_MAY_CONT) { in eap_peap_phase2_request() 631 ret->methodState = iret.methodState; in eap_peap_phase2_request() 632 ret->decision = iret.decision; in eap_peap_phase2_request() 733 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request() 735 &iret, req); in eap_peap_phase2_request() 736 if ((iret.methodState == METHOD_DONE || in eap_peap_phase2_request() [all …]
|
D | eap_ttls.c | 354 struct eap_method_ret iret; in eap_ttls_phase2_eap_process() local 356 os_memset(&iret, 0, sizeof(iret)); in eap_ttls_phase2_eap_process() 358 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_ttls_phase2_eap_process() 360 if ((iret.methodState == METHOD_DONE || in eap_ttls_phase2_eap_process() 361 iret.methodState == METHOD_MAY_CONT) && in eap_ttls_phase2_eap_process() 362 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_eap_process() 363 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_eap_process() 364 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process() 365 ret->methodState = iret.methodState; in eap_ttls_phase2_eap_process() 366 ret->decision = iret.decision; in eap_ttls_phase2_eap_process()
|
D | eap_fast.c | 426 struct eap_method_ret iret; in eap_fast_phase2_request() local 489 os_memset(&iret, 0, sizeof(iret)); in eap_fast_phase2_request() 491 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_fast_phase2_request() 494 (iret.methodState == METHOD_DONE && in eap_fast_phase2_request() 495 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request() 498 } else if ((iret.methodState == METHOD_DONE || in eap_fast_phase2_request() 499 iret.methodState == METHOD_MAY_CONT) && in eap_fast_phase2_request() 500 (iret.decision == DECISION_UNCOND_SUCC || in eap_fast_phase2_request() 501 iret.decision == DECISION_COND_SUCC)) { in eap_fast_phase2_request()
|
D | eap_teap.c | 405 struct eap_method_ret iret; in eap_teap_phase2_request() local 462 os_memset(&iret, 0, sizeof(iret)); in eap_teap_phase2_request() 464 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_teap_phase2_request() 466 if (iret.methodState == METHOD_DONE) in eap_teap_phase2_request() 469 (iret.methodState == METHOD_DONE && in eap_teap_phase2_request() 470 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request() 474 } else if ((iret.methodState == METHOD_DONE || in eap_teap_phase2_request() 475 iret.methodState == METHOD_MAY_CONT) && in eap_teap_phase2_request() 476 (iret.decision == DECISION_UNCOND_SUCC || in eap_teap_phase2_request() 477 iret.decision == DECISION_COND_SUCC)) { in eap_teap_phase2_request()
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | afuc_test.asm | 114 l007: iret
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | intel-syntax.txt | 93 # CHECK: iret
|
/external/llvm/test/MC/Disassembler/X86/ |
D | intel-syntax.txt | 93 # CHECK: iret
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 379 iret label
|
D | x86-32.s | 491 iret label
|
D | x86-64.s | 940 iret label
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-16.s | 391 iret label
|
D | x86-32.s | 511 iret label
|
D | x86-64.s | 972 iret label
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 60 def IRET16 : I <0xcf, RawFrm, (outs), (ins), "iret{w}", [], IIC_IRET>, 62 def IRET32 : I <0xcf, RawFrm, (outs), (ins), "iret{l|d}", [],
|
D | X86InstrInfo.td | 2644 def : MnemonicAlias<"iret", "iretw", "att">, Requires<[In16BitMode]>; 2645 def : MnemonicAlias<"iret", "iretl", "att">, Requires<[Not16BitMode]>;
|
/external/rust/crates/clap/src/app/ |
D | parser.rs | 1867 let mut iret = ParseResult::ValuesDone; in add_val_to_arg() localVariable 1869 iret = self.add_single_val_to_arg(arg, v, matcher)?; in add_val_to_arg() 1875 iret = ParseResult::ValuesDone; in add_val_to_arg() 1877 Ok(iret) in add_val_to_arg()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 51 def IRET16 : I <0xcf, RawFrm, (outs), (ins), "iret{w}", []>, 53 def IRET32 : I <0xcf, RawFrm, (outs), (ins), "iret{l|d}", []>, OpSize32;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 51 def IRET16 : I <0xcf, RawFrm, (outs), (ins), "iret{w}", []>, 53 def IRET32 : I <0xcf, RawFrm, (outs), (ins), "iret{l|d}", []>, OpSize32;
|
/external/cldr/common/testData/transforms/ |
D | ky-fonipa-t-ky.txt | 616 ирет iret 683 кирет ɡiret
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 466 #define IRET CHOICE(iret, iret, iret) 467 #define IRETD CHOICE(iret, iret, iretd) 1185 #define IRET iret
|
/external/elfutils/libcpu/defs/ |
D | i386 | 375 11001111:iret{W1}
|