Searched refs:it (Results 26 - 50 of 53) sorted by relevance

123

/fuchsia/zircon/system/ulib/trace-reader/
H A Dreader.cpp19 // set the current provider. So set it to non-existent provider 0.
539 auto it = providers_.find(id); local
540 if (it != providers_.end())
541 return it->name;
546 auto it = providers_.find(id); local
547 if (it != providers_.end()) {
548 current_provider_ = &*it;
601 auto it = current_provider_->string_table.find(string_ref); local
602 if (it == current_provider_->string_table.end()) {
606 *out_string = it
624 auto it = current_provider_->thread_table.find(thread_ref); local
[all...]
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.cpp162 for (auto it = edid::audio_data_block_iterator(&info->edid); it.is_valid(); ++it) {
163 if (it->format() != edid::ShortAudioDescriptor::kLPcm) {
164 // TODO(stevensd): Add compressed formats when audio format supports it
171 (it->lpcm_24() ? AUDIO_SAMPLE_FORMAT_24BIT_PACKED | AUDIO_SAMPLE_FORMAT_24BIT_IN32
173 | (it->lpcm_20() ? AUDIO_SAMPLE_FORMAT_20BIT_PACKED | AUDIO_SAMPLE_FORMAT_20BIT_IN32
175 | (it->lpcm_16() ? AUDIO_SAMPLE_FORMAT_16BIT : zero_format));
178 range.max_channels = static_cast<uint8_t>(it->num_channels_minus_1() + 1);
194 if (!(it
[all...]
/fuchsia/zircon/system/core/userboot/
H A Drules.mk25 # This is built as a shared library, but it gets embedded directly in the
43 # While inlining these builtins is desirable, it causes LTO to optimize away
84 # giving the relative address where it will be found at runtime. With
/fuchsia/zircon/kernel/lib/vdso/
H A Drules.mk21 # vdso-image.S embeds this file, so building depends on it.
/fuchsia/zircon/system/host/blobfs/
H A Dmain.cpp189 auto it = std::unique(merkle_list_.begin(), merkle_list_.end(), compare); local
190 merkle_list_.resize(std::distance(merkle_list_.begin(), it));
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasremove.c120 /* If next line is blank, remove it too */
139 * DESCRIPTION: Remove a "#ifdef" statement, and all text that it encompasses.
313 Also, it appears to have one or more bugs in it. It can incorrectly remove
/fuchsia/zircon/third_party/uapp/kilo/
H A Drules.mk34 # NOTE(raggi): kilo.c inclusion is disabled for now, as it is the only
/fuchsia/zircon/system/host/fidl/lib/
H A Djson_generator.cpp111 for (Iterator it = begin; it != end; ++it) {
112 if (it != begin)
114 Generate(*it);
/fuchsia/zircon/make/
H A Dengine.mk166 # TODO(mcgrathr): New warning in GCC 7 biting a lot of code; figure it out.
240 # and it allows for unwinding of stripped binaries, pc -> source translation
276 # "loader service", so it should be a simple name rather than an
291 # doing a -shared -z defs link. To do this it needs to find
498 # LTO doesn't store -mcmodel=kernel information in the bitcode files as it
499 # does for many other codegen options so we have to set it explicitly. This
524 # and ASan reporting doesn't really grok safe-stack, so disable it.
528 # The Clang toolchain includes a manifest for the shared libraries it provides.
535 # needs to link with $(ASAN_SOLIB). module-user{app,lib}.mk adds it
536 # to MODULE_EXTRA_OBJS so the linking target will depend on it
[all...]
H A Dmodule-userapp.mk39 # whose instrumented code might call into it. It depends on libzircon, so
H A Dmodule-userlib.mk47 # whose instrumented code might call into it. It depends on libzircon, so
91 # Only update the .so.abi file if it's changed, so things don't need
107 # the link, so if it were the only linker we would not add these
120 # Move it into place only if it's changed.
H A Dmodule.mk64 # as possible, so it's easier to understand.
70 # if there's a manifest group, remove whitespace and wrap it in {}s
107 # it defaults to being derived from the MODULE directory
H A Dboard.mk7 # Rules for building boot shim and prepending it to ZBI.
H A Dmacros.mk76 # into a command file if this version of Make supports it.
H A Dbuild.mk36 # Tell the linker to record all the relocations it applied.
155 # generate a new manifest and compare to see if it differs from the previous one
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexpl.S30 # it will be wrong on non-nearest rounding mode
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl13 # CRYPTOGAMS licenses depending on where you obtain it. For further
209 @ make it appear as in
224 cclr $inc,eq @ is it time to zero $inc?
258 cclr $inc,lo @ is it time to zero $inc?
268 cclr $inc,eq @ is it time to zero $inc?
401 # assemblers don't implement it:-(
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dfuchsia-run-test.cpp102 // but the added complexity doesn't seem worth it.
182 // If we get a non empty |cmx_file_path|, check that it exists, and if
287 fds[1].release(); // To avoid double close since fdio_spawn_etc() closes it.
462 Result::HashTable::iterator it; local
463 result->data_sinks.insert_or_find(fbl::make_unique<DataSink>(data.sink_name), &it); local
464 it->files.push_back(DumpFile{name, dump_file});
/fuchsia/zircon/system/ulib/trace-engine/
H A Dcontext_api.cpp167 auto it = cache->string_table.find(string_literal);
168 if (likely(it.IsValid()))
169 return it.CopyPointer();
188 auto it = cache->thread_table.find(thread_koid);
189 if (likely(it.IsValid()))
190 return it.CopyPointer();
547 // Make sure to assign it a string index if possible instead of inlining.
813 // event directly instead of packing it into an argument like this.
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp156 // We haven't actually written it yet, so just update it in
159 auto it = iov_.begin(); local
160 for (place -= flushed_; place > 0; place -= it++->iov_len) {
161 assert(it != write_pos_);
162 assert(place >= it->iov_len);
164 assert(it->iov_len == sizeof(header));
166 it->iov_base = memcpy(buffer.get(), &header, sizeof(header));
266 // Remove the file in case it exists. This makes it saf
1550 Create(Item* item, BootFSDirectoryIterator* it) argument
[all...]
/fuchsia/zircon/system/core/devmgr/
H A Drules.mk26 # can be linked dynamically. But it doesn't support any means to look
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh271 * be defined prior to inclusion, and it in turn defines:
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c785 * 2) The name was found, but it originated in a table other than
1262 disassembler, otherwise it does not know how to handle the method invocations.
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-armv8.pl13 # CRYPTOGAMS licenses depending on where you obtain it. For further
216 add $E,$E,$K // warm it up
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk21 # can read about the semantics of it and the other feature test macros
25 # it can define _BSD_SOURCE, _GNU_SOURCE, or _ALL_SOURCE in only
1061 # (only) place it needs to be installed at runtime is where the
1103 # install it globally

Completed in 138 milliseconds

123