HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 201 - 225 of 578) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic_test.go 396 xx, yy := p256.ScalarMult(x, y, k.Bytes())
398 if xx.Cmp(xx2) != 0 || yy.Cmp(yy2) != 0 {
399 t.Errorf("#%d: got (%x, %x), want (%x, %x)", i, xx, yy, xx2, yy2)
413 xx, yy := p256.ScalarMult(x, y, k.Bytes())
414 if xx.Cmp(expectedX) != 0 || yy.Cmp(expectedY) != 0 {
415 t.Errorf("#%d: got (%x, %x), want (%x, %x)", i, xx, yy, expectedX, expectedY)
572 xx, yy := Unmarshal(p224, serialized)
573 if xx == nil {
577 if xx.Cmp(x) != 0 || yy.Cmp(y) != 0 {
  /system/bt/bta/dm/
bta_dm_api.cc 352 uint8_t xx, yy; local
360 for (xx = 0; xx < num_uuid; xx++) {
363 if (*(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy]) {
371 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HEADSET_HS)
374 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SOURCE)
377 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SINK)
  /system/nfc/src/nfc/nci/
nci_hrcv.cc 381 uint8_t xx; local
403 for (xx = 0; xx < nfc_response.nfcee_info.num_interface; xx++) {
404 nfc_response.nfcee_info.ee_interface[xx] = *pp++;
419 for (xx = 0; xx < nfc_response.nfcee_info.num_tlvs; xx++, p_tlv++) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
loc4.d 15 2000000000000000 l \.data 0+ xx
  /system/nfc/src/nfa/dm/
nfa_dm_act.cc 136 uint8_t xx; local
147 for (xx = 0; xx < NFA_CE_LISTEN_INFO_MAX; xx++) {
148 nfa_dm_cb.params.lf_t3t_id[xx][0] = 0xFF;
149 nfa_dm_cb.params.lf_t3t_id[xx][1] = 0xFF;
150 nfa_dm_cb.params.lf_t3t_id[xx][2] = 0x02;
151 nfa_dm_cb.params.lf_t3t_id[xx][3] = 0xFE;
155 for (xx = 0; xx < NFA_CE_LISTEN_INFO_MAX; xx++)
    [all...]
  /external/valgrind/none/tests/s390x/
mvcl.stdout.exp 20 dst buffer: |xx|
48 dst buffer: |456xx|
68 dst buffer: |xx|
278 dst buffer: |xx|
280 dst buffer: |xx|
282 dst buffer: |xx|
284 dst buffer: |xx|
286 dst buffer: |xx|
288 dst buffer: |xx|
290 dst buffer: |xx|
    [all...]
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h     [all...]
  /system/bt/stack/btm/
btm_acl.cc 97 uint16_t xx; local
98 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++) {
121 uint8_t xx; local
123 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++) {
130 return (xx);
195 uint8_t xx; local
415 uint16_t xx; local
650 uint8_t xx; local
878 int xx; local
1385 uint8_t xx; local
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local
95 xx = ax * ax;
105 rot[0*4 + 0] = xx + (1.f - xx) * c;
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /external/clang/test/Parser/
builtin_types_compatible.c 35 struct xx { int a; } x, y; struct
38 c = __builtin_choose_expr(0, b, x); // expected-error{{assigning to 'int' from incompatible type 'struct xx'}}
  /external/clang/test/Sema/
bitfield.c 17 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member in struct:a
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx_set.s 8 # CHECK-ASM: .module fp=xx
44 .module fp=xx
  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /prebuilts/go/darwin-x86/test/
escape2.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
escape2n.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
escape2n.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 18 # Don't load the xx module more than once.
45 test_support.unload('xx')
48 # with xx module in TEMP
77 xx_ext = Extension('xx', [xx_c])
78 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
104 import xx
107 self.assertTrue(hasattr(xx, attr))
109 self.assertEqual(xx.foo(2, 5), 7)
110 self.assertEqual(xx.foo(13,15), 28)
111 self.assertEqual(xx.new().demo(), None)
    [all...]
  /external/ImageMagick/MagickCore/
resize.c 449 const double xx = x*x;
463 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
464 return((xx-1.0)*(xx-4.0)*(xx-9.0)*(xx-16.0)*p)
445 const double xx = x*x; local
    [all...]
  /external/opencv/cv/src/
cvoptflowhs.cpp 47 float xx; member in struct:__anon30884
52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */
260 II[address].xx = GradX * GradX;
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
283 II[address].xx = GradX * GradX;
289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
307 II[address].xx = GradX * GradX;
313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
370 (II[address].xx * averageX +
397 (II[address].xx * averageX
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 17 # Don't load the xx module more than once.
39 test_support.unload('xx')
41 # with xx module in TEMP
49 xx_ext = Extension('xx', [xx_c])
50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
72 import xx
75 self.assertTrue(hasattr(xx, attr))
77 self.assertEqual(xx.foo(2, 5), 7)
78 self.assertEqual(xx.foo(13,15), 28)
79 self.assertEqual(xx.new().demo(), None
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 20 # Don't load the xx module more than once.
50 xx_ext = Extension('xx', [xx_c])
51 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
73 import xx
76 self.assertTrue(hasattr(xx, attr))
78 self.assertEqual(xx.foo(2, 5), 7)
79 self.assertEqual(xx.foo(13,15), 28)
80 self.assertEqual(xx.new().demo(), None)
83 self.assertEqual(xx.__doc__, doc)
84 self.assertIsInstance(xx.Null(), xx.Null
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 17 # Don't load the xx module more than once.
39 test_support.unload('xx')
41 # with xx module in TEMP
49 xx_ext = Extension('xx', [xx_c])
50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
77 import xx
80 self.assertTrue(hasattr(xx, attr))
82 self.assertEqual(xx.foo(2, 5), 7)
83 self.assertEqual(xx.foo(13,15), 28)
84 self.assertEqual(xx.new().demo(), None
    [all...]

Completed in 942 milliseconds

1 2 3 4 5 6 7 891011>>