Home
last modified time | relevance | path

Searched refs:TheInstance (Results 1 – 24 of 24) sorted by relevance

/dports/www/squid/squid-4.15/src/base/
H A DAsyncCallQueue.cc16 AsyncCallQueue *AsyncCallQueue::TheInstance = 0; member in AsyncCallQueue
64 if (!TheInstance) in Instance()
65 TheInstance = new AsyncCallQueue(); in Instance()
67 return *TheInstance; in Instance()
H A DAsyncCallQueue.h38 static AsyncCallQueue *TheInstance; variable
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Drecord.d968 TheInstance(instance)->inst_class_version = popSTACK();
972 var gcv_object_t* ptr = &TheInstance(instance)->other[0];
994 TheInstance(instance)->inst_class_version = popSTACK();
998 var gcv_object_t* ptr = &TheInstance(instance)->other[0];
1443 record_flags_set(TheInstance(obj),instflags_beingupdated_B); in update_instance()
1446 var object cv = TheInstance(obj)->inst_class_version; in update_instance()
1459 cv = TheInstance(obj)->inst_class_version; in update_instance()
1487 cv = TheInstance(obj)->inst_class_version; in update_instance()
1557 record_flags_clr(TheInstance(obj),instflags_beingupdated_B); in update_instance()
2126 copy_mem_o(&TheInstance(value1)->inst_class_version,
[all …]
H A Dspvw_circ_old.d862 if (marked(TheInstance(obj))) /* marked? */ in get_circ_mark()
865 mark(TheInstance(obj)); /* mark */ in get_circ_mark()
1103 if (!marked(TheInstance(obj))) /* already unmarked? */ in get_circ_unmark()
1105 unmark(TheInstance(obj)); /* unmark */ in get_circ_unmark()
H A Dspvw_garcol_old.d938 if (record_flags(TheInstance(forward)) & instflags_relocated_B) { in gc_sweep1_instance_forward()
939 var gcv_object_t target = TheInstance(forward)->GCself; in gc_sweep1_instance_forward()
954 if (record_flags(TheInstance(forward)) & instflags_backpointer_B) in gc_sweep1_instance_forward()
960 TheInstance(forward)->GCself = with_mark_bit(make_GCself(type,p2)); in gc_sweep1_instance_forward()
961 record_flags_set(TheInstance(forward),instflags_backpointer_B); in gc_sweep1_instance_forward()
H A Dspvw_circ.d1129 if (marked(TheInstance(obj))) /* marked? */ in get_circ_mark()
1132 mark(TheInstance(obj)); /* mark */ in get_circ_mark()
1370 if (!marked(TheInstance(obj))) /* already unmarked? */ in get_circ_unmark()
1372 unmark(TheInstance(obj)); /* unmark */ in get_circ_unmark()
H A Dspvw_garcol.d929 if (record_flags(TheInstance(forward)) & instflags_relocated_B) { in gc_sweep1_instance_forward()
930 var gcv_object_t target = TheInstance(forward)->GCself; in gc_sweep1_instance_forward()
945 if (record_flags(TheInstance(forward)) & instflags_backpointer_B) in gc_sweep1_instance_forward()
951 TheInstance(forward)->GCself = with_mark_bit(make_GCself(type,p2)); in gc_sweep1_instance_forward()
952 record_flags_set(TheInstance(forward),instflags_backpointer_B); in gc_sweep1_instance_forward()
H A Dhashtabl.d142 var object cv = TheInstance(obj_forwarded)->inst_class_version; in hashcode1stable()
147 return posfixnum_to_V(TheInstance(obj_forwarded)->other[0]); in hashcode1stable()
173 var object cv = TheInstance(obj_forwarded)->inst_class_version; in instance_of_stablehash_p()
2880 var object cv = TheInstance(obj_forwarded)->inst_class_version; in sxhash_atom()
H A Dspvw_debug.d236 XOUT(TheInstance(obj)->inst_class_version); in nobject_out1()
H A Dpredtype.d1697 var object cv = TheInstance(arg_forwarded)->inst_class_version;
1842 var object cv = TheInstance(arg_forwarded)->inst_class_version;
2717 if (record_flags(TheInstance(obj)) & instflags_forwarded_B) { in heap_statistics_mapper()
2721 var object cv = TheInstance(obj)->inst_class_version; in heap_statistics_mapper()
H A Dlispbibl.d10071 #define TheInstance(obj) ((Instance)(ngci_pointable(obj)-varobject_bias))
10104 #define TheSlotDefinition(obj) ((SlotDefinition)TheInstance(obj))
10105 #define TheClass(obj) ((Class)TheInstance(obj))
10136 %% export_def(TheInstance(obj));
10588 {var object cv = TheInstance(obj_forwarded)->inst_class_version; \
10615 {var object cv = TheInstance(obj_forwarded)->inst_class_version; \
18446 if (record_flags(TheInstance(obj)) & instflags_forwarded_B) { \
18447 (obj) = TheInstance(obj)->inst_class_version; \
18449 ASSERT(!(record_flags(TheInstance(obj)) & instflags_forwarded_B)); \
18466 nullp(TheClassVersion(TheInstance(obj)->inst_class_version)->cv_next)
[all …]
H A Dstream.d505 var object cv = TheInstance(stream_forwarded)->inst_class_version; in stream_get_lastchar()
527 var object cv = TheInstance(stream_forwarded)->inst_class_version; in stream_set_lastchar()
952 var object cv = TheInstance(stream_forwarded)->inst_class_version; in write_char()
1004 var object cv = TheInstance(stream_forwarded)->inst_class_version; in write_char_array()
1045 var object cv = TheInstance(stream_forwarded)->inst_class_version; in harden_elastic_newline()
16684 var object cv = TheInstance(stream_forwarded)->inst_class_version; in get_line_position()
16752 var object cv = TheInstance(stream_forwarded)->inst_class_version; in fresh_line_low()
16843 var object cv = TheInstance(stream_forwarded)->inst_class_version; in elastic_newline()
17811 var object cv = TheInstance(stream_forwarded)->inst_class_version; in stream_get_fasl()
17835 var object cv = TheInstance(stream_forwarded)->inst_class_version; in stream_set_fasl()
H A DChangeLog24650 (TheInstance, TheVarobject): Define using ngci_types_pointable.
34396 (TheInstance): Can be closure_type as well.
34401 closure_instancep, Closure_instancep, TheClosure. Update TheInstance,
35518 (TheClass): Define using TheInstance.
45263 (TheClass, TheClosure, TheIclosure, TheCclosure, TheInstance, TheSubr)
/dports/www/squid/squid-4.15/src/ipc/
H A DCoordinator.cc32 Ipc::Coordinator* Ipc::Coordinator::TheInstance = NULL; member in Ipc::Coordinator
293 if (!TheInstance) in Instance()
294 TheInstance = new Coordinator; in Instance()
298 return TheInstance; in Instance()
H A DCoordinator.h77 static Coordinator* TheInstance; ///< the only class instance in existence variable
/dports/graphics/wdune/wdune-1.926/src/swt/win32/
H A Dswt.c151 static HINSTANCE TheInstance; variable
173 TheInstance = hInstance; in swInitialize()
709 NULL, NULL, TheInstance, NULL); in swCreateMainWindow()
1950 menu = LoadMenu(TheInstance, MAKEINTRESOURCE(id)); in swLoadMenuBar()
2065 s->hBitmap = LoadBitmap(TheInstance, MAKEINTRESOURCE(id)); in swLoadBitmap()
2132 c->hCursor = LoadCursor(TheInstance, MAKEINTRESOURCE(id)); in swLoadCursor()
2225 global = LoadResource(TheInstance, res); in swLoadDialog()
2784 LoadString(TheInstance, id + swLanguage, buf, len); in swLoadString()
3171 0, TheInstance, NULL); in swCreateTree()
3491 0, TheInstance, NULL); in swCreateHeader()
[all …]
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas5291 TheInstance: THandle;
5304 TheInstance := HINSTANCE;
13698 TheInstance: THandle;
13701 TheInstance := HINSTANCE;
13705 Cursors[crVT_MOVEEW]:=LoadCursor(TheInstance, 'VT_MOVEEW');
13706 Cursors[crVT_MOVENS]:=LoadCursor(TheInstance, 'VT_MOVENS');
13707 Cursors[crVT_MOVENW]:=LoadCursor(TheInstance, 'VT_MOVENW');
13711 Cursors[crVT_MOVEW]:=LoadCursor(TheInstance, 'VT_MOVEW');
13712 Cursors[crVT_MOVEE]:=LoadCursor(TheInstance, 'VT_MOVEE');
13713 Cursors[crVT_MOVEN]:=LoadCursor(TheInstance, 'VT_MOVEN');
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.virtualtrees.pas5462 TheInstance: THandle;
5475 TheInstance := HINSTANCE;
14102 TheInstance: THandle;
14105 TheInstance := HINSTANCE;
14109 Cursors[crVT_MOVEEW]:=LoadCursor(TheInstance, 'VT_MOVEEW');
14110 Cursors[crVT_MOVENS]:=LoadCursor(TheInstance, 'VT_MOVENS');
14111 Cursors[crVT_MOVENW]:=LoadCursor(TheInstance, 'VT_MOVENW');
14115 Cursors[crVT_MOVEW]:=LoadCursor(TheInstance, 'VT_MOVEW');
14116 Cursors[crVT_MOVEE]:=LoadCursor(TheInstance, 'VT_MOVEE');
14117 Cursors[crVT_MOVEN]:=LoadCursor(TheInstance, 'VT_MOVEN');
[all …]
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas5291 TheInstance: THandle;
5304 TheInstance := HINSTANCE;
13698 TheInstance: THandle;
13701 TheInstance := HINSTANCE;
13705 Cursors[crVT_MOVEEW]:=LoadCursor(TheInstance, 'VT_MOVEEW');
13706 Cursors[crVT_MOVENS]:=LoadCursor(TheInstance, 'VT_MOVENS');
13707 Cursors[crVT_MOVENW]:=LoadCursor(TheInstance, 'VT_MOVENW');
13711 Cursors[crVT_MOVEW]:=LoadCursor(TheInstance, 'VT_MOVEW');
13712 Cursors[crVT_MOVEE]:=LoadCursor(TheInstance, 'VT_MOVEE');
13713 Cursors[crVT_MOVEN]:=LoadCursor(TheInstance, 'VT_MOVEN');
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas5498 TheInstance: THandle;
5511 TheInstance := HINSTANCE;
14171 TheInstance: THandle;
14174 TheInstance := HINSTANCE;
14178 Cursors[crVT_MOVEEW]:=LoadCursor(TheInstance, 'VT_MOVEEW');
14179 Cursors[crVT_MOVENS]:=LoadCursor(TheInstance, 'VT_MOVENS');
14180 Cursors[crVT_MOVENW]:=LoadCursor(TheInstance, 'VT_MOVENW');
14184 Cursors[crVT_MOVEW]:=LoadCursor(TheInstance, 'VT_MOVEW');
14185 Cursors[crVT_MOVEE]:=LoadCursor(TheInstance, 'VT_MOVEE');
14186 Cursors[crVT_MOVEN]:=LoadCursor(TheInstance, 'VT_MOVEN');
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas5498 TheInstance: THandle;
5511 TheInstance := HINSTANCE;
14171 TheInstance: THandle;
14174 TheInstance := HINSTANCE;
14178 Cursors[crVT_MOVEEW]:=LoadCursor(TheInstance, 'VT_MOVEEW');
14179 Cursors[crVT_MOVENS]:=LoadCursor(TheInstance, 'VT_MOVENS');
14180 Cursors[crVT_MOVENW]:=LoadCursor(TheInstance, 'VT_MOVENW');
14184 Cursors[crVT_MOVEW]:=LoadCursor(TheInstance, 'VT_MOVEW');
14185 Cursors[crVT_MOVEE]:=LoadCursor(TheInstance, 'VT_MOVEE');
14186 Cursors[crVT_MOVEN]:=LoadCursor(TheInstance, 'VT_MOVEN');
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fpgtk/src/
H A Dfpgtk.def29 …scalClassData = ^TPascalClassData;"," TPascalClassData = record"," TheInstance : TFPgtkObject;…
57 …nce);"," if assigned(p) then"," result := PPascalClassData(p)^.TheInstance;"," end;",en…
154 …Code=begin," PascalInstance.TheInstance := Self;"," SetData (dtPascalInstance, @PascalInstance);…
272 …>= 0) then"," result := PPascalClassData (PSignalData(p)^.TheData)^.TheInstance"," else"," …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog970872 new TheInstance(arguments)
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1232921 new TheInstance(arguments)