Home
last modified time | relevance | path

Searched refs:buffSize (Results 1 – 6 of 6) sorted by relevance

/third_party/lz4/programs/
Ddatagen.c102 void RDG_genBlock(void* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTa… 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/
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/
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()
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/
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/
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()