| /src/crypto/external/bsd/openssl/dist/test/ |
| asn1_encode_test.c | 93 unsigned char *bytes2; member in struct:__anon1685 610 if (custom_data->bytes2[i - 1] != '\0') 659 memcpy(p, custom_data->bytes2, custom_data->nbytes2);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| asn1_encode_test.c | 93 unsigned char *bytes2; member in struct:__anon2219 610 if (custom_data->bytes2[i - 1] != '\0') 659 memcpy(p, custom_data->bytes2, custom_data->nbytes2);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| asn1_encode_test.c | 93 unsigned char *bytes2; member in struct:__anon126 615 if (custom_data->bytes2[i - 1] != '\0') 661 memcpy(p, custom_data->bytes2, custom_data->nbytes2);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-object-size.cc | 715 tree bytes2 = compute_object_offset (TREE_OPERAND (ptr, 0), local 717 if (bytes2 != error_mark_node) 719 bytes2 = size_for_offset (pt_var_size, bytes2); 720 bytes = size_binop (MIN_EXPR, bytes, bytes2);
|
| builtins.cc | 7642 const char *bytes2 = getbyterep (arg2, &len2); 7645 if (!bytes1 && !bytes2) 7661 || (bytes2 && len2 < len3)) 7673 if (bytes2 != NULL) 7674 len2 = strnlen (bytes2, len2) + 1; 7704 (const_str_n == 1) ? bytes1 : bytes2, bound, 7639 const char *bytes2 = getbyterep (arg2, &len2); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-object-size.cc | 703 tree bytes2 = compute_object_offset (TREE_OPERAND (ptr, 0), local 705 if (bytes2 != error_mark_node) 707 bytes2 = size_for_offset (pt_var_size, bytes2); 708 bytes = size_binop (MIN_EXPR, bytes, bytes2);
|
| builtins.cc | 6891 const char *bytes2 = getbyterep (arg2, &len2); 6894 if (!bytes1 && !bytes2) 6910 || (bytes2 && len2 < len3)) 6922 if (bytes2 != NULL) 6923 len2 = strnlen (bytes2, len2) + 1; 6953 (const_str_n == 1) ? bytes1 : bytes2, bound, 6888 const char *bytes2 = getbyterep (arg2, &len2); local
|
| /src/sys/dev/audio/ |
| audio.c | 5014 int bytes2; local 5025 bytes2 = bytes - bytes1; 5028 bytes2); 5029 auring_push(input, bytes2 / framesize); 5030 auring_take(usrbuf, bytes2); 5172 int bytes2; local 5183 bytes2 = bytes - bytes1; 5186 bytes2); 5187 auring_push(usrbuf, bytes2); 5188 auring_take(outbuf, bytes2 / framesize) [all...] |