Home
last modified time | relevance | path

Searched defs:lldt (Results 1 – 12 of 12) sorted by relevance

/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/cloverleaf3d-ref/
H A Dcalc_dt.f9026 SUBROUTINE calc_dt(chunk,local_dt,local_control,xl_pos,yl_pos,zl_pos,jldt,kldt,lldt) argument
37 INTEGER :: jldt,kldt,lldt local
H A Dtimestep.f9041 INTEGER :: jldt,kldt,lldt local
H A Dcalc_dt_kernel.f9028 SUBROUTINE calc_dt_kernel(x_min,x_max,y_min,y_max,z_min,z_max, &
87 INTEGER :: jldt,kldt,lldt local
/dports/shells/ksh93/ast-93u/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c71 Vcchar_t *lldt, *lrdt; /* boundaries of left data segment */ local
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c71 Vcchar_t *lldt, *lrdt; /* boundaries of left data segment */ local
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c71 Vcchar_t *lldt, *lrdt; /* boundaries of left data segment */ local
/dports/devel/dev86/dev86-0.16.20/as/asm/
H A Deach.asm65 lldt [esi*4] label
/dports/editors/biew/biew-610/testlab/disasm/x86/
H A Ddos16.asm213 lldt [bx+si] label
H A Dx86_32.asm247 lldt [bx+si] label
H A Dx86_64.asm295 lldt [rbx+rsi] label
/dports/devel/libdisasm/libdisasm-0.23/test/
H A Dia32_test_insn.S173 lldt (%eax) label
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h2449 void lldt(const Reg16& src) {AppendInstr(I_LLDT, 0x0F00, 0, Imm8(2), R(src));} in lldt() function
2450 void lldt(const Mem16& src) {AppendInstr(I_LLDT, 0x0F00, 0, Imm8(2), R(src));} in lldt() function