Searched refs:UB (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAliasAnalysis.cpp73 const Value *UB = GetUnderlyingObjCPtr(SB); local
74 if (UA != SA || UB != SB) {
75 Result = AliasAnalysis::alias(Location(UA), Location(UB));
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c142 // CHECK: !33 = metadata !{i32 (%union.UB*)* @unionTypeB, metadata
143 // CHECK: !"f{si}(u(UB){m(N2){b(2:si)},m(N4){b(4:si)},m(){b(2:si)},
156 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; union
159 int unionTypeB(union UB ub) {return UnionAnon.A;}
/external/libyuv/files/source/
H A Drow_posix.cc1276 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */ macro
1285 #define BB UB * 128 + VB * 128
1304 { UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
[all...]
H A Drow_win.cc1478 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */ macro
1487 #define BB UB * 128 + VB * 128
1492 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
[all...]
H A Drow_common.cc428 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */ macro
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
/external/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp122 ComdatGVPairsTy::iterator UB = ComdatGVPairs.upper_bound(I->first); local
123 bool CanDiscard = std::all_of(I, UB, [](ComdatGVPairsTy::value_type Pair) {
127 std::for_each(I, UB, [this](ComdatGVPairsTy::value_type Pair) {
131 I = UB;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmacros.h148 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, F) \
153 UB = (GLubyte) 0; \
155 UB = (GLubyte) 255; \
158 UB = (GLubyte) __tmp.i; \
161 #define CLAMPED_FLOAT_TO_UBYTE(UB, F) \
165 UB = (GLubyte) __tmp.i; \
/external/mesa3d/src/mesa/main/
H A Dmacros.h148 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, F) \
153 UB = (GLubyte) 0; \
155 UB = (GLubyte) 255; \
158 UB = (GLubyte) __tmp.i; \
161 #define CLAMPED_FLOAT_TO_UBYTE(UB, F) \
165 UB = (GLubyte) __tmp.i; \
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp490 } else if (MachOUniversalBinary *UB =
498 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(),
499 E = UB->end_objects();
575 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(),
576 E = UB->end_objects();
638 bool moreThanOneArch = UB->getNumberOfObjects() > 1;
639 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(),
640 E = UB->end_objects();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_posix.cc2059 #define UB 127 /* min(63,(int8)(2.018 * 64)) */ macro
2068 #define BB UB * 128 + VB * 128
2087 { UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
[all...]
H A Drow_win.cc29 #define UB 127 /* min(127,(int8)(2.018 * 64)) */ macro
38 #define BB UB * 128 + VB * 128
43 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
[all...]
H A Drow_common.cc945 #define UB 127 /* min(63,(int8)(2.018 * 64)) */ macro
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
/external/chromium_org/third_party/libyuv/source/
H A Drow_posix.cc2059 #define UB 127 /* min(63,(int8)(2.018 * 64)) */ macro
2068 #define BB UB * 128 + VB * 128
2087 { UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
[all...]
H A Drow_win.cc28 #define UB 127 /* min(127,(int8)(2.018 * 64)) */ macro
37 #define BB UB * 128 + VB * 128
42 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, V
[all...]
H A Drow_common.cc945 #define UB 127 /* min(63,(int8)(2.018 * 64)) */ macro
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp348 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(Bin)) {
350 std::make_pair(UB, ArchName));
354 UB->getObjectForArch(Triple(ArchName).getArch());
359 ObjectFileForArch[std::make_pair(UB, ArchName)] = Res;
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp860 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(Bin.get())) {
867 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(),
868 E = UB->end_objects();
918 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(),
919 E = UB->end_objects();
950 bool moreThanOneArch = UB->getNumberOfObjects() > 1;
951 for (MachOUniversalBinary::object_iterator I = UB->begin_objects(),
952 E = UB->end_objects();
/external/clang/lib/Analysis/
H A DReachableCode.cpp303 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); local
304 if (!UB)
314 B = UB;
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1243 Expr *UB; member in class:__anon18074::OpenMPIterationSpaceChecker
1247 /// Var < UB
1248 /// Var <= UB
1249 /// UB > Var
1250 /// UB >= Var
1261 UB(nullptr), Step(nullptr), TestIsLessOp(false), TestIsStrictOp(false),
1266 /// \brief Check test-expr for canonical form, save upper-bound (#UB), flags
1292 assert(!LB && !UB && !Step);
1296 (UB && UB
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp932 const SCEV *UB = SE->getBackedgeTakenCount(L); local
933 return SE->getNoopOrZeroExtend(UB, T);
944 if (const SCEV *UB = collectUpperBound(L, T))
945 return dyn_cast<SCEVConstant>(UB);
1228 // i = i' = UB
1567 // If i < 0 or > UB, there's no dependence.
1570 // If i = UB, the direction is >= and peeling the
1678 // If i < 0 or > UB, there's no dependence.
1681 // If i = UB, the direction is >= and peeling the
2635 // UB
[all...]
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids4120 104d Elite Panaboard UB-T880 (HID)
5388 0006 ScanExpress 1200 UB
6444 4002 Artec Ultima 2000 (GT6801 based)/Lifetec LT9385/ScanMagic 1200 UB Plus Scanner
11558 7605 TRENDnet TEW-224UB 802.11b Wireless Adapter [Atmel AT76C503A]
13443 3573 TEW-684UB / RT3573 Wireless Adapter
13591 3006 TEW-444UB EU [TRENDnet]
13592 3007 TEW-444UB EU (no firmware)
13593 300a TEW-429UB 802.11bg
13594 300b TEW-429UB 802.11bg
13596 300d TEW-429UB C
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump2054 �`ԧh�A����Py��?�Ʃ<d1�"��Y��ؿuL�"<_�d�oQ��LH��'�㸼n$!z^<mż��0�-Zc[I1�wm���"�~�T&?��ڹi���S�91�E"������N�Ȩ4,���&�)��f��f����r��g����g�?�!�^Xx �?��eųH��S ws�yC��Y^*��Wª�lP�q�?��D��b|9ᛉw�o|O�|ɞ��E���qz�b%����tl��7�ח �S��Q�2L(�g ��/��02�,� HR��U$��FE��'}�õ*���ܶlǽ+�"��ݣg�=�+r�-9�qpș&�i�"j���N���-�e��Z��KLU`��L3W��ZC����x ����� (8w����Фn{��l�R��Z��%��߁L��6AW��j��jG��Q<��#��z�8}ܯWb�lO��UB|9Ð�'�㋳r��P�>,]K�6������*���=��5UW+�2��C���v�MA�X��a��ФM�?��R��x�g��?�!�^X|O��ww���*k"ScY���Y����x�>�����!VӉ�&�?�a�b�w�C~��L��v <Dȃ�3�e��f3��d �@�d�8@A0�8���3"~��]LGT�q>� ��o��q|;�K�z^�v��S[\/b'�?�4��{>��A�F� ��En�L[/6_b������#�h�'��z�z�'�1�T~?�u��?�z���L'�
2507 }�I%i �=^ƺ O�����k�ps�}~Sލ%UB� �a,���a��4�E�t V��9
2962 E������Y�R�������V�����h�﬊c=�&��Bv�_�����5l�$@Y��X�{:7��������֩;z�*}]�䯢���F�K�~-���B0nkH����.W���G������Z��lzd��y��'K8�h�&�F�ډ,�%l��k���\�b�-���Q��D�'��UB��;�e��/�{8����qݐ�;d�+M��)����Q�'��q1��H���X�k3�qS�Ûys�7�*�'%&8m���`��?��� ��/��'o
4272 F:Bx�]k{�[];���d�7������ !���ԔV���x�P�yP�(������2��� ,a�J��$k\��Xy�n����x_��]o�����B}E!a[�]�����7?�@������ɀ������hTĀ�p_'��< Uj�u����w�`�΀�T�8�S�;�$�vn2��&��u��f��f���@r}8>�G���4�G�w� d%凁�'A�%��\��PM?. �m`�u�ұ$YQC���L�br�#+�OT��\���V�=�UB��/�8ٱ�C��^�˿60Ή{OI�|�[���[B��Q=�ύ��G�yAGq�m�Թ/^�fr���78;?�te�}�����aU$#p#�ym"wL�e�+���4�GA2�� ya������}�����wj�����ʉ�Þ�!���b��U��Up$��'���,U+�q��IX(���l㻃�w���?�Ь�G��PC��J�L�x=��z �:��#wx���e���É��6 ��]L0;c�y�A
13370 �O�!�+�x��Ֆl:3��Pe� �k�CH�>�$y8���Ʊ?��UB����������}�/r��h�GEz����5���Ru�L��K\k,�g{�O�+�b��n/?�O�$�$��OZ��n��P"�`YmnEm�=:n�7�^�z���I󈺢�rܯ�|O�:b�D��%l�01�=��w�����DF�'�]]�hr�v�]F�C��hZf����-�O�bq0(��#L���D|�g�+T��k�>�aƖ���,�(��Rþb&8�����K�ͲZ[�w��|��b|1��s ���
15507 �ʏ��W�T���d�bNY�|�so��8R[�2\mX��ꯉ���t����ᵋ��i�</f�,�puP��A/�ӻې�d�u@���br�>�}i׋Rq�������R��w�]P����{ޖk6v6��m�jB0T s}pId�в�c���<��"�k��᫩��� ؊{�O� 1��w����'`��,��x#���6��@��0)̌w��?���qJ�(� ��[A^�"O����ך��@���b�{��@6e���ݧ����Y�E�km�O0s+g��Ô"n£ŧO�Ȣ���P�ľ ��~W� 羒��8�_s��UB V��� ��.�܋a���澟�IS�8h�w/���g�# �qW�(�G������s_��L��i��+���[�!�zH�o�� �-�����J��s�\x�͂����p$�����3�W��i1����h��A'��9�� ݳQ�E� �\]��>�N����C��͜g跈p��X�x)���†L�t�y�L���#-N��R����m���^��QR��#P��,��1&8l�ڴ�sm��Gu%j���b���VA�}��0�`I�0r��5jq~l{��N������j��>���3_�=Av�1ڐ!#\c,6C����~

Completed in 7409 milliseconds