Searched refs:G1 (Results 1 - 23 of 23) sorted by relevance

/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp45 GlobalVariable *G1 = local
48 Engine->addGlobalMapping(G1, &Mem1);
49 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, &Mem2);
52 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine->updateGlobalMapping(G1, NULL);
54 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
55 Engine->updateGlobalMapping(G1, &Mem2);
56 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
66 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1))
71 GlobalVariable *G1 = local
99 GlobalVariable *G1 = local
119 GlobalVariable *G1 = local
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-arguments.js41 var G1 = 21; variable
45 var v = G1 + G2;
/external/v8/test/mjsunit/compiler/
H A Dregress-arguments.js41 var G1 = 21; variable
45 var v = G1 + G2;
/external/clang/test/SemaCXX/
H A Dstatic-cast.cpp9 struct G1 : public B {}; struct in inherits:B
11 struct H : public G1, public G2 {}; // Ambiguous path to B.
78 (void)static_cast<const G1*>((A*)0);
79 (void)static_cast<const G1&>(*((A*)0));
91 (void)static_cast<H*>((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
92 (void)static_cast<H&>(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
H A Dcstyle-cast.cpp52 struct G1 : public B {}; struct in inherits:B
54 struct H : public G1, public G2 {}; // Ambiguous path to B.
117 (void)(const G1*)((A*)0);
118 (void)(const G1&)(*((A*)0));
130 (void)(H*)((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
131 (void)(H&)(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
H A Dfunctional-cast.cpp84 struct G1 : public B {}; struct in inherits:B
86 struct H : public G1, public G2 {}; // Ambiguous path to B.
165 typedef const G1 *cG1p;
167 typedef const G1 &cG1r;
187 (void)Hp((A*)0); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
189 (void)Hr(*((A*)0)); // expected-error {{ambiguous cast from base 'A' to derived 'H':\n struct A -> struct B -> struct G1 -> struct H\n struct A -> struct B -> struct G2 -> struct H}}
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp63 // Emit this the hard way. This clobbers G1 which we always know is
66 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
67 // Emit G1 = G1 + I6
68 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
69 .addReg(SP::G1).addImm(NumBytes & ((1 << 10)-1));
71 .addReg(SP::O6).addReg(SP::G1);
120 // Emit this the hard way. This clobbers G1 which we always know is
123 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
124 // Emit G1
[all...]
H A DSparcRegisterInfo.cpp49 // FIXME: G1 reserved for now for large imm generation by frame code.
50 Reserved.set(SP::G1);
52 // G1-G4 can be used in applications.
108 // Otherwise, emit a G1 = SETHI %hi(offset). FIXME: it would be better to
109 // scavenge a register here instead of reserving G1 all of the time.
112 BuildMI(*MI.getParent(), II, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
113 // Emit G1 = G1 + I6
114 BuildMI(*MI.getParent(), II, dl, TII.get(SP::ADDrr), SP::G1).addReg(SP::G1)
[all...]
/external/openfst/src/include/fst/
H A Drandom-weight.h183 // weights (by default) for the generators G1 and G2.
184 template <class G1, class G2,
185 class W = ProductWeight<typename G1::Weight, typename G2::Weight> >
188 typedef typename G1::Weight W1;
202 G1 generator1_;
208 // composed out of weights for the generators G1 and G2. For lexicographic
211 template <class G1, class G2>
214 typedef typename G1::Weight W1;
234 G1 generator1_;
240 template <class G1, clas
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h123 // weights for the generators G1 and G2.
124 template <class G1, class G2>
127 typedef typename G1::Weight W1;
141 G1 generator1_;
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c43 G1, enumerator in enum:G
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp159 struct G1 {}; struct
164 P(G1());
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_ssse3.asm499 ; A1 B1 C1 D1 E1 F1 G1 H1
542 ; A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1
543 ; A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1
544 ; A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1
545 ; A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1
546 ; A5 B5 A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1281 APInt G1 = BM.abs(); local
1284 APInt::sdivrem(G0, G1, Q, R);
1288 G0 = G1; G1 = R;
1289 APInt::sdivrem(G0, G1, Q, R);
1291 G = G1;
/external/svox/pico/lib/
H A Dpicopam.c226 picoos_int8 g1_current_secondary_phrase_syllable; /*G1 */
315 #define G1 46 macro
1852 outVect[T_G1] = inVect[G1];
3880 case G1:
3885 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1]
3888 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1] = 0;
4693 pam->sSyllFeats[pam->nCurrSyllable].phoneV[G1]
/external/qemu/
H A Dmips-dis.c1145 #define G1 (T3 \
1796 {"madd", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1798 {"madd", "d,s,t", 0x70000000, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1802 {"maddu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|WR_HILO|IS_M, 0, G1 },
1804 {"maddu", "d,s,t", 0x70000001, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1977 {"mult", "d,s,t", 0x00000018, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
1981 {"multu", "d,s,t", 0x00000019, 0xfc0007ff, RD_s|RD_t|WR_HILO|WR_d|IS_M, 0, G1 },
2227 {"sync", "", 0x0000000f, 0xffffffff, INSN_SYNC, 0, I2|G1 },
1144 #define G1 macro
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4851 int G1 = 0; member in namespace:test100
4857 G1 = 1; CHECK(G1);
4865 CHECK(G1);
4879 ANNOTATE_TRACE_MEMORY(&G1);
/external/valgrind/unittest/
H A Dracecheck_unittest.cc4657 int G1 = 0; member in namespace:test100
4663 G1 = 1; CHECK(G1);
4671 CHECK(G1);
4685 ANNOTATE_TRACE_MEMORY(&G1);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids3339 3048 PowerShot G1
10649 0c01 Dream / ADP1 / G1 / Magic / Tattoo
10650 0c02 Dream / ADP1 / G1 / Magic / Tattoo (Debug)
13136 0410 G1-0400 CCD
13137 0411 G1-0800 CCD
13138 0412 G1-0300 CCD
13139 0413 G1-2000 CCD
13140 0414 G1-1400 CCD
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
H A Dvideo.rtpdump1241 ��C�ߞ������{�я�G1!ֻo���5����*������0���<������(O�x��6��#s��>Bn��o��.��f��B�r�!��b0�)�&ߖ76���K!-���?���F��%��(�M�"g ۮWgA����@��E���,nOe�ѓ�"��K/�!�Ń�4�-�x0�!�� �8�=�;>OL/�@������+D�+���n�֪_��;����c�b(�+��Q�`�~":�i~�u�}�l4L�������A��IIa��bZc�|DĆ�q@}q��؃�9/�ߜN����}����Yr��W�7�߆^U��z�h`��>Cn����.��f��i�r�!��b<
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvideo.rtpdump1241 ��C�ߞ������{�я�G1!ֻo���5����*������0���<������(O�x��6��#s��>Bn��o��.��f��B�r�!��b0�)�&ߖ76���K!-���?���F��%��(�M�"g ۮWgA����@��E���,nOe�ѓ�"��K/�!�Ń�4�-�x0�!�� �8�=�;>OL/�@������+D�+���n�֪_��;����c�b(�+��Q�`�~":�i~�u�}�l4L�������A��IIa��bZc�|DĆ�q@}q��؃�9/�ߜN����}����Yr��W�7�߆^U��z�h`��>Cn����.��f��i�r�!��b<
H A Dh264-svc-99-640x360.rtpdump4887 ��1c��"ǻ�[��>3�bxs�&o�=�&w�!�bgA��H)�4��L]���k� �5�eP��&e3(əFL�n���+�wb�G1?���Ǚ:���!`Q\�\)��r� �Z ž��S�.��Sƛ�J�]��(əFL�2fQ�/�M���7P���{�����"*��ѿ����>{�eBy���g�#������p�ʄpY�;];I�j��%���Y�ḍ&R�ʾn��0:2�ʸ7�92����bx�3��ȵ���������wQ��5���]�N����?I"fLKp��&5�r��j5A��M�wȳ�. غ��惻!�L�g�]��$��̑ �&���؟�a�<B5��b|� ��[������'�0���f��f��r�8>�G�!��4�Gȇ� x���(�| �|�S���/M��_��<l.���'����2�Z-*i�M�w驂�d��=�H�$|_���g�J�[K,������ʎ򣸟�yQ�Tw������Y��[����B�Rq5�&5"����b����pg,/�6Ic��\����<#��_�D����'t�w�x
9034 �_㵃UoX]M<ǧ�Xs4)�:5{9�UR���g,b��؟D{��)��4 �����bx���7wt���� �P�4�G��� x���f6Z��.vϞ��U�1<��Vi�iQЛ��.�"y���g��z�!����sdm��6�g>�����'�d1?�=�Z������'�D��������#n�F'��!�zQ?�� ��O�S�xh���� ��'�ǃ�����I�;��U ��NV8fVi��e c����K(�[)]ش�z���I$��Fw�;�8�0+�^�-&^�n�V������gɳ�?����*���P�:eĸ�ژP���.w�z`�J�.b����, 8��?� b�5����)j�s�K���&��r�c���x���x9���.��J���}�/�K#{�8nf��7�f%F[R��z�#i�E��`I���x4� �%��k����=ǿ���~ s�6��O�Yh�k̟O�I�~}$��PH&��c(��G1��f��fҦ^.fr ��g�=���g��<`�,�y1C�`3� ucʬ7� ��g�O�����%�Q��ǻ X)dCH�Ť��ؑ2#2y�4q���{՛���Q\ Ӂ�Ky�C�頷�\��o�X���O�?LP�ЂZ;-�TD�7 �H��8����T�������q\��[s� Z�|ˀ�eOK��>�<GEo`���K���6N#����8e 0�G��G���J�Y� �^�6��.�GH<�0�T��Q`+,��M��� ���)$�D令���s�2��Uu_�DN��CɎ�x���&���(��G1��f��f�^J�r!�g�=�`�gC�>c� �������M�&�)w�7�o�MKN�wG�K%&�D��ꂚn�UڕY�c���@�]�.:� �[RU�UH��禰�gy�gt۸W�a���5-,��
10617 ��I�R��x=.I�G1��l8���[��ʢo�W]|2���� 8�q�i���^<&�],^�M�;\�=p ���H�\aS����G߯���|t�G_m�}������j<hmL*`�c#H�D���: �H���'ߍ4M�6�6���|�/0�3�B]�p�Qæ��Y�����Q�B�A.���H*0u�F�r�t�6���B�ؤ
11838 ��s��/��[v���V��?��c���lz��.��(��j?���/�;���۰��/(�����{��뗸������{<O��4I�z�o�wQY��.?ƼK;��_�఍����o��5},�@��bt ����(`��'`V<އ��=� v�:�mx%�)�F��H��n���%���/ d�[��p�\��Ez�����]��gѹ��B�4�����+���߅��~��(�w8�����D�?��E� hV ? ����@4V�� ��ì��M���� ��_���%W�z\�h�_��G1��zZ6}_g�b�Ŀ��.*}�����5����W��h �rL%�����4,>�ׯm�����m��{�騞�e�>Ѱx���B ƀ�� ����n��\߫�B��
13976 �}�K�;��OY&�߇���H�9�O���Y�1N�{�3≔a�;訸w�tLIG��2�軁��G��8�x��������p�4��v.�)�\G1^FYGգ�u�g�\)M��ŽF�s�%���dՆ�@m-�t����n�� �t�4������k�7�L0�� 2Vvz�S����6� �����;G�� �����w~�s񶇐s��sa�(!���}�� �����΍�
16162 �?�9r�������e�mcF[%��}��o�S�暤b|�@���uU�o ��"W��O������|#ή�b� x��Ck�I�'TOmi��ƍ�x�'�C����=Vψ� ].�1�Q ""u|l�����f|�Б>_��~��?�͂�?�9bx߃�ys�*29����w����G1>hB�u]݀ >��c*�����f��f�'rn��g�g���g ֆ2]u���g�Z�@]�*�P���z� �J��VgŔLۦ���G @N�j2�X�Xq���4��&� �4�4�
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set_1_50.inc789 Subject: C=JP, O=Cybertrust Japan Co., Ltd., CN=Cybertrust Japan Public CA G1

Completed in 1403 milliseconds