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

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4hc.c242 int back = 0; local
244 while ((ip+back>iLowLimit)
245 && (matchPtr+back > lowPrefixPtr)
246 && (ip[back-1] == matchPtr[back-1]))
247 back--;
249 mlt -= back;
254 *matchpos = matchPtr+back;
255 *startpos = ip+back;
265 int back local
[all...]
/fuchsia/zircon/make/
H A Dhcompile.mk48 # MODULE_OBJS is passed back
H A Decompile.mk39 # MODULE_OBJS is passed back
H A Dcompile.mk60 # MODULE_OBJS is passed back
H A Ducompile.mk65 # MODULE_OBJS is passed back
H A Dfcompile.mk87 # MODULE_FIDL_OBJS is passed back
H A Dmodule.mk223 # MODULE_OBJS is passed back from *compile.mk
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp103 zx::time back = entry.deadlines[end]; local
105 if (back > time) {
106 entry.deadlines.insert(0, back);
/fuchsia/zircon/system/host/fidl/lib/
H A Dtables_generator.cpp343 return coded_types_.back().get();
359 return coded_types_.back().get();
372 return coded_types_.back().get();
384 return coded_types_.back().get();
396 return coded_types_.back().get();
409 return coded_types_.back().get();
429 return coded_types_.back().get();
440 return coded_types_.back().get();
451 return coded_types_.back().get();
463 return coded_types_.back()
[all...]
H A Dflat_ast.cpp449 SourceLocation decl_name = components.back()->location();
683 auto decl = const_declarations_.back().get();
707 return RegisterDecl(enum_declarations_.back().get());
773 return RegisterDecl(interface_declarations_.back().get());
799 return RegisterDecl(struct_declarations_.back().get());
840 return RegisterDecl(table_declarations_.back().get());
859 return RegisterDecl(union_declarations_.back().get());
1283 auto decl = decls_without_deps.back();
H A Dformatter.cpp124 std::string terminal = lines.back();
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h76 auto& last = tokens.back();
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp304 source_managers.back().AddSourceFile(
312 if (!source_managers.back().CreateSource(arg.data())) {
/fuchsia/zircon/system/ulib/memfs/
H A Ddnode.cpp79 // Child has '..' pointing back at parent.
86 child->ordering_token_ = parent->children_.back().ordering_token_ + 1;
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_double_list.h22 // ++ O(k) push_back/pop_back/back (in addition to push_front/pop_front/front)
154 // back
156 // Return a reference to the element at the back of the list without
157 // removing it. It is an error to call back on an empty list.
158 typename PtrTraits::RefType back() { function in class:fbl::DoublyLinkedList
163 typename PtrTraits::ConstRefType back() const { function in class:fbl::DoublyLinkedList
647 // this->end() to back up to the tail of the list.
H A Dintrusive_wavl_tree.h203 // back
205 // Return a reference to the element at the back of the list without
206 // removing it. It is an error to call back on an empty list.
207 typename PtrTraits::RefType back() { function in class:fbl::WAVLTree
212 typename PtrTraits::ConstRefType back() const { function in class:fbl::WAVLTree
398 // Now climb back up the tree.
578 // back up.
581 // pointer from the sentinel and back up to the right-most node.
932 // Release the pointer to the node we just removed back to the caller.
/fuchsia/zircon/system/dev/bus/virtio/
H A Dconsole.cpp105 return &queue_.back();
290 // Did we read the whole buffer? If so return it back to the device
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp430 // Write a place-holder for the header, which we will go back
486 // Write the header back where its place was held.
1329 iovec iov = payload_.back();
1887 if (!prefix.empty() && prefix.back() == '/') {
1982 if (dir_prefix.back() != '/') {
2000 items.back()->OwnFile(std::move(file));
2073 while (!cmdline.empty() && cmdline.back() == '\0') {
2108 items.back()->TakeOwned(std::move(keepalive));
/fuchsia/zircon/kernel/object/
H A Djob_dispatcher.cpp170 neighbor = &parent_->jobs_.back();
/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-client.cpp263 auto sh_mem_addr = reinterpret_cast<uintptr_t>(&allocated_shared_memory_.back());
283 // Destructor of SharedMemory will automatically free block back into pool
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dsequence_container_test_environment.h732 // Backing up one from end() should give us back(). Check both pre
737 EXPECT_TRUE(container().back() == *iter, "");
742 EXPECT_TRUE(container().back() == *iter, "");

Completed in 134 milliseconds