HomeSort by relevance Sort by last modified time
    Searched defs:pfn (Results 1 - 25 of 38) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
pv32.s 8 .type pfn,@function
9 pfn: label
15 .size pfn,.Lfe1-pfn
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
inline_exhaustive_pass.cpp 58 ProcessFunction pfn = [this](ir::Function* fp) { local
61 bool modified = ProcessEntryPointCallTree(pfn, module_);
inline_opaque_pass.cpp 106 ProcessFunction pfn = [this](ir::Function* fp) { local
109 bool modified = ProcessEntryPointCallTree(pfn, module_);
local_single_block_elim_pass.cpp 189 ProcessFunction pfn = [this](ir::Function* fp) { local
192 bool modified = ProcessEntryPointCallTree(pfn, module_);
aggressive_dead_code_elim_pass.cpp 259 ProcessFunction pfn = [this](ir::Function* fp) { local
262 bool modified = ProcessEntryPointCallTree(pfn, module_);
local_single_store_elim_pass.cpp 294 ProcessFunction pfn = [this](ir::Function* fp) { local
297 bool modified = ProcessEntryPointCallTree(pfn, module_);
dead_branch_elim_pass.cpp 347 ProcessFunction pfn = [this](ir::Function* fp) { local
350 bool modified = ProcessEntryPointCallTree(pfn, module_);
local_access_chain_convert_pass.cpp 310 ProcessFunction pfn = [this](ir::Function* fp) { local
313 bool modified = ProcessEntryPointCallTree(pfn, module_);
local_ssa_elim_pass.cpp 548 ProcessFunction pfn = [this](ir::Function* fp) { local
551 bool modified = ProcessEntryPointCallTree(pfn, module_);
  /external/ltp/testcases/kernel/syscalls/msync/
msync04.c 39 uint64_t pagemap_entry, pageflag_entry, pfn, index; local
47 pfn = pagemap_entry & ((1ULL << 55) - 1);
48 if (!pfn)
51 index = pfn * sizeof(uint64_t);
  /external/linux-kselftest/tools/testing/selftests/vm/
transhuge-stress.c 110 int64_t pfn; local
112 pfn = allocate_transhuge(p);
114 if (pfn < 0) {
117 size_t idx = pfn >> (HPAGE_SHIFT - PAGE_SHIFT);
mlock2-tests.c 71 uint64_t pfn; local
80 offset = addr / getpagesize() * sizeof(pfn);
87 if (fread(&pfn, sizeof(pfn), 1, file) != 1) {
93 return pfn;
96 static uint64_t get_kpageflags(unsigned long pfn)
107 if (fseek(file, pfn * sizeof(flags), SEEK_SET)) {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
dwp_test_1.cc 109 int (*pfn)() = &f10; variable
114 return (*pfn)() == 135;
dwp_test_1.s 281 .globl pfn
284 .type pfn, @object
285 .size pfn, 8
286 pfn: label
304 movq pfn(%rip), %rax
1805 .string "pfn"
    [all...]
two_file_test_1.cc 137 int (*pfn)() = &f10; variable
142 return (*pfn)() == 135;
two_file_test_1_v1.cc 142 int (*pfn)() = &f10; variable
147 return (*pfn)() == 135;
  /external/conscrypt/benchmark-graphs/src/main/java/org/conscrypt/graphgen/
Main.java 104 PrintFileNames pfn = new PrintFileNames(" ", err); local
105 Files.walkFileTree(templatesPath, pfn);
  /hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
HwcHal.h 234 auto pfn = mDevice->getFunction(mDevice, desc); local
235 if (pfn) {
236 *outPfn = reinterpret_cast<T>(pfn);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h 15 LPTHREAD_START_ROUTINE pfn; member in struct:__anon65290
  /external/boringssl/src/crypto/x509v3/
v3name_test.cc 390 const struct set_name_fn *pfn = name_fns; local
391 while (pfn->name) {
396 ASSERT_TRUE(pfn->fn(crt.get(), *pname));
397 run_cert(crt.get(), *pname, pfn);
400 ++pfn;
  /external/valgrind/include/vki/
vki-xen-hvm.h 95 vki_uint64_t pfn; member in struct:vki_xen_hvm_get_mem_access
  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
Gralloc1Hal.h 162 auto pfn = mDevice->getFunction(mDevice, desc); local
163 if (pfn) {
164 *outPfn = reinterpret_cast<T>(pfn);
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
Gralloc1Hal.h 199 auto pfn = mDevice->getFunction(mDevice, desc); local
200 if (pfn) {
201 *outPfn = reinterpret_cast<T>(pfn);
  /external/clang/test/Sema/
atomic-ops.c 229 void (*pfn)(memory_order) = &atomic_thread_fence; member in struct:s2
230 pfn = &atomic_signal_fence; member in struct:s2
  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcHal.h 511 auto pfn = mDevice->getFunction(mDevice, desc); local
512 if (pfn) {
513 *outPfn = reinterpret_cast<T>(pfn);

Completed in 1254 milliseconds

1 2