Home
last modified time | relevance | path

Searched defs:back (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/usr.bin/look/
H A Dlook.c94 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 DDirectedGraph.h110 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 DMapVector.h88 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function
89 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function
H A Dsimple_ilist.h138 reference back() { return *rbegin(); } back() function
139 const_reference back() const { return *rbegin(); } back() function
H A DAllocatorList.h174 T &back() { return List.back().V; } in back() function
176 const T &back() const { return List.back().V; } in back() function
H A DPriorityWorklist.h83 const T &back() const { in back() function
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfixedvector.h60 LIBC_INLINE constexpr const T &back() const { in back() function
65 LIBC_INLINE constexpr T &back() { in back() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h106 reference back() { return Rep.back(); } in back() function
107 const_reference back() const { return Rep.back(); } in back() function
/freebsd/lib/libc/stdlib/
H A Dtdestroy.c22 posix_tnode *back, *curr, **front; in tdestroy() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h85 Item *back() { return last_; } in back() function
86 const Item *back() const { return last_; } in back() function
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Darray.h37 LIBC_INLINE constexpr T &back() { return Data[N - 1]; } in back() function
38 LIBC_INLINE constexpr const T &back() const { return Data[N - 1]; } in back() function
H A Dstring.h112 LIBC_INLINE constexpr const char &back() const { return data()[size_ - 1]; } in back() function
113 LIBC_INLINE char &back() { return data()[size_ - 1]; } in back() function
/freebsd/contrib/nvi/ex/
H A Dex_tag.c1030 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/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp39 …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 Dlibworker.h86 struct outside_network* back; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h133 reference back() { in back() function
136 const_reference back() const { in back() function
/freebsd/tools/tools/fixwhite/
H A Dfixwhite.c65 peekbyte(size_t back, char c) in peekbyte()
/freebsd/sys/fs/ext2fs/
H A Dext2_subr.c104 e4fs_daddr_t start, end, loc, forw, back; in ext2_clusteracct() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h70 Value *back() const { return ValuePtrs.back().first; } in back() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h484 inline const Instruction &back() const { return InstList.back(); } in back() function
485 inline Instruction &back() { return InstList.back(); } in back() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h148 T &back() { in back() function
153 const T &back() const { in back() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h44 T &back() { in back() function
H A Dlist.h137 T *back() { return Last; } in back() function
138 const T *back() const { return Last; } in back() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h127 reference back() { in back() function
130 const_reference back() const { in back() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DBasicBlock.cpp106 Instruction &BasicBlock::back() const { in back() function in llvm::sandboxir::BasicBlock

12345