Home
last modified time | relevance | path

Searched refs:buffSize (Results 1 - 7 of 7) sorted by relevance

/third_party/lz4/programs/
H A Ddatagen.c102 void RDG_genBlock(void* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* seedPtr) in RDG_genBlock() argument
114 if (buffSize < pos + size0) { in RDG_genBlock()
115 memset(buffPtr+pos, 0, buffSize-pos); in RDG_genBlock()
130 while (pos < buffSize) { in RDG_genBlock()
141 if (d > buffSize) d = buffSize; in RDG_genBlock()
148 if (d > buffSize) d = buffSize; in RDG_genBlock()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcm_ipc_client.c25 uint32_t buffSize = sizeof(uint32_t) + sizeof(uint32_t) + MAX_LEN_SUBJECT_NAME + in GetAppCertInitBlob() local
29 outBlob->data = (uint8_t *)CmMalloc(buffSize); in GetAppCertInitBlob()
33 outBlob->size = buffSize; in GetAppCertInitBlob()
/third_party/lz4/tests/
H A DabiTest.c49 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument
55 for (pos=0; pos<buffSize; pos++) in checkBuffers()
H A DroundTripTest.c61 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument
67 for (pos=0; pos<buffSize; pos++) in checkBuffers()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1871 int32_t i = 0, j = 0, k = 0, buffSize = 0, skSize = 0, lowerSize = 0, upperSize = 0; in TestBounds() local
1878 buffSize = u_unescape(tests[i].original, buffer, 512); in TestBounds()
1879 skSize = coll->getSortKey(buffer, buffSize, tests[i].key, 512); in TestBounds()
1901 buffSize = u_unescape(test[i], buffer, 512); in TestBounds()
1902 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512); in TestBounds()
1906 buffSize = u_unescape(test[j], buffer, 512); in TestBounds()
1907 skSize = coll->getSortKey(buffer, buffSize, sortkey, 512); in TestBounds()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1731 int32_t i = 0, j = 0, k = 0, buffSize = 0, skSize = 0, lowerSize = 0, upperSize = 0; in TestBounds() local
1736 buffSize = u_unescape(tests[i].original, buffer, 512); in TestBounds()
1737 skSize = ucol_getSortKey(coll, buffer, buffSize, tests[i].key, 512); in TestBounds()
1784 buffSize = u_unescape(test[i], buffer, 512); in TestBounds()
1785 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds()
1789 buffSize = u_unescape(test[j], buffer, 512); in TestBounds()
1790 skSize = ucol_getSortKey(coll, buffer, buffSize, sortkey, 512); in TestBounds()
/third_party/node/src/
H A Dutil.cc69 uint32_t buffSize = sizeof(buffer); in ReadSystemXpmState() local
71 if (SystemGetParameter("ohos.boot.advsecmode.state", buffer, &buffSize) == 0 && strcmp(buffer, "0") != 0) { in ReadSystemXpmState()

Completed in 11 milliseconds