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

1234567891011>>

/freebsd-11-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-11-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-11-stable/sys/dev/e1000/
H A De1000_osdep.h147 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
148 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset)
152 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
153 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
158 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
159 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
163 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
164 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \
168 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \
169 ((struct e1000_osdep *)(hw)->back)
[all...]
H A De1000_osdep.c46 pci_write_config(((struct e1000_osdep *)hw->back)->dev, reg, *value, 2);
52 *value = pci_read_config(((struct e1000_osdep *)hw->back)->dev, reg, 2);
58 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
65 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND,
75 device_t dev = ((struct e1000_osdep *)hw->back)->dev;
89 device_t dev = ((struct e1000_osdep *)hw->back)->dev;
/freebsd-11-stable/usr.bin/look/
H A Dlook.c106 unsigned char *back, *front; local
158 back = front + sb.st_size;
159 match *= (look(key, front, back));
198 look(wchar_t *string, unsigned char *front, unsigned char *back) argument
201 front = binary_search(string, front, back);
202 front = linear_search(string, front, back);
205 print_from(string, front, back);
211 * Binary search for "string" in memory between "front" and "back".
221 * back points to the beginning of a line at or after the first
226 * back
252 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) argument
286 linear_search(wchar_t *string, unsigned char *front, unsigned char *back) argument
306 print_from(wchar_t *string, unsigned char *front, unsigned char *back) argument
331 compare(wchar_t *s1, unsigned char *s2, unsigned char *back) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp129 else if (Stack.back().Node.getKind() == Type::Array) {
131 auto &Array = Stack.back().Node.getArray();
134 auto &Map = Stack.back().Node.getMap();
135 if (!Stack.back().MapEntry) {
137 Stack.back().MapEntry = &Map[Node];
140 *Stack.back().MapEntry = Node;
141 Stack.back().MapEntry = nullptr;
157 if (Stack.back().Node.getKind() == msgpack::Type::Array) {
158 if (Stack.back().Node.getArray().size() != Stack.back()
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h57 ++FieldCount.back();
63 return FieldCount.back();
/freebsd-11-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;
334 if (State.Stack.back().BreakBeforeClosingBrace &&
356 State.Stack.back().BreakBeforeParameter && !Current.isTrailingComment() &&
375 State.Stack.back()
[all...]
/freebsd-11-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::__anon8662
/freebsd-11-stable/lib/libc/i386/sys/
H A Dsbrk.S58 jz back
68 back: label
76 jz back
83 back: label
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-util.h42 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) << 7);
/freebsd-11-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-11-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-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h130 /// still contain a loop 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-11-stable/contrib/ncurses/form/
H A Dfld_attr.c107 GEN_FIELD_ATTR_SET_FCT(back)
117 GEN_FIELD_ATTR_GET_FCT(back)
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_attribs.c110 GEN_MENU_ATTR_SET_FCT(back)
121 GEN_MENU_ATTR_GET_FCT(back)
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb_osdep.h99 bus_space_read_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
100 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
104 bus_space_write_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
105 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
110 bus_space_read_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
111 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
115 bus_space_write_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
116 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcore.h156 const struct elf_backend_data *back; local
160 back = (const struct elf_backend_data *) (*target_ptr)->backend_data;
161 if (back->elf_machine_code == i_ehdrp->e_machine
162 || (back->elf_machine_alt1 != 0
163 && i_ehdrp->e_machine == back->elf_machine_alt1)
164 || (back->elf_machine_alt2 != 0
165 && i_ehdrp->e_machine == back->elf_machine_alt2))
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp965 stack.back().SetValueType(Value::eValueTypeFileAddress);
969 stack.back().ConvertToLoadAddress(module_sp.get(),
1022 Value::ValueType value_type = stack.back().GetValueType();
1025 void *src = (void *)stack.back().GetScalar().ULongLong();
1028 stack.back().GetScalar() = ptr;
1029 stack.back().ClearContext();
1032 auto file_addr = stack.back().GetScalar().ULongLong(
1054 stack.back().GetScalar() = load_Addr;
1055 stack.back().SetValueType(Value::eValueTypeLoadAddress);
1062 stack.back()
[all...]
/freebsd-11-stable/tools/tools/fixwhite/
H A Dfixwhite.c67 peekbyte(size_t back, char c) argument
70 return (queuelen >= back && queue[queuelen - back] == c);

Completed in 310 milliseconds

1234567891011>>