Home
last modified time | relevance | path

Searched refs:handleptr (Results 1 – 25 of 71) sorted by relevance

123

/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Dmemorypoolhandle.cpp19 MemoryPoolHandle *handleptr = new MemoryPoolHandle(); in MemoryPoolHandle_Create1() local
20 *handle = handleptr; in MemoryPoolHandle_Create1()
30 MemoryPoolHandle *handleptr = new MemoryPoolHandle(*other); in MemoryPoolHandle_Create2() local
31 *handle = handleptr; in MemoryPoolHandle_Create2()
60 MemoryPoolHandle *handleptr = new MemoryPoolHandle(move(global)); in MemoryPoolHandle_Global() local
61 *handle = handleptr; in MemoryPoolHandle_Global()
70 MemoryPoolHandle *handleptr = new MemoryPoolHandle(move(threadlocal)); in MemoryPoolHandle_ThreadLocal() local
71 *handle = handleptr; in MemoryPoolHandle_ThreadLocal()
80 MemoryPoolHandle *handleptr = new MemoryPoolHandle(move(newhandle)); in MemoryPoolHandle_New() local
81 *handle = handleptr; in MemoryPoolHandle_New()
H A Dsecretkey.cpp84 MemoryPoolHandle *handleptr = new MemoryPoolHandle(skey->pool()); in SecretKey_Pool() local
85 *pool = handleptr; in SecretKey_Pool()
H A Dpublickey.cpp75 MemoryPoolHandle *handleptr = new MemoryPoolHandle(pkey->pool()); in PublicKey_Pool() local
76 *pool = handleptr; in PublicKey_Pool()
H A Dkswitchkeys.cpp179 MemoryPoolHandle *handleptr = new MemoryPoolHandle(keys->pool()); in KSwitchKeys_Pool() local
180 *pool = handleptr; in KSwitchKeys_Pool()
H A Dplaintext.cpp463 MemoryPoolHandle *handleptr = new MemoryPoolHandle(plain->pool()); in Plaintext_Pool() local
464 *pool = handleptr; in Plaintext_Pool()
H A Dciphertext.cpp448 MemoryPoolHandle *handleptr = new MemoryPoolHandle(cipher->pool()); in Ciphertext_Pool() local
449 *pool = handleptr; in Ciphertext_Pool()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dprint.c72 #define VALUE_HANDLE(handleptr, name, handle_code, dxf) \ argument
73 if (handleptr) \
75 LOG_TRACE (#name ": HANDLE" FORMAT_REF " [%d]\n", ARGS_REF (handleptr), \
83 #define VALUE_HANDLE_N(handleptr, name, vcount, handle_code, dxf) \ argument
84 if (handleptr) \
87 ARGS_REF (handleptr), dxf); \
/dports/emulators/mess/mame-mame0226/src/devices/cpu/rsp/
H A Drspdrc.cpp78 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
80 if (!handleptr) in alloc_handle()
81 handleptr = drcuml.handle_alloc(name); in alloc_handle()
555 …tic_generate_memory_accessor(int size, int iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
565 alloc_handle(*m_drcuml, handleptr, name); in static_generate_memory_accessor()
566 …UML_HANDLE(block, *handleptr); // handle *handle… in static_generate_memory_accessor()
H A Drsp.h268 …ic_generate_memory_accessor(int size, int iswrite, const char *name, uml::code_handle *&handleptr);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/rsp/
H A Drspdrc.cpp78 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
80 if (!handleptr) in alloc_handle()
81 handleptr = drcuml.handle_alloc(name); in alloc_handle()
555 …tic_generate_memory_accessor(int size, int iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
565 alloc_handle(*m_drcuml, handleptr, name); in static_generate_memory_accessor()
566 …UML_HANDLE(block, *handleptr); // handle *handle… in static_generate_memory_accessor()
/dports/games/NBlood/NBlood-a1689a4/source/hmpplay/include/
H A Dhmpplay.h76 uint32_t HMIInitSong(InitSong *song, TrackDevice *trackmap, uint32_t *handleptr);
/dports/ftp/R-cran-curl/curl/src/
H A Dcurl-common.h32 SEXP handleptr; member
H A Dmulti.c31 ref->async.mref->handles = reflist_remove(ref->async.mref->handles, ref->handleptr); in multi_release()
33 SET_VECTOR_ELT(R_ExternalPtrProtected(ref->handleptr), 0, R_NilValue); in multi_release()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dspp/
H A Ddsppdrc.cpp33 inline void dspp_device::alloc_handle(drcuml_state *drcuml, code_handle **handleptr, const char *na… in alloc_handle() argument
35 if (*handleptr == nullptr) in alloc_handle()
36 *handleptr = drcuml->handle_alloc(name); in alloc_handle()
128 …vice::static_generate_memory_accessor(bool iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
136 alloc_handle(m_drcuml.get(), &handleptr, name); in static_generate_memory_accessor()
137 …UML_HANDLE(block, *handleptr); // handle … in static_generate_memory_accessor()
H A Ddspp.h322 void alloc_handle(drcuml_state *drcuml, uml::code_handle **handleptr, const char *name);
338 void static_generate_memory_accessor(bool iswrite, const char *name, uml::code_handle *&handleptr);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dspp/
H A Ddsppdrc.cpp33 inline void dspp_device::alloc_handle(drcuml_state *drcuml, code_handle **handleptr, const char *na… in alloc_handle() argument
35 if (*handleptr == nullptr) in alloc_handle()
36 *handleptr = drcuml->handle_alloc(name); in alloc_handle()
128 …vice::static_generate_memory_accessor(bool iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
136 alloc_handle(m_drcuml.get(), &handleptr, name); in static_generate_memory_accessor()
137 …UML_HANDLE(block, *handleptr); // handle … in static_generate_memory_accessor()
H A Ddspp.h322 void alloc_handle(drcuml_state *drcuml, uml::code_handle **handleptr, const char *name);
338 void static_generate_memory_accessor(bool iswrite, const char *name, uml::code_handle *&handleptr);
/dports/emulators/mess/mame-mame0226/src/devices/cpu/unsp/
H A Dunspdrc.cpp252 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
254 if (!handleptr) in alloc_handle()
255 handleptr = drcuml.handle_alloc(name); in alloc_handle()
332 …vice::static_generate_memory_accessor(bool iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
341 alloc_handle(*m_drcuml, handleptr, name); in static_generate_memory_accessor()
342 UML_HANDLE(block, *handleptr); in static_generate_memory_accessor()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/unsp/
H A Dunspdrc.cpp252 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
254 if (!handleptr) in alloc_handle()
255 handleptr = drcuml.handle_alloc(name); in alloc_handle()
332 …vice::static_generate_memory_accessor(bool iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
341 alloc_handle(*m_drcuml, handleptr, name); in static_generate_memory_accessor()
342 UML_HANDLE(block, *handleptr); in static_generate_memory_accessor()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm7/
H A Darm7drc.hxx82 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
84 if (!handleptr) in alloc_handle()
85 handleptr = drcuml.handle_alloc(name); in alloc_handle()
717 void arm7_cpu_device::static_generate_detect_fault(uml::code_handle **handleptr) in static_generate_detect_fault() argument
794 void arm7_cpu_device::static_generate_tlb_translate(uml::code_handle **handleptr) in static_generate_tlb_translate() argument
1002 …memory_accessor(int size, bool istlb, bool iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
1015 alloc_handle(*drcuml, handleptr, name); in static_generate_memory_accessor()
1016 UML_HANDLE(block, *handleptr); // handle *handleptr in static_generate_memory_accessor()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm7/
H A Darm7drc.hxx82 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
84 if (!handleptr) in alloc_handle()
85 handleptr = drcuml.handle_alloc(name); in alloc_handle()
717 void arm7_cpu_device::static_generate_detect_fault(uml::code_handle **handleptr) in static_generate_detect_fault() argument
794 void arm7_cpu_device::static_generate_tlb_translate(uml::code_handle **handleptr) in static_generate_tlb_translate() argument
1002 …memory_accessor(int size, bool istlb, bool iswrite, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
1015 alloc_handle(*drcuml, handleptr, name); in static_generate_memory_accessor()
1016 UML_HANDLE(block, *handleptr); // handle *handleptr in static_generate_memory_accessor()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc.cpp329 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
331 if (!handleptr) in alloc_handle()
332 handleptr = drcuml.handle_alloc(name); in alloc_handle()
497 …e_memory_accessor(int size, int iswrite, bool isio, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
507 alloc_handle(*m_drcuml, handleptr, name); in static_generate_memory_accessor()
508 UML_HANDLE(block, *handleptr); in static_generate_memory_accessor()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc.cpp329 static inline void alloc_handle(drcuml_state &drcuml, uml::code_handle *&handleptr, const char *nam… in alloc_handle() argument
331 if (!handleptr) in alloc_handle()
332 handleptr = drcuml.handle_alloc(name); in alloc_handle()
497 …e_memory_accessor(int size, int iswrite, bool isio, const char *name, uml::code_handle *&handleptr) in static_generate_memory_accessor() argument
507 alloc_handle(*m_drcuml, handleptr, name); in static_generate_memory_accessor()
508 UML_HANDLE(block, *handleptr); in static_generate_memory_accessor()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sharc/
H A Dsharc.h614 void alloc_handle(uml::code_handle *&handleptr, const char *name);
618 …c_generate_memory_accessor(MEM_ACCESSOR_TYPE type, const char *name, uml::code_handle *&handleptr);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sharc/
H A Dsharc.h614 void alloc_handle(uml::code_handle *&handleptr, const char *name);
618 …c_generate_memory_accessor(MEM_ACCESSOR_TYPE type, const char *name, uml::code_handle *&handleptr);

123