Searched defs:ss (Results 126 - 150 of 563) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dmem_sse2.h86 __m128i ss[4]; local
88 ss[0] = s;
89 ss[1] = _mm_srli_si128(s, 4);
90 ss[2] = _mm_srli_si128(s, 8);
91 ss[3] = _mm_srli_si128(s, 12);
92 store_8bit_4x4(ss, d, stride);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_pipe.c205 nine_convert_sampler_state(struct cso_context *ctx, int idx, const DWORD *ss) argument
215 if (ss[D3DSAMP_MIPFILTER] != D3DTEXF_NONE) {
216 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]);
217 samp.min_lod = ss[NINED3DSAMP_MINLOD];
218 samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TEX_FILTER_LINEAR;
224 if (ss[NINED3DSAMP_CUBETEX]) {
230 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]);
231 samp.wrap_t = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSV]);
232 samp.wrap_r = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSW]);
234 samp.min_img_filter = (ss[D3DSAMP_MINFILTE
[all...]
/external/perf_data_converter/src/quipper/
H A Dbinary_data_utils.cc35 std::stringstream ss; local
39 ss << std::hex << std::setw(2) << std::setfill('0')
41 ss >> digest_prefix;
/external/perfetto/src/protozero/test/
H A Dfake_scattered_buffer.cc29 std::ostringstream ss; local
30 ss << std::hex << std::setfill('0');
31 ss << std::uppercase;
34 ss << std::setw(2) << (static_cast<unsigned>(c) & 0xFF);
36 return ss.str();
/external/syslinux/com32/include/syslinux/
H A Dbootrm.h49 uint16_t ss; /* Offset 4 */ member in struct:syslinux_rm_regs
/external/syslinux/com32/lib/
H A Dstrspn.c57 const char *ss = s + strxspn(s, accept, 1); local
59 return *ss ? (char *)ss : NULL;
/external/syslinux/gpxe/src/arch/i386/core/
H A Dvideo_subr.c25 u16 *ss = (u16 *) s; local
28 ss[i] = ( u16 ) c;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers_test.cc27 std::stringstream ss; local
28 m.DescribeTo(&ss);
29 return ss.str();
/external/toybox/toys/other/
H A Dinotifyd.c40 char *prog_args[5], **ss = toys.optargs; local
52 while (*++ss) {
53 char *path = *ss, *masks = strchr(*ss, ':');
H A Dlogin.c51 char uu[33], *username, *pass = 0, *ss; local
103 int x = pass && (ss = crypt(toybuf, pass)) && !strcmp(pass, ss);
129 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf));
130 puts ((ss && *ss) ? ss : "nologin");
131 free(ss);
154 if ((ss = readfile("/etc/motd", 0, 0))) {
155 puts(ss);
[all...]
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.c828 } ss; local
829 ss.ss_sp = NULL;
830 ss.ss_flags = 0;
831 ss.ss_size = 0;
832 VALGRIND_MAKE_MEM_NOACCESS(& ss, sizeof(struct our_sigaltstack));
834 SY(__NR_sigaltstack, x0+&ss, x0+&ss); SUCC;
/external/webrtc/webrtc/base/
H A Dproxy_unittest.cc57 rtc::SocketServer* ss() { return ss_.get(); } function in class:ProxyTest
79 ss()->CreateAsyncSocket(kSocksProxyIntAddr.family(), SOCK_STREAM);
105 AsyncSocket* socket = ss()->CreateAsyncSocket(SOCK_STREAM);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq.cc32 std::stringstream ss; local
33 ss << "sample_rate_hz=" << sample_rate_hz << ", enable_audio_classifier="
41 return ss.str();
/external/freetype/src/autofit/
H A Dafglobal.c45 #define SCRIPT( s, S, d, h, H, ss ) \
52 ss )
58 #define STYLE( s, S, d, ws, sc, ss, c ) \
64 ss, \
87 #define SCRIPT( s, S, d, h, H, ss ) \
101 #define STYLE( s, S, d, ws, sc, ss, c ) \
119 #define STYLE( s, S, d, ws, sc, ss, c ) #s,
141 FT_UInt ss; local
162 for ( ss = 0; AF_STYLE_CLASSES_GET[ss]; s
[all...]
/external/google-benchmark/src/
H A Djson_reporter.cc47 std::stringstream ss; local
48 ss << '"' << key << "\": " << value;
49 return ss.str();
53 std::stringstream ss; local
54 ss << '"' << key << "\": ";
59 ss << std::scientific << std::setprecision(max_fractional_digits10) << value;
60 return ss.str();
/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc55 std::stringstream ss; local
57 ss << "The invocation lower bound must be >= 0, "
59 internal::Expect(false, __FILE__, __LINE__, ss.str());
61 ss << "The invocation upper bound must be >= 0, "
63 internal::Expect(false, __FILE__, __LINE__, ss.str());
65 ss << "The invocation upper bound (" << max
68 internal::Expect(false, __FILE__, __LINE__, ss.str());
101 std::stringstream ss; local
102 ss << n << " times";
103 return ss
[all...]
/external/googletest/googlemock/src/
H A Dgmock-cardinalities.cc55 std::stringstream ss; local
57 ss << "The invocation lower bound must be >= 0, "
59 internal::Expect(false, __FILE__, __LINE__, ss.str());
61 ss << "The invocation upper bound must be >= 0, "
63 internal::Expect(false, __FILE__, __LINE__, ss.str());
65 ss << "The invocation upper bound (" << max
68 internal::Expect(false, __FILE__, __LINE__, ss.str());
101 std::stringstream ss; local
102 ss << n << " times";
103 return ss
[all...]
/external/honggfuzz/
H A Dhonggfuzz.c87 sigset_t ss; local
88 sigemptyset(&ss);
89 sigaddset(&ss, SIGTERM);
90 sigaddset(&ss, SIGINT);
91 sigaddset(&ss, SIGQUIT);
92 sigaddset(&ss, SIGALRM);
93 sigaddset(&ss, SIGPIPE);
94 sigaddset(&ss, SIGIO);
95 sigaddset(&ss, SIGCHLD);
96 if (sigprocmask(SIG_BLOCK, &ss, NUL
120 sigset_t ss; local
[all...]
/external/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc47 std::stringstream ss; local
48 ss << '"' << key << "\": " << value;
49 return ss.str();
53 std::stringstream ss; local
54 ss << '"' << key << "\": ";
59 ss << std::scientific << std::setprecision(max_fractional_digits10) << value;
60 return ss.str();
/external/libunwind/tests/
H A Dia64-test-setjmp.c118 stack_t ss; local
123 ss.ss_sp = malloc (2 * SIGSTKSZ);
124 if (ss.ss_sp == NULL)
129 ss.ss_flags = 0;
130 ss.ss_size = 2 * SIGSTKSZ;
131 if (sigaltstack (&ss, NULL) < 0)
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.h120 int16x8_t ss[8]; local
122 ss[0] = vreinterpretq_s16_u16(vmovl_u8(s[0]));
123 ss[1] = vreinterpretq_s16_u16(vmovl_u8(s[1]));
124 ss[2] = vreinterpretq_s16_u16(vmovl_u8(s[2]));
125 ss[3] = vreinterpretq_s16_u16(vmovl_u8(s[3]));
126 ss[4] = vreinterpretq_s16_u16(vmovl_u8(s[4]));
127 ss[5] = vreinterpretq_s16_u16(vmovl_u8(s[5]));
128 ss[6] = vreinterpretq_s16_u16(vmovl_u8(s[6]));
129 ss[7] = vreinterpretq_s16_u16(vmovl_u8(s[7]));
131 return convolve8_8(ss[
[all...]
/external/ltp/testcases/network/lib6/
H A Din6_01.c167 struct sockaddr_storage ss; local
169 if (sizeof(ss) <= sizeof(struct sockaddr_in) ||
170 sizeof(ss) <= sizeof(struct sockaddr_in6))
174 struct sockaddr_in *psin = (struct sockaddr_in *)&ss;
175 struct sockaddr_in6 *psin6 = (struct sockaddr_in6 *)&ss;
189 if (ss.ss_family == af)
/external/mdnsresponder/mDNSWindows/
H A DPosixCompat.c82 struct sockaddr_storage ss; local
83 int sslen = sizeof( ss );
85 ZeroMemory( &ss, sizeof( ss ) );
86 ss.ss_family = family;
88 if ( WSAStringToAddressA( ( LPSTR ) addr, family, NULL, ( struct sockaddr* ) &ss, &sslen ) == 0 )
90 if ( family == AF_INET ) { memcpy( dst, &( ( struct sockaddr_in* ) &ss)->sin_addr, sizeof( IN_ADDR ) ); return 1; }
91 else if ( family == AF_INET6 ) { memcpy( dst, &( ( struct sockaddr_in6* ) &ss)->sin6_addr, sizeof( IN6_ADDR ) ); return 1; }
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c44 struct nv30_sampler_state *ss = nv30->fragprog.samplers[unit]; local
48 if (ss && sv) {
53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
54 u32 format = sv->fmt | ss->fmt;
55 u32 enable = ss->en;
60 if (ss->pipe.min_mip_filter == PIPE_TEX_MIPFILTER_NONE) {
66 max_lod = MIN2(ss->max_lod + sv->base_lod, sv->high_lod);
67 min_lod = MIN2(ss->min_lod + sv->base_lod, max_lod);
75 if (ss->pipe.compare_mode != PIPE_TEX_COMPARE_R_TO_TEXTURE) {
97 if (ss
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c62 struct svga_screen *ss = svga_screen(pipe->screen); local
66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format,
85 if (ss->debug.no_sampler_view)
88 if (ss->debug.force_sampler_view)
94 pipe_mutex_lock(ss->tex_mutex);
99 pipe_mutex_unlock(ss->tex_mutex);
105 pipe_mutex_unlock(ss->tex_mutex);
166 pipe_mutex_lock(ss->tex_mutex);
168 pipe_mutex_unlock(ss->tex_mutex);
224 struct svga_screen *ss local
[all...]

Completed in 749 milliseconds

1234567891011>>