HomeSort by relevance Sort by last modified time
    Searched refs:pinfo (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/libpng/
pngtest.c 533 memory_infop pinfo; local
535 pinfo = (memory_infop)png_malloc(png_ptr,
536 (sizeof *pinfo));
537 pinfo->size = size;
545 pinfo->pointer = png_malloc(png_ptr, size);
551 if (size != 0 && pinfo->pointer == NULL)
559 pinfo->next = pinformation;
560 pinformation = pinfo;
562 memset(pinfo->pointer, 0xdd, pinfo->size)
594 memory_infop pinfo = *ppinfo; local
1984 memory_infop pinfo = pinformation; local
2078 memory_infop pinfo = pinformation; local
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 533 memory_infop pinfo; local
535 pinfo = (memory_infop)png_malloc(png_ptr,
536 (png_uint_32)png_sizeof(*pinfo));
537 pinfo->size = size;
543 pinfo->pointer = (png_voidp)png_malloc(png_ptr, size);
548 if (size != 0 && pinfo->pointer == NULL)
555 pinfo->next = pinformation;
556 pinformation = pinfo;
558 png_memset(pinfo->pointer, 0xdd, pinfo->size)
585 memory_infop pinfo = *ppinfo; local
1581 memory_infop pinfo = pinformation; local
1658 memory_infop pinfo = pinformation; local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 187 NonProxyInfo pinfo = null; local
190 pinfo = NonProxyInfo.httpNonProxyInfo;
195 // pinfo = NonProxyInfo.httpNonProxyInfo;
196 pinfo = NonProxyInfo.httpsNonProxyInfo;
198 pinfo = NonProxyInfo.ftpNonProxyInfo;
200 pinfo = NonProxyInfo.socksNonProxyInfo;
207 final NonProxyInfo nprop = pinfo;
  /external/libunwind_llvm/src/
AddressSpace.hpp 411 [](struct dl_phdr_info *pinfo, size_t, void *data) -> int {
419 if (cbdata->targetAddr < pinfo->dlpi_addr) {
440 pinfo->dlpi_phnum
441 ? reinterpret_cast<Elf_Addr>(pinfo->dlpi_phdr) -
442 reinterpret_cast<const Elf_Phdr *>(pinfo->dlpi_phdr)
447 for (Elf_Half i = 0; i < pinfo->dlpi_phnum; i++) {
448 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i];
450 uintptr_t begin = pinfo->dlpi_addr + phdr->p_vaddr;
452 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base)
463 uintptr_t eh_frame_hdr_start = pinfo->dlpi_addr + phdr->p_vaddr
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 100 } Pinfo;
144 Pinfo *shmaddr; /* Start address of shared memory */
172 Pinfo *put_proc_info(int tval);
184 Pinfo *shmgetseg(void);
194 extern Pinfo *shmaddr; /* shared memory pointer */
197 Pinfo *pinfo; /* pointer to process info in shared memory */ local
205 for (pinfo = shmaddr, i = 0; i < nodesum; i++, pinfo++) {
208 i, pinfo->pid, pinfo->ppid, pinfo->msg, pinfo->err)
538 Pinfo *pinfo; \/* pointer to process information in shared mem *\/ local
725 Pinfo *pinfo = NULL; \/* ptr to struct in shared memory. *\/ local
    [all...]
  /external/python/cpython2/Modules/
almodule.c 59 param2python(int resource, int param, ALvalue value, ALparamInfo *pinfo)
63 if (pinfo == NULL) {
64 pinfo = &info;
68 switch (pinfo->elementType) {
135 python2param(int resource, ALpv *param, PyObject *value, ALparamInfo *pinfo)
141 if (pinfo == NULL) {
142 pinfo = &info;
146 switch (pinfo->valueType) {
148 if (pinfo->elementType != AL_CHAR_ELEM) {
165 switch (pinfo->elementType)
212 ALparamInfo *pinfo; local
1421 ALparamInfo *pinfo; local
1565 ALparamInfo *pinfo; local
1611 ALparamInfo pinfo; local
1690 ALparamInfo pinfo; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.cc 565 const unsigned char* pinfo = this->buffer_ + offset; local
568 uint64_t unit_length = this->dwinfo_->read_from_pointer<32>(pinfo);
569 pinfo += 4;
572 unit_length = this->dwinfo_->read_from_pointer<64>(pinfo);
574 pinfo += 8;
582 this->end_of_table_ = pinfo + unit_length;
591 unsigned int version = this->dwinfo_->read_from_pointer<16>(pinfo);
592 pinfo += 2;
596 this->reloc_mapper_->get_reloc_target(pinfo - this->buffer_,
600 pinfo += 2 * this->offset_size_
614 const unsigned char* pinfo = this->pinfo_; local
1266 const unsigned char* pinfo = this->buffer_; local
    [all...]
  /sdk/find_java/src/source/
find_java_lib.cpp 452 PROCESS_INFORMATION pinfo; local
475 ZeroMemory(&pinfo, sizeof(pinfo));
496 &pinfo);
539 WaitForSingleObject(pinfo.hProcess, INFINITE);
542 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) {
547 CloseHandle(pinfo.hProcess);
548 CloseHandle(pinfo.hThread);
  /sdk/find_java2/src/
JavaFinder.cpp 87 PROCESS_INFORMATION pinfo; local
112 ZeroMemory(&pinfo, sizeof(pinfo));
133 &pinfo);
177 WaitForSingleObject(pinfo.hProcess, INFINITE);
180 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) {
185 CloseHandle(pinfo.hProcess);
186 CloseHandle(pinfo.hThread);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
transact.h 164 virtual HRESULT WINAPI GetTransactionInfo(XACTTRANSINFO *pinfo) = 0;
174 HRESULT (WINAPI *GetTransactionInfo)(ITransaction *This,XACTTRANSINFO *pinfo);
186 #define ITransaction_GetTransactionInfo(This,pinfo) (This)->lpVtbl->GetTransactionInfo(This,pinfo)
193 HRESULT WINAPI ITransaction_GetTransactionInfo_Proxy(ITransaction *This,XACTTRANSINFO *pinfo);
213 HRESULT (WINAPI *GetTransactionInfo)(ITransactionCloner *This,XACTTRANSINFO *pinfo);
226 #define ITransactionCloner_GetTransactionInfo(This,pinfo) (This)->lpVtbl->GetTransactionInfo(This,pinfo)
240 virtual HRESULT WINAPI GetTransactionInfo2(XACTTRANSINFO *pinfo) = 0;
250 HRESULT (WINAPI *GetTransactionInfo)(ITransaction2 *This,XACTTRANSINFO *pinfo);
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
nios2.h 129 The pinfo field is INSN_MACRO for a macro. Otherwise, it is a collection
135 that is emitted. If pinfo is INSN_MACRO, then this is 0.
137 If pinfo is INSN_MACRO, the mask field stores the macro identifier.
156 unsigned long pinfo; /* Is this a real instruction or instruction member in struct:nios2_opcode
162 /* This value is used in the nios2_opcode.pinfo field to indicate that the
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xgate.h 68 struct xgate_page_info pinfo; member in struct:xgate_elf_link_hash_table
elf32-m68hc12.c 555 phys_addr = m68hc11_phys_addr (&htab->pinfo, sym_value);
556 phys_page = m68hc11_phys_page (&htab->pinfo, sym_value);
565 bfd_put_16 (stub_bfd, htab->pinfo.trampoline_addr, loc + 1);
elf32-m68hc1x.h 103 struct m68hc11_page_info pinfo; member in struct:m68hc11_elf_link_hash_table
syms.c 853 to TRUE if it finds some information. The *pinfo field is used to
855 the routine is called for a BFD, *pinfo should be NULL. The value
856 placed in *pinfo should be saved with the BFD, and passed back each
893 /* A pointer to this structure is stored in *pinfo. */
932 void **pinfo)
969 info = (struct stab_find_info *) *pinfo;
1012 /* No stabs debugging information. Set *pinfo so that we
1014 *pinfo = info;
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 414 POLICYINFO *pinfo;
417 pinfo = sk_POLICYINFO_value(pol, i);
419 i2a_ASN1_OBJECT(out, pinfo->policyid);
421 if (pinfo->qualifiers)
422 print_qualifiers(out, pinfo->qualifiers, indent + 2);
  /toolchain/binutils/binutils-2.27/opcodes/
mips-dis.c     [all...]
  /system/core/adb/
adb.cpp 763 PROCESS_INFORMATION pinfo; local
764 ZeroMemory(&pinfo, sizeof(pinfo));
778 &pinfo )) {
784 unique_handle process_handle(pinfo.hProcess);
785 pinfo.hProcess = NULL;
788 CloseHandle(pinfo.hThread);
789 pinfo.hThread = NULL;
870 fprintf(stderr, "adb: server is running with process id %lu\n", pinfo.dwProcessId);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c 1946 struct disassemble_info * pinfo = (struct disassemble_info *) inf; local
    [all...]
  /external/python/cpython2/Lib/plat-mac/
findertools.py 823 pinfo = processinfo(pr[0][0])
825 print '\t\tmemory partition', pinfo.partition # the memory allocated to this process
826 print '\t\tmemory used', pinfo.used # the memory actuall used by this process
827 print '\t\tis visible', pinfo.visible # is the process visible to the user
828 print '\t\tis frontmost', pinfo.frontmost # is the process the front most one?
829 print '\t\thas scripting', pinfo.hasscripting # is the process scriptable?
830 print '\t\taccepts high level events', pinfo.accepthighlevel # does the process accept high level appleevents?
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py 823 pinfo = processinfo(pr[0][0])
825 print '\t\tmemory partition', pinfo.partition # the memory allocated to this process
826 print '\t\tmemory used', pinfo.used # the memory actuall used by this process
827 print '\t\tis visible', pinfo.visible # is the process visible to the user
828 print '\t\tis frontmost', pinfo.frontmost # is the process the front most one?
829 print '\t\thas scripting', pinfo.hasscripting # is the process scriptable?
830 print '\t\taccepts high level events', pinfo.accepthighlevel # does the process accept high level appleevents?
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 823 pinfo = processinfo(pr[0][0])
825 print '\t\tmemory partition', pinfo.partition # the memory allocated to this process
826 print '\t\tmemory used', pinfo.used # the memory actuall used by this process
827 print '\t\tis visible', pinfo.visible # is the process visible to the user
828 print '\t\tis frontmost', pinfo.frontmost # is the process the front most one?
829 print '\t\thas scripting', pinfo.hasscripting # is the process scriptable?
830 print '\t\taccepts high level events', pinfo.accepthighlevel # does the process accept high level appleevents?
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c 112 struct vki_siginfo* pinfo; member in struct:rt_sigframe
172 frame->pinfo = &frame->info;
  /external/libdrm/
xf86drm.c     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 548 PolicyInformation pinfo = null; local
552 pinfo = PolicyInformation.getInstance(e.nextElement());
558 if (ANY_POLICY.equals(pinfo.getPolicyIdentifier().getId()))
562 pq = getQualifierSet(pinfo.getPolicyQualifiers());
    [all...]

Completed in 674 milliseconds

12 3 4