HomeSort by relevance Sort by last modified time
    Searched defs:st (Results 176 - 200 of 1469) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/iproute2/tc/
q_fq_codel.c 204 struct tc_fq_codel_xstats _st, *st; local
210 st = RTA_DATA(xstats);
211 if (RTA_PAYLOAD(xstats) < sizeof(*st)) {
213 memcpy(&_st, st, RTA_PAYLOAD(xstats));
214 st = &_st;
216 if (st->type == TCA_FQ_CODEL_XSTATS_QDISC) {
218 st->qdisc_stats.maxpacket,
219 st->qdisc_stats.drop_overlimit,
220 st->qdisc_stats.new_flow_count,
221 st->qdisc_stats.ecn_mark)
    [all...]
q_hhf.c 178 struct tc_hhf_xstats *st; local
183 if (RTA_PAYLOAD(xstats) < sizeof(*st))
186 st = RTA_DATA(xstats);
189 st->drop_overlimit, st->hh_overlimit,
190 st->hh_tot_count, st->hh_cur_count);
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/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 141 auto st = status(file); local
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
create_directory.pass.cpp 77 auto st = status(dir); local
79 TEST_CHECK((st.permissions() & perms::all) == expect_perms);
create_directory_with_attributes.pass.cpp 76 auto st = status(dir); local
77 TEST_CHECK(st.permissions() == perms::none);
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 55 struct stat st; local
56 st.st_size = 0;
57 if (stat(file_name.c_str(), &st) == 0) {
59 struct _stat st;
60 st.st_size = 0;
61 if (_stat(file_name.c_str(), &st) == 0) {
63 file_size = 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/ltp/testcases/kernel/mem/shmt/
shmt10.c 72 int pid, st; local
122 while (wait(&st) < 0 && errno == EINTR) ;
  /external/ltp/testcases/kernel/mem/thp/
thp01.c 66 int i, lc, st; local
93 if (waitpid(pid, &st, 0) == -1)
95 if (!WIFEXITED(st) || WEXITSTATUS(st) != 0)
  /external/ltp/testcases/kernel/security/dirtyc0w/
dirtyc0w_child.c 104 struct stat st; local
110 SAFE_FSTAT(fd, &st);
112 map = SAFE_MMAP(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
  /external/ltp/testcases/kernel/syscalls/setns/
setns.h 33 struct stat st; local
37 if (stat(tmp, &st) == 0) {
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler_cmdline.c 62 struct stat st; local
72 ret = fstat(fd, &st);
76 *size = st.st_size;
77 *ptr = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0);
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 57 struct st_context_iface *st; member in struct:dri_context
  /external/mesa3d/src/mesa/state_tracker/
st_cb_compute.c 45 struct st_context *st = st_context(ctx); local
46 struct pipe_context *pipe = st->pipe;
49 st_flush_bitmap_cache(st);
50 st_invalidate_readpix_cache(st);
55 if ((st->dirty | ctx->NewDriverState) & ST_PIPELINE_COMPUTE_STATE_MASK ||
56 st->compute_shader_may_be_dirty)
57 st_validate_state(st, ST_PIPELINE_COMPUTE);
st_cb_eglimage.c 76 struct st_context *st = st_context(ctx); local
80 ps = st_manager_get_egl_image_surface(st, (void *) image_handle);
101 struct st_context *st = st_context(ctx); local
148 st_texture_release_all_sampler_views(st, stObj);
162 struct st_context *st = st_context(ctx); local
165 ps = st_manager_get_egl_image_surface(st, (void *) image_handle);
st_cb_program.c 104 struct st_context *st = st_context(ctx); local
110 st_release_vp_variants( st, stvp );
121 st_release_basic_variants(st, stgp->Base.Target, &stgp->variants,
133 st_release_fp_variants(st, stfp);
144 st_release_basic_variants(st, sttcp->Base.Target, &sttcp->variants,
156 st_release_basic_variants(st, sttep->Base.Target,
168 st_release_cp_variants(st, stcp);
193 struct st_context *st = st_context(ctx); local
199 st_release_fp_variants(st, stfp);
200 if (!st_translate_fragment_program(st, stfp)
    [all...]
st_debug.c 88 struct st_context *st = st_context(ctx); local
94 for (i = 0; i < st->vp->state.num_inputs; i++) {
95 printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
99 if (st->vp->variants)
100 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
101 if (st->vp->Base.Parameters)
102 _mesa_print_parameter_list(st->vp->Base.Parameters);
104 tgsi_dump(st->fp->tgsi.tokens, 0);
105 if (st->fp->Base.Parameters)
106 _mesa_print_parameter_list(st->fp->Base.Parameters)
120 struct st_context *st = data; local
    [all...]
st_gen_mipmap.c 80 struct st_context *st = st_context(ctx); local
100 st_flush_bitmap_cache(st);
101 st_invalidate_readpix_cache(st);
128 st_finalize_texture(ctx, st->pipe, texObj, 0);
156 if (!st->pipe->screen->get_param(st->pipe->screen,
158 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel,
161 if (!util_gen_mipmap(st->pipe, pt, format, baseLevel, lastLevel,
  /external/openssh/
auth-rhosts.c 64 struct stat st; local
69 if (fstat(fd, &st) == -1) {
73 if (!S_ISREG(st.st_mode)) {
194 struct stat st; local
214 if (stat(buf, &st) >= 0)
225 stat(_PATH_RHOSTS_EQUIV, &st) < 0 &&
226 stat(_PATH_SSH_HOSTS_EQUIV, &st) < 0) {
256 if (stat(pw->pw_dir, &st) < 0) {
264 ((st.st_uid != 0 && st.st_uid != pw->pw_uid) |
    [all...]
sshpty.c 205 struct stat st; local
217 if (stat(tty, &st))
225 if (st.st_uid != pw->pw_uid || st.st_gid != gid) {
228 (st.st_uid == pw->pw_uid || st.st_uid == 0))
239 if ((st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) != mode) {
242 (st.st_mode & (S_IRGRP | S_IROTH)) == 0)
  /external/skia/src/core/
SkTime.cpp 33 SYSTEMTIME st; local
34 GetSystemTime(&st);
36 dt->fYear = st.wYear;
37 dt->fMonth = SkToU8(st.wMonth);
38 dt->fDayOfWeek = SkToU8(st.wDayOfWeek);
39 dt->fDay = SkToU8(st.wDay);
40 dt->fHour = SkToU8(st.wHour);
41 dt->fMinute = SkToU8(st.wMinute);
42 dt->fSecond = SkToU8(st.wSecond);
  /external/strace/tests/
attach-f-p.c 91 struct stat st; local
93 if (fstat(1, &st))
95 if (st.st_size >= 103)

Completed in 453 milliseconds

1 2 3 4 5 6 78 91011>>