Searched defs:srch (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.h14 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
23 UStringSearch* srch; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
40 srch = search;
50 UStringSearch* srch; member in class:StringSearchPerformanceTest
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
64 match = usearch_first(srch, status);
66 match = usearch_next(srch, status);
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
73 match = usearch_last(srch, statu
[all...]
/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h14 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
23 UStringSearch* srch; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
40 srch = search;
50 UStringSearch* srch; member in class:StringSearchPerformanceTest
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
64 match = usearch_first(srch, status);
66 match = usearch_next(srch, status);
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
73 match = usearch_last(srch, statu
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv.c86 int srcx, srcy, srcw, srch; local
98 srch = overlay->h;
115 srch += (dsty * overlay->h) / dstrect->h;
122 srch -= (extra * overlay->h) / dstrect->h;
125 if ( srcw <= 0 || srch <= 0 ||
126 srch <= 0 || dsth <= 0 ) {
133 src.h = srch;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dextend.c108 int srch, int srcw)
124 if (srcy + srch != src->y_height)
133 srch, srcw,
140 srch = (srch + 1) >> 1;
147 srch, srcw,
154 srch, srcw,
105 vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_extend.c97 int srch, int srcw) {
101 const int eb_y = srcy + srch != src->y_height ? 0 :
114 const int srch_uv = ROUND_POWER_OF_TWO(srch, 1);
119 srcw, srch,
94 vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/external/libvpx/libvpx/vp8/common/
H A Dextend.c108 int srch, int srcw)
124 if (srcy + srch != src->y_height)
133 srch, srcw,
140 srch = (srch + 1) >> 1;
147 srch, srcw,
154 srch, srcw,
105 vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_surface.c113 unsigned short srcw, unsigned short srch, short destx, short desty,
112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c343 short srcx, short srcy, unsigned short srcw, unsigned short srch,
357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch};
377 assert(srcy + srch - 1 < surface->height);
342 XvMCPutSurface(Display *dpy, XvMCSurface *surface, Drawable drawable, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, int flags) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c109 int srch, int srcw) {
113 const int eb_y = srcy + srch != src->y_height ? 0 :
126 const int srch_uv = ROUND_POWER_OF_TWO(srch, 1);
131 srcw, srch,
106 vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_surface.c113 unsigned short srcw, unsigned short srch, short destx, short desty,
112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c343 short srcx, short srcy, unsigned short srcw, unsigned short srch,
357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch};
377 assert(srcy + srch - 1 < surface->height);
342 XvMCPutSurface(Display *dpy, XvMCSurface *surface, Drawable drawable, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, int flags) argument
/external/openssl/crypto/store/
H A Dstr_mem.c276 int srch; local
299 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
301 if (srch >= 0)
303 context->search_index = srch;
314 for(srch = context->search_index;
315 srch < sk_MEM_OBJECT_DATA_num(store->data)
317 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info)
319 sk_MEM_OBJECT_DATA_value(store->data, srch)->attr_info));
320 srch++)
323 context->search_index = srch;
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c206 int srch = 480; local
249 srch = atoi(argv[++i]);
298 src = SDL_CreateRGBSurface(srcflags, srcw, srch, srcbpp,

Completed in 305 milliseconds