/freebsd/usr.bin/look/ |
H A D | look.c | 94 unsigned char *back, *front; in main() local 146 back = front + sb.st_size; in main() 147 match *= (look(key, front, back)); in main() 186 look(wchar_t *string, unsigned char *front, unsigned char *back) in look() argument 189 front = binary_search(string, front, back); in look() 190 front = linear_search(string, front, back); in look() 193 print_from(string, front, back); in look() 199 * Binary search for "string" in memory between "front" and "back". 209 * back points to the beginning of a line at or after the first 214 * back = EOF; [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_osdep.h | 136 #define ASSERT_CTX_LOCK_HELD(hw) (sx_assert(iflib_ctx_lock_get(((struct e1000_osdep *)hw->back)->ct… 170 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 171 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset) 175 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 176 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset, value) 181 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 182 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \ 186 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 187 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \ 191 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in findConditionalDirectiveRegionLoc() 55 return CondDirectiveStack.back(); in findConditionalDirectiveRegionLoc() 70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in addCondDirectiveLoc() 78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in If() 85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifdef() 92 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifndef() 100 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Elif() 101 CondDirectiveStack.back() = Loc; in Elif() 106 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Elifdef() 107 CondDirectiveStack.back() = Loc; in Elifdef() [all …]
|
/freebsd/sys/dev/igc/ |
H A D | igc_osdep.h | 83 bus_space_read_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \ 84 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset) 88 bus_space_write_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \ 89 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset, value) 94 bus_space_read_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \ 95 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \ 99 bus_space_write_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \ 100 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \ 104 bus_space_read_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \ 105 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 197 else if (Stack.back().Node.getKind() == Type::Array) { in readFromBlob() 199 auto &Array = Stack.back().Node.getArray(); in readFromBlob() 200 DestNode = &Array[Stack.back().Index++]; in readFromBlob() 202 auto &Map = Stack.back().Node.getMap(); in readFromBlob() 203 if (!Stack.back().MapEntry) { in readFromBlob() 205 Stack.back().MapKey = Node; in readFromBlob() 206 Stack.back().MapEntry = &Map[Node]; in readFromBlob() 210 DestNode = Stack.back().MapEntry; in readFromBlob() 211 Stack.back().MapEntry = nullptr; in readFromBlob() 212 ++Stack.back() in readFromBlob() [all...] |
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroCallReconstructor.cpp | 126 // ActiveReconstructedLines.back() is the line that has \p ExpandedParent or its 129 // is the parent of ActiveReconstructedLines.back() in the reconstructed 153 getParentInResult(MacroCallStructure.back().MacroCallLParen); in prepareParent() 156 << MacroCallStructure.back().MacroCallLParen->TokenText in prepareParent() 162 (!ActiveReconstructedLines.back()->Tokens.empty() && in prepareParent() 163 Parent == ActiveReconstructedLines.back()->Tokens.back()->Tok)) { in prepareParent() 166 while (ActiveReconstructedLines.back()->Tokens.empty() || in prepareParent() 167 (Parent != ActiveReconstructedLines.back()->Tokens.back()->Tok && in prepareParent() 168 ActiveReconstructedLines.back()->Tokens.back()->Tok != in prepareParent() 174 ActiveReconstructedLines.back()->Tokens.back()->Children.push_back( in prepareParent() [all …]
|
/freebsd/contrib/less/ |
H A D | lesskey.nro | 147 k back-line 148 y back-line 149 ^Y back-line 150 ^K back-line 151 ^P back-line 153 K back-line-force 154 Y back-line-force 157 u back-scroll 158 ^U back-scroll 164 b back [all...] |
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 908 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 910 stack.back().SetValueType(Value::ValueType::FileAddress); in Evaluate() 961 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 964 void *src = (void *)stack.back().GetScalar().ULongLong(); in Evaluate() 967 stack.back().GetScalar() = ptr; in Evaluate() 968 stack.back().ClearContext(); in Evaluate() 971 auto file_addr = stack.back().GetScalar().ULongLong( in Evaluate() 981 stack.back().GetScalar() = *maybe_load_addr; in Evaluate() 987 stack.back().SetValueType(Value::ValueType::LoadAddress); in Evaluate() 993 stack.back().GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in Evaluate() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | frontend.json | 65 …ecoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of … 125 …delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall.", 131 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 140 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 146 …nt-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end stall.", 155 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 170 …elivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall.", 176 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 185 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 191 …ad at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end stall.", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | frontend.json | 49 …ecoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of … 109 …delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall.", 115 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 124 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 130 …nt-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end stall.", 139 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 154 …elivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall.", 160 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 169 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 175 …ad at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end stall.", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | frontend.json | 65 …ecoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of … 125 …delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall.", 131 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 140 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 146 …nt-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end stall.", 155 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 170 …elivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall.", 176 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 185 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 191 …ad at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end stall.", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | frontend.json | 62 …ecoded instruction-cache) miss. Critical means stalls were exposed to the back-end as a result of … 122 …delivered no uops for a period of at least 1 cycle which was not interrupted by a back-end stall.", 128 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 137 …t-end delivered no uops for a period of 128 cycles which was not interrupted by a back-end stall.", 143 …nt-end delivered no uops for a period of 16 cycles which was not interrupted by a back-end stall.", 152 …"PublicDescription": "Counts retired instructions that are delivered to the back-end after a front… 167 …elivered no uops for a period of at least 2 cycles which was not interrupted by a back-end stall.", 173 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 182 …t-end delivered no uops for a period of 256 cycles which was not interrupted by a back-end stall.", 188 …ad at least 1 bubble-slot for a period of 2 cycles which was not interrupted by a back-end stall.", [all …]
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.c | 39 return pci_read_config(((struct ixgbe_softc *)hw->back)->dev, reg, 2); in ixgbe_read_pci_cfg() 45 pci_write_config(((struct ixgbe_softc *)hw->back)->dev, reg, value, 2); in ixgbe_write_pci_cfg() 51 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_read_reg() 52 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg); in ixgbe_read_reg() 58 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_write_reg() 59 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg() 66 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_read_reg_array() 67 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_read_reg_array() 74 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_write_reg_array() 75 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg_array()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_all.c | 46 /* Bzip falls back to "bunzip2" command-line */ in archive_read_support_filter_all() 50 /* Gzip decompress falls back to "gzip -d" command-line. */ in archive_read_support_filter_all() 52 /* Lzip falls back to "unlzip" command-line program. */ in archive_read_support_filter_all() 56 * This will come back out if there are problems. */ in archive_read_support_filter_all() 57 /* Lzma falls back to "unlzma" command-line program. */ in archive_read_support_filter_all() 59 /* Xz falls back to "unxz" command-line program. */ in archive_read_support_filter_all() 67 /* Lzop decompress falls back to "lzop -d" command-line. */ in archive_read_support_filter_all() 71 /* Lz4 falls back to "lz4 -d" command-line program. */ in archive_read_support_filter_all() 73 /* Zstd falls back to "zstd -d" command-line program. */ in archive_read_support_filter_all()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OSLog.cpp | 70 ArgsData.back().E = Args[ArgIndex]; in HandlePrintfSpecifier() 73 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind()); in HandlePrintfSpecifier() 74 if (ArgsData.back().Kind != OSLogBufferItem::ErrnoKind && in HandlePrintfSpecifier() 75 !ArgsData.back().E) { in HandlePrintfSpecifier() 89 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier() 92 ArgsData.back().Count = Args[precision.getArgIndex()]; in HandlePrintfSpecifier() 105 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier() 108 ArgsData.back().Count = Args[precision.getArgIndex()]; in HandlePrintfSpecifier() 117 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]; in HandlePrintfSpecifier() 122 ArgsData.back().FieldWidth = Args[FS.getFieldWidth().getArgIndex()]; in HandlePrintfSpecifier() [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-default.pod | 33 =back 76 =back 100 =back 120 =back 151 =back 165 =back 183 =back 193 =back 201 =back 221 =back [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | commands.c | 72 * Report an pointer value back to the director 88 * Report an integer value back to the director 101 * Report either an ERR or OK back to the director 115 * Report the type back to the director via the command pipe 129 * Report the number of returns back to the director via the command pipe 145 * Report the status back to the director via the command pipe 154 * Report an error message back to the director via the command pipe. 163 * Report the message with the given type back to the director via the 184 * Report a string of chtype back to the director via the command pipe. 197 * Report a string of chtype back to the director via the command pipe.
|
/freebsd/lib/libc/stdio/ |
H A D | ungetc.3 | 50 back onto the input stream pointed to by 52 The pushed-back characters will be returned by subsequent reads on the 61 will discard the pushed back characters. 63 One character of push-back is guaranteed, 67 If a character is successfully pushed-back, 77 function returns the character pushed-back after the conversion,
|