HomeSort by relevance Sort by last modified time
    Searched refs:srch (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluez/cups/
sdp.c 42 sdp_list_t *srch, *attrs, *rsp; local
51 srch = sdp_list_append(NULL, &svclass);
58 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
87 sdp_list_t *srch, *attrs, *rsp; local
96 srch = sdp_list_append(NULL, &svclass);
101 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.h 22 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
35 UStringSearch* srch; member in class:StringSearchPerfFunction
43 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
71 srch = search;
86 UStringSearch* srch; member in class:StringSearchPerformanceTest
118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
121 match = usearch_first(srch, status);
123 match = usearch_next(srch, status);
127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
130 match = usearch_last(srch, status)
    [all...]
strsrchperf.cpp 21 srch = NULL;
77 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status);
101 if (srch != NULL) {
102 usearch_close(srch);
123 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen);
132 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen);
  /external/openssl/crypto/store/
str_mem.c 276 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.12/src/video/
SDL_yuv.c 86 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;
  /system/extras/tests/framebuffer/
mdp_test.c 179 int srcw = 0, srch = 0, dstw = 0, dsth = 0; local
198 if (parse_geometry(optarg, &srcw, &srch, &srcx, &srcy)) {
202 printf("Got source: w=%d h=%d x=%d y=%d\n", srcw, srch, srcx, srcy);
303 req->src_rect.h = srch;
  /external/bluetooth/bluez/tools/
ciptool.c 94 sdp_list_t *srch, *attrs, *rsp; local
103 srch = sdp_list_append(NULL, &svclass);
108 err = sdp_service_search_attr_req(s, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
  /external/bluetooth/bluez/compat/
sdp.c 522 sdp_list_t *srch, *rsp = NULL; local
539 srch = sdp_list_append(NULL, &svclass);
548 err = sdp_service_search_req(s, srch, 1, &rsp);
667 sdp_list_t *srch, *attrs, *rsp; local
694 srch = sdp_list_append(NULL, &svclass);
699 err = sdp_service_search_attr_req(s, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
  /external/bluetooth/bluez/test/
rctest.c 97 sdp_list_t *srch, *attrs, *rsp; local
111 srch = sdp_list_append(NULL, &svclass);
116 err = sdp_service_search_attr_req(sdp, srch,

Completed in 133 milliseconds