Home
last modified time | relevance | path

Searched refs:address1 (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/projects/KDE/
Dteam-address112address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | s…
113 case "$address1" in
114 mailto:*) address1=`echo "$address1" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
116 address1=`echo "$address1" | sed -e 's,-request@,@,'`
118 if test -n "$address1" && test -n "$address2"; then
119 address="$address1 $address2"
121 address="$address1$address2"
/third_party/ffmpeg/libavcodec/mips/
Dac3dsp_mips.c69 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/
Dmatrix_sparse.hpp3303 array_size_type address1 (layout_type::index_M (i, j)); in find1() local
3305 … vector_const_subiterator_type itv (index1_data_.begin () + (std::min) (filled1_ - 1, address1)); in find1()
3306 if (filled1_ <= address1 + 1) in find1()
3343 array_size_type address1 (layout_type::index_M (i, j)); in find1() local
3345 … vector_subiterator_type itv (index1_data_.begin () + (std::min) (filled1_ - 1, address1)); in find1()
3346 if (filled1_ <= address1 + 1) in find1()
3383 array_size_type address1 (layout_type::index_M (i, j)); in find2() local
3385 … vector_const_subiterator_type itv (index1_data_.begin () + (std::min) (filled1_ - 1, address1)); in find2()
3386 if (filled1_ <= address1 + 1) in find2()
3423 array_size_type address1 (layout_type::index_M (i, j)); in find2() local
[all …]
/third_party/ltp/scripts/
Dcheckpatch.pl2926 my $address1 = $email_address;
2929 if ($address1 =~ /(\S+)\+\S+(\@.*)/) {
2930 $address1 = "$1$2";
2935 if ($address1 eq $address2) {