HomeSort by relevance Sort by last modified time
    Searched refs:pst (Results 1 - 25 of 47) sorted by null

1 2

  /external/strace/tests/
fstatx.c 30 #define TEST_SYSCALL_INVOKE(sample, pst) \
31 syscall(TEST_SYSCALL_NR, 0, pst)
fstatat.c 31 # define TEST_SYSCALL_INVOKE(sample, pst) \
32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
lstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
30 syscall(TEST_SYSCALL_NR, sample, pst)
statx.c 50 # define TEST_SYSCALL_INVOKE(sample, pst) \
52 TEST_SYSCALL_STATX_MASK, pst)
  /external/strace/tests-m32/
fstatx.c 30 #define TEST_SYSCALL_INVOKE(sample, pst) \
31 syscall(TEST_SYSCALL_NR, 0, pst)
fstatat.c 31 # define TEST_SYSCALL_INVOKE(sample, pst) \
32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
lstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
30 syscall(TEST_SYSCALL_NR, sample, pst)
statx.c 50 # define TEST_SYSCALL_INVOKE(sample, pst) \
52 TEST_SYSCALL_STATX_MASK, pst)
  /external/strace/tests-mx32/
fstatx.c 30 #define TEST_SYSCALL_INVOKE(sample, pst) \
31 syscall(TEST_SYSCALL_NR, 0, pst)
fstatat.c 31 # define TEST_SYSCALL_INVOKE(sample, pst) \
32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
lstatx.c 29 #define TEST_SYSCALL_INVOKE(sample, pst) \
30 syscall(TEST_SYSCALL_NR, sample, pst)
statx.c 50 # define TEST_SYSCALL_INVOKE(sample, pst) \
52 TEST_SYSCALL_STATX_MASK, pst)
  /external/fio/os/
os-hpux.h 73 struct pst_static pst; local
76 pu.pst_static = &pst;
77 if (pstat(PSTAT_STATIC, pu, sizeof(pst), 0, 0) == -1)
80 ret = pst.physical_memory;
81 ret *= pst.page_size;
  /external/libffi/src/powerpc/
ffi_linux64.c 714 unsigned long *pst, ffi_dblfl *pfr)
717 /* pst is the pointer to parameter save area
736 rvalue = (void *) *pst;
737 pst++;
759 avalue[i] = (char *) pst + 7;
760 pst++;
767 avalue[i] = (char *) pst + 6;
768 pst++;
775 avalue[i] = (char *) pst + 4;
776 pst++
    [all...]
ffi_sysv.c 687 unsigned long *pst)
692 /* pst is the pointer to outgoing parameter stack in original caller */
755 avalue[i] = pst;
756 pst += 1;
769 if (((long) pst) & 4)
770 pst++;
771 avalue[i] = pst;
772 pst += 2;
786 if (((long) pst) & 4)
787 pst++
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 714 unsigned long *pst, ffi_dblfl *pfr)
717 /* pst is the pointer to parameter save area
736 rvalue = (void *) *pst;
737 pst++;
759 avalue[i] = (char *) pst + 7;
760 pst++;
767 avalue[i] = (char *) pst + 6;
768 pst++;
775 avalue[i] = (char *) pst + 4;
776 pst++
    [all...]
ffi_sysv.c 687 unsigned long *pst)
692 /* pst is the pointer to outgoing parameter stack in original caller */
755 avalue[i] = pst;
756 pst += 1;
769 if (((long) pst) & 4)
770 pst++;
771 avalue[i] = pst;
772 pst += 2;
786 if (((long) pst) & 4)
787 pst++
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 714 unsigned long *pst, ffi_dblfl *pfr)
717 /* pst is the pointer to parameter save area
736 rvalue = (void *) *pst;
737 pst++;
759 avalue[i] = (char *) pst + 7;
760 pst++;
767 avalue[i] = (char *) pst + 6;
768 pst++;
775 avalue[i] = (char *) pst + 4;
776 pst++
    [all...]
ffi_sysv.c 687 unsigned long *pst)
692 /* pst is the pointer to outgoing parameter stack in original caller */
755 avalue[i] = pst;
756 pst += 1;
769 if (((long) pst) & 4)
770 pst++;
771 avalue[i] = pst;
772 pst += 2;
786 if (((long) pst) & 4)
787 pst++
    [all...]
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 167 const uint8_t *pst,
225 const uint8_t *const pst,
229 * @brief Returns the usage entry information for a particular pst
234 * Session ID to be associated with the pst entry
235 * @param[in] pst
236 * Pointer to pst data used as an index into the usage table
238 * Length of pst buffer in bytes
242 * Length of provided pst_report_buffer in bytes. Should be sizeof(pst) +
248 const uint8_t *const pst,
259 * Session ID previously associated with the pst
    [all...]
  /external/libffi/src/sh/
ffi.c 516 unsigned long *pst)
645 avalue[i] = (((char *)pst) + OFS_INT8);
650 avalue[i] = (((char *)pst) + OFS_INT16);
654 avalue[i] = pst;
660 pst++;
676 avalue[i] = pst;
677 pst++;
688 avalue[i] = pst;
689 pst += 2;
704 pst += greg - NGREGARG
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh/
ffi.c 516 unsigned long *pst)
645 avalue[i] = (((char *)pst) + OFS_INT8);
650 avalue[i] = (((char *)pst) + OFS_INT16);
654 avalue[i] = pst;
660 pst++;
676 avalue[i] = pst;
677 pst++;
688 avalue[i] = pst;
689 pst += 2;
704 pst += greg - NGREGARG
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh/
ffi.c 516 unsigned long *pst)
645 avalue[i] = (((char *)pst) + OFS_INT8);
650 avalue[i] = (((char *)pst) + OFS_INT16);
654 avalue[i] = pst;
660 pst++;
676 avalue[i] = pst;
677 pst++;
688 avalue[i] = pst;
689 pst += 2;
704 pst += greg - NGREGARG
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_private.h 29 #define set_optee_pstate(st, pst) do { \
31 st |= (pst & OPTEE_PSTATE_MASK) << \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
system.s 68 .irp op, pld, pli, pst

Completed in 972 milliseconds

1 2