Searched defs:sh (Results 26 - 50 of 154) sorted by relevance

1234567

/external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
H A Dsearch.pass.cpp51 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
53 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3)) == Iter1(ih+3));
H A Dsearch_pred.pass.cpp94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
96 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3), count_equal()) == Iter1(ih+3));
97 assert(count_equal::count <= sh*3);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c92 uint i, sh; local
125 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
127 sp_destroy_tex_tile_cache(softpipe->tex_cache[sh][i]);
128 pipe_sampler_view_reference(&softpipe->sampler_views[sh][i], NULL);
132 for (sh = 0; sh < Elements(softpipe->constants); sh++) {
134 if (softpipe->constants[sh][
164 unsigned i, sh; local
217 uint i, sh; local
[all...]
H A Dsp_flush.c55 unsigned sh; local
57 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
58 for (i = 0; i < softpipe->num_sampler_views[sh]; i++) {
59 sp_flush_tex_tile_cache(softpipe->tex_cache[sh][i]);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.c35 struct gl_shader *sh)
38 *ptr = sh;
34 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
/external/chromium_org/third_party/angle/src/common/
H A Dblocklayout.cpp14 namespace sh namespace
H A Dblocklayout.h19 namespace sh namespace
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderVars.cpp12 namespace sh namespace
H A DUtilsHLSL.cpp14 namespace sh namespace
H A Dutil.cpp30 namespace sh namespace
H A DRewriteElseBlocks.cpp14 namespace sh namespace
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderobj.c50 * Set ptr to point to sh.
53 * Then set ptr to point to sh, incrementing its refcount.
57 struct gl_shader *sh)
60 if (*ptr == sh) {
85 if (sh) {
87 sh->RefCount++;
89 (void*) sh, sh->Name, sh->RefCount);*/
90 *ptr = sh;
56 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
125 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) argument
141 struct gl_shader *sh = (struct gl_shader *) local
167 struct gl_shader *sh = (struct gl_shader *) local
311 gl_shader_type sh; local
[all...]
H A Dshared.c235 struct gl_shader *sh = (struct gl_shader *) data; local
236 if (sh->Type == GL_FRAGMENT_SHADER || sh->Type == GL_VERTEX_SHADER) {
237 ctx->Driver.DeleteShader(ctx, sh);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_search_core.c39 int16_t max, sh, tmp16; local
59 sh = (int16_t)WebRtcSpl_NormW32(maxW32);
68 tmp32 = WEBRTC_SPL_LSHIFT_W32(*cDotPtr,sh);
110 *bestCritSh = 32 - 2*sh + max;
/external/eigen/unsupported/test/
H A Dmatrix_exponential.cpp53 T angle, ch, sh; local
59 sh = std::sinh(angle);
61 B << ch, sh*imagUnit, -sh*imagUnit, ch;
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp72 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
73 r = std::unique(Iter(ih), Iter(ih+sh));
151 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
152 r = std::unique(Iter(ih), Iter(ih+sh));
H A Dunique_copy.pass.cpp77 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
78 int jh[sh] = {-1};
79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh));
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c50 * Set ptr to point to sh.
53 * Then set ptr to point to sh, incrementing its refcount.
57 struct gl_shader *sh)
60 if (*ptr == sh) {
85 if (sh) {
87 sh->RefCount++;
89 (void*) sh, sh->Name, sh->RefCount);*/
90 *ptr = sh;
56 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
125 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) argument
141 struct gl_shader *sh = (struct gl_shader *) local
167 struct gl_shader *sh = (struct gl_shader *) local
311 gl_shader_type sh; local
[all...]
/external/openssl/crypto/des/
H A Dcfb_enc.c83 unsigned int sh[4]; local
84 unsigned char *ovec=(unsigned char *)sh;
87 assert (sizeof(sh[0])==4); /* as this holds true for all, */
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
168 sh[
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak141 # (It's necessary to use `sh -c' because GNU make messes up by
144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh)))
145 _l-sh = $(call shell-sq,command -v $(shell-sq) | $(call shell-escape-nl,))
151 # (It's necessary to use `sh -c' because GNU make messes up by
155 _is-executable-helper = $(shell sh -c $(_is-executable-sh))
156 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y)
189 try-cc = $(shell sh -c \
/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderVars.h17 // Assume ShaderLang.h is included before ShaderVars.h, for sh::GLenum
20 namespace sh namespace
/external/chromium_org/third_party/libevent/
H A Dsignal.c146 ev_sighandler_t sh;
192 if ((sh = signal(evsignal, handler)) == SIG_ERR) {
197 *sig->sh_old[evsignal] = sh;
242 struct sigaction *sh; local
244 ev_sighandler_t *sh; local
248 sh = sig->sh_old[evsignal];
251 if (sigaction(evsignal, sh, NULL) == -1) {
256 if (signal(evsignal, *sh) == SIG_ERR) {
261 free(sh);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c210 unsigned i, sh; local
214 for (sh = 0; sh < Elements(softpipe->tex_cache); sh++) {
216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i];
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform.c41 int16_t factQ19, sh; local
61 sh = WebRtcSpl_NormW32(xrQ16);
62 sh = sh-24; //if sh becomes >=0, then we should shift sh steps to the left, and the domain will become Q(16+sh)
63 //if sh becomes <0, then we should shift -sh steps to the right, and the domain will become Q(16+sh)
125 int16_t sh; local
[all...]
/external/elfutils/0.153/libdwfl/
H A Doffline.c88 GElf_Shdr *sh = gelf_getshdr (scn, &shdr_mem); local
89 if (unlikely (sh == NULL))
91 if (sh->sh_flags & SHF_ALLOC)

Completed in 327 milliseconds

1234567