Home
last modified time | relevance | path

Searched refs:ptr3b (Results 1 – 13 of 13) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-storage.c142 void *ptr3b = FlowGetStorageById(f, id3); in FlowStorageTest01() local
143 if (ptr3a != ptr3b) { in FlowStorageTest01()
268 void *ptr3b = FlowGetStorageById(f, id3); in FlowStorageTest03() local
269 if (ptr3a != ptr3b) { in FlowStorageTest03()
H A Dhost-storage.c188 void *ptr3b = HostGetStorageById(h, id3); in HostStorageTest01() local
189 if (ptr3a != ptr3b) { in HostStorageTest01()
313 void *ptr3b = HostGetStorageById(h, id3); in HostStorageTest03() local
314 if (ptr3a != ptr3b) { in HostStorageTest03()
H A Dippair-storage.c144 void *ptr3b = IPPairGetStorageById(h, id3); in IPPairStorageTest01() local
145 if (ptr3a != ptr3b) { in IPPairStorageTest01()
275 void *ptr3b = IPPairGetStorageById(h, id3); in IPPairStorageTest03() local
276 if (ptr3a != ptr3b) { in IPPairStorageTest03()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/tests/
H A Dtest_cloneable_ptr.cxx37 mbl_cloneable_ptr<some_class> ptr3b = true_ptr_3b = new some_class(); in test_cloneable_ptr() local
39 some_class* released_ptr_3b = ptr3b.release(); in test_cloneable_ptr()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/acle/general/
H A Dattributes_8.c47 fixed1_alias *ptr3b = &extern2; variable
/dports/cad/pcb/pcb-4.2.0/src/
H A Dundo.c895 void *ptr1b, *ptr2b, *ptr3b; in UndoSwapCopiedObject() local
908 SearchObjectByID (PCB->Data, &ptr1b, &ptr2b, &ptr3b, Entry->ID, in UndoSwapCopiedObject()
920 MoveObjectToBuffer (RemoveList, PCB->Data, type, ptr1b, ptr2b, ptr3b); in UndoSwapCopiedObject()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/testsuite/libnet.all/
H A Dtest_http.cpp771 const char *ptr3b = reinterpret_cast<const char *>(buf3.reference()) + head3.size();
772 if (memcmp(ptr3a, ptr3b, hex_res3->allocated()) == 0) {