Home
last modified time | relevance | path

Searched refs:bytes2 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-object-size.c388 tree bytes2 = compute_object_offset (TREE_OPERAND (ptr, 0), pt_var); in addr_object_size() local
389 if (bytes2 != error_mark_node) in addr_object_size()
391 if (TREE_CODE (bytes2) == INTEGER_CST in addr_object_size()
392 && tree_int_cst_lt (pt_var_size, bytes2)) in addr_object_size()
393 bytes2 = size_zero_node; in addr_object_size()
395 bytes2 = size_binop (MINUS_EXPR, pt_var_size, bytes2); in addr_object_size()
396 *poff = size_binop (PLUS_EXPR, *poff, bytes2); in addr_object_size()
397 bytes = size_binop (MIN_EXPR, bytes, bytes2); in addr_object_size()
H A Dbuiltins.c7650 const char *bytes2 = c_getstr (arg2, &len2); in inline_expand_builtin_bytecmp() local
7653 if (!bytes1 && !bytes2) in inline_expand_builtin_bytecmp()
7669 || (bytes2 && len2 < len3)) in inline_expand_builtin_bytecmp()
7681 if (bytes2 != NULL) in inline_expand_builtin_bytecmp()
7682 len2 = strnlen (bytes2, len2) + 1; in inline_expand_builtin_bytecmp()
7712 (const_str_n == 1) ? bytes1 : bytes2, bound, in inline_expand_builtin_bytecmp()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_encode_test.c93 unsigned char *bytes2; member
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_encode_test.c93 unsigned char *bytes2; member
610 if (custom_data->bytes2[i - 1] != '\0') in make_custom_der()
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-object-size.cc703 tree bytes2 = compute_object_offset (TREE_OPERAND (ptr, 0), in addr_object_size() local
705 if (bytes2 != error_mark_node) in addr_object_size()
707 bytes2 = size_for_offset (pt_var_size, bytes2); in addr_object_size()
708 bytes = size_binop (MIN_EXPR, bytes, bytes2); in addr_object_size()
H A Dbuiltins.cc6888 const char *bytes2 = getbyterep (arg2, &len2); in inline_expand_builtin_bytecmp() local
6891 if (!bytes1 && !bytes2) in inline_expand_builtin_bytecmp()
6907 || (bytes2 && len2 < len3)) in inline_expand_builtin_bytecmp()
6919 if (bytes2 != NULL) in inline_expand_builtin_bytecmp()
6920 len2 = strnlen (bytes2, len2) + 1; in inline_expand_builtin_bytecmp()
6950 (const_str_n == 1) ? bytes1 : bytes2, bound, in inline_expand_builtin_bytecmp()
/netbsd-src/sys/dev/audio/
H A Daudio.c5015 int bytes2; in audio_track_play() local
5026 bytes2 = bytes - bytes1; in audio_track_play()
5029 bytes2); in audio_track_play()
5030 auring_push(input, bytes2 / framesize); in audio_track_play()
5031 auring_take(usrbuf, bytes2); in audio_track_play()
5173 int bytes2; in audio_track_record() local
5184 bytes2 = bytes - bytes1; in audio_track_record()
5187 bytes2); in audio_track_record()
5188 auring_push(usrbuf, bytes2); in audio_track_record()
5189 auring_take(outbuf, bytes2 / framesize); in audio_track_record()