Home
last modified time | relevance | path

Searched refs:jrel (Results 1 – 23 of 23) sorted by relevance

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dcracklength.f39 & nnfront,jrel,ifrontrel(*),integerglob(*),nterms,nselect, local
113 jrel=ifrontrel(j)
114 cd=-ca*costruc(1,jrel)-cb*costruc(2,jrel)-cc*costruc(3,jrel)
129 if((n1.eq.jrel).or.(n2.eq.jrel)) cycle
142 a=min(a,dsqrt((xsec(1)-costruc(1,jrel))**2+
143 & (xsec(2)-costruc(2,jrel))**2+
144 & (xsec(3)-costruc(3,jrel))**2))
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/utils/
H A Dmkboot.c319 int i, n, jrel, rflag, nout, ch, reloc; in show_data() local
325 jrel = 3; in show_data()
327 rflag = buf[jrel++]; in show_data()
330 rflag = buf[jrel++]; in show_data()
H A Dbindump.c405 int i, n, jrel, rflag, nout, ch, reloc; in show_data() local
412 jrel = 3; in show_data()
414 rflag = buf[jrel++]; in show_data()
417 rflag = buf[jrel++]; in show_data()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/juju/
H A Djuju.plugin.zsh47 alias jrel='juju relate' alias
H A DREADME.md92 | `jrel` | `juju relate` | Relate two applications …
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-nds32.c15329 Elf_Internal_Rela *jrel; in nds32_elf_ex9_build_hash_table() local
15397 jrel = NULL; in nds32_elf_ex9_build_hash_table()
15426 jrel = irel; in nds32_elf_ex9_build_hash_table()
15546 m_list_new->irel = jrel; in nds32_elf_ex9_build_hash_table()
15568 m_list->irel = jrel; in nds32_elf_ex9_build_hash_table()
15585 else if (ELF32_R_TYPE (jrel->r_info) == R_NDS32_HI20_RELA in nds32_elf_ex9_build_hash_table()
15599 m_list_new->irel = jrel; in nds32_elf_ex9_build_hash_table()
15622 if (!jrel) in nds32_elf_ex9_build_hash_table()
15625 entry->irel = jrel; in nds32_elf_ex9_build_hash_table()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-nds32.c15329 Elf_Internal_Rela *jrel; in nds32_elf_ex9_build_hash_table() local
15397 jrel = NULL; in nds32_elf_ex9_build_hash_table()
15426 jrel = irel; in nds32_elf_ex9_build_hash_table()
15546 m_list_new->irel = jrel; in nds32_elf_ex9_build_hash_table()
15568 m_list->irel = jrel; in nds32_elf_ex9_build_hash_table()
15585 else if (ELF32_R_TYPE (jrel->r_info) == R_NDS32_HI20_RELA in nds32_elf_ex9_build_hash_table()
15599 m_list_new->irel = jrel; in nds32_elf_ex9_build_hash_table()
15622 if (!jrel) in nds32_elf_ex9_build_hash_table()
15625 entry->irel = jrel; in nds32_elf_ex9_build_hash_table()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-nds32.c15078 Elf_Internal_Rela *jrel; in nds32_elf_ex9_build_hash_table() local
15146 jrel = NULL; in nds32_elf_ex9_build_hash_table()
15175 jrel = irel; in nds32_elf_ex9_build_hash_table()
15296 m_list_new->irel = jrel; in nds32_elf_ex9_build_hash_table()
15318 m_list->irel = jrel; in nds32_elf_ex9_build_hash_table()
15335 else if (ELF32_R_TYPE (jrel->r_info) == R_NDS32_HI20_RELA in nds32_elf_ex9_build_hash_table()
15349 m_list_new->irel = jrel; in nds32_elf_ex9_build_hash_table()
15372 if (!jrel) in nds32_elf_ex9_build_hash_table()
15375 entry->irel = jrel; in nds32_elf_ex9_build_hash_table()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c3879 const char *jrel = i->i_jrel ? "jrel " : "";
3888 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c3879 const char *jrel = i->i_jrel ? "jrel " : "";
3888 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c3893 const char *jrel = i->i_jrel ? "jrel " : "";
3902 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/devel/py-xdis/xdis-5.0.13/
H A DNEWS.md870 - Add Python 2.4 jrel, jabs sets
H A DChangeLog3472 …SETUP_ASYNC_WITH is jrel ... found by pytest/test_opcode.py opcode_35.py: correct SETUP_ASYNC_WIT…
7753 * xdis/opcodes/opcode_24.py: 2.4 needs jrel, jabs definitions too
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c5958 const char *jrel = i->i_jrel ? "jrel " : "";
5967 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c5958 const char *jrel = i->i_jrel ? "jrel " : "";
5967 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c5958 const char *jrel = i->i_jrel ? "jrel " : "";
5967 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c5452 const char *jrel = i->i_jrel ? "jrel " : "";
5461 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c5958 const char *jrel = i->i_jrel ? "jrel " : "";
5967 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c5958 const char *jrel = i->i_jrel ? "jrel " : "";
5967 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c5989 const char *jrel = i->i_jrel ? "jrel " : "";
5998 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c6955 const char *jrel = (is_relative_jump(i)) ? "jrel " : "";
6965 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c7517 const char *jrel = (is_relative_jump(i)) ? "jrel " : "";
7527 i->i_lineno, i->i_opcode, arg, jabs, jrel);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Input/Ime/
H A Dmod.rs2403 jrel: IMEREL, in GetDependencies()
2417 ::std::mem::transmute(jrel), in GetDependencies()
2489 …R, pwchukedisplay: super::super::super::Foundation::PWSTR, ulukepos: u32, jrel: IMEREL, ulwordsrc:…