HomeSort by relevance Sort by last modified time
    Searched defs:stx (Results 1 - 9 of 9) sorted by null

  /external/strace/
statx.c 62 stx.field.sec, stx.field.nsec); \
63 tprints_comment(sprinttime_nsec(stx.field.sec, \
64 zero_extend_signed_to_ull(stx.field.nsec))); \
67 struct_statx stx; local
68 if (umove_or_printaddr(tcp, tcp->u_arg[4], &stx))
72 printflags(statx_masks, stx.stx_mask, "STATX_???");
75 PRINT_FIELD_U(", ", stx, stx_blksize);
78 printflags(statx_attrs, stx.stx_attributes, "STATX_ATTR_???");
81 PRINT_FIELD_U(", ", stx, stx_nlink)
    [all...]
  /external/cblas/src/
cblas_zhpr2.c 33 *yy=(double *)Y, *stx, *sty; local
77 stx = x + n;
94 } while (x != stx);
cblas_cgemv.c 39 const float *stx = x; local
123 stx = x;
125 else stx = (const float *)X;
138 F77_cgemv(F77_TA, &F77_N, &F77_M, ALPHA, A, &F77_lda, stx,
cblas_cher2.c 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; local
83 stx= x+n;
87 stx = x-2;
109 while (x != stx);
cblas_chpr2.c 33 *yy=(float *)Y, *tx, *ty, *stx, *sty; local
82 stx= x+n;
86 stx = x-2;
108 while (x != stx);
cblas_zher2.c 33 *yy=(double *)Y, *tx, *ty, *stx, *sty; local
83 stx= x+n;
87 stx = x-2;
109 while (x != stx);
  /external/linux-kselftest/tools/testing/selftests/proc/
fd-003-kthread.c 117 unsigned int mask, void *stx)
119 return syscall(SYS_statx, dirfd, pathname, flags, mask, stx);
124 char stx[256] __attribute__((aligned(8))); local
127 rv = sys_statx(fd, pathname, AT_SYMLINK_NOFOLLOW, 0, (void *)stx);
  /external/u-boot/arch/arm/include/asm/arch-lpc32xx/
i2c.h 22 u32 stx; member in struct:lpc32xx_i2c_base
  /external/v8/benchmarks/
earley-boyer.js 1094 "\002": "#\\stx",
1134 "stx": "\002",
1133 "soh": "\\001", property in class:sc_Char.readable2char
    [all...]

Completed in 2891 milliseconds