Searched defs:st (Results 1 - 25 of 507) sorted by relevance

1234567891011>>

/external/elfutils/src/libelf/
H A Delf_getarhdr.c62 int st = __libelf_next_arhdr_wrlock (parent); local
65 if (st != 0)
H A Delf_readall.c94 struct stat st; local
96 if (fstat (elf->fildes, &st) < 0)
99 if (sizeof (size_t) >= sizeof (st.st_size)
100 || st.st_size <= ~((size_t) 0))
101 elf->maximum_size = (size_t) st.st_size;
/external/v8/test/mjsunit/regress/
H A Dregress-486.js28 var st = "\u0422\u0435\u0441\u0442"; // Test in Cyrillic characters. variable
29 var cyrillicMatch = /^[\u0430-\u044fa-z]+$/i.test(st); // a-ja a-z.
/external/clang/test/Modules/
H A Dstddef.c8 size_t st; // expected-error {{must be imported}} variable
/external/elfutils/src/libdw/
H A Ddwarf_begin.c78 struct stat64 st; local
80 if (fstat64 (fd, &st) == 0 && ! S_ISREG (st.st_mode))
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.h44 st_destroy_drawpix(struct st_context *st);
47 st_make_drawpix_fragment_program(struct st_context *st,
52 st_make_drawpix_z_stencil_program(struct st_context *st,
64 st_destroy_drawpix(struct st_context *st) argument
H A Dst_cb_drawtex.h25 st_destroy_drawtex(struct st_context *st);
35 st_destroy_drawtex(struct st_context *st) argument
H A Dst_debug.c81 struct st_context *st = st_context(ctx); local
87 for (i = 0; i < st->vp->state.num_inputs; i++) {
88 printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
92 if (st->vp->variants)
93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
94 if (st->vp->Base.Base.Parameters)
95 _mesa_print_parameter_list(st->vp->Base.Base.Parameters);
97 tgsi_dump( st->fp->variants[0].tgsi.tokens, 0 );
98 if (st->fp->Base.Base.Parameters)
99 _mesa_print_parameter_list(st
[all...]
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.assign/
H A Dgslice_array.pass.cpp32 std::size_t st[] = {19, 4, 1}; local
36 strides(st, sizeof(st)/sizeof(st[0])))]
38 strides(st, sizeof(st)/sizeof(st[0])))];
H A Dvalarray.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
H A Daddition.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] += v2;
H A Dand.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] &= v2;
H A Ddivide.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] /= v2;
H A Dmodulo.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] %= v2;
H A Dmultiply.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] *= v2;
H A Dor.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] |= v2;
H A Dsubtraction.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] -= v2;
H A Dxor.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] ^= v2;
/external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.fill/
H A Dassign_value.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
31 strides(st, sizeof(st)/sizeof(st[0])))] = 51;
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/
H A Dgslice_array_assign.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
32 strides(st, sizeof(st)/sizeof(st[0])))];
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/
H A Dgslice_array.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
31 strides(st, sizeof(st)/sizeof(st[0])))]);
/external/libcxx/test/std/numerics/numarray/template.valarray/valarray.sub/
H A Dgslice_const.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
H A Dgslice_non_const.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
31 strides(st, sizeof(st)/sizeof(st[0])))]);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendDarwin.h21 ARMAsmBackendDarwin(const Target &T, StringRef TT, MachO::CPUSubTypeARM st) argument
22 : ARMAsmBackend(T, TT, /* IsLittleEndian */ true), Subtype(st) {
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.h38 struct st_context_iface *st; member in struct:stw_context

Completed in 3436 milliseconds

1234567891011>>