Home
last modified time | relevance | path

Searched refs:ref_array (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/quote/tests/
H A Dtest.rs94 let ref_array: &[u8; 40] = &[0; 40]; in test_array()
95 let _ = quote!(#(#ref_array #ref_array)*); in test_array()
103 let ref_array: &[X; 2] = &[X, X]; in test_array()
104 let _ = quote!(#(#ref_array #ref_array)*); in test_array()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c930 uint8_t ref_array[3 * 32 + 4]; in hevc_intra_pred_angular_upper_4width_msa() local
931 uint8_t *ref_tmp = ref_array + 4; in hevc_intra_pred_angular_upper_4width_msa()
1022 uint8_t ref_array[3 * 32 + 4]; in hevc_intra_pred_angular_upper_8width_msa() local
1023 uint8_t *ref_tmp = ref_array + 8; in hevc_intra_pred_angular_upper_8width_msa()
1126 uint8_t ref_array[3 * 32 + 4]; in hevc_intra_pred_angular_upper_16width_msa() local
1127 uint8_t *ref_tmp = ref_array + 16; in hevc_intra_pred_angular_upper_16width_msa()
1231 uint8_t ref_array[3 * 32 + 4]; in hevc_intra_pred_angular_upper_32width_msa() local
1246 ref_tmp = ref_array + 32; in hevc_intra_pred_angular_upper_32width_msa()
1345 uint8_t ref_array[3 * 32 + 4]; in hevc_intra_pred_angular_lower_4width_msa() local
1346 uint8_t *ref_tmp = ref_array in hevc_intra_pred_angular_lower_4width_msa()
1442 uint8_t ref_array[3 * 32 + 4]; hevc_intra_pred_angular_lower_8width_msa() local
1551 uint8_t ref_array[3 * 32 + 4]; hevc_intra_pred_angular_lower_16width_msa() local
1666 uint8_t ref_array[3 * 32 + 4]; hevc_intra_pred_angular_lower_32width_msa() local
[all...]
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Drepeated_field_test.rb563 def check_self_modifying_method(repeated_field, ref_array)
564 expected_result = yield(ref_array)
571 assert_equal ref_array, repeated_field
/third_party/protobuf/ruby/tests/
H A Drepeated_field_test.rb585 def check_self_modifying_method(repeated_field, ref_array)
586 expected_result = yield(ref_array)
593 assert_equal ref_array, repeated_field
/third_party/ffmpeg/libavcodec/
H A Dhevcpred_template.c442 pixel ref_array[3 * MAX_TB_SIZE + 4]; in pred_angular() local
443 pixel *ref_tmp = ref_array + size; in pred_angular()

Completed in 7 milliseconds