| /freebsd/contrib/elftoolchain/libelftc/ |
| H A D | elftc_reloc_type_str.c | 43 case 0: return "R_386_NONE"; in elftc_reloc_type_str() 44 case 1: return "R_386_32"; in elftc_reloc_type_str() 45 case 2: return "R_386_PC32"; in elftc_reloc_type_str() 46 case 3: return "R_386_GOT32"; in elftc_reloc_type_str() 47 case 4: return "R_386_PLT32"; in elftc_reloc_type_str() 48 case 5: return "R_386_COPY"; in elftc_reloc_type_str() 49 case 6: return "R_386_GLOB_DAT"; in elftc_reloc_type_str() 50 case 7: return "R_386_JUMP_SLOT"; in elftc_reloc_type_str() 51 case 8: return "R_386_RELATIVE"; in elftc_reloc_type_str() 52 case 9: return "R_386_GOTOFF"; in elftc_reloc_type_str() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXReplaceImageHandles.cpp | 38 return "NVPTX Replace Image Handles"; in getPassName() 69 return Changed; in runOnMachineFunction() 75 return NVPTX::SULD_1D_I8_CLAMP_I; in suldRegisterToIndexOpcode() 77 return NVPTX::SULD_1D_I16_CLAMP_I; in suldRegisterToIndexOpcode() 79 return NVPTX::SULD_1D_I32_CLAMP_I; in suldRegisterToIndexOpcode() 81 return NVPTX::SULD_1D_I64_CLAMP_I; in suldRegisterToIndexOpcode() 83 return NVPTX::SULD_1D_ARRAY_I8_CLAMP_I; in suldRegisterToIndexOpcode() 85 return NVPTX::SULD_1D_ARRAY_I16_CLAMP_I; in suldRegisterToIndexOpcode() 87 return NVPTX::SULD_1D_ARRAY_I32_CLAMP_I; in suldRegisterToIndexOpcode() 89 return NVPTX::SULD_1D_ARRAY_I64_CLAMP_I; in suldRegisterToIndexOpcode() [all …]
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_stat.c | 20 return "error"; in SSL_state_string_long() 24 return "SSLv3/TLS read certificate status"; in SSL_state_string_long() 26 return "SSLv3/TLS write next proto"; in SSL_state_string_long() 28 return "SSLv3/TLS read next proto"; in SSL_state_string_long() 30 return "SSLv3/TLS write certificate status"; in SSL_state_string_long() 32 return "before SSL initialization"; in SSL_state_string_long() 34 return "SSL negotiation finished successfully"; in SSL_state_string_long() 36 return "SSLv3/TLS write client hello"; in SSL_state_string_long() 38 return "SSLv3/TLS read server hello"; in SSL_state_string_long() 40 return "SSLv3/TLS read server certificate"; in SSL_state_string_long() [all …]
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Registers.hpp | 52 return reinterpret_cast<void *>(&__libunwind_Registers_x86_jumpto); in __libunwind_shstk_get_jump_target() 66 bool validFloatRegister(int) const { return false; } in validFloatRegister() 69 bool validVectorRegister(int) const { return false; } in validVectorRegister() 75 return _LIBUNWIND_HIGHEST_DWARF_REGISTER_X86; in lastDwarfRegNum() 77 static int getArch() { return REGISTERS_X86; } in getArch() 79 uint32_t getSP() const { return _registers.__esp; } in getSP() 81 uint32_t getIP() const { return _registers.__eip; } in getIP() 83 uint32_t getEBP() const { return _registers.__ebp; } in getEBP() 85 uint32_t getEBX() const { return _registers.__ebx; } in getEBX() 87 uint32_t getECX() const { return _registers.__ecx; } in getECX() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | MissingFeatures.h | 21 // explicitly contains a list of static fns that will return false that you 23 // this return to true will cause compilation to fail at all the points in which 28 static bool addressSpace() { return false; } in addressSpace() 31 static bool cgfSymbolTable() { return false; } in cgfSymbolTable() 34 static bool opGlobalThreadLocal() { return false; } in opGlobalThreadLocal() 35 static bool opGlobalConstant() { return false; } in opGlobalConstant() 36 static bool opGlobalWeakRef() { return false; } in opGlobalWeakRef() 37 static bool opGlobalUnnamedAddr() { return false; } in opGlobalUnnamedAddr() 38 static bool opGlobalSection() { return false; } in opGlobalSection() 39 static bool opGlobalVisibility() { return false; } in opGlobalVisibility() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 18 return StringSwitch<uint16_t>(LowerArch) in convertArchNameToEMachine() 207 return EM_NONE; in convertTripleArchTypeToEMachine() 213 return EM_ARM; in convertTripleArchTypeToEMachine() 217 return EM_AARCH64; in convertTripleArchTypeToEMachine() 219 return EM_ARC; in convertTripleArchTypeToEMachine() 221 return EM_AVR; in convertTripleArchTypeToEMachine() 224 return EM_BPF; in convertTripleArchTypeToEMachine() 226 return EM_CSKY; in convertTripleArchTypeToEMachine() 228 return EM_HEXAGON; in convertTripleArchTypeToEMachine() 231 return EM_LOONGARCH; in convertTripleArchTypeToEMachine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | UnicodeCaseFold.cpp | 18 return C; in foldCharSimple() 21 return C + 32; in foldCharSimple() 24 return 0x03bc; in foldCharSimple() 26 return C; in foldCharSimple() 29 return C + 32; in foldCharSimple() 31 return C; in foldCharSimple() 34 return C + 32; in foldCharSimple() 36 return C; in foldCharSimple() 39 return C | 1; in foldCharSimple() 41 return in foldCharSimple() [all...] |
| /freebsd/contrib/unbound/util/ |
| H A D | fptr_wlist.c | 108 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point() 109 else if(fptr == &outnet_udp_cb) return 1; in fptr_whitelist_comm_point() 110 else if(fptr == &outnet_tcp_cb) return 1; in fptr_whitelist_comm_point() 111 else if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point() 112 else if(fptr == &auth_xfer_probe_udp_callback) return 1; in fptr_whitelist_comm_point() 113 else if(fptr == &auth_xfer_transfer_tcp_callback) return 1; in fptr_whitelist_comm_point() 114 else if(fptr == &auth_xfer_transfer_http_callback) return 1; in fptr_whitelist_comm_point() 115 return 0; in fptr_whitelist_comm_point() 121 if(fptr == &tube_handle_listen) return 1; in fptr_whitelist_comm_point_raw() 122 else if(fptr == &tube_handle_write) return in fptr_whitelist_comm_point_raw() [all...] |
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | ctype_utils.h | 33 // return true; 68 return true; in islower() 70 return false; in islower() 102 return true; in isupper() 104 return false; in isupper() 120 return true; in isdigit() 122 return false; in isdigit() 129 return 'a'; in tolower() 131 return 'b'; in tolower() 133 return 'c'; in tolower() [all …]
|
| H A D | wctype_utils.h | 36 // return true; 71 return true; in iswlower() 73 return false; in iswlower() 105 return true; in iswupper() 107 return false; in iswupper() 123 return true; in iswdigit() 125 return false; in iswdigit() 132 return L'a'; in towlower() 134 return L'b'; in towlower() 136 return L'c'; in towlower() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonELFObjectWriter.cpp | 66 return ELF::R_HEX_DTPREL_32; in getRelocType() 68 return ELF::R_HEX_GOT_32; in getRelocType() 70 return ELF::R_HEX_GOTREL_32; in getRelocType() 72 return ELF::R_HEX_GD_GOT_32; in getRelocType() 74 return ELF::R_HEX_IE_32; in getRelocType() 76 return ELF::R_HEX_IE_GOT_32; in getRelocType() 78 return ELF::R_HEX_LD_GOT_32; in getRelocType() 80 return ELF::R_HEX_32_PCREL; in getRelocType() 82 return ELF::R_HEX_TPREL_32; in getRelocType() 84 return IsPCRel ? ELF::R_HEX_32_PCREL : ELF::R_HEX_32; in getRelocType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 32 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildren() 38 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildren() 44 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildrenByAddr() 50 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildrenByVA() 56 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findChildrenByRVA() 62 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findInlineFramesByAddr() 67 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findInlineFramesByRVA() 72 return std::make_unique<NullEnumerator<PDBSymbol>>(); in findInlineFramesByVA() 77 return std::make_unique<NullEnumerator<IPDBLineNumber>>(); in findInlineeLines() 83 return std::make_unique<NullEnumerator<IPDBLineNumber>>(); in findInlineeLinesByAddr() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 62 return "<<Unknown DAG Node>>"; in getOperationName() 67 return std::string(TII->getName(getMachineOpcode())); in getOperationName() 68 return "<<Unknown Machine Node #" + utostr(getOpcode()) + ">>"; in getOperationName() 73 return Name; in getOperationName() 76 if (Name) return Name; in getOperationName() 77 return "<<Unknown Target Node #" + utostr(getOpcode()) + ">>"; in getOperationName() 79 return "<<Unknown Node #" + utostr(getOpcode()) + ">>"; in getOperationName() 83 case ISD::DELETED_NODE: return "<<Deleted Node!>>"; in getOperationName() 85 case ISD::PREFETCH: return "Prefetch"; in getOperationName() 86 case ISD::MEMBARRIER: return "MemBarrier"; in getOperationName() [all …]
|
| /freebsd/contrib/ofed/libibumad/ |
| H A D | umad_str.c | 50 return("Subn"); in umad_class_str() 52 return("SubnAdm"); in umad_class_str() 54 return("Perf"); in umad_class_str() 56 return("BM"); in umad_class_str() 58 return("DevMgt"); in umad_class_str() 60 return("ComMgt"); in umad_class_str() 62 return("SNMP"); in umad_class_str() 64 return("DevAdm"); in umad_class_str() 66 return("BootMgt"); in umad_class_str() 68 return("BIS"); in umad_class_str() [all …]
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | x509_txt.c | 25 return "ok"; in X509_verify_cert_error_string() 27 return "unspecified certificate verification error"; in X509_verify_cert_error_string() 29 return "unable to get issuer certificate"; in X509_verify_cert_error_string() 31 return "unable to get certificate CRL"; in X509_verify_cert_error_string() 33 return "unable to decrypt certificate's signature"; in X509_verify_cert_error_string() 35 return "unable to decrypt CRL's signature"; in X509_verify_cert_error_string() 37 return "unable to decode issuer public key"; in X509_verify_cert_error_string() 39 return "certificate signature failure"; in X509_verify_cert_error_string() 41 return "CRL signature failure"; in X509_verify_cert_error_string() 43 return "certificate is not yet valid"; in X509_verify_cert_error_string() [all …]
|
| /freebsd/contrib/libfido2/src/ |
| H A D | err.c | 15 return "FIDO_ERR_SUCCESS"; in fido_strerr() 17 return "FIDO_ERR_INVALID_COMMAND"; in fido_strerr() 19 return "FIDO_ERR_INVALID_PARAMETER"; in fido_strerr() 21 return "FIDO_ERR_INVALID_LENGTH"; in fido_strerr() 23 return "FIDO_ERR_INVALID_SEQ"; in fido_strerr() 25 return "FIDO_ERR_TIMEOUT"; in fido_strerr() 27 return "FIDO_ERR_CHANNEL_BUSY"; in fido_strerr() 29 return "FIDO_ERR_LOCK_REQUIRED"; in fido_strerr() 31 return "FIDO_ERR_INVALID_CHANNEL"; in fido_strerr() 33 return "FIDO_ERR_CBOR_UNEXPECTED_TYPE"; in fido_strerr() [all …]
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcompiler.l | 226 "\"" { if (AslDoStringLiteral ()) {return (PARSEOP_STRING_LITERAL);} 228 ";" { count (0); return(';'); } 232 "~" { count (3); return (PARSEOP_EXP_NOT); } 233 "!" { count (3); return (PARSEOP_EXP_LOGICAL_NOT); } 234 "*" { count (3); return (PARSEOP_EXP_MULTIPLY); } 235 "/" { count (3); return (PARSEOP_EXP_DIVIDE); } 236 "%" { count (3); return (PARSEOP_EXP_MODULO); } 237 "+" { count (3); return (PARSEOP_EXP_ADD); } 238 "-" { count (3); return (PARSEOP_EXP_SUBTRACT); } 239 ">>" { count (3); return (PARSEOP_EXP_SHIFT_RIGHT); } [all …]
|
| /freebsd/usr.sbin/fwget/pci/ |
| H A D | pci_network_intel | 29 0x08b1/*/0x4020) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 30 0x08b1/*/0x402a) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 31 0x08b1/*/0x4060) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 32 0x08b1/*/0x4062) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 33 0x08b1/*/0x406a) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 34 0x08b1/*/0x4070) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 35 0x08b1/*/0x4072) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 36 0x08b1/*/0x4160) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 37 0x08b1/*/0x4162) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; 38 0x08b1/*/0x4170) addpkg "wifi-firmware-iwlwifi-kmod-7000"; return 1 ;; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 39 // Specialized version of __DEVICE__ for functions with void return type. Needed 41 // c++14 void return functions could not be constexpr. 60 __DEVICE__ int abs(int __a) { return __nv_abs(__a); } in abs() 61 __DEVICE__ double fabs(double __a) { return __nv_fabs(__a); } in fabs() 62 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in acos() 63 __DEVICE__ float acosf(float __a) { return __nv_acosf(__a); } in acosf() 64 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() 65 __DEVICE__ float acoshf(float __a) { return __nv_acoshf(__a); } in acoshf() 66 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } in asin() 67 __DEVICE__ float asinf(float __a) { return __nv_asinf(__a); } in asinf() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StringExtractorGDBRemote.cpp | 21 return eUnsupported; in GetResponseType() 27 return eError; in GetResponseType() 33 return eResponse; in GetResponseType() 34 return eError; in GetResponseType() 41 return eOK; in GetResponseType() 46 return eAck; in GetResponseType() 51 return eNack; in GetResponseType() 54 return eResponse; in GetResponseType() 67 return eServerPacketType_invalid; in GetServerPacketType() 74 return eServerPacketType_notify; in GetServerPacketType() [all …]
|
| /freebsd/usr.sbin/ctld/ |
| H A D | token.l | 50 alias { return ALIAS; } 51 auth-group { return AUTH_GROUP; } 52 auth-type { return AUTH_TYPE; } 53 backend { return BACKEND; } 54 blocksize { return BLOCKSIZE; } 55 chap { return CHAP; } 56 chap-mutual { return CHAP_MUTUAL; } 57 controller { return CONTROLLER; } 58 ctl-lun { return CTL_LUN; } 59 debug { return DEBUG; } [all …]
|
| /freebsd/usr.sbin/kbdcontrol/ |
| H A D | lex.l | 48 nop { return TNOP; } 49 lshift { return TLSH; } 50 rshift { return TRSH; } 51 clock { return TCLK; } 52 nlock { return TNLK; } 53 slock { return TSLK; } 54 lalt|alt { return TLALT; } 55 btab { return TBTAB; } 56 lctrl|ctrl { return TLCTR; } 57 nscr { return TNEXT; } [all …]
|
| /freebsd/usr.bin/iscsictl/ |
| H A D | token.l | 51 HeaderDigest { return HEADER_DIGEST; } 52 DataDigest { return DATA_DIGEST; } 53 TargetName { return TARGET_NAME; } 54 TargetAddress { return TARGET_ADDRESS; } 55 InitiatorName { return INITIATOR_NAME; } 56 InitiatorAddress { return INITIATOR_ADDRESS; } 57 InitiatorAlias { return INITIATOR_ALIAS; } 58 chapIName { return USER; } 59 chapSecret { return SECRET; } 60 tgtChapName { return MUTUAL_USER; } [all …]
|
| /freebsd/sys/nlm/ |
| H A D | nlm_prot_xdr.c | 16 return (FALSE); in xdr_nlm_stats() 17 return (TRUE); in xdr_nlm_stats() 25 return (FALSE); in xdr_nlm_holder() 27 return (FALSE); in xdr_nlm_holder() 29 return (FALSE); in xdr_nlm_holder() 31 return (FALSE); in xdr_nlm_holder() 33 return (FALSE); in xdr_nlm_holder() 34 return (TRUE); in xdr_nlm_holder() 42 return (FALSE); in xdr_nlm_testrply() 46 return (FALSE); in xdr_nlm_testrply() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 296 return &InstrInfo; in getInstrInfo() 300 return &FrameLowering; in getFrameLowering() 304 return &TLInfo; in getTargetLowering() 308 return &InstrInfo.getRegisterInfo(); in getRegisterInfo() 314 return CallLoweringInfo.get(); in getCallLowering() 318 return InlineAsmLoweringInfo.get(); in getInlineAsmLowering() 322 return InstSelector.get(); in getInstructionSelector() 326 return Legalizer.get(); in getLegalizerInfo() 330 return RegBankInfo.get(); in getRegBankInfo() 334 return TargetID; in getTargetID() [all …]
|