HomeSort by relevance Sort by last modified time
    Searched defs:blob_length (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/coders/
inline.c 303 blob_length,
328 blob_length=2048;
335 blob=(unsigned char *) ImageToBlob(write_info,write_image,&blob_length,
342 base64=Base64Encode(blob,blob_length,&encode_length);
297 blob_length, local
xtrn.c 170 *blob_length;
178 blob_length=(size_t *) param2;
179 image=BlobToImage(clone_info,*blob_data,*blob_length,exception);
199 blob_length;
213 blob_length = lBoundu - lBoundl + 1;
222 image=BlobToImage(clone_info,blob_data,blob_length,
469 *blob_length;
481 blob_length=(size_t *) param2;
493 if (*blob_length == 0)
494 *blob_length=8192
167 *blob_length; local
196 blob_length; local
463 *blob_length; local
504 blob_length; local
    [all...]
  /system/security/keystore/
authorization_set.cpp 194 * | 32 bit blob_length |
206 // write blob_length
207 auto blob_length = blob.size(); local
208 if (blob_length > std::numeric_limits<uint32_t>::max()) {
212 buffer = blob_length;
218 uint32_t(offset) + uint32_t(blob_length) < uint32_t(offset)) { // overflow check
226 if(blob_length)
227 out.indirect.write(reinterpret_cast<const char*>(&blob[0]), blob_length); local
326 uint32_t blob_length = 0; local
328 in.elements.read(reinterpret_cast<char*>(&blob_length), sizeof(uint32_t))
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 715 unsigned int blob_length; local
716 const char *blob_data = hb_blob_get_data (blob, &blob_length);
717 if (unlikely (!blob_length))
723 blob_length,
hb-coretext.cc 139 unsigned int blob_length; local
140 const char *blob_data = hb_blob_get_data (blob, &blob_length);
141 if (unlikely (!blob_length))
144 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.cpp 198 * | 32 bit blob_length |
210 // write blob_length
211 auto blob_length = blob.size(); local
212 if (blob_length > std::numeric_limits<uint32_t>::max()) {
216 buffer = blob_length;
223 blob_length) { // overflow check
231 if (blob_length) out.indirect.write(reinterpret_cast<const char*>(&blob[0]), blob_length); local
321 uint32_t blob_length = 0; local
323 in.elements.read(reinterpret_cast<char*>(&blob_length), sizeof(uint32_t))
    [all...]
  /hardware/interfaces/keymaster/4.0/support/
authorization_set.cpp 187 * | 32 bit blob_length |
199 // write blob_length
200 auto blob_length = blob.size(); local
201 if (blob_length > std::numeric_limits<uint32_t>::max()) {
205 buffer = blob_length;
211 uint32_t(offset) + uint32_t(blob_length) < uint32_t(offset)) { // overflow check
219 if (blob_length) out.indirect.write(reinterpret_cast<const char*>(&blob[0]), blob_length); local
316 uint32_t blob_length = 0; local
318 in.elements.read(reinterpret_cast<char*>(&blob_length), sizeof(uint32_t))
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 1023 blob_length, local
    [all...]

Completed in 278 milliseconds