Home
last modified time | relevance | path

Searched refs:mylen (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/firmware/lib/
Dvboot_audio.c68 uint32_t maxnotes, mysum, mylen, i; in VbGetDevMusicNotes() local
121 mylen = (uint32_t)(sizeof(hdr->count) + in VbGetDevMusicNotes()
123 mysum = Crc32(&(hdr->count), mylen); in VbGetDevMusicNotes()
/external/curl/packages/OS400/
Dos400sys.c615 int mylen; in Curl_gsk_attribute_get_buffer_a() local
622 if((rc = gsk_attribute_get_buffer(p->h, bufID, &mybuf, &mylen)) != GSK_OK) in Curl_gsk_attribute_get_buffer_a()
624 if((rc = cachestring(p, mybuf, mylen, buffer)) == GSK_OK) in Curl_gsk_attribute_get_buffer_a()
625 *bufSize = mylen; in Curl_gsk_attribute_get_buffer_a()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c1114 int enlen, mylen; in TestSurrogates() local
1155 mylen = ucol_getSortKey(myCollation, source[3], 2, myresult, 20); in TestSurrogates()
1156 if (enlen != mylen || in TestSurrogates()