Searched refs:hold (Results 1 - 25 of 50) sorted by relevance

12

/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewletHoldOnUpdatesCommand.java31 private Boolean hold; field in class:ViewletHoldOnUpdatesCommand
34 boolean hold) {
36 this.hold = new Boolean(hold);
42 setHoldsOnUpdatesPrivate(hold.booleanValue());
33 ViewletHoldOnUpdatesCommand(ViewletImpl viewlet, boolean hold) argument
/barrelfish-2018-10-04/lib/zlib/
H A Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 this = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold
[all...]
H A Dinflate.c121 state->hold = 0;
139 state->hold += value << state->bits;
409 hold = state->hold; \
420 state->hold = hold; \
427 hold = 0; \
437 hold += (unsigned long)(*next++) << bits; \
451 ((unsigned)hold & ((1U << (n)) - 1))
456 hold >>
562 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h94 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bi local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dmegalist.tcl81 {frame hold hold {-height 200 -width 200 -bg pink}}
111 grid $data(hold) $data(yscrollbar) -sticky news
123 catch {pane forget $data(hold)}
155 pack forget $data(hold).$name.e
159 pack $data(hold).$name.e -fill x \
160 -before $data(hold).$name.c
169 pack forget $data(hold).$name.b
173 if [winfo exists $data(hold).$name.e] {
177 pack $data(hold)
[all...]
H A Dtabnotebook.tcl96 ## widgets are hold (a frame), tabs (a canvas), blank (a frame).
131 {frame hold hold {-relief raised -bd 1}}
175 grid $data(hold) -sticky news
176 grid $data(blank) -in $data(hold) -row 0 -column 0 -sticky nsew
179 grid columnconfig $data(hold) 0 -weight 1
180 grid rowconfigure $data(hold) 0 -weight 1
212 $data(hold) config -bg $val
216 $data(hold) config -bd $val
252 $data(hold) confi
[all...]
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dprintf-pos.c197 int hold = types->nextarg; local
201 types->nextarg = hold;
223 int hold = types->nextarg; local
227 types->nextarg = hold;
H A Dvfprintf.c437 int hold = nextarg; \
447 nextarg = hold; \
H A Dvfwprintf.c517 int hold = nextarg; \
527 nextarg = hold; \
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dclients.tex55 \emph{hold} the control.
65 Event & Triggered by & Default hold & Alterable \\
103 Should the VC hold, control can be passed back to {\eclipse} by
225 \item[Hold at expansions] Determines whether this \viewer{} will hold
227 \item[Hold at contractions] Determines whether this \viewer{} will hold
229 \item[Hold at destruction] Determines whether this \viewer{} will hold
322 indicates that the Java VC should hold control whenever any sort of
349 Hold on updates & Causes the VC to hold control on forward or backward
H A Dannotate.tex312 This simple network flow problem uses the graph structure to hold the
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dca.c144 #define REV_HOLD 2 /* Value is hold instruction */
2792 ASN1_OBJECT *hold = NULL; local
2798 i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str);
2820 if (rev && hold)
2822 if (!X509_REVOKED_add1_ext_i2d(rev, NID_hold_instruction_code, hold, 0, 0))
2833 ASN1_OBJECT_free(hold);
2887 ASN1_OBJECT *hold = NULL; local
2939 BIO_printf(bio_err, "missing hold instruction\n");
2943 hold = OBJ_txt2obj(arg_str, 0);
2945 if (!hold)
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetpwent.c1481 struct passwd hold; local
1506 hold.field = NULL; \
1508 hold.field = p; \
1522 q = (template->pw_fields & flag) ? template->field : hold.field; \
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Declipse.tex50 communication. They can easily be removed since they do not hold any
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dfrequency.pl133 % may or may not hold this value in the future.
/barrelfish-2018-10-04/doc/022-armv8/
H A Dreport.tex256 specific and needs to be defined by the platform ABI. This register can hold
260 linker as a scratch register or to hold intermediate values between subroutine
487 for this purpose. Using the \texttt{tpidrro\_el0} register to hold the address
490 \texttt{tpidrro\_el0} \textbf{shall} hold the address of the currently-running
698 hold data passed to the CPU driver marked with OS-specific types, all of
887 \texttt{r18}, but instead uses it to hold the branch address for use on line
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex188 On success, the following conditions on the returned value hold
227 On success, the following conditions on the returned value hold
296 After a successful enqueue, the following conditions hold
349 After a successful dequeue, the following conditions on the returned values hold
435 has to hold for all operations on the transition system.
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex96 with added complexity of tracking which domains hold which buffers.
111 may not hold consecutive memory locations even when \textit{pbuf-id}'s are
429 This structure hold the additional information about each slot in
834 They hold the data which will be sent across the domains. Now lets
895 free up the slots which don't hold useful data quickly and release
946 afterwards. Consumer can hold back certain number of slots without
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex756 This attribute will always hold the minimum value of all inserted
761 This attribute will always hold the maximum value of all inserted
766 This attribute will always hold the sum of all inserted
/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex304 \item \emph{CNode} capabilities are used to hold the bit
309 \item \emph{Dispatcher} capabilities hold dispatcher control blocks.
338 that they do not already hold a capability for, that capability must
340 dispatcher control block or CNode), and they must also hold a
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarrays.tex366 in each dimension. The number of elements this array can hold is
585 for example to hold state that would otherwise have to be passed
H A Dumsmemory.tex136 The dictionary is designed to hold several thousand entries,
H A Dumsparallel.tex333 to hold the temporary files that the system uses at runtime.
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dreal.tex109 longer hold. In particular, it is not always possible to determine whether

Completed in 122 milliseconds

12