Home
last modified time | relevance | path

Searched refs:uo (Results 1 – 25 of 44) sorted by relevance

12

/external/lzma/CPP/7zip/UI/Console/
DMain.cpp822 CUpdateOptions &uo = options.UpdateOptions; in Main2() local
823 if (uo.SfxMode && uo.SfxModule.IsEmpty()) in Main2()
824 uo.SfxModule = kDefaultSfxModule; in Main2()
844 callback.StdOutMode = uo.StdOutMode; in Main2()
857 uo, in Main2()
863 const CHashOptions &uo = options.HashOptions; in Main2() local
872 options.Censor, uo, in Main2()
/external/llvm/test/MC/Disassembler/Hexagon/
Dxtype_fp.txt18 # CHECK: p3 = sfcmp.uo(r17, r21)
30 # CHECK: p3 = dfcmp.uo(r17:16, r21:20)
/external/icu/icu4c/source/data/translit/
DLatin_NumericPinyin.txt17 # "u", "ua", "uo", "uai", "ui", "uan", "un", "uang", "ueng",
Drm_SURSILV_rm_FONIPA_SURSILV.txt74 uo → ʊɔ\u032F ;
Dzh_Latn_PINYIN_ru.txt124 uo → о;
DLatn_Bopo.txt1393 # uo ↔ ㄨㄛ
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_fp.ll44 ; CHECK: = sfcmp.uo({{.*}}, {{.*}})
72 ; CHECK: = dfcmp.uo({{.*}}, {{.*}})
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1490 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant() argument
1492 const MemberPointerType *type = cast<MemberPointerType>(uo->getType()); in getMemberPointerConstant()
1493 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl(); in getMemberPointerConstant()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kdt_dur.pkb75 p�)4��uo�b�6_R�õ^��
/external/webrtc/talk/media/testdata/
Dvoice.rtpdump8 …����kij��������9^�4�*��pjrojoop�qu�|kk{�����}����������wgior���ot����kp}��uo���mkn|�kjm����������…
15 …_\_nzmq����ln�������������������������~}n]Z]cc_aqyf[[ao�h\^m�yeo����x~����uo~���~kk�rhhj{wf[]m�pd…
83 …������������n^^ZXTOOOOKLO]��������:��5g���pjjos����������������cWQUXWOTe��uo~������������sm^]Y\bo…
86 …zx��}|��xku���zvyyx���~|{����|x�xz���pmy���w{���us}���vqz���vs{���or���uo{���}sry���zquv|{yxyy…
/external/ImageMagick/PerlMagick/t/reference/write/jng/
Dread_prog.miff13 …�PO�XOL3ET3n�d��z��sWW5EM&d�Pd�Sf�Me�Ii�Mo�Uv�Zx�\\GPZKHWQ7UW2QY4NVAVY`eb}uo�g]cXfb[U[V@ZY:_`AmY…
Dread_jdaa.miff15 …�suWW5�EM&�d�P�d�S�f�M�e�I�i�M�o�Uzv�Ztx�\s\GP�ZKH�WQ7�UW2�QY4�NVA�VY`�eb}�uo��g]�cXf�b[U�[V@�ZY:…
Dread_prog_jdaa.miff15 …�suWW5�EM&�d�P�d�S�f�M�e�I�i�M�o�Uzv�Ztx�\s\GP�ZKH�WQ7�UW2�QY4�NVA�VY`�eb}�uo��g]�cXf�b[U�[V@�ZY:…
Dread_prog_idat.miff30 …�swWW5�EM&�d�P�d�S�f�M�e�I�i�M�o�U�v�Z�x�\�\GP�ZKH�WQ7�UW2�QY4�NVA�VY`�eb}�uo��g]�cXf�b[U�[V@�ZY:…
Dread_idat.miff30 …�swWW5�EM&�d�P�d�S�f�M�e�I�i�M�o�U�v�Z�x�\�\GP�ZKH�WQ7�UW2�QY4�NVA�VY`�eb}�uo��g]�cXf�b[U�[V@�ZY:…
/external/ImageMagick/PerlMagick/t/reference/filter/
DContrast.miff15 …d�Hj�Re�J]�DZ~C[tE^wFQO@VPFeUDhZClf^vp�li�XZ�bb���ԕ�ә�ɗ�ɔ�����qh~g^Z}TI�SK�uo��|�[W�2*�1!�7'�7-�3)…
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV5.td275 def F2_dfcmpuo : T_fcmp64<"dfcmp.uo", setuo, 0b011>;
278 def F2_sfcmpuo : T_fcmp32<"sfcmp.uo", setuo, 0b001>;
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DContrast.miff43 …c�Hi�Qd�I\�CY}CZsD]vFPN@VPEeTDhZCle^up�li�WY�aa���ӕ�Ҙ�ɖ�ɓ����pg}f^Y|SH�RK�uo��|�[W�2*�1 �7'�6-�3)…
DMotionBlur.miff43 …s_�q\qZwtZpz\p_t�ew�ixjy}j||j{l�xm�to�on�kj�ls�nu�ow�pz�rz�tx�wx�zy�zu�uo�mh�e`�]W�TK�LC�D=�>9…
/external/clang/lib/Sema/
DSemaExprObjC.cpp4163 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) { in stripARCUnbridgedCast() local
4164 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
4165 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr()); in stripARCUnbridgedCast()
4168 uo->getOperatorLoc()); in stripARCUnbridgedCast()
/external/ImageMagick/Magick++/tests/
Dtest_image.miff1144 …[M<`L;]M:`Q<bR>dRDfSDdRB]P=TH5N>%G.�cB��X羦Ĝ��Z2��E�f-�f#�s(�u��.ď9�����y�uo|e^�jS>)%(%<7!I@3…
/external/icu/icu4c/source/data/locales/
Dlt.txt459uo",
912uo",
/external/ImageMagick/PerlMagick/t/
Dinput.mat51 …\\]__\YYZ[Z[\ZWVWX[]YQLKPQNLIFGJKKKMMJIHIDBGHCCJKFEGILRSMJOU`lv|}�~jhqytp��uosONjtdKACIQVTPLGO]XR…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_g2p.pkb259 R��o�=i��< ag�uo/^>[(��ǰ�Kjp�|�a2����@�������������{8�1{ʀ�=�/�h�^-� xV����=��xңV������r]��_…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_mgc.pkb2026 …�#�w�� �4n�,���2��"�������� 7����~�M�y���;��RfhDs�x�Efy��uo�����M�89@[EX]Ug\�|…

12