Home
last modified time | relevance | path

Searched defs:ip2 (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddelete-and-function-templates.cpp63 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
79 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
101 …int *ip2 = g1(3.14, 3); // this is OK - because the non-int specializations are deleted and sfinae… in foo() local
H A Doverload-call.cpp43 int* ip2 = i(iv); in test_i() local
66 int* ip2 = k(("foo")); in test_k() local
102 int* ip2 = n("foo"); in test_n() local
158 int* ip2 = multiparm(lv, sv, lv); in test_multiparm() local
H A Dcomplex-overload.cpp35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java800 byte[] ip2, in minMaxIPs()
1864 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1883 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1904 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1925 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java800 byte[] ip2, in minMaxIPs()
1864 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1883 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1904 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1925 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java796 byte[] ip2, in minMaxIPs()
1860 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1879 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1900 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1921 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() local
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() local
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
H A Dbase_station_8960.py120 def SetBsIpV4(self, ip1, ip2): argument
170 def SetUeIpV4(self, ip1, ip2=None): argument
H A Dbase_station_pxt.py105 def SetBsIpV4(self, ip1, ip2): argument
140 def SetUeIpV4(self, ip1, ip2=None): argument
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp8 IP<ip> *ip2; member
23 IP<nullptr> ip2; variable
/aosp_15_r20/external/clang/test/PCH/
H A Dchain-conversion-lookup.cpp22 int *ip2 = y.operator int*(); in main() local
H A Dnamespaces.cpp10 N1::t2 *ip2 = &int_val; variable
H A Dvariables.c33 int *ip2 = &x; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/wireguard/
H A Dnetns.sh42 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; } function
/aosp_15_r20/external/clang/test/Modules/
H A Dmacros2.c37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
H A Dmacros.c130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
/aosp_15_r20/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h76 int_ptr_2 ip2; in f30() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_fast.c169 const BYTE* ip2; in ZSTD_compressBlock_fast_noDict_generic() local
720 const BYTE* ip2; in ZSTD_compressBlock_fast_extDict_generic() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dmalloc-sizeof.c15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DCubicBezierInterpolator.java60 float ip2 = linearInterpolate(p2, 1, t); in getCoordinate() local
/aosp_15_r20/external/clang/test/Sema/
H A Dfunction-redecl.c88 int *ip2 = outer7(x); in outer_test2() local
H A Doverloadable-complex.c35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer()

1234