Home
last modified time | relevance | path

Searched refs:SIZE_1K (Results 1 - 4 of 4) sorted by relevance

/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.c454 if (size < SIZE_1K * SIZE_1K) { in SendSocket4Data()
456 }else if (size >= SIZE_1K * SIZE_1K && size < 2 * SIZE_1K * SIZE_1K) in SendSocket4Data()
H A Dsocket_common.h89 #define SIZE_1K 1024 macro
H A Dnet_trans_common.h97 #define SIZE_1K 1024 macro
H A Dnet_trans_common.c742 if (size > SIZE_1K * SIZE_1K) { in SendData4Data()

Completed in 7 milliseconds