/freebsd/usr.bin/look/ |
H A D | look.c | 94 unsigned char *back, *front; in main() local 186 look(wchar_t *string, unsigned char *front, unsigned char *back) in look() 236 #define SKIP_PAST_NEWLINE(p, back) \ argument 240 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) in binary_search() 274 linear_search(wchar_t *string, unsigned char *front, unsigned char *back) in linear_search() 294 print_from(wchar_t *string, unsigned char *front, unsigned char *back) in print_from() 319 compare(wchar_t *s1, unsigned char *s2, unsigned char *back) in compare()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 110 const EdgeType &back() const { return *Edges.back(); } in back() function 111 EdgeType &back() { return *Edges.back(); } in back() function 201 const NodeType &back() const { return *Nodes.back(); } in back() function 202 NodeType &back() { return *Nodes.back(); } in back() function
|
H A D | MapVector.h | 85 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function 86 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function
|
H A D | simple_ilist.h | 138 reference back() { return *rbegin(); } back() function 139 const_reference back() const { return *rbegin(); } back() function
|
H A D | AllocatorList.h | 174 T &back() { return List.back().V; } in back() function 176 const T &back() const { return List.back().V; } in back() function
|
H A D | PriorityWorklist.h | 83 const T &back() const { in back() function
|
H A D | ArrayRef.h | 174 const T &back() const { in back() function 369 T &back() const { in back() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 106 reference back() { return Rep.back(); } in back() function 107 const_reference back() const { return Rep.back(); } in back() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_list.h | 85 Item *back() { return last_; } in back() function 86 const Item *back() const { return last_; } in back() function
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 1030 char *back, *front, *map, *p, *search, *t; in ctag_sfile() local 1233 #define SKIP_PAST_NEWLINE(p, back) \ argument 1237 binary_search(char *string, char *front, char *back) in binary_search() 1267 linear_search(char *string, char *front, char *back, long tl) in linear_search() 1300 compare(char *s1, char *s2, char *back) in compare()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 40 T *back() { return Last; } in back() function 41 const T *back() const { return Last; } in back() function
|
H A D | vector.h | 44 T &back() { in back() function
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_etmv4_stack_elem.cpp | 39 …P0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, bool back /*= false*/) in createParamElemNoParam() 93 …_index_t root_index, const etmv4_context_t &context, const uint8_t IS, const bool back /*= false*/) in createContextElem()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.h | 86 struct outside_network* back; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 133 reference back() { in back() function 136 const_reference back() const { in back() function
|
/freebsd/tools/tools/fixwhite/ |
H A D | fixwhite.c | 65 peekbyte(size_t back, char c) in peekbyte()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_subr.c | 104 e4fs_daddr_t start, end, loc, forw, back; in ext2_clusteracct() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 70 Value *back() const { return ValuePtrs.back().first; } in back() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 148 T &back() { in back() function 153 const T &back() const { in back() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryProfileInfo.h | 167 uint64_t CallStack<NodeT, IteratorT>::back() const { in back() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 127 reference back() { in back() function 130 const_reference back() const { in back() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | BasicBlock.h | 463 inline const Instruction &back() const { return InstList.back(); } in back() function 464 inline Instruction &back() { return InstList.back(); } in back() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | Utility.h | 175 char back() const { back() function
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.h | 100 struct outside_network* back; member
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.h | 165 OperandInfo &back() { return OperandList.back(); } in back() function 166 const OperandInfo &back() const { return OperandList.back(); } in back() function
|