Searched refs:back (Results 1 - 25 of 965) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.c40 return pci_read_config(((struct adapter *)hw->back)->dev, reg, 2);
46 pci_write_config(((struct adapter *)hw->back)->dev, reg, value, 2);
52 return bus_space_read_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag,
53 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle, reg);
59 bus_space_write_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag,
60 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle,
67 return bus_space_read_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag,
68 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle,
75 bus_space_write_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag,
76 ((struct adapter *)hw->back)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp16 if (Lists.back().EntryOffset == Entries.size()) {
23 Lists.back().Label = Asm.createTempSymbol("debug_loc");
28 if (Entries.back().ByteOffset != DWARFBytes.size())
32 Comments.erase(Comments.begin() + Entries.back().CommentOffset,
36 assert(Lists.back().EntryOffset <= Entries.size() &&
/freebsd-13-stable/sys/dev/e1000/
H A De1000_osdep.h149 #define ASSERT_CTX_LOCK_HELD(hw) (sx_assert(iflib_ctx_lock_get(((struct e1000_osdep *)hw->back)->ctx), SX_XLOCKED))
183 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
184 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset)
188 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
189 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
194 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
195 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
199 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
200 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
204 bus_space_read_4(((struct e1000_osdep *)(hw)->back)
[all...]
H A De1000_osdep.c47 pci_write_config(((struct e1000_osdep *)hw->back)->dev, reg, *value, 2);
53 *value = pci_read_config(((struct e1000_osdep *)hw->back)->dev, reg, 2);
59 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
66 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
76 device_t dev = ((struct e1000_osdep *)hw->back)->dev;
90 device_t dev = ((struct e1000_osdep *)hw->back)->dev;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp184 else if (Stack.back().Node.getKind() == Type::Array) {
186 auto &Array = Stack.back().Node.getArray();
187 DestNode = &Array[Stack.back().Index++];
189 auto &Map = Stack.back().Node.getMap();
190 if (!Stack.back().MapEntry) {
192 Stack.back().MapKey = Node;
193 Stack.back().MapEntry = &Map[Node];
197 DestNode = Stack.back().MapEntry;
198 Stack.back().MapEntry = nullptr;
199 ++Stack.back()
[all...]
/freebsd-13-stable/usr.bin/look/
H A Dlook.c108 unsigned char *back, *front; local
160 back = front + sb.st_size;
161 match *= (look(key, front, back));
200 look(wchar_t *string, unsigned char *front, unsigned char *back) argument
203 front = binary_search(string, front, back);
204 front = linear_search(string, front, back);
207 print_from(string, front, back);
213 * Binary search for "string" in memory between "front" and "back".
223 * back points to the beginning of a line at or after the first
228 * back
254 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) argument
288 linear_search(wchar_t *string, unsigned char *front, unsigned char *back) argument
308 print_from(wchar_t *string, unsigned char *front, unsigned char *back) argument
333 compare(wchar_t *s1, unsigned char *s2, unsigned char *back) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
55 return CondDirectiveStack.back();
70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
92 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
100 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
101 CondDirectiveStack.back() = Loc;
106 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
107 CondDirectiveStack.back()
[all...]
H A DPPCaching.cpp43 CachedLexPos = BacktrackPositions.back();
110 Lex(CachedTokens.back());
113 return CachedTokens.back();
127 assert((BacktrackPositions.empty() || BacktrackPositions.back() <= i) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp267 State.Stack.back().AvoidBinPacking = true;
268 State.Stack.back().BreakBeforeParameter = true;
269 State.Stack.back().AlignColons = false;
281 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace &&
300 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder)
320 State.Stack.back().NoLineBreakInOperand)
326 return !State.Stack.back().NoLineBreak;
339 if (State.Stack.back().BreakBeforeClosingBrace &&
352 if (State.Stack.back().IsCSharpGenericTypeConstraint &&
367 State.Stack.back()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h57 ++FieldCount.back();
63 return FieldCount.back();
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-packet.h66 uint64_t back : 4; /**< Indicates the amount to back up to get to the buffer start in cache lines. In most cases member in struct:cvmx_buf_ptr::__anon10242
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h64 OpBegins.push_back(OpBegins.back() + Opcodes.size());
74 OpBegins.push_back(OpBegins.back() + 1);
80 OpBegins.push_back(OpBegins.back() + 2);
85 OpBegins.push_back(OpBegins.back() + Size);
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dethernet-util.h43 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) << 7);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp60 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) {
65 ModuleScopes.back().BeginLoc = ModuleLoc;
77 ModuleScopes.back().BeginLoc = ModuleLoc;
78 ModuleScopes.back().Module = GlobalModule;
131 ModuleScopes.back().Module->isModulePurview()) {
133 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module),
141 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment)
142 GlobalModuleFragment = ModuleScopes.back().Module;
151 : ModuleScopes.back().BeginLoc;
173 << SourceRange(Path.front().second, Path.back()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp69 ArgsData.back().E = Args[ArgIndex];
72 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind());
73 if (ArgsData.back().Kind != OSLogBufferItem::ErrnoKind &&
74 !ArgsData.back().E) {
88 ArgsData.back().Size = precision.getConstantAmount();
91 ArgsData.back().Count = Args[precision.getArgIndex()];
104 ArgsData.back().Size = precision.getConstantAmount();
107 ArgsData.back().Count = Args[precision.getArgIndex()];
116 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()];
121 ArgsData.back()
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp968 stack.back().SetValueType(Value::eValueTypeFileAddress);
972 stack.back().ConvertToLoadAddress(module_sp.get(),
1025 Value::ValueType value_type = stack.back().GetValueType();
1028 void *src = (void *)stack.back().GetScalar().ULongLong();
1031 stack.back().GetScalar() = ptr;
1032 stack.back().ClearContext();
1035 auto file_addr = stack.back().GetScalar().ULongLong(
1057 stack.back().GetScalar() = load_Addr;
1058 stack.back().SetValueType(Value::eValueTypeLoadAddress);
1065 stack.back()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h130 /// still contain a cycle if the node has an edge back to itself.
160 while (VisitStack.back().NextChild != GT::child_end(VisitStack.back().Node)) {
162 NodeRef childN = *VisitStack.back().NextChild++;
172 if (VisitStack.back().MinVisited > childNum)
173 VisitStack.back().MinVisited = childNum;
183 NodeRef visitingN = VisitStack.back().Node;
184 unsigned minVisitNum = VisitStack.back().MinVisited;
185 assert(VisitStack.back().NextChild == GT::child_end(visitingN));
189 if (!VisitStack.empty() && VisitStack.back()
[all...]
H A DPriorityWorklist.h84 const T &back() const { function in class:llvm::PriorityWorklist
85 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
86 return V.back();
103 // If the element isn't at the back, null it out and append a fresh one.
147 assert(back() != T() && "Cannot have a null element at the back!");
148 M.erase(back());
151 } while (!V.empty() && V.back() == T());
155 T Ret = back();
172 } while (!V.empty() && V.back()
[all...]
/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_attr.c108 GEN_FIELD_ATTR_SET_FCT(back)
118 GEN_FIELD_ATTR_GET_FCT(back)
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_attribs.c111 GEN_MENU_ATTR_SET_FCT(back)
122 GEN_MENU_ATTR_GET_FCT(back)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h67 if (!Rep.empty() && Rep.back() == Val)
70 assert((Rep.empty() || Rep.back().first < Val.first) &&
106 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
107 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h70 return Loops.back();
75 Loop *LastLoop = Loops.back();
117 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1;
/freebsd-13-stable/tools/tools/fixwhite/
H A Dfixwhite.c67 peekbyte(size_t back, char c) argument
70 return (queuelen >= back && queue[queuelen - back] == c);
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, bool back /*= false*/)
44 if (back)
93 TrcStackElemCtxt *EtmV4P0Stack::createContextElem(const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const etmv4_context_t &context, const uint8_t IS, const bool back /*= false*/)
100 if (back)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp577 if (!PrepIncludeStack.back()->empty()) {
695 PrepIncludeStack.back()->push_back(
703 // then just return back to the lines skipping code.
723 if (PrepIncludeStack.back()->empty())
726 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back();
735 PrepIncludeStack.back()->pop_back();
736 PrepIncludeStack.back()->push_back(
756 if (PrepIncludeStack.back()->empty())
759 auto &IfdefOrElseEntry = PrepIncludeStack.back()
[all...]

Completed in 308 milliseconds

1234567891011>>