Home
last modified time | relevance | path

Searched defs:nde (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/ext/awt/image/rendered/
H A DLRUCache.java41 void lruSet(LRUNode nde); in lruSet()
99 LRUNode nde = (LRUNode)used.getTail(); in setSize() local
110 LRUNode nde = (LRUNode)used.pop(); in flush() local
117 LRUNode nde = obj.lruGet(); in remove() local
125 LRUNode nde = obj.lruGet(); in touch() local
131 LRUNode nde = obj.lruGet(); in add() local
153 LRUNode nde = (LRUNode)used.getHead(); in print() local
H A DTileLRUMember.java74 public void lruSet(LRUCache.LRUNode nde) { myNode = nde; } in lruSet()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/util/
H A DDoublyLinkedList.java61 protected final void insertBefore(Node nde) { in insertBefore()
116 public void touch(Node nde) { in touch()
122 public void add(int index, Node nde) { in add()
149 public void add(Node nde) { in add()
163 public void remove(Node nde) { in remove()
204 public void push(Node nde) { in push()
213 public void unpop(Node nde) { in unpop()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
H A Dfinalize_25.f9016 type :: nde type
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
H A Dfinalize_25.f9016 type :: nde type
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_24.f9014 type :: nde type
/dports/games/tsito/tsito-0.8.4/src/
H A DHashTable.h28 void insert(unsigned long key, T &nde) in insert()

1234567891011