HomeSort by: relevance | last modified time | path
    Searched defs:bytes1 (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
asn1_encode_test.c 91 unsigned char *bytes1; member in struct:__anon1685
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1);
  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_encode_test.c 91 unsigned char *bytes1; member in struct:__anon2219
649 memcpy(p, custom_data->bytes1, custom_data->nbytes1);
  /src/crypto/external/apache2/openssl/dist/test/
asn1_encode_test.c 91 unsigned char *bytes1; member in struct:__anon126
651 memcpy(p, custom_data->bytes1, custom_data->nbytes1);
  /src/sys/dev/audio/
audio.c 5013 int bytes1; local
5016 bytes1 = auring_get_contig_used(usrbuf);
5017 KASSERTMSG(bytes1 % framesize == 0,
5018 "bytes1=%d framesize=%d", bytes1, framesize);
5021 bytes1);
5022 auring_push(input, bytes1 / framesize);
5023 auring_take(usrbuf, bytes1);
5025 bytes2 = bytes - bytes1;
5171 int bytes1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 6890 const char *bytes1 = getbyterep (arg1, &len1);
6894 if (!bytes1 && !bytes2)
6909 if ((bytes1 && len1 < len3)
6920 if (bytes1 != NULL)
6921 len1 = strnlen (bytes1, len1) + 1;
6953 (const_str_n == 1) ? bytes1 : bytes2, bound,
6887 const char *bytes1 = getbyterep (arg1, &len1); local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 7641 const char *bytes1 = getbyterep (arg1, &len1);
7645 if (!bytes1 && !bytes2)
7660 if ((bytes1 && len1 < len3)
7671 if (bytes1 != NULL)
7672 len1 = strnlen (bytes1, len1) + 1;
7704 (const_str_n == 1) ? bytes1 : bytes2, bound,
7638 const char *bytes1 = getbyterep (arg1, &len1); local

Completed in 67 milliseconds