Home
last modified time | relevance | path

Searched refs:savedstate (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Du_scanner.c199 if (savedstate.string != NULL) free(savedstate.string); in U_SaveState()
200 if (savedstate.nextState.string != NULL) free(savedstate.nextState.string); in U_SaveState()
205 savedstate.data = NULL; in U_SaveState()
210 if (savedstate.data == NULL) in U_RestoreState()
213 U_SaveState(&savedstate, *s); in U_RestoreState()
592 u_scanner_t savedstate = {0}; in U_CheckInteger() local
593 U_SaveState(s, savedstate); in U_CheckInteger()
596 U_RestoreState(s, savedstate); in U_CheckInteger()
603 u_scanner_t savedstate = {0}; in U_CheckFloat() local
604 U_SaveState(s, savedstate); in U_CheckFloat()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration.Install/System.Configuration.Install/
H A DInstallEventArgs.cs36 private IDictionary savedstate; field in System.Configuration.Install.InstallEventArgs
42 this.savedstate = savedState; in InstallEventArgs()
47 return savedstate;
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dgamevars.cpp126 uint8_t savedstate[MAXVOLUMES*MAXLEVELS]; in Gv_ReadSave() local
127 Bmemset(savedstate, 0, sizeof(savedstate)); in Gv_ReadSave()
129 if (kdfread_LZ4(savedstate, sizeof(savedstate), 1, kFile) != 1) goto corrupt; in Gv_ReadSave()
135 if (!savedstate[i]) in Gv_ReadSave()
141 mapstate_t &sv = *g_mapInfo[i].savedstate; in Gv_ReadSave()
186 uint8_t savedstate[MAXVOLUMES * MAXLEVELS]; in Gv_WriteSave() local
187 Bmemset(savedstate, 0, sizeof(savedstate)); in Gv_WriteSave()
190 if (g_mapInfo[i].savedstate != NULL) in Gv_WriteSave()
191 savedstate[i] = 1; in Gv_WriteSave()
193 dfwrite_LZ4(savedstate, sizeof(savedstate), 1, fil); in Gv_WriteSave()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dgraphstate.c43 GraphicsState savedstate; /* previous state */ member
66 gs->savedstate = statelist; in g_save()
85 statelist = gs->savedstate; in g_restore()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dassume.c87 void SetSegAssumeTable( void *savedstate ) in SetSegAssumeTable() argument
91 memcpy( &SegAssumeTable, savedstate, sizeof(SegAssumeTable) ); in SetSegAssumeTable()
93 void GetSegAssumeTable( void *savedstate ) in GetSegAssumeTable() argument
97 memcpy( savedstate, &SegAssumeTable, sizeof(SegAssumeTable) ); in GetSegAssumeTable()
107 void SetStdAssumeTable( void *savedstate, struct stdassume_typeinfo *ti ) in SetStdAssumeTable() argument
113 memcpy( &StdAssumeTable, savedstate, sizeof(StdAssumeTable) ); in SetStdAssumeTable()
125 void GetStdAssumeTable( void *savedstate, struct stdassume_typeinfo *ti ) in GetStdAssumeTable() argument
130 memcpy( savedstate, &StdAssumeTable, sizeof(StdAssumeTable) ); in GetStdAssumeTable()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dcamera_turnaround.py75 savedstate = myempty.matrix_world
78 myempty.matrix_world = savedstate
83 savedstate = camera.matrix_world
85 camera.matrix_world = savedstate
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/
H A Dpch.c196 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
197 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
199 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
303 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
339 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpppch.c196 r->savedstate = xmalloc (sizeof (struct cpp_savedstate)); in cpp_save_state()
197 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
199 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
303 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
339 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpppch.c196 r->savedstate = xmalloc (sizeof (struct cpp_savedstate)); in cpp_save_state()
197 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
199 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
303 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
339 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_deps/libs/androidx_savedstate_savedstate/
H A Dandroidx_savedstate_savedstate.info11 manifest_package = "androidx.savedstate"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_deps/libs/androidx_lifecycle_lifecycle_viewmodel_savedstate/
H A Dandroidx_lifecycle_lifecycle_viewmodel_savedstate.info11 manifest_package = "androidx.lifecycle.viewmodel.savedstate"
H A DREADME.chromium2 Short Name: lifecycle-viewmodel-savedstate
/dports/lang/gcc6-aux/gcc-6-20180516/libcpp/
H A Dpch.c209 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
210 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
212 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
316 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
354 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/lang/gcc8/gcc-8.5.0/libcpp/
H A Dpch.c211 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
212 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
214 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
318 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
356 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/lang/gcc10/gcc-10.3.0/libcpp/
H A Dpch.c208 r->savedstate = XNEW (struct cpp_savedstate);
209 r->savedstate->definedhash = htab_create (100, cpp_string_hash,
211 cpp_forall_identifiers (r, save_idents, r->savedstate);
313 struct cpp_savedstate *const ss = r->savedstate;
351 r->savedstate = NULL;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dpch.c211 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
212 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
214 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
318 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
356 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/lang/gcc12-devel/gcc-12-20211205/libcpp/
H A Dpch.c208 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
209 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
211 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
313 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
351 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcpp/
H A Dpch.c211 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
212 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
214 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
318 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
356 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/lang/gcc9-devel/gcc-9-20211007/libcpp/
H A Dpch.c208 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
209 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
211 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
313 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
351 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libcpp/
H A Dpch.c211 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
212 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
214 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
318 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
356 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dpch.c211 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
212 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
214 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
318 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
356 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/lang/gcc48/gcc-4.8.5/libcpp/
H A Dpch.c209 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
210 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
212 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
316 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
354 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcpp/
H A Dpch.c209 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
210 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
212 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
316 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
354 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/lang/gcc11-devel/gcc-11-20211009/libcpp/
H A Dpch.c208 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
209 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
211 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
313 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
351 r->savedstate = NULL; in cpp_write_pch_deps()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libcpp/
H A Dpch.c208 r->savedstate = XNEW (struct cpp_savedstate); in cpp_save_state()
209 r->savedstate->definedhash = htab_create (100, cpp_string_hash, in cpp_save_state()
211 cpp_forall_identifiers (r, save_idents, r->savedstate); in cpp_save_state()
313 struct cpp_savedstate *const ss = r->savedstate; in cpp_write_pch_deps()
351 r->savedstate = NULL; in cpp_write_pch_deps()

12345