/netbsd-src/share/misc/ |
H A D | inter.phone | 43 20:2:Cairo:Egypt, Arab Rep. of 44 20:3:Alexandria:Egypt, Arab Rep. of 45 20:66:Port Said:Egypt, Arab Rep. of 46 20:95:Luxor:Egypt, Arab Rep. of 47 20:97:Aswan:Egypt, Arab Rep. of 234 49:201:Essen:Germany, Fed. Rep. of 235 49:202:Wuppertal:Germany, Fed. Rep. of 236 49:203:Duisburg:Germany, Fed. Rep. of 237 49:209:Gelsenkirchen:Germany, Fed. Rep. of 238 49:211:Dusseldorf:Germany, Fed. Rep. of [all …]
|
H A D | world.phone | 54 Congo, Dem. Rep. of (former Zaire):243:00
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 48 Representation Rep; variable 67 if (!Rep.empty() && Rep.back() == Val) in insert() 70 assert((Rep.empty() || Rep.back().first < Val.first) && in insert() 72 Rep.push_back(Val); in insert() 76 iterator I = llvm::lower_bound(Rep, Val, Compare()); in insertOrReplace() 77 if (I != Rep.end() && I->first == Val.first) { in insertOrReplace() 82 Rep.insert(I, Val); in insertOrReplace() 88 iterator begin() { return Rep.begin(); } in begin() 89 iterator end() { return Rep.end(); } in end() 90 const_iterator begin() const { return Rep.begin(); } in begin() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1521 Value *Rep = Builder.CreateCall(Intrin, in UpgradeX86MaskedShift() local 1523 return EmitX86Select(Builder, CI.getArgOperand(3), Rep, CI.getArgOperand(2)); in UpgradeX86MaskedShift() 1551 CallInst &CI, Value *&Rep) { in upgradeAVX512MaskToSelect() argument 1781 Rep = Builder.CreateCall(Intrinsic::getDeclaration(CI.getModule(), IID), in upgradeAVX512MaskToSelect() 1784 Rep = EmitX86Select(Builder, CI.getArgOperand(NumArgs - 1), Rep, in upgradeAVX512MaskToSelect() 1929 Value *Rep; in UpgradeIntrinsicCall() local 1935 Rep = Builder.CreateICmp(CmpEq ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_SGT, in UpgradeIntrinsicCall() 1937 Rep = Builder.CreateSExt(Rep, CI->getType(), ""); in UpgradeIntrinsicCall() 1944 Rep = Builder.CreateZExt(CI->getArgOperand(0), ExtTy); in UpgradeIntrinsicCall() 1945 Rep = Builder.CreateVectorSplat(NumElts, Rep); in UpgradeIntrinsicCall() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | setchgpw2.asn1 | 36 Rep-null ::= NULL 47 Rep-change-pw ::= SEQUENCE { 74 Rep-set-keys ::= SEQUENCE { 99 Rep-get-pw-policy ::= SEQUENCE { 111 Rep-get-princ-aliases ::= SEQUENCE { 126 Rep-get-supported-etypes ::= SEQUENCE OF ENCTYPE 143 null[0] Rep-null, 144 change-pw[1] Rep-change-pw, 145 set-keys[2] Rep-set-keys, 146 get-pw-policy[3] Rep-get-pw-policy, [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | condition_variable | 48 template <class Rep, class Period> 51 const chrono::duration<Rep, Period>& rel_time); 53 template <class Rep, class Period, class Predicate> 56 const chrono::duration<Rep, Period>& rel_time, 93 template <class Lock, class Rep, class Period> 96 const chrono::duration<Rep, Period>& rel_time); 98 template <class Lock, class Rep, class Period, class Predicate> 101 const chrono::duration<Rep, Period>& rel_time,
|
H A D | semaphore | 33 template<class Rep, class Period> 34 bool try_acquire_for(const chrono::duration<Rep, Period>& rel_time); 107 template <class Rep, class Period> 109 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time) 209 template<class Rep, class Period> 211 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time)
|
H A D | shared_mutex | 56 template <class Rep, class Period> 57 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 65 template <class Rep, class Period> 67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 89 template <class Rep, class Period> 91 const chrono::duration<Rep, Period>& rel_time); 102 template <class Rep, class Period> 103 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 401 template <class Rep, class Period> 402 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
H A D | mutex | 64 template <class Rep, class Period> 65 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 82 template <class Rep, class Period> 83 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 138 template <class Rep, class Period> 139 unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time); 151 template <class Rep, class Period> 152 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
H A D | chrono | 21 template <class ToDuration, class Rep, class Period> 24 duration_cast(const duration<Rep, Period>& fd); 26 template <class Rep> struct treat_as_floating_point : is_floating_point<Rep> {}; 28 template <class Rep> inline constexpr bool treat_as_floating_point_v 29 = treat_as_floating_point<Rep>::value; // C++17 31 template <class Rep> 35 static constexpr Rep zero(); // noexcept in C++20 36 static constexpr Rep max(); // noexcept in C++20 37 static constexpr Rep min(); // noexcept in C++20 42 template <class Rep, class Period = ratio<1>> [all …]
|
H A D | future | 167 template <class Rep, class Period> 169 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 194 template <class Rep, class Period> 196 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 221 template <class Rep, class Period> 223 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 248 template <class Rep, class Period> 250 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 275 template <class Rep, class Period> 277 wait_for(const chrono::duration<Rep, Period>& rel_time) const; [all …]
|
H A D | thread | 76 template <class Rep, class Period> 77 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Chrono.h | 111 template <typename Rep, typename Period> 112 struct format_provider<std::chrono::duration<Rep, Period>> { 114 typedef std::chrono::duration<Rep, Period> Dur; 115 typedef std::conditional_t<std::chrono::treat_as_floating_point<Rep>::value,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 732 ParsedType Rep, in SetTypeSpecType() argument 734 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); in SetTypeSpecType() 741 ParsedType Rep, in SetTypeSpecType() argument 744 assert(Rep && "no type provided!"); in SetTypeSpecType() 753 TypeRep = Rep; in SetTypeSpecType() 763 Expr *Rep, in SetTypeSpecType() argument 766 assert(Rep && "no expression provided!"); in SetTypeSpecType() 775 ExprRep = Rep; in SetTypeSpecType() 785 Decl *Rep, bool Owned, in SetTypeSpecType() argument 787 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType() [all …]
|
H A D | SemaExprMember.cpp | 198 NamedDecl *Rep, in diagnoseInstanceReference() argument 205 Rep = Rep->getUnderlyingDecl(); in diagnoseInstanceReference() 210 CXXRecordDecl *RepClass = dyn_cast<CXXRecordDecl>(Rep->getDeclContext()); in diagnoseInstanceReference() 213 bool IsField = isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep); in diagnoseInstanceReference()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 339 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable 342 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 344 const Expr *getUseExpr() const { return Rep.getPointer(); } in getUseExpr() 345 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe() 346 void markSafe() { Rep.setInt(false); } in markSafe() 349 return Rep == Other.Rep;
|
H A D | DeclSpec.h | 666 unsigned &DiagID, ParsedType Rep, 669 unsigned &DiagID, TypeResult Rep, in SetTypeSpecType() argument 671 if (Rep.isInvalid()) in SetTypeSpecType() 673 return SetTypeSpecType(T, Loc, PrevSpec, DiagID, Rep.get(), Policy); in SetTypeSpecType() 676 unsigned &DiagID, Decl *Rep, bool Owned, 680 unsigned &DiagID, ParsedType Rep, 684 unsigned &DiagID, Decl *Rep, bool Owned, 687 unsigned &DiagID, TemplateIdAnnotation *Rep, 691 unsigned &DiagID, Expr *Rep, 711 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatternsHVX.td | 271 def Rep: OutPatFrag<(ops node:$N), (Combinev $N, $N)>; 278 def: Pat<(VecPI8 (splat_vector u8_0ImmPred:$V)), (Rep (V60splatib $V))>; 279 def: Pat<(VecPI16 (splat_vector u16_0ImmPred:$V)), (Rep (V60splatih $V))>; 280 def: Pat<(VecPI32 (splat_vector anyimm:$V)), (Rep (V60splatiw $V))>; 285 def: Pat<(VecPI8 (splat_vector I32:$Rs)), (Rep (V60splatrb $Rs))>; 286 def: Pat<(VecPI16 (splat_vector I32:$Rs)), (Rep (V60splatrh $Rs))>; 287 def: Pat<(VecPI32 (splat_vector I32:$Rs)), (Rep (V60splatrw $Rs))>; 295 (Rep (V62splatib imm:$V))>; 297 (Rep (V62splatih imm:$V))>; 299 (Rep (V62splatiw imm:$V))>; [all …]
|
/netbsd-src/bin/sh/USD.doc/ |
H A D | Rv7man | 14 %R Comp. Sci. Tech. Rep. No. 17 239 %R Comp. Sci. Tech. Rep. No. 65 257 %R Comp. Sci. Tech. Rep. No. 39 268 %R Comp. Sci. Tech. Rep. No. 32 325 %R Comp. Sci. Tech. Rep. No. 41
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | iso3166.tab | 70 CD Congo (Dem. Rep.) 71 CF Central African Rep. 72 CG Congo (Rep.)
|
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8667/ |
H A D | janitorial.ldif | 31 title: Junior Janitorial Sales Rep
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | ISO_3166 | 61 CD Congo (Dem. Rep.) 63 CG Congo (Rep.)
|
H A D | ISO_639-2 | 41 … U 1100000 Central African Republic, Dem. Rep. Congo 171 lol Mongo 400000 Dem. Rep. Congo 173 lua Luba-Lulua 6300000 Dem. Rep. Congo
|
H A D | iso-3166.texi | 78 Congo (Dem. Rep.). 82 Congo (Rep.).
|
/netbsd-src/games/quiz/datfiles/ |
H A D | africa | 9 Central Africa{n Rep{ublic}}:Bangui
|