Searched refs:address2 (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/gettext-tools/projects/KDE/ |
D | team-address | 117 …address2=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | s… 118 if test -n "$address1" && test -n "$address2"; then 119 address="$address1 $address2" 121 address="$address1$address2"
|
/third_party/ffmpeg/libavcodec/mips/ |
D | ac3dsp_mips.c | 69 int m, address1, address2; in ac3_bit_alloc_calc_bap_mips() local 131 : [address1]"=&r"(address1), [address2]"=&r"(address2), in ac3_bit_alloc_calc_bap_mips()
|
/third_party/boost/boost/numeric/ublas/ |
D | matrix_sparse.hpp | 3304 array_size_type address2 (layout_type::index_m (i, j)); in find1() local 3312 …const_subiterator_type it (detail::lower_bound (it_begin, it_end, k_based (address2), std::less<si… in find1() 3315 if (it != it_end && zero_based (*it) == address2) in find1() 3344 array_size_type address2 (layout_type::index_m (i, j)); in find1() local 3352 …subiterator_type it (detail::lower_bound (it_begin, it_end, k_based (address2), std::less<size_typ… in find1() 3355 if (it != it_end && zero_based (*it) == address2) in find1() 3384 array_size_type address2 (layout_type::index_m (i, j)); in find2() local 3392 …const_subiterator_type it (detail::lower_bound (it_begin, it_end, k_based (address2), std::less<si… in find2() 3395 if (it != it_end && zero_based (*it) == address2) in find2() 3424 array_size_type address2 (layout_type::index_m (i, j)); in find2() local [all …]
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 2927 my $address2 = $author_address; 2932 if ($address2 =~ /(\S+)\+\S+(\@.*)/) { 2933 $address2 = "$1$2"; 2935 if ($address1 eq $address2) {
|