/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | atomic.c | 44 PRInt32 rv, oldval, test, result = 0; local 49 result = result | ((rv == -1) ? 0 : 1); 55 result = result | ((rv == 0) ? 0 : 1); 61 result = result | ((rv == 1) ? 0 : 1); 68 result = result | ((rv == -1) ? 0 : 1); 74 result [all...] |
H A D | lltest.c | 399 PRUint64 result, result2; local 404 LL_AND( result, bigZero, bigZero ); 405 if ( !LL_IS_ZERO( result )) 406 ResultFailed( "LL_AND", "0 & 0", bigZero, result ); 408 LL_AND( result, bigOne, bigOne ); 409 if ( LL_IS_ZERO( result )) 410 ResultFailed( "LL_AND", "1 & 1", bigOne, result ); 412 LL_AND( result, bigZero, bigOne ); 413 if ( !LL_IS_ZERO( result )) 414 ResultFailed( "LL_AND", "1 & 1", bigZero, result ); 494 PRInt64 result; local 606 PRInt64 result; local 673 PRInt64 result, result2; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsStringComparator.cpp | 58 PRInt32 result=PRInt32(PL_strncasecmp(lhs, rhs, aLength)); local 61 if (result<0) 62 result=-1; 63 return result;
|
H A D | nsTStringComparator.cpp | 55 int result; local 56 if ( (result = comp(leftIter.get(), rightIter.get(), lengthToCompare)) == 0 ) 59 result = -1; 61 result = 1; 63 result = 0; 66 return result;
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | reader7.py | 12 result = "" variable 14 global result 16 result = result + "%d %d %s %d\n" % (reader.Depth(), reader.NodeType(), 38 result = "" variable 50 if result != expect: 51 print "Unexpected result for test1" 52 print result 74 result = "" variable 86 if result ! [all...] |
H A D | walker.py | 12 result = "" variable 14 global result 16 result = result + "%d %d %s %d\n" % (reader.Depth(), reader.NodeType(), 38 result = "" variable 51 if result != expect: 52 print "Unexpected result for test1" 53 print result 77 result = "" variable 91 if result ! 117 result = "" variable [all...] |
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | MoreFilesX.c | 86 OSErr result; /* result */ member in struct:FSIterateContainerGlobals 93 OSErr result; /* result */ member in struct:FSDeleteContainerGlobals 137 OSErr result; local 142 require_action((NULL != copyBufferPtr) && (0 != copyBufferSize), BadParameter, result = paramErr); 145 result = FSGetForkSize(srcRefNum, &forkSize); 146 require_noerr(result, SourceFSGetForkSizeFailed); 149 result = FSSetForkSize(dstRefNum, fsFromStart, forkSize); 150 require_noerr(result, DestinationFSSetForkSizeFaile 208 OSErr result; local 238 OSErr result; local 266 OSErr result; local 297 OSErr result; local 324 OSErr result; local 392 OSErr result; local 415 OSErr result; local 444 OSStatus result; local 473 OSStatus result; local 504 OSStatus result; local 585 OSStatus result; local 673 OSErr result; local 709 OSErr result; local 731 OSErr result; local 771 OSErr result; local 809 OSErr result; local 854 OSErr result; local 903 OSErr result; local 979 OSStatus result; local 1058 OSErr result; local 1116 OSErr result; local 1151 OSErr result; local 1197 OSErr result; local 1312 OSErr result; local 1350 OSErr result; local 1546 OSErr result; local 1673 OSErr result; local 1734 OSErr result; local 1832 OSErr result; local 1910 OSErr result; local 2117 OSErr result; local 2144 OSErr result; local 2168 OSErr result; local 2212 OSErr result; local 2252 OSErr result; local 2277 OSErr result; local 2334 OSErr result; local 2363 OSErr result; local 2396 OSErr result; local 2466 OSErr result; local 2540 OSErr result; local 2573 OSErr result; local 2691 OSErr result; local 2737 OSErr result; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | pripc.c | 61 static void _pr_ConvertSemName(char *result) argument 68 for (p = result+1; *p; p++) { 84 static void _pr_ConvertShmName(char *result) argument 91 for (p = result+1; *p; p++) { 111 char *result, 119 strcpy(result, name); 122 _pr_ConvertSemName(result); 125 _pr_ConvertShmName(result); 109 _PR_MakeNativeIPCName( const char *name, char *result, PRIntn size, _PRIPCType type) argument
|
/vbox/src/libs/libxml2-2.6.31/doc/tutorial/ |
H A D | includexpath.c | 22 xmlXPathObjectPtr result; 29 result = xmlXPathEvalExpression(xpath, context); 31 if (result == NULL) { 35 if(xmlXPathNodeSetIsEmpty(result->nodesetval)){ 36 xmlXPathFreeObject(result); 37 printf("No result\n"); 40 return result; 49 xmlXPathObjectPtr result; 60 result = getnodeset (doc, xpath); 61 if (result) { [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xsha1.h | 14 * Place the hash in result, and free ctx. 17 int x_sha1_final(void *ctx, unsigned char result[20]);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Gen/ |
H A D | dirname.c | 57 static char result[PATH_MAX]; local 80 /* ...and copy the result into the result buffer. 88 memcpy(result, path, len); 91 result[len++] = '/'; 94 result[len++] = '.'; 97 result[len] = '\0'; 98 return (result);
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsEventQueueUtils.h | 46 NS_GetEventQueueService(nsIEventQueueService **result) argument 49 return CallGetService(kEventQueueServiceCID, result); 53 NS_GetCurrentEventQ(nsIEventQueue **result, argument 62 return serv->GetThreadEventQueue(NS_CURRENT_THREAD, result); 66 NS_GetMainEventQ(nsIEventQueue **result, argument 75 return serv->GetThreadEventQueue(NS_UI_THREAD, result);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | warp.c | 11 crWarpPoint(const float *align, const float *point, float *result) argument 22 result[0] = x / w; 23 result[1] = y / w;
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | power.c | 24 GVariant *result; local 41 result = g_dbus_proxy_call_sync (upower_proxy, 48 if (!result) 51 if (g_variant_is_of_type (result, G_VARIANT_TYPE ("(b)"))) 52 g_variant_get (result, "(b)", &function_result); 54 g_variant_unref (result); 115 GVariant *result; local 132 result = g_dbus_proxy_call_sync (ck_proxy, 140 if (!result) 143 if (g_variant_is_of_type (result, G_VARIANT_TYP [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_warp.h | 16 DECLEXPORT(void) crWarpPoint(const float *align, const float *point, float *result);
|
/vbox/include/iprt/cpp/ |
H A D | meta.h | 35 * Check for a condition on compile time and dependent of the result TrueResult 46 * Check for a condition on compile time and dependent of the result TrueResult 57 typedef TrueResult result; typedef in struct:RTCIf 61 * Check for a condition on compile time and dependent of the result TrueResult 72 typedef FalseResult result; typedef in struct:RTCIf 77 * result TrueResult or FalseResult will be defined. 88 typedef FalseResult result; typedef in struct:RTCIfPtr 93 * result TrueResult or FalseResult will be defined. 104 typedef TrueResult result; typedef in struct:RTCIfPtr
|