Searched defs:result (Results 276 - 300 of 380) sorted by relevance

<<111213141516

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp118 const char* result=(const char*)memchr(left, (int)theChar, theMax); local
120 if(result)
121 return result-aDest;
289 PRInt32 result=0; local
291 result=PRInt32(PL_strncasecmp(aStr1, aStr2, aCount));
293 result=nsCharTraits<char>::compare(aStr1,aStr2,aCount);
297 if ( result < -1 )
298 result = -1;
299 else if ( result > 1 )
300 result
319 PRInt32 result; local
1011 PRInt32 result = FindSubstring(mData + aOffset, aCount, aString.get(), aString.Length(), PR_FALSE); local
1029 PRInt32 result = RFindSubstring(mData + aOffset, aCount, aString.get(), aString.Length(), PR_FALSE); local
1073 PRInt32 result = local
1102 PRInt32 result = local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c170 int result = 0; local
182 result = result * 8 + (c - '0');
184 return result;
194 static char result[32]; local
197 sprintf(result,"%4d/%02d/%02d %02d:%02d:%02d",
200 return result;
214 int result; local
239 result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1;
241 return result;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c499 /* The result fits into int because it must be <=n. */
1173 PyObject *result; local
1178 result = r_object(&rf);
1180 return result;
1187 PyObject *result; local
1193 result = r_object(&rf);
1195 return result;
1302 PyObject *result; local
1311 result = read_object(&rf);
1313 return result;
1356 PyObject* result; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dia64_cpu.h208 u_int64_t result; local
209 __asm __volatile("thash %0=%1" : "=r" (result) : "r" (va));
210 return result;
219 u_int64_t result; local
220 __asm __volatile("ttag %0=%1" : "=r" (result) : "r" (va));
221 return result;
230 u_int64_t result; local
231 __asm __volatile("tpa %0=%1" : "=r" (result) : "r" (va));
232 return result;
277 u_int64_t result; local
406 u_int64_t result; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c474 BTNodeDescriptor ** result,
526 *result = node;
583 *result = node;
799 int result; local
802 result = be32_to_cpu(ekey1->fileID) - ekey2->fileID;
804 if (result)
805 return result;
807 result = ekey1->forkType - ekey2->forkType;
809 if (result)
810 return result;
471 fsw_hfs_btree_search(struct fsw_hfs_btree * btree, BTreeKey * key, int (*compare_keys) (BTreeKey* key1, BTreeKey* key2), BTNodeDescriptor ** result, fsw_u32 * key_offset) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1245 int result; local
1253 result = CombineRgn(hRgn, window->hRgn, NULL, RGN_COPY);
1254 if (result == ERROR)
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevHGCM.cpp1911 DECLCALLBACK(void) hgcmCompletedWorker (PPDMIHGCMPORT pInterface, int32_t result, PVBOXHGCMCMD pCmd) argument
1921 if (result == VINF_HGCM_SAVE_STATE)
1940 VBOXDD_HGCMCALL_COMPLETED_EMT(pCmd, result);
1991 pHeader->result = result;
2346 /* Command is wrong. Return HGCM error result to the guest. */
2347 pHeader->result = rc;
2374 VBOXDD_HGCMCALL_COMPLETED_DONE(pCmd, idFunction, idClient, result);
2378 DECLCALLBACK(void) hgcmCompleted (PPDMIHGCMPORT pInterface, int32_t result, PVBOXHGCMCMD pCmd) argument
2382 VBOXDD_HGCMCALL_COMPLETED_REQ(pCmd, result);
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp1395 Qt::DropAction result = DnDHandler()->dragEnter(dndTarget, local
1404 pEvent->setDropAction(result);
1418 Qt::DropAction result = DnDHandler()->dragMove(dndTarget, local
1427 pEvent->setDropAction(result);
1465 Qt::DropAction result = DnDHandler()->dragDrop(session(), local
1475 pEvent->setDropAction(result);
1508 /* Keyboard filter rules the result? */
1542 /* If at least one of filters wants to filter event out then the result is true. */
1572 /* Return result: */
1593 /* Return result
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp124 int result = 0; local
127 ++ result;
130 return result;
815 /* Prepare result: */
902 /* Return result: */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Datl1e.c156 /* link result is our setting */
177 u16 result; local
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result);
180 return result;
H A Dbnx2.c2498 int result = 0; local
2546 result = 0;
2552 result = 1;
2594 return result;
H A Dprism2.c180 * Basically, these functions are the result of hand-evaluating all the ifdefs and defines in the hfa384x.h versions.
303 int result = 0; local
309 result = -EINVAL;
324 result = reg;
327 result = reg;
330 return result;
348 int result = 0; local
354 result = hfa384x_prepare_bap ( hw, id, offset );
355 if ( result == 0 ) {
366 if (result) {
387 int result = 0; local
448 int result = 0; local
521 int result = 0; local
614 UINT16 result; local
674 int result; local
771 int result; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c1311 * Make sure the process exists, isn't a child created as the result
2089 fasttrap_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
2095 *result = (void *)fasttrap_devi;
2099 *result = (void *)0;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dserial.c634 serial_read(RD_NTHANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result) argument
681 *result = read(handle, data, length);
684 DEBUG_SERIAL(("serial_read Bytes %d\n", *result));
685 if (*result > 0)
686 hexdump(data, *result);
693 serial_write(RD_NTHANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result) argument
699 *result = write(handle, data, length);
701 if (*result > 0)
702 pser_inf->event_txempty = *result;
704 DEBUG_SERIAL(("serial_write length %d, offset %d result
713 uint32 result, modemstate; local
957 serial_get_event(RD_NTHANDLE handle, uint32 * result) argument
[all...]
H A Dxclip.c185 uint8 *result; local
190 result = xmalloc((*size * 2) + 2);
191 if (result == NULL)
195 outptr = (uint16 *) result;
212 *size = (uint8 *) outptr - result;
214 return result;
222 uint8 *result, *p, *o; local
225 result = xmalloc(*length * 2);
228 o = result;
238 *length = o - result;
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c385 GVariant *result, *value; local
390 result = g_dbus_connection_call_sync (g_dbus_proxy_get_connection (object->proxy),
404 if (!result)
407 g_variant_get (result, "(a{sv})", &iter);
454 g_variant_unref (result);
597 GVariant *result, *username; local
600 result = g_dbus_connection_call_sync (g_dbus_proxy_get_connection (priv->display_manager_proxy),
614 if (!result)
617 g_variant_get (result, "(v)", &username);
631 g_variant_unref (result);
725 GVariant *result; local
804 GVariant *result; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXvproto.h474 BYTE result; member in struct:__anon2691
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c347 vboxDDGetBooleanv(GLcontext *ctx, GLenum pname, GLboolean *result) argument
349 cr_glGetBooleanv(pname, result);
354 vboxDDGetDoublev(GLcontext *ctx, GLenum pname, GLdouble *result) argument
356 cr_glGetDoublev(pname, result);
361 vboxDDGetFloatv(GLcontext *ctx, GLenum pname, GLfloat *result) argument
363 cr_glGetFloatv(pname, result);
368 vboxDDGetIntegerv(GLcontext *ctx, GLenum pname, GLint *result) argument
370 cr_glGetIntegerv(pname, result);
375 vboxDDGetPointerv(GLcontext *ctx, GLenum pname, GLvoid **result) argument
377 cr_glGetPointerv(pname, result);
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dnanoftp.c678 * able to analyze the result if needed.
881 struct addrinfo hints, *tmp, *result; local
883 result = NULL;
888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
899 for (tmp = result; tmp; tmp = tmp->ai_next)
904 if (result)
905 freeaddrinfo (result);
924 freeaddrinfo (result);
H A Dnanohttp.c997 struct addrinfo hints, *res, *result; local
999 result = NULL;
1003 status = getaddrinfo (host, NULL, &hints, &result);
1009 for (res = result; res; res = res->ai_next) {
1013 freeaddrinfo (result);
1023 freeaddrinfo (result);
1035 freeaddrinfo (result);
1040 if (result)
1041 freeaddrinfo (result);
H A Dtriostr.c176 result in a buffer overrun.
205 result in a buffer overrun.
264 result in a buffer overrun.
293 result in a buffer overrun.
893 char *result = NULL; local
905 result = (char *)&string[count];
910 return result;
1409 char *result = NULL; local
1434 result = &(self->content[offset]);
1436 return result;
1455 char *result; local
[all...]
H A Dxinclude.c805 xmlNodePtr result = NULL; local
812 result = xmlDocCopyNode(elem, target, 1);
813 return(result);
829 xmlNodePtr cur, res, result = NULL, last = NULL; local
838 if (result == NULL) {
839 result = last = res;
848 return(result);
884 * @obj: the XPointer result from the evaluation.
886 * Build a node list tree copy of the XPointer result.
1096 * @obj: the XPointer result fro
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaWrapper.cpp1705 jobject result = nsnull; local
1761 javaElement = &result;
1770 // until we've gone through the 'Finalize' loop once and created the result.
1806 return result;
H A DnsJavaXPCOMBindingUtils.cpp874 PRBool isFullVariantArray, nsID &result)
881 rv = iinfo->GetIIDForParamNoAlloc(methodIndex, &paramInfo, &result);
910 result = *p;
870 GetIIDForMethodParam(nsIInterfaceInfo *iinfo, const XPTMethodDescriptor *methodInfo, const nsXPTParamInfo &paramInfo, PRUint8 paramType, PRUint16 methodIndex, nsXPTCMiniVariant *dispatchParams, PRBool isFullVariantArray, nsID &result) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c1571 FILE *result; local
1577 result = fopen(macFileName, mode);
1581 return result;
1636 strcpy(*fullPath, ""); // Clear C result

Completed in 245 milliseconds

<<111213141516