Searched
refs:two (Results
751 -
775 of
1983) sorted by null
<<31323334353637383940>>
/prebuilts/go/linux-x86/src/crypto/dsa/ |
dsa.go | 181 two := big.NewInt(2) 182 pMinus2 := new(big.Int).Sub(P, two)
|
/prebuilts/go/linux-x86/src/crypto/ecdsa/ |
ecdsa.go | 127 two := big.NewInt(2) 128 nMinus2 := new(big.Int).Sub(N, two)
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256_test.go | 32 {"a144061c271f152da4d151034508fed1c138b8c976339de229c3bb6d4bbb4fce", "Discard medicine more than two years old."}, 66 {"19297f1cef7ddc8a7e947f5c5a341e10f7245045e425db67043988d7", "Discard medicine more than two years old."},
|
/prebuilts/go/linux-x86/src/image/color/ |
ycbcr.go | 72 // one luma and two chroma components. 80 // different formulae for converting between the two. This package follows
|
/prebuilts/go/linux-x86/src/net/http/fcgi/ |
fcgi_test.go | 54 // this data will have to be split into two records 55 {"two records", typeStdin, 300, make([]byte, 66000),
|
/prebuilts/go/linux-x86/src/net/ |
ipsock_posix.go | 20 // routed to an IPv6 socket - two separate sockets are required if 45 // It returns two boolean values. If the first boolean value is
|
parse.go | 162 // xtoi2 converts the next two hex digits of s into a byte. 164 // If the first two bytes of s are not hex digits or the third byte
|
/prebuilts/go/linux-x86/src/text/template/ |
template.go | 18 // We use two maps, one for parsing and one for execution. 211 // template. The two are already known to share the common structure.
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
Completed in 1673 milliseconds
<<31323334353637383940>>