Searched defs:start (Results 151 - 175 of 352) sorted by relevance

1234567891011>>

/vbox/src/libs/zlib-1.2.6/
H A Dgzguts.h165 z_off64_t start; /* where the gzip data started, for rewinding */ member in struct:__anon17372
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmmap.c103 * start addresses, or to map the DOS memory to 0, this routine
201 void *wine_anon_mmap( void *start, size_t size, int prot, int flags ) argument
214 if( start == NULL ) start = (void *)0x110000;
221 if ( try_mmap_fixed( start, size, prot, flags, get_fdzero(), 0 ) )
222 return start;
225 return mmap( start, size, prot, flags, get_fdzero(), 0 );
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.h132 static inline void flush_icache_range(uintptr_t start, uintptr_t stop) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstreambuffer.jar ... storeContentCharacters (int, char[], int, int) int type char[] ch int start int length protected final void resizeContentCharacters () protected final void storeContentCharactersCopy ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DZoneProc.c621 struct rule start; local
629 if ((name = getrule(name, &start)) == NULL)
654 starttime = transtime(janfirst, year, &start,
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dpbuf.c506 * not move the payload pointer in front of the start of the buffer.
1098 * @param offset offset into p at wich to start comparing
1107 u16_t start = offset; local
1111 while ((q != NULL) && (q->len <= start)) {
1112 start -= q->len;
1116 if ((q != NULL) && (q->len > start)) {
1119 u8_t a = pbuf_get_at(q, start + i);
1137 * @param start_offset offset into p at which to start searching
1158 /** Find occurrence of substr with length substr_len in pbuf p, start at offset
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp545 HRESULT DHCPServer::start(const com::Utf8Str &aNetworkName, function in class:DHCPServer
576 return RT_FAILURE(m->dhcp.start(!m->router /* KillProcOnExit */)) ? E_FAIL : S_OK;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lists.c976 if (CHECKDIRTY(sb->fog.start, negbitID))
978 CRSTATE_SET_FLOAT(fog.start, GL_FOG_START);
1281 GLuint start; local
1295 start = crHashtableAllocKeys(g->shared->dlistTable, range);
1297 CRASSERT(start > 0);
1298 return start;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c110 static void crHashIdPoolDbgCheckUsed( const CRHashIdPool *pool, GLuint start, GLuint count, GLboolean fUsed ) argument
114 CRASSERT(start >= pool->min);
115 CRASSERT(start + count <= pool->max);
116 CRASSERT(start + count > start);
119 Assert(!fUsed == !!crHashIdPoolIsIdFree( pool, start + i ));
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_stream.c347 RunQueue *start = cr_server.run_queue; local
355 start = cr_server.run_queue;
375 while (!done_something || cr_server.run_queue != start)
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dsettings_ui.c57 char start[0]; member in struct:setting_row_text
225 mvprintw ( widget->row.row, widget->row.col, "%s", text.start );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtcp.h341 * @v start Start of window
345 static inline int tcp_in_window ( uint32_t seq, uint32_t start, argument
347 return ( ( seq - start ) < len );
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_client.c571 packspu_DrawRangeElements( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices ) argument
611 crPackDrawRangeElementsSWAP( mode, start, end, count, type, indices );
613 crPackDrawRangeElements( mode, start, end, count, type, indices );
630 crPackExpandDrawRangeElementsSWAP( mode, start, end, count, type, indices, clientState, cZvaValues ? aAttrib : NULL );
633 crPackExpandDrawRangeElements( mode, start, end, count, type, indices, clientState, cZvaValues ? aAttrib : NULL );
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Daccept.c444 PRIntervalTime start, stop; local
447 start = PR_IntervalNow();
451 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dsel_spd.c99 unsigned long _delta(PRIntervalTime *start, PRIntervalTime *stop) argument
104 return PR_IntervalToMicroseconds(*stop - *start);
151 PRIntervalTime start, local
197 /* Tell the client to start */
213 start = PR_IntervalNow();
254 timer_data[2*(*id)].d_connect += _delta(&start, &connect_done);
258 timer_data[2*(*id)].d_total += _delta(&start, &close_done);
264 _delta(&start, &connect_done), _delta(&connect_done, &read_done),
266 _delta(&start, &close_done));
287 PRIntervalTime start, local
441 PRIntervalTime start, stop; local
[all...]
H A Dserver_test.c44 ** clients are created which start requesting service from the server.
348 /* Tell clients they can start now. */
557 PRIntervalTime start, stop; local
560 start = PR_IntervalNow();
564 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dservr_kk.c44 ** clients are created which start requesting service from the server.
325 /* Tell clients they can start now. */
534 PRIntervalTime start, stop; local
537 start = PR_IntervalNow();
541 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dservr_ku.c44 ** clients are created which start requesting service from the server.
326 /* Tell clients they can start now. */
516 PRIntervalTime start, stop; local
519 start = PR_IntervalNow();
523 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dservr_uk.c44 ** clients are created which start requesting service from the server.
328 /* Tell clients they can start now. */
518 PRIntervalTime start, stop; local
521 start = PR_IntervalNow();
525 d = (double)PR_IntervalToMicroseconds(stop - start);
H A Dservr_uu.c44 ** clients are created which start requesting service from the server.
326 /* Tell clients they can start now. */
515 PRIntervalTime start, stop; local
518 start = PR_IntervalNow();
522 d = (double)PR_IntervalToMicroseconds(stop - start);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.cpp195 static PRBool Reachable(PLHashTable* table, const void* goal, const void* start) argument
198 PR_ASSERT(start);
199 nsNamedVector* vec = GetVector(table, start);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c258 char *end, *start; local
269 start = *startp = data->point;
272 while (start < data->max && (end = strstr(start, "%}"))) {
276 start = end + 1;
279 if (end && start < data->max) {
403 /* note that g_slist_append accepts and likes null as list-start. */
449 * The first and last want a newline [\r\n] before, or the start of the
487 char *start; local
521 start
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c425 char *start, *end; local
439 start = &CURS_POINT(&my_cursor);
441 end = strchr(start, 0); /* find the end of the string */
446 len = end - start;
453 memcpy(ident, start, (size_t)len);
/vbox/src/libs/libpng-1.2.8/
H A Dpng.c54 /* start of interlace block */
60 /* start of interlace block in the y direction */
110 png_sig_cmp(png_bytep sig, png_size_t start, png_size_t num_to_check) argument
118 if (start > 7)
121 if (start + num_to_check > 8)
122 num_to_check = 8 - start;
124 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check)));

Completed in 111 milliseconds

1234567891011>>