Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/freebsd-14.2/usr.bin/look/
H A Dlook.c201 front = binary_search(string, front, back); in look()
202 front = linear_search(string, front, back); in look()
204 if (front) in look()
256 p = front + (back - front) / 2; in binary_search()
265 front = p; in binary_search()
268 p = front + (back - front) / 2; in binary_search()
271 return (front); in binary_search()
288 while (front < back) { in linear_search()
291 return (front); in linear_search()
308 for (; front < back && compare(string, front, back) == EQUAL; ++front) { in print_from()
[all …]
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_prio_q.c41 my_queue->front = NULL; in debug_create_priority_queue()
59 while (my_queue->front != NULL) { in destroy_queue()
60 temp = my_queue->front; in destroy_queue()
61 my_queue->front = my_queue->front->node_next; in destroy_queue()
129 return (!my_queue || !my_queue->front); in empty()
138 if (NULL == q || NULL == q->front) in queue_head()
141 return q->front + 1; in queue_head()
156 node *j = my_queue->front; in enqueue()
166 my_queue->front = new_node; in enqueue()
184 node *my_node = my_queue->front; in dequeue()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUImageIntrinsicOptimizer.cpp104 if (IIList.front()->getIntrinsicID() != II->getIntrinsicID()) in addInstToMergeableList()
108 if (IIList.front()->getType() != II->getType()) in addInstToMergeableList()
113 assert(IIList.front()->arg_size() == II->arg_size()); in addInstToMergeableList()
115 Value *ArgList = IIList.front()->getArgOperand(I); in addInstToMergeableList()
185 SmallVector<Value *, 16> Args(IIList.front()->args()); in optimizeSection()
190 Function *F = IIList.front()->getCalledFunction(); in optimizeSection()
194 Intrinsic::ID IntrinID = IIList.front()->getIntrinsicID(); in optimizeSection()
198 Type *EltTy = IIList.front()->getType()->getScalarType(); in optimizeSection()
204 IIList.front()->getArgOperand(ImageDimIntr->DMaskIndex)); in optimizeSection()
226 IRBuilder<> B(IIList.front()); in optimizeSection()
[all …]
/freebsd-14.2/contrib/openresolv/
H A Ddnsmasq.in97 SIFS=${IFS-y} OIFS=$IFS bytes= front= back=
117 front="$front byte:$byte1 byte:$byte2"
122 front="$front byte:0 byte:0"
124 front="${front}$back"
130 dbusdest="${dbusdest}$front string:$dn"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp176 if (!std::isdigit(Mangled.front())) { in decodeNumber()
194 } while (!Mangled.empty() && std::isdigit(Mangled.front())); in decodeNumber()
222 while (!Mangled.empty() && std::isalpha(Mangled.front())) { in decodeBackrefPos()
248 assert(!Mangled.empty() && Mangled.front() == 'Q' && in decodeBackref()
343 if (std::isdigit(Mangled.front())) in isSymbolName()
348 if (Mangled.front() != 'Q') in isSymbolName()
380 if (Mangled.front() == 'Z') { in parseMangle()
406 if (!Mangled.empty() && Mangled.front() == '0') { in parseQualified()
409 while (!Mangled.empty() && Mangled.front() == '0'); in parseQualified()
429 if (Mangled.front() == 'Q') in parseIdentifier()
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Ddolby29 >6 byte&0xe0 = 0x00 1+1 front,
31 >6 byte&0xe0 = 0x20 1 front/0 rear,
33 >6 byte&0xe0 = 0x40 2 front/0 rear,
40 >6 byte&0xe0 = 0x60 3 front/0 rear,
42 >6 byte&0xe0 = 0x80 2 front/1 rear,
44 >6 byte&0xe0 = 0xa0 3 front/1 rear,
46 >6 byte&0xe0 = 0xc0 2 front/2 rear,
48 >6 byte&0xe0 = 0xe0 3 front/2 rear,
/freebsd-14.2/contrib/nvi/ex/
H A Dex_tag.c1050 front = map; in ctag_sfile()
1052 front = binary_search(tname, front, back); in ctag_sfile()
1053 front = linear_search(tname, front, back, tl); in ctag_sfile()
1083 p = front; in ctag_sfile()
1084 front = t; in ctag_sfile()
1241 p = front + (back - front) / 2; in binary_search()
1246 front = p; in binary_search()
1249 p = front + (back - front) / 2; in binary_search()
1252 return (front); in binary_search()
1271 end = tl && back-front > tl ? front+tl : back; in linear_search()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h108 const EdgeType &front() const { return *Edges.front(); } in front() function
109 EdgeType &front() { return *Edges.front(); } in front() function
199 const NodeType &front() const { return *Nodes.front(); } in front() function
200 NodeType &front() { return *Nodes.front(); } in front() function
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Daspeed-bmc-inspur-fp5280g2.dts163 front-memory {
164 label = "front-memory";
168 front-syshot {
169 label = "front-syshot";
173 front-syshealth {
174 label = "front-syshealth";
178 front-fan {
179 label = "front-fan";
183 front-psu {
184 label = "front-psu";
[all …]
H A Daspeed-bmc-inspur-nf5280m6.dts51 front-fan {
52 label = "front-fan";
56 front-psu {
57 label = "front-psu";
61 front-syshot {
62 label = "front-syshot";
66 front-memory {
67 label = "front-memory";
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop()
121 assert(Depth >= Loops.front()->getLoopDepth() && in getLoopsAtDepth()
157 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1; in getNestDepth()
177 return Loops.front()->getHeader()->getParent(); in getParent()
180 StringRef getName() const { return Loops.front()->getName(); } in getName()
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dtzdb_list.cpp35 const tzdb& front() const noexcept { in front() function in chrono::tzdb_list::__impl
39 return __tzdb_.front(); in front()
85 _LIBCPP_NODISCARD_EXT _LIBCPP_EXPORTED_FROM_ABI const tzdb& tzdb_list::front() const noexcept { in front() function in chrono::tzdb_list
86 return __impl_->front(); in front()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h577 StringRef Tail = (S.front() == '-' || S.front() == '+') ? S.drop_front() : S;
622 if (S.front() == '.') {
625 } else if (S.front() == 'e' || S.front() == 'E') {
637 if (S.front() == 'e' || S.front() == 'E') {
649 if (S.front() == '+' || S.front() == '-') {
679 if (isSpace(static_cast<unsigned char>(S.front())) ||
/freebsd-14.2/cddl/usr.sbin/zfsd/
H A Dcallout.cc136 if (s_activeCallouts.front() == this) { in Reset()
171 Callout *cur(s_activeCallouts.front()); in ExpireCallouts()
176 && timerisset(&s_activeCallouts.front()->m_interval) == 0); in ExpireCallouts()
179 Callout *next(s_activeCallouts.front()); in ExpireCallouts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp89 MachineBasicBlock *Entry = &MF.front(); in populateThunk()
101 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::LFENCE)); in populateThunk()
102 BuildMI(&MF.front(), DebugLoc(), TII->get(X86::JMP64r)).addReg(X86::R11); in populateThunk()
103 MF.front().addLiveIn(X86::R11); in populateThunk()
211 MachineBasicBlock *Entry = &MF.front(); in populateThunk()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp183 FuncAliasMap.try_emplace(Values[i], Values.front()); in ReadV1Profile()
187 auto R = ProgramPathAndClusterInfo.try_emplace(Values.front()); in ReadV1Profile()
192 Values.front() + "'"); in ReadV1Profile()
329 FuncAliasMap.try_emplace(Aliases[i], Aliases.front()); in ReadV0Profile()
333 auto R = ProgramPathAndClusterInfo.try_emplace(Aliases.front()); in ReadV0Profile()
338 Aliases.front() + "'"); in ReadV0Profile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h187 CXXBasePath& front() { return Paths.front(); } in front() function
188 const CXXBasePath& front() const { return Paths.front(); } in front() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilibBuilder.h43 (StringRef(GCCSuffix).front() == '/' && GCCSuffix.size() > 1)); in gccSuffix()
54 (StringRef(OSSuffix).front() == '/' && OSSuffix.size() > 1)); in osSuffix()
64 assert(IncludeSuffix.empty() || (StringRef(IncludeSuffix).front() == '/' && in includeSuffix()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h127 assert(&Lists.front() <= &L && &L <= &Lists.back() && in getIndex()
129 return &L - &Lists.front(); in getIndex()
132 assert(&Entries.front() <= &E && &E <= &Entries.back() && in getIndex()
134 return &E - &Entries.front(); in getIndex()
/freebsd-14.2/contrib/wpa/src/p2p/
H A Dp2p_build.c533 size_t front = remaining; in p2p_buf_add_service_info() local
541 if (front) in p2p_buf_add_service_info()
542 wpabuf_put_data(buf, holder, front); in p2p_buf_add_service_info()
547 wpabuf_put_data(buf, &holder[front], back); in p2p_buf_add_service_info()
560 size_t front = remaining; in p2p_buf_add_service_info() local
561 size_t back = svc_len - front; in p2p_buf_add_service_info()
563 if (front) in p2p_buf_add_service_info()
564 wpabuf_put_data(buf, svc_name, front); in p2p_buf_add_service_info()
571 wpabuf_put_data(buf, &svc_name[front], 255 - 4); in p2p_buf_add_service_info()
573 front += 255 - 4; in p2p_buf_add_service_info()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h176 if (S.front() != 'v' && S.front() != 's' && S.front() != 'a') { in validateAsmConstraint()
436 assert(F.front() == '+' || F.front() == '-'); in handleTargetFeatures()
445 bool IsOn = F.front() == '+'; in handleTargetFeatures()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h661 BatchGroupT *BG = Region->FreeListInfo.BlockList.front(); in pushBatchClassBlocks()
705 TransferBatchT *CurBatch = BG->Batches.front(); in pushBatchClassBlocks()
773 TransferBatchT *CurBatch = Batches.front();
797 BatchGroupT *Cur = Region->FreeListInfo.BlockList.front();
938 Region->FreeListInfo.BlockList.front()->Batches; in popBatchImpl()
955 TransferBatchT *B = Batches.front(); in popBatchImpl()
1332 BG->Batches.front()->getCount(); in collectGroupsToRelease()
1509 BG.Batches.front()->getCount(); in markFreeBlocks()
1513 if (&It != BG.Batches.front()) in markFreeBlocks()
1572 GroupsToRelease.front()->CompactPtrGroupBase) { in mergeGroupsToReleaseBack()
[all …]
/freebsd-14.2/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c229 unsigned int front; /* Index of the front slot. */ member
440 unsigned int i = (grp->front + slot) % QFQ_MAX_SLOTS; in qfq_slot_insert()
453 struct qfq_class **h = &grp->slots[grp->front]; in qfq_front_slot_remove()
476 grp->front = (grp->front + i) % QFQ_MAX_SLOTS; in qfq_slot_scan()
480 return grp->slots[grp->front]; in qfq_slot_scan()
499 grp->front = (grp->front - i) % QFQ_MAX_SLOTS; in qfq_slot_rotate()
565 cl = grp->slots[grp->front]; in qfq_dequeue()
721 i = (grp->front + offset) % QFQ_MAX_SLOTS;
776 } else if (!grp->slots[grp->front]) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h158 ContextTrieNode *Node = NodeQueue.front();
170 return NodeQueue.front() == Other.NodeQueue.front();
175 return NodeQueue.front();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp84 if (Lookup.empty() || !isa<VarDecl>(Lookup.front())) in lookupValueInfo()
86 Objects.emplace_back(ValueKind, cast<VarDecl>(Lookup.front())); in lookupValueInfo()
96 StdNS = dyn_cast<NamespaceDecl>(Lookup.front()); in lookupStdNamespace()
107 if (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(Lookup.front())) in lookupCXXRecordDecl()

12345678910>>...37