Searched defs:sh (Results 1 - 25 of 47) sorted by relevance

12

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSearchSymbol.h15 namespace sh namespace
H A DUnfoldSelect.h15 namespace sh namespace
H A DSearchSymbol.cpp14 namespace sh namespace
H A DUnfoldSelect.cpp14 namespace sh namespace
H A DOutputHLSL.h16 namespace sh namespace
H A DOutputHLSL.cpp17 namespace sh namespace
669 sh::SearchSymbol searchSymbol(symbolNode->getSymbol());
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c10 struct gl_shader *sh)
12 *ptr = sh;
9 _mesa_reference_shader(const void * ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
/external/webrtc/src/common_audio/signal_processing_library/main/source/
H A Dspl_sqrt.c135 WebRtc_Word16 x_norm, nshift, t16, sh; local
145 sh = WebRtcSpl_NormW32(A); // # shifts to normalize A
146 A = WEBRTC_SPL_LSHIFT_W32(A, sh); // Normalize A
157 nshift = WEBRTC_SPL_RSHIFT_W16(sh, 1); // nshift = sh>>1
164 if ((-2 * nshift) == sh)
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.c38 struct gl_shader *sh)
40 *ptr = sh;
37 _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr, struct gl_shader *sh) argument
/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/chromium/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/clang/test/Sema/
H A DMicrosoftExtensions.c86 short sh = (short)ptr; local
88 sh = (short)ptr;
/external/libpcap/
H A Dpcap-snoop.c65 register struct snoopheader *sh; local
98 sh = (struct snoopheader *)p->buffer;
99 datalen = sh->snoop_packetlen;
111 cp = (u_char *)(sh + 1) + p->offset; /* XXX */
128 h.ts.tv_sec = sh->snoop_timestamp.tv_sec;
129 h.ts.tv_usec = sh->snoop_timestamp.tv_usec;
/external/qemu/android/skin/
H A Dscaler.c91 int sh = srect->size.h; local
102 drect->size.h = (int)(ceil((sy + sh) * scale + scaler->ydisp)) - drect->pos.y;
112 int sh )
134 op.rd.h = (int)(ceil((sy + sh) * scaler->scale + scaler->ydisp)) - op.rd.y;
/external/valgrind/main/memcheck/tests/
H A Dsh-mem.c71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits local
74 VALGRIND_GET_VBITS(a, sh, sizeof(a));
76 if ( expected_byte != sh[i] && expected_byte_alt != sh[i] ) {
79 str, offset, i, sh[i], expected_byte,
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp177 short sh = (short)ptr; local
179 sh = (short)ptr;
/external/iproute2/ip/
H A Dxfrm_policy.c882 struct xfrmu_spdhinfo *sh; local
885 if (RTA_PAYLOAD(tb[XFRMA_SPD_HINFO]) < sizeof(*sh)) {
889 sh = RTA_DATA(tb[XFRMA_SPD_HINFO]);
891 fprintf(fp," count %d", sh->spdhcnt);
892 fprintf(fp," Max %d", sh->spdhmcnt);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c126 UInt vD_off, UInt sh, UInt shift_right )
137 vassert( sh <= 15 );
140 sh = 16-sh;
143 pU128_src = (U128*)&ref[sh];
155 UInt vD_off, UInt sh, UInt shift_right )
172 vassert( sh <= 15 );
175 sh = 16-sh;
178 pU128_src = (U128*)&ref[sh];
125 ppc32g_dirtyhelper_LVS( VexGuestPPC32State* gst, UInt vD_off, UInt sh, UInt shift_right ) argument
154 ppc64g_dirtyhelper_LVS( VexGuestPPC64State* gst, UInt vD_off, UInt sh, UInt shift_right ) argument
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view_tiled.c96 Evas_Coord sx, sy, sw, sh; local
101 sh = sr->h;
103 if (abs(sr->dx) >= sw || abs(sr->dy) >= sh) {
106 sr->dx, sr->dy, sx, sy, sw, sh);
107 ewk_view_repaint_add(sd->_priv, sx, sy, sw, sh);
113 if (sy + sh > vh)
114 sh = vh - sy;
118 if (sh < 0)
119 sh = 0;
121 if (!sw || !sh)
[all...]
H A Dewk_view_single.c202 Evas_Coord sx, sy, sw, sh; local
210 sh = sr->h;
212 if (abs(sr->dx) >= sw || abs(sr->dy) >= sh) {
215 sr->dx, sr->dy, sx, sy, sw, sh);
216 ewk_view_repaint_add(sd->_priv, sx, sy, sw, sh);
225 sh += sy;
231 if (sy + sh > oh)
232 sh = oh - sy;
236 if (sh < 0)
237 sh
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp87 /* sw and sh are the width and height of the src. Since the sum buffer
89 we can just use sw and sh as our "max" values for pinning coordinates
93 int sw, int sh) {
99 int dh = sh + 2*ry;
106 int ny = SkFastMin32(next_y, sh) * sumStride;
126 /* sw and sh are the width and height of the src. Since the sum buffer
128 we can just use sw and sh as our "max" values for pinning coordinates
132 const uint32_t sum[], int sw, int sh, U8CPU outer_weight) {
148 int dh = sh + 2*ry;
155 int ny = SkFastMin32(next_y, sh) * sumStrid
92 apply_kernel(uint8_t dst[], int rx, int ry, const uint32_t sum[], int sw, int sh) argument
131 apply_kernel_interp(uint8_t dst[], int rx, int ry, const uint32_t sum[], int sw, int sh, U8CPU outer_weight) argument
184 merge_src_with_blur(uint8_t dst[], int dstRB, const uint8_t src[], int srcRB, const uint8_t blur[], int blurRB, int sw, int sh) argument
204 clamp_with_orig(uint8_t dst[], int dstRowBytes, const uint8_t src[], int srcRowBytes, int sw, int sh, SkBlurMask::Style style) argument
287 int sh = src.fBounds.height(); local
[all...]
/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c897 int sh = (scale_vars->expanded_frame_height * vr + vs - 1) / vs; local
909 eh = (sh + 2) / 3 * 3 * vs / vr;
911 eh = (sh + 7) / 8 * 8 * vs / vr;
915 src_yuv_config->y_stride, sw, sh,
929 sh = (sh + 1) >> 1;
935 src_yuv_config->y_stride / 2, sw, sh, local
941 src_yuv_config->y_stride / 2, sw, sh, local
/external/opencv/
H A Dcvjni.cpp518 int sw = face->x - PAD_FACE_AREA, sh = face->y - PAD_FACE_AREA; local
521 face->height + PAD_FACE_AREA_2 + ((h < 0) ? h : 0) + ((sh < 0) ? sh : 0));
/external/tcpdump/
H A Dprint-juniper.c321 const struct juniper_services_header *sh; local
328 sh = (struct juniper_services_header *)p;
332 sh->svc_id,
333 sh->flags_len,
334 EXTRACT_16BITS(&sh->svc_set_id),
335 EXTRACT_24BITS(&sh->dir_iif[1]));
/external/bluetooth/bluez/src/
H A Dattrib-server.c96 sdp_data_t *psm, *sh, *eh; local
126 sh = sdp_data_alloc(SDP_UINT16, &start);
127 proto[1] = sdp_list_append(proto[1], sh);
136 sdp_data_free(sh);

Completed in 457 milliseconds

12