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

/bionic/linker/
H A DAndroid.mk3 include $(call first-makefiles-under,$(LOCAL_PATH))
H A Dlinker_utils.cpp45 const std::string& token = param.first;
H A Dlinker_phdr.cpp91 loader decides where to load the first segment, then will load all others
92 relative to the first one to respect the initial range layout.
104 If the loader decides to load the first segment at address 0xa0000000
112 difference between the first segment's load address, and its p_vaddr value.
527 uint8_t* first = align_up(mmap_ptr, align);
529 size_t n = arc4random_uniform((last - first) / PAGE_SIZE + 1);
530 uint8_t* start = first + n * PAGE_SIZE;
668 // seg_file_end is now the first page address after the file
1063 // Otherwise, check the first loadable segment. If its file offset
H A Dlinker_config.cpp434 auto& name = ns_config_it.first;
/bionic/tools/versioner/src/
H A DPreprocessor.cpp57 const CompilationType& type = it.first;
186 const std::string& arch_expr = it.first;
233 int introduced = avail.arch_availability[it.first].introduced;
294 FileLocation current_location = current->first.end;
295 FileLocation end_location = next->first.start;
370 D("Not merging blocks %s and %s\n", to_string(current->first).c_str(),
371 to_string(next->first).c_str());
377 D("Merging blocks %s and %s\n", to_string(current->first).c_str(),
378 to_string(next->first).c_str());
380 Location merged = current->first;
[all...]
H A DSymbolDatabase.cpp108 llvm::StringRef file = pair.first;
151 result[it.first][type] = it.second;
H A Dversioner.cpp125 if (header.endswith("/" + it.first)) {
196 compileHeader(vfs, result.get(), job.first, job.second);
210 compileHeader(vfs, result.get(), job.first, job.second);
228 result.insert(it.first);
262 inline_def_it.first->dump(cwd, stderr, 4);
325 const auto& symbol_name = symbol_it.first;
382 const std::string& symbol_name = it.first;
H A DArch.h49 this->operator[](pair.first) = pair.second;
H A DDeclarationDatabase.cpp276 if (compilation_it.first == type) {
336 ss << to_string(it.first) << ": " << to_string(it.second) << ", ";
/bionic/tools/relocation_packer/src/
H A Delf_file_unittest.cc83 void CheckFileContentsEqual(FILE* first, FILE* second) { argument
84 ASSERT_EQ(0, fseek(first, 0, SEEK_SET));
92 size_t first_read = fread(first_buffer, 1, sizeof(first_buffer), first);
97 } while (!feof(first) && !feof(second));
99 EXPECT_TRUE(feof(first) && feof(second));
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp61 [](ZipData& a, ZipData& b) { return a.first->offset < b.first->offset; });
80 ZipEntry* zip_entry = entry.first.get();
/bionic/libc/tools/
H A Dgenseccomp.py140 first = convert_to_intermediate_bpf(ranges[:half])
142 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","]
143 return jump + first + second
/bionic/tests/
H A DAndroid.mk104 include $(call first-makefiles-under,$(LOCAL_PATH))
H A Difaddrs_test.cpp159 for (const auto& it : inet_addrs) CheckAddressIsInSet(it.first, true, it.second);
160 for (const auto& it : broad_addrs) CheckAddressIsInSet(it.first, false, it.second);
H A Dgtest_main.cpp465 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(),
1026 // gtest. PickOptions() picks the first part into IsolationTestOptions structure, leaving the second
/bionic/libc/dns/nameser/
H A Dns_name.c531 int n, l, first = 1; local
587 (dstp - msg) < 0x4000 && first) {
590 first = 0;
832 /* Recurse to get rest of name done first. */
929 * dnptrs is the pointer to the first name on the list,
/bionic/libc/kernel/tools/
H A Dcpp.py181 # same file first line
365 tester.setTokenizer(CppStringTokenizer("first\nsecond"))
366 tester.expectList(["first", "second"])
368 tester.setTokenizer(CppStringTokenizer("first second\n third"))
369 tester.expectTokens([("first", 1, 1),
625 # Checking for 'defined' needs to come first now because 'defined' is
1292 first = n
1294 first = 0
1319 first = i + 1
1331 # Is it a variable or function definition. If so, first
[all...]
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h162 evWait * first; member in struct:evWaitList
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c349 int first = 1; /* is this the first alternative? */ local
368 if (first) {
372 first = 0;
381 if (!first) { /* tail-end fixups */
563 * This implementation is a bit of a kludge, in that a trailing $ is first
572 int end1, /* first terminating character */
577 int first = 1; /* first subexpression? */ local
595 wasdollar = p_simp_re(p, first, reclimi
[all...]
H A Dengine.c506 for (;;) { /* find first matching branch */
716 for (;;) { /* find first matching branch */
1049 case OCH_: /* mark the first two branches */
1100 int first = 1; local
1115 fprintf(d, "%s%d", (first) ? "\t" : ", ", i);
1116 first = 0;
/bionic/libc/dns/resolv/
H A Dres_cache.c82 * this will initialize the cache on first usage. the result can be NULL
101 /* the name of an environment variable that will be checked the first time
181 * - end : the address of the buffer's limit, i.e. of the first byte
657 int first = 1; local
676 if (first)
677 first = 0;
1121 Entry* first = list->mru_next; local
1123 e->mru_next = first;
1127 first->mru_prev = e;
/bionic/libc/kernel/uapi/sound/
H A Dasound.h406 unsigned int first; member in struct:snd_pcm_channel_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dasound.h406 unsigned int first; member in struct:snd_pcm_channel_info
/bionic/libc/kernel/uapi/linux/
H A Dkvm.h389 __u32 first, last; member in struct:kvm_coalesced_mmio_ring
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dkvm.h389 __u32 first, last; member in struct:kvm_coalesced_mmio_ring

Completed in 516 milliseconds