Searched refs:bytes1 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | asn1_encode_test.c | 91 unsigned char *bytes1; member 649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | asn1_encode_test.c | 91 unsigned char *bytes1; member 649 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
|
| /netbsd-src/sys/dev/audio/ |
| H A D | audio.c | 5014 int bytes1; in audio_track_play() local 5017 bytes1 = auring_get_contig_used(usrbuf); in audio_track_play() 5018 KASSERTMSG(bytes1 % framesize == 0, in audio_track_play() 5019 "bytes1=%d framesize=%d", bytes1, framesize); in audio_track_play() 5022 bytes1); in audio_track_play() 5023 auring_push(input, bytes1 / framesize); in audio_track_play() 5024 auring_take(usrbuf, bytes1); in audio_track_play() 5026 bytes2 = bytes - bytes1; in audio_track_play() 5172 int bytes1; in audio_track_record() local 5175 bytes1 = auring_get_contig_free(usrbuf); in audio_track_record() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | builtins.c | 7649 const char *bytes1 = c_getstr (arg1, &len1); in inline_expand_builtin_bytecmp() local 7653 if (!bytes1 && !bytes2) in inline_expand_builtin_bytecmp() 7668 if ((bytes1 && len1 < len3) in inline_expand_builtin_bytecmp() 7679 if (bytes1 != NULL) in inline_expand_builtin_bytecmp() 7680 len1 = strnlen (bytes1, len1) + 1; in inline_expand_builtin_bytecmp() 7712 (const_str_n == 1) ? bytes1 : bytes2, bound, in inline_expand_builtin_bytecmp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | builtins.cc | 6887 const char *bytes1 = getbyterep (arg1, &len1); in inline_expand_builtin_bytecmp() local 6891 if (!bytes1 && !bytes2) in inline_expand_builtin_bytecmp() 6906 if ((bytes1 && len1 < len3) in inline_expand_builtin_bytecmp() 6917 if (bytes1 != NULL) in inline_expand_builtin_bytecmp() 6918 len1 = strnlen (bytes1, len1) + 1; in inline_expand_builtin_bytecmp() 6950 (const_str_n == 1) ? bytes1 : bytes2, bound, in inline_expand_builtin_bytecmp()
|