HomeSort by relevance Sort by last modified time
    Searched defs:st (Results 101 - 125 of 883) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/cblas/src/
cblas_zhpr.c 30 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
77 st= x+n;
81 st = x-2;
91 while (x != st);
cblas_ztbmv.c 34 double *st=0, *x=(double *)X; local
105 st = x + n;
111 while (x != st);
150 while (x != st);
cblas_ztbsv.c 34 double *st=0,*x=(double *)X; local
107 st=x+n;
115 while (x != st);
154 while (x != st);
cblas_ztpmv.c 31 double *st=0,*x=(double *)X; local
101 st = x + n;
107 while (x != st);
144 while (x != st);
cblas_ztpsv.c 31 double *st=0, *x=(double*)X; local
103 st=x+n;
111 while (x != st);
149 while (x != st);
cblas_ztrmv.c 34 double *st=0,*x=(double *)X; local
105 st = x + n;
111 while (x != st);
148 while (x != st);
cblas_ztrsv.c 33 double *st=0,*x=(double *)X; local
104 st=x+n;
111 while (x != st);
148 while (x != st);
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 58 struct WithFields st; local
59 st.f1 = 0; // expected-note {{Null pointer value stored to 'st.f1'}}
60 initStruct(x, &st); //expected-note {{Calling 'initStruct'}}
62 return (*st.f1); //expected-warning {{Dereference of null pointer}}
    [all...]
  /external/clang/test/Analysis/
unix-api.c 47 } st = {0}; local
48 fd = open(path, O_RDONLY, st); // expected-warning{{Third argument to 'open' is not an integer}}
57 } st = {0}; local
58 fd = open(path, O_RDONLY, st.val); // no-warning
  /external/e2fsprogs/lib/blkid/
save.c 65 struct stat st; local
79 if (((ret = stat(filename, &st)) < 0 && errno != ENOENT) ||
93 if (ret == 0 && S_ISREG(st.st_mode)) {
  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 77 struct stat st; local
80 ret = stat(path, &st);
84 if (!S_ISDIR(st.st_mode)) {
  /external/iproute2/tc/
q_sfb.c 175 struct tc_sfb_xstats *st; local
180 if (RTA_PAYLOAD(xstats) < sizeof(*st))
183 st = RTA_DATA(xstats);
187 st->earlydrop, st->penaltydrop, st->bucketdrop, st->queuedrop, st->childdrop,
188 st->marked,
189 st->maxqlen, (double)st->maxprob / SFB_MAX_PROB
    [all...]
q_sfq.c 259 struct tc_sfq_xstats *st; local
263 if (RTA_PAYLOAD(xstats) < sizeof(*st))
265 st = RTA_DATA(xstats);
267 fprintf(f, " allot %d ", st->allot);
  /external/ipsec-tools/src/racoon/
misc.c 148 struct stat st; local
150 if (stat(path, &st) != 0)
153 return st.st_size;
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp 46 const ARMSubtarget &st = MF.getSubtarget<ARMSubtarget>(); local
51 if (st.hasV6Ops() || ARM::hGPRRegClass.contains(SrcReg)
  /external/lzma/CPP/Windows/
PropVariantConversions.cpp 51 SYSTEMTIME st; local
52 if (!BOOLToBool(FileTimeToSystemTime(&ft, &st)))
54 s = UIntToStringSpec(0, st.wYear, s, 4);
55 s = UIntToStringSpec('-', st.wMonth, s, 2);
56 s = UIntToStringSpec('-', st.wDay, s, 2);
59 s = UIntToStringSpec(' ', st.wHour, s, 2);
60 s = UIntToStringSpec(':', st.wMinute, s, 2);
62 UIntToStringSpec(':', st.wSecond, s, 2);
  /external/marisa-trie/lib/marisa/
mapper.cc 68 struct __stat64 st; local
69 if (::_stat64(filename, &st) != 0) {
72 const UInt64 file_size = st.st_size;
96 struct stat st; local
97 if (::stat(filename, &st) != 0) {
100 UInt64 file_size = st.st_size;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
mapper.cc 70 struct __stat64 st; local
71 if (::_stat64(filename, &st) != 0) {
74 const UInt64 file_size = st.st_size;
99 struct stat st; local
100 if (::stat(filename, &st) != 0) {
103 UInt64 file_size = st.st_size;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 59 struct st_context_iface *st; member in struct:dri_context
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 78 struct st_context *st = st_context(ctx); local
84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
149 struct st_context *st = st_context(ctx); local
154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
st_cb_flush.c 52 is_front_buffer_dirty(struct st_context *st)
54 struct gl_framebuffer *fb = st->ctx->DrawBuffer;
65 display_front_buffer(struct st_context *st)
67 struct gl_framebuffer *fb = st->ctx->DrawBuffer;
74 st_manager_flush_frontbuffer(st);
79 void st_flush( struct st_context *st,
82 FLUSH_CURRENT(st->ctx, 0);
84 st_flush_bitmap_cache(st);
86 st->pipe->flush( st->pipe, fence )
113 struct st_context *st = st_context(ctx); local
133 struct st_context *st = st_context(ctx); local
    [all...]
st_cb_program.c 58 struct st_context *st = st_context(ctx); local
62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
81 struct st_context *st = st_context(ctx); local
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM
126 struct st_context *st = st_context(ctx); local
196 struct st_context *st = st_context(ctx); local
    [all...]
  /external/openssh/
sshpty.c 200 struct stat st; local
212 if (stat(tty, &st))
220 if (st.st_uid != pw->pw_uid || st.st_gid != gid) {
223 (st.st_uid == pw->pw_uid || st.st_uid == 0))
234 if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != mode) {
237 (st.st_mode & (S_IRGRP | S_IROTH)) == 0)
  /external/toybox/toys/other/
losetup.c 157 struct stat st; local
159 xstat(TT.jfile, &st);
160 TT.jdev = st.st_dev;
161 TT.jino = st.st_ino;
  /external/toybox/toys/pending/
test.c 60 struct stat st; local
64 if (lstat(toys.optargs[1], &st) == -1) return;
65 nolink = !S_ISLNK(st.st_mode);
66 if (!nolink && (stat(toys.optargs[1], &st) == -1)) return;
68 if (id == 0) toys.exitval = !S_ISBLK(st.st_mode); // b
69 else if (id == 1) toys.exitval = !S_ISCHR(st.st_mode); // c
70 else if (id == 2) toys.exitval = !S_ISDIR(st.st_mode); // d
72 else if (id == 4) toys.exitval = !S_ISREG(st.st_mode); // f
73 else if (id == 5) toys.exitval = !(st.st_mode & S_ISGID); // g
75 else if (id == 8) toys.exitval = !S_ISFIFO(st.st_mode); //
    [all...]

Completed in 8375 milliseconds

1 2 3 45 6 7 8 91011>>