Home
last modified time | relevance | path

Searched refs:UN (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp509 } else if (glslang::TIntermUnary* UN = node->getAsUnaryNode()) { in getPrecisenessAndRemainedAccessChain() local
513 assert(accesschain_mapping_.count(UN->getOperand())); in getPrecisenessAndRemainedAccessChain()
516 UN->getOperand()->traverse(this); in getPrecisenessAndRemainedAccessChain()
519 if (isPreciseObjectNode(UN->getOperand())) { in getPrecisenessAndRemainedAccessChain()
525 assignee_object = accesschain_mapping_.at(UN->getOperand()); in getPrecisenessAndRemainedAccessChain()
638 } else if (glslang::TIntermUnary* UN = defining_node->getAsUnaryNode()) { in propagateNoContractionInOneExpression() local
639 assert(isAssignOperation(UN->getOp())); in propagateNoContractionInOneExpression()
640 UN->getOperand()->traverse(this); in propagateNoContractionInOneExpression()
641 if (isArithmeticOperation(UN->getOp())) { in propagateNoContractionInOneExpression()
642 UN->getWritableType().getQualifier().noContraction = true; in propagateNoContractionInOneExpression()
/external/icu/icu4c/source/data/region/
Des_MX.txt27 UN{"UN"}
Dja.txt277 UN{"国際連合"}
300 UN{"国連"}
Dpa.txt277 UN{"ਸੰਯੁਕਤ ਰਾਸ਼ਟਰ"}
300 UN{"ਯੂ.ਐੱਨ."}
Dko.txt277 UN{"유엔"}
300 UN{"유엔"}
Dzh.txt277 UN{"联合国"}
300 UN{"联合国"}
Dzh_Hant.txt278 UN{"聯合國"}
301 UN{"聯合國"}
Dkk.txt277 UN{"Біріккен Ұлттар Ұйымы"}
300 UN{"БҰҰ"}
Dmn.txt277 UN{"Нэгдсэн Үндэстний Байгууллага"}
300 UN{"НҮБ"}
Dkm.txt277 UN{"អង្គការសហប្រជាជាតិ"}
300 UN{"អង្គការ"}
Dam.txt277 UN{"የተባበሩት መንግስታት"}
300 UN{"የተመ"}
Dur.txt277 UN{"اقوام متحدہ"}
300 UN{"اقوام متحدہ"}
Dta.txt277 UN{"ஐக்கிய நாடுகள்"}
300 UN{"ஐநா"}
Dmk.txt277 UN{"Обединети нации"}
300 UN{"ОН"}
Dru.txt277 UN{"Организация Объединенных Наций"}
300 UN{"ООН"}
Dgu.txt277 UN{"સંયુક્ત રાષ્ટ્ર"}
300 UN{"યૂએન"}
Dka.txt277 UN{"გაერო"}
300 UN{"გაერო"}
Dlo.txt277 UN{"ສະຫະປະຊາຊາດ"}
300 UN{"ຢູເອັນ"}
Dmy.txt277 UN{"ကုလသမဂ္ဂ"}
300 UN{"ကုလသမဂ္ဂ"}
Dhi.txt277 UN{"संयुक्त राष्ट्र"}
300 UN{"संयुक्त राष्ट्र"}
Dhy.txt277 UN{"Միավորված ազգերի կազմակերպություն"}
300 UN{"ՄԱԿ"}
Dsi.txt277 UN{"එක්සත් ජාතීන්"}
300 UN{"එක්සත් ජාතීන්"}
/external/libpcap/rpcapd/
DCMakeLists.txt17 # On UN*X, we need pthreads and crypt().
89 # some of which are general UN*X conventions.
101 # On UN*X, and on Windows when not using MSVC, generate process man
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Diso_3166_status.txt137 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
213 …nes and to 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
226 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
227 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
228 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
231 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
232 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
233 …and to the 1949 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
234 …and to the 1968 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
236 …and to the 1968 Road Traffic Convention. Requested by Secretary-General of UN for Road Traffic Con…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp215 NodeAddr<UseNode *> UN = *I; in allValidCandidates() local
216 RegisterRef UR = UN.Addr->getRegRef(*DFG); in allValidCandidates()
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs); in allValidCandidates()
222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
354 NodeAddr<UseNode *> UN = *I; in processAddUses() local
355 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in processAddUses()
441 NodeAddr<UseNode *> UN = *I; in analyzeUses() local
442 NodeAddr<StmtNode *> SN = UN.Addr->getOwner(*DFG); in analyzeUses()

12345678910>>...14