Searched defs:step (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dprocess.c88 * Single-step a single process
90 * This executes a single step of the first process in the run queue,
93 void step ( void ) { function
100 ref_get ( process->refcnt ); /* Inhibit destruction mid-step */
111 desc->step ( object );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dprocess.h35 * Single-step the process
37 * This method should execute a single step of the process.
41 void ( * step ) ( void *object ); member in struct:process_descriptor
47 * Define a process step() method
50 * @v step Implementing method
51 * @ret step Process step method
53 #define PROC_STEP( object_type, step ) \
54 ( ( ( ( typeof ( step ) * ) NULL ) == \
56 ( void ( * ) ( void *object ) ) step
[all...]
H A Dnet80211.h578 * to be used, and @c start and @c step should be set to @c
593 * packets sent immediately after association, before @a step
614 * function that will act without further calls to @a step.
616 int ( * step ) ( struct net80211_device *dev ); member in struct:net80211_handshaker
629 * following the usual init/start/step sequence.
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h172 difference_type step = NS_MIN(n, size_forward()); local
174 NS_ASSERTION(step>0, "can't advance a reading iterator beyond the end of a string");
176 mPosition += step;
180 difference_type step = NS_MAX(n, -size_backward()); local
182 NS_ASSERTION(step<0, "can't advance (backward) a reading iterator beyond the end of a string");
184 mPosition += step;
308 difference_type step = NS_MIN(n, size_forward()); local
310 NS_ASSERTION(step>0, "can't advance a writing iterator beyond the end of a string");
312 mPosition += step;
316 difference_type step local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dmd5.c111 /** An MD5 step function */
171 struct md5_step *step; local
199 step = &md5_steps[ i / 16 ];
200 f = step->f ( &u.v );
201 g = ( ( ( step->coefficient * i ) + step->constant ) % 16 );
H A Dsha1.c79 /** An SHA-1 step function */
139 struct sha1_step *step; local
172 step = &sha1_steps[ i / 20 ];
173 f = step->f ( &u.v );
174 k = step->k;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bitbash/
H A Dspi_bit.c97 unsigned int step; local
102 for ( step = 0 ; step < ( len * 2 ) ; step++ ) {
105 ( len - ( step / 2 ) - 1 ) : ( step / 2 ) );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/i86pc/os/
H A Ddtrace_subr.c194 uint8_t step = curthread->t_dtrace_step; local
213 if (step == 0) {
/vbox/src/libs/zlib-1.2.6/contrib/testzlib/
H A Dtestzlib.c196 int step=0; local
212 step++;
220 printf("total compress size = %u, in %u step\n",lSizeCpr,step);
237 int step=0; local
253 step++;
261 printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step);
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c276 text to include in an error message, step is how much input data to feed
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, argument
312 if (step == 0 || step > have)
313 step = have;
314 strm.avail_in = step;
315 have -= step;
339 strm.avail_in = step > have ? have : step;
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c228 int step; local
257 step = 1; /* MFD - try every sub-function. */
259 step = 8; /* No MFD, go to next device after probing. */
301 bus_dev_fn += step;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h48 void step(uint64_t cTime) function in class:VBoxDispProfileEntry
245 m_pEntry->step(cNewTime - m_cTime);
332 void step(uint64_t Time) function in class:VBoxDispProfileFpsCounter
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c153 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
157 for (i = 0; i < levels; base += step, i++)
169 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
175 for (i = 0; i < levels; base += step, i++) {
H A Ddt_cc.c66 * are built, containing pointers to any DIFOs created in step (3).
1184 * arg3 => Quantization level step size (defaults to 1)
1191 uint64_t nlevels, step = 1, oarg; local
1231 if ((step = arg3->dn_value) > UINT16_MAX) {
1237 nlevels = (limitval - baseval) / step;
1241 "lquantize( ) step (argument #3) too large: must "
1246 dnerror(dnp, D_LQUANT_STEPSMALL, "lquantize( ) step "
1251 arg = (step << DTRACE_LQUANTIZE_STEPSHIFT) |
1285 if (onlevels * ostep != nlevels * step) {
1290 (int)baseval + (int)nlevels * (int)step);
[all...]
H A Ddt_consume.c264 * 3. Subtract the result of the previous step (2 or 4, depending) and
267 * x such that 2 * R * 10 * x + x^2 is less than the result from step 3.
289 * only possible non-zero value for x in step 4 is 1, so step 4 becomes a
626 uint16_t step, levels; local
636 step = DTRACE_LQUANTIZE_STEP(arg);
682 base + (levels * step));
686 base + (i - 1) * step);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_phy.c213 * based on the current step for RF5112 rev. 2 */
216 u32 mix, step; local
242 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_MIXGAIN_STEP, 0);
249 ah->ah_gain.g_f_corr = step * 2;
252 ah->ah_gain.g_f_corr = (step - 5) * 2;
255 ah->ah_gain.g_f_corr = step;
272 u32 step, mix_ovr, level[4]; local
282 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_RFGAIN_STEP,
286 level[1] = (step == 63) ? 50 : step
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c769 int step; local
775 step = sizeof(sffs_stat_t) + dirent->sf_entry.d_reclen;
776 dirent = (struct sffs_dirent *) (((char *) dirent) + step);
777 off += step;
/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c89 int flags; /* properties of that step */
111 int *states; /* the array of step indexes */
138 int step; member in struct:_xmlStepState
338 * Add a step to an XSLT Compiled Match
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step
1576 xmlStepOp step; local
1858 xmlStreamStep step; local
[all...]
H A Dtrio.c912 int step = NO_GROUPING; local
925 if (step == NO_GROUPING)
933 step = *groupingPointer++;
935 if (digits > step)
937 digits -= step;
951 int step = 0; local
966 step = *groupingPointer++;
968 if (step == 0)
970 position -= step;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7454 /* current step */
7455 ULONG step = 0; local
7542 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount );
7571 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount );
7596 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount );
7614 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount);
7656 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount);
7690 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c1968 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
1972 ASSERT(step != 0);
1983 level = (val - base) / step;
9754 uint16_t step = DTRACE_LQUANTIZE_STEP(desc->dtad_arg); local
9760 if (step == 0 || levels == 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h665 int step; member in struct:wined3d_shader_loop_control
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h654 int step; member in struct:wined3d_shader_loop_control
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h725 int step; member in struct:wined3d_shader_loop_control
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 298 milliseconds