Searched refs:memcmp (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/string/
H A Dmemcmp_alias.c3 * IPRT - No-CRT memcmp() alias for gcc.
32 #undef memcmp macro
36 # pragma weak memcmp macro
40 extern int (memcmp)(const void *pv1, const void *pv2, size_t cb) function
42 return RT_NOCRT(memcmp)(pv1, pv2, cb);
47 __asm__(".weak memcmp\t\n"
48 " .set memcmp," RT_NOCRT_STR(memcmp) "\t\n");
51 extern __typeof(RT_NOCRT(memcmp)) memcmp __attribute_
[all...]
H A Dmemcmp.cpp3 * IPRT - CRT Strings, memcmp().
48 __checkReturn int __cdecl memcmp(__in_bcount_opt(_Size) const void * pvDst, __in_bcount_opt(_Size) const void * pvSrc, __in size_t cb)
50 int __cdecl memcmp(const void *pvDst, const void *pvSrc, size_t cb)
53 int memcmp(const void *pvDst, const void *pvSrc, size_t cb)
H A Dstrspace.cpp95 && !memcmp(pCur->pszString, pStr->pszString, pStr->cchString))
124 && !memcmp(pCur->pszString, pszString, cchString))
172 && !memcmp(pCur->pszString, pszString, cchString))
201 && !memcmp(pCur->pszString, pszString, cchString))
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRCDeps.cpp33 (PFNRT)memcmp,
/vbox/src/VBox/Additions/x11/x11include/4.3/include/
H A DXfuncs.h47 #define bcmp(b1,b2,len) memcmp(b1, b2, len)
53 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len))
78 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmemory.h21 int __cdecl memcmp(const void*,const void*,size_t);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dmemory.h31 int __cdecl memcmp(const void*,const void*,size_t);
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dcbc_test.c64 return ( memcmp ( ciphertext, expected_ciphertext, len ) == 0 );
95 return ( memcmp ( plaintext, expected_plaintext, len ) == 0 );
H A Ddigest_test.c68 return ( memcmp ( expected, out, sizeof ( out ) ) == 0 );
/vbox/src/VBox/Runtime/r3/
H A Dfs.cpp74 if ( !memcmp(szExt, "exe", 4)
75 || !memcmp(szExt, "bat", 4)
76 || !memcmp(szExt, "com", 4)
77 || !memcmp(szExt, "cmd", 4)
78 || !memcmp(szExt, "btm", 4)
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dguiddef.h112 #define IsEqualGUID(rguid1, rguid2) (!memcmp(&(rguid1), &(rguid2), sizeof(GUID)))
114 #define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
121 return !memcmp(&guidOne,&guidOther,sizeof(GUID));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCircBuf.cpp64 // RTTESTI_CHECK(memcmp(pBuf->pvBuf, pcTestPattern1, 10) == 0); /* Check the internal state */
70 RTTESTI_CHECK(memcmp(pvBuf, pcTestPattern1, 5) == 0);
83 // RTTESTI_CHECK(memcmp(pBuf->pvBuf, pcTestPattern2, 10) == 0); /* Check the internal state */
90 RTTESTI_CHECK(memcmp(pvBuf, &pcTestPattern1[5], 5) == 0);
96 RTTESTI_CHECK(memcmp(pvBuf, &pcTestPattern1[8], 2) == 0);
115 // RTTESTI_CHECK(memcmp(pBuf->pvBuf, pcTestPattern3, 10) == 0); /* Check the internal state */
H A DtstRTMemSafer.cpp60 if (!memcmp(pvRef, pvBuf, cbAlloc))
71 if (memcmp(pvRef, pvBuf, cbAlloc))
/vbox/include/iprt/nocrt/
H A Dstring.h34 int RT_NOCRT(memcmp)(const void *pv1, const void *pv2, size_t cb);
57 # define memcmp RT_NOCRT(memcmp) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dguiddef.h112 #define IsEqualGUID(rguid1, rguid2) (!memcmp(&(rguid1), &(rguid2), sizeof(GUID)))
114 #define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
121 return !memcmp(&guidOne,&guidOther,sizeof(GUID));
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dntoh.c72 if (memcmp(un.bytes, bytes_n, 2)) {
90 if (memcmp(un.bytes, bytes_n, 4)) {
110 if (memcmp(un.bytes, bytes_n, 8)) {
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXfuncs.h44 # define bcmp(b1,b2,len) memcmp(b1, b2, len)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBinderFuncs.c74 return memcmp (MemOne, MemTwo, Length);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DComparison.c22 /** The memcmp function compares the first n characters of the object pointed
25 @return The memcmp function returns an integer greater than, equal to, or
29 int memcmp(const void *s1, const void *s2, size_t n) function
/vbox/src/VBox/VMM/VMMR3/
H A DPATMGuest.cpp105 || memcmp(uFnKiFastSystemCall, uTemp, sizeof(uFnKiFastSystemCall)))
118 if(!memcmp(uFnKiIntSystemCall, uTemp, sizeof(uFnKiIntSystemCall)))
190 || ( memcmp(uFnOpenBSDHandlerPrefix1, uTemp, sizeof(uFnOpenBSDHandlerPrefix1))
191 && memcmp(uFnOpenBSDHandlerPrefix2, uTemp, sizeof(uFnOpenBSDHandlerPrefix2))))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dguiddef.h150 #define IsEqualGUID(rguid1, rguid2) (!memcmp(&(rguid1), &(rguid2), sizeof(GUID)))
152 #define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
159 return !memcmp(&guidOne,&guidOther,sizeof(GUID));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstring.h22 bcmp(a,b,c) ( memcmp((void *)a, (void *)b, (size_t)c))
45 int memcmp (const void *s1, const void *s2, size_t n);
227 /** The memcmp function compares the first N characters of the object pointed
234 @return The memcmp function returns an integer greater than, equal to, or
238 int memcmp(const void *S1, const void *S2, size_t N);
471 // bcmp is same as memcmp, returns 0 for successful compare, non-zero otherwise
472 #define bcmp(a,b,c) ( memcmp((void *)a, (void *)b, (size_t)c))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Daliasname.c87 if (memcmp(alias, p, aliaslen))
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix_base.h74 #define fsw_memeq(p1,p2,size) (memcmp(p1,p2,size) == 0)
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Delfboot.c96 if ( memcmp ( ehdr.e_ident, e_ident, sizeof ( e_ident ) ) != 0 ) {

Completed in 2249 milliseconds

1234567891011>>