| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| H A D | api.txt | 245 Is the character a C0 control character (< 32) ? 249 Is the character a format control character? 253 Is the character a symbol? 257 Is the character a number or digit? 261 Is the character non-spacing? 265 Is the character an open/left punctuation (i.e. '[') 269 Is the character an close/right punctuation (i.e. ']') 273 Is the character an initial punctuation (i.e. U+2018 LEFT SINGLE QUOTATION 278 Is the character a final punctuation (i.e. U+2019 RIGHT SINGLE QUOTATION 287 Is the character one of the many quotation marks? [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 46 template <typename RuleType, typename... RequirementTypes, size_t... Is> 50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() argument 53 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...); in invokeRuleAfterValidatingRequirements() 54 auto Err = findError(std::get<Is>(Values)...); in invokeRuleAfterValidatingRequirements() 60 RuleType::initiate(Context, std::move((*std::get<Is>(Values)))...); in invokeRuleAfterValidatingRequirements() 86 template <typename... RequirementTypes, size_t... Is> 90 std::index_sequence<Is...>) { in visitRefactoringOptions() argument 91 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...); in visitRefactoringOptions()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | VariantBenchmarks.h | 30 template <std::size_t N, std::size_t... Is> 31 static auto genVariants(std::index_sequence<Is...>) { in genVariants() argument 32 using V = std::variant<S<Is>...>; in genVariants() 34 static constexpr F fs[] = {[] { return V(std::in_place_index<Is>); }...}; in genVariants() 38 v = fs[getRandomInteger(0ul, sizeof...(Is) - 1)](); in genVariants()
|
| H A D | CartesianBenchmarks.h | 39 template <class B, class Args, size_t... Is> 40 void makeBenchmarkFromValuesImpl(const Args& A, std::index_sequence<Is...>) { in makeBenchmarkFromValuesImpl() argument 42 B Bench{std::get<Is>(V)...}; in makeBenchmarkFromValuesImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 667 std::set<Instruction *> Is; member 679 : BB(nullptr), PV(nullptr), LIs(), Is(), SVI(nullptr), VTy(VTy) { in VectorInfo() 768 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI() 769 Result.Is.insert(BCI); in computeFromBCI() 827 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI() 831 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI() 833 Result.Is.insert(SVI); in computeFromSVI() 885 Result.Is.insert(LI); in computeFromLI() 1128 std::set<Instruction *> Is; in combine() local 1145 Is.insert(VI.Is.begin(), VI.Is.end()); in combine() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68k.td | 23 "Is M68000 ISA supported">; 27 "Is M68010 ISA supported", 32 "Is M68020 ISA supported", 37 "Is M68030 ISA supported", 42 "Is M68040 ISA supported", 47 "Is M68060 ISA supported",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Format.h | 93 template <std::size_t... Is> 95 std::index_sequence<Is...>) const { 97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); 99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MachineLocation.h | 48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 76 auto Is = [=](StringRef Tool) { in getDriverConfig() local 88 if (Is("bitcode-strip") || Is("bitcode_strip")) in getDriverConfig() 90 else if (Is("strip")) in getDriverConfig() 92 else if (Is("install-name-tool") || Is("install_name_tool")) in getDriverConfig()
|
| /netbsd-src/sys/arch/amd64/amd64/ |
| H A D | db_disasm.c | 101 #define Is 20 /* immediate, signed */ macro 602 /*04*/ { "add", false, BYTE, op2(Is, A), 0 }, 603 /*05*/ { "add", false, LONG, op2(Is, A), 0 }, 620 /*14*/ { "adc", false, BYTE, op2(Is, A), 0 }, 621 /*15*/ { "adc", false, LONG, op2(Is, A), 0 }, 629 /*1c*/ { "sbb", false, BYTE, op2(Is, A), 0 }, 630 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 }, 647 /*2c*/ { "sub", false, BYTE, op2(Is, A), 0 }, 648 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 }, 665 /*3c*/ { "cmp", false, BYTE, op2(Is, A), 0 }, [all …]
|
| /netbsd-src/sys/arch/i386/i386/ |
| H A D | db_disasm.c | 83 #define Is 20 /* immediate, signed */ macro 570 /*04*/ { "add", false, BYTE, op2(Is, A), 0 }, 571 /*05*/ { "add", false, LONG, op2(Is, A), 0 }, 588 /*14*/ { "adc", false, BYTE, op2(Is, A), 0 }, 589 /*15*/ { "adc", false, LONG, op2(Is, A), 0 }, 597 /*1c*/ { "sbb", false, BYTE, op2(Is, A), 0 }, 598 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 }, 616 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 }, 633 /*3c*/ { "cmp", false, BYTE, op2(Is, A), 0 }, 634 /*3d*/ { "cmp", false, LONG, op2(Is, A), 0 }, [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | stdint.m4 | 28 dnl Is long == int64_t ? 42 dnl Is long long == int64_t ?
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
| H A D | strip | 15 TEST1 := "Is this TERMINAL fun? What … 46 $answer = "\"Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFU…
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 201 template <std::size_t... Is> 202 T restore(CodeGenFunction &CGF, std::index_sequence<Is...>) { 205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
|
| /netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
| H A D | test042-valsort | 159 ou: {2}Is 190 ou: Is
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | bsdstart.S | 75 andb #0x50,%d6 | Is this an 68040/68060? 93 btst #3,%d2 | Is this an 68030?
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | Serialization.h | 541 template <size_t... Is> 543 std::index_sequence<Is...> _) { in serializeTupleHelper() 544 return serializeSeq(C, std::get<Is>(V)...); in serializeTupleHelper() 548 template <size_t... Is> 550 std::index_sequence<Is...> _) { in deserializeTupleHelper() 551 return deserializeSeq(C, std::get<Is>(V)...); in deserializeTupleHelper()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | config-resolve.inc.rst | 278 3. Is a reverse-map query for 127.0.0.1 (zone 0.0.127.in-addr.arpa). 280 4. Is a reverse-map query for 192.168.254/24 (zone 254.168.192.in-addr.arpa). 282 5. Is a reverse-map query for any local IP (:any:`empty-zones-enable` 396 3. Is a reverse-map query for 127.0.0.1 (zone 0.0.127.in-addr.arpa). 398 4. Is a reverse-map query for 192.168.254/24 (zone 254.168.192.in-addr.arpa). 400 5. Is a reverse-map query for any local IP (:any:`empty-zones-enable` statement). 523 3. Is a reverse-map query for 127.0.0.1 (zone 0.0.127.in-addr.arpa). 525 4. Is a reverse-map query for 192.168.254/24 (zone 254.168.192.in-addr.arpa). 527 5. Is a reverse-map query for any local IP (empty-zones-enable statement). 529 6. Is a query for the domain name **example.com**, in which case it will be
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | Target.td | 438 // Is the instruction decoder method able to completely determine if the 518 bit isReturn = false; // Is this instruction a return instruction? 519 bit isBranch = false; // Is this instruction a branch instruction? 521 bit isIndirectBranch = false; // Is this instruction an indirect branch? 522 bit isCompare = false; // Is this instruction a comparison instruction? 523 bit isMoveImm = false; // Is this instruction a move immediate instruction? 524 bit isMoveReg = false; // Is this instruction a move register instruction? 525 bit isBitcast = false; // Is this instruction a bitcast instruction? 526 bit isSelect = false; // Is this instruction a select instruction? 528 bit isCall = false; // Is this instruction a call instruction? [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 268 template <typename Tuple, std::size_t... Is> 269 auto tuple_pop_front_impl(const Tuple &tuple, std::index_sequence<Is...>) { in tuple_pop_front_impl() argument 270 return std::make_tuple(std::get<1 + Is>(tuple)...); in tuple_pop_front_impl()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6ul-isiot-nand.dts | 12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
|
| H A D | imx6ul-isiot-emmc.dts | 12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | conf.heg | 130 #define getlogin_is_secure 0 /* Is getlogin() secure? Usually it's not. */ 217 #define DIFF3_BIN 1 /* Is diff3 user-visible (not the /usr/lib auxiliary)? */ 228 #define isSLASH(c) ((c) == SLASH) /* Is arg a filename separator? */ 229 #define ROOTPATH(p) isSLASH((p)[0]) /* Is p an absolute pathname? */ 233 #define DIFF_ABSOLUTE 1 /* Is ROOTPATH(DIFF) true? */
|
| /netbsd-src/external/mit/libcbor/dist/ |
| H A D | README.md | 63 .key = cbor_move(cbor_build_string("Is CBOR awesome?")), 68 .value = cbor_move(cbor_build_string("Is the answer"))
|
| /netbsd-src/external/bsd/flex/dist/doc/ |
| H A D | flex.info | 188 Node: Is there a way to make flex treat NULL like a regular character?201837 198 Node: Is backing up a big deal?212907 207 Node: Is flex GNU or not?225982 213 Node: Is there a repository for flex scanners?233078
|