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

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dosmemapi.c440 Buf2 - Second buffer
444 < 0 Buf1 less than Buf2
445 0 Buf1 identical to Buf2
446 > 0 Buf1 greater than Buf2
454 TI_UINT8* Buf2,
458 return memcmp(Buf1, Buf2, Count);
451 os_memoryCompare( TI_HANDLE OsContext, TI_UINT8* Buf1, TI_UINT8* Buf2, TI_INT32 Count ) argument

Completed in 70 milliseconds