HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 151 - 175 of 600) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/url/
url_canon.h 646 void SetScheme(const CHAR* s, const url_parse::Component& comp) {
648 components_.scheme = comp;
654 void SetUsername(const CHAR* s, const url_parse::Component& comp) {
656 components_.username = comp;
665 void SetPassword(const CHAR* s, const url_parse::Component& comp) {
667 components_.password = comp;
676 void SetHost(const CHAR* s, const url_parse::Component& comp) {
678 components_.host = comp;
687 void SetPort(const CHAR* s, const url_parse::Component& comp) {
689 components_.port = comp;
    [all...]
  /external/openssl/crypto/comp/
c_rle.c 5 #include <openssl/comp.h>
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 419 void idctrow1_intra(int16 *blk, PIXEL *comp, int width)
427 comp -= offset;
437 *((uint32*)(comp += offset)) = word;
438 *((uint32*)(comp + 4)) = word;
448 void idctrow2_intra(int16 *blk, PIXEL *comp, int width)
455 comp -= offset;
485 *((int32*)(comp += offset)) = word;
498 *((int32*)(comp + 4)) = word;
505 void idctrow3_intra(int16 *blk, PIXEL *comp, int width)
512 comp -= offset
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 70 Int dctMode, Int comp, Int dummy);
74 Int dctMode, Int comp, Int dc_scaler);
84 Int DctMode, Int comp, Int dc_scaler);
88 Int DctMode, Int comp, Int dc_scaler);
motion_est.cpp 30 /* 1: bias (0,0)MV after full-pel search, before half-pel, highest comp */
31 /* 2: bias (0,0)MV after half-pel, high comp, better PSNR */
142 Int i, j, comp; local
327 for (comp = 1; comp <= 4; comp++)
329 mot_mb[comp].x = 0;
330 mot_mb[comp].y = 0;
434 for (comp = 1; comp <= 4; comp++
788 Int comp; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxzlib.h 53 extern void ZlibFree ( struct ZlibInfo *comp );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxzlib.h 53 extern void ZlibFree ( struct ZlibInfo *comp );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxzlib.h 53 extern void ZlibFree ( struct ZlibInfo *comp );
  /external/libppp/src/
proto.c 56 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra)
63 if (comp && cp[0] == 0)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsum.h 75 ArcSumCompare<A> comp; local
76 sort(arcs.begin(), arcs.end(), comp);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPInputStreamTest.java 174 byte[] comp = bout.toByteArray();
176 comp), 512);
185 gin2 = new GZIPInputStream(new ByteArrayInputStream(comp), 512);
194 gin2 = new GZIPInputStream(new ByteArrayInputStream(comp), 516);
203 comp[40] = 0;
204 gin2 = new GZIPInputStream(new ByteArrayInputStream(comp), 512);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 87 ReversedIntegerComparator comp = new ReversedIntegerComparator(); local
88 TreeSet myTreeSet = new TreeSet(comp);
98 .comparator() == comp);
157 ReversedIntegerComparator comp = new ReversedIntegerComparator(); local
158 TreeSet myTreeSet = new TreeSet(comp);
160 myTreeSet.comparator() == comp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 307 template<typename Comp, typename It>
310 Comp& comp; member in struct:__gnu_parallel::min_element_reduct
313 min_element_reduct(Comp &c) : comp(c) { }
318 if (comp(*x, *y))
326 template<typename Comp, typename It>
329 Comp& comp; member in struct:__gnu_parallel::max_element_reduct
332 max_element_reduct(Comp& c) : comp(c) {
    [all...]
partition.h 326 * @param comp Comparator.
331 RandomAccessIterator end, Comparator comp)
365 pred(comp, *pivot_pos);
388 value_type, bool>(comp, *pivot_pos));
408 __gnu_sequential::nth_element(begin, nth, end, comp);
415 * @param comp Comparator. */
420 RandomAccessIterator end, Comparator comp)
422 parallel_nth_element(begin, middle, end, comp);
423 std::sort(begin, middle, comp);
  /external/openssl/ssl/
ssl_ciph.c 146 #include <openssl/comp.h>
454 SSL_COMP *comp = NULL; local
460 comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
461 if (comp != NULL)
463 comp->method=COMP_zlib();
464 if (comp->method
465 && comp->method->type == NID_undef)
466 OPENSSL_free(comp);
469 comp->id=SSL_COMP_ZLIB_IDX;
470 comp->name=comp->method->name
1847 SSL_COMP *comp; local
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 1428 CvConnectedComp comp; local
1476 CvConnectedComp comp; local
1607 CvConnectedComp comp; local
1659 CvConnectedComp comp; local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 634 * @comp: precomputed information
647 xsltStyleItemAttributePtr comp = local
650 xsltStylePreCompPtr comp = castedComp;
663 * A comp->has_name == 0 indicates that we need to skip this instruction,
666 if (!comp->has_name)
681 if (comp == NULL) {
737 if (comp->name == NULL) {
782 prefix = comp->nsPrefix;
783 name = comp->name;
785 name = xsltSplitQName(ctxt->dict, comp->name, &prefix)
    [all...]
  /external/libxslt/libxslt/
attributes.c 634 * @comp: precomputed information
647 xsltStyleItemAttributePtr comp = local
650 xsltStylePreCompPtr comp = castedComp;
663 * A comp->has_name == 0 indicates that we need to skip this instruction,
666 if (!comp->has_name)
681 if (comp == NULL) {
737 if (comp->name == NULL) {
782 prefix = comp->nsPrefix;
783 name = comp->name;
785 name = xsltSplitQName(ctxt->dict, comp->name, &prefix)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 146 #include <openssl/comp.h>
455 SSL_COMP *comp = NULL; local
461 comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
462 if (comp != NULL)
464 comp->method=COMP_zlib();
465 if (comp->method
466 && comp->method->type == NID_undef)
467 OPENSSL_free(comp);
470 comp->id=SSL_COMP_ZLIB_IDX;
471 comp->name=comp->method->name
1893 SSL_COMP *comp; local
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 77 unsigned char *genTexture(int width, int height, int comp)
79 unsigned char *img = new unsigned char[width * height * comp];
84 for (int c = 0; c < comp; c++) {
92 unsigned char *genRedTexture(int width, int height, int comp)
94 unsigned char *img = new unsigned char[width * height * comp];
95 memset(img,0,width*height*comp);
101 ptr+=comp;
  /external/openssh/
packet.c 737 Comp *comp; local
760 comp = &active_state->newkeys[mode]->comp;
767 xfree(comp->name);
775 comp = &active_state->newkeys[mode]->comp;
785 if ((comp->type == COMP_ZLIB ||
786 (comp->type == COMP_DELAYED &&
787 active_state->after_authentication)) && comp->enabled == 0)
816 Comp *comp = NULL; local
853 Comp *comp = NULL; local
1242 Comp *comp = NULL; local
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
functions.c 43 xsltElemPreComp comp; member in struct:_exsltFuncResultPreComp
254 * @comp: the #exsltFuncResultPreComp to free up
259 exsltFreeFuncResultPreComp (exsltFuncResultPreComp *comp) {
260 if (comp == NULL)
263 if (comp->select != NULL)
264 xmlXPathFreeCompExpr (comp->select);
265 if (comp->nsList != NULL)
266 xmlFree(comp->nsList);
267 xmlFree(comp);
644 exsltFuncResultPreComp *comp) {
    [all...]
dynamic.c 102 xmlXPathCompExprPtr comp = NULL; local
126 if (str == NULL || !xmlStrlen(str) || !(comp = xmlXPathCompile(str))) {
175 subResult = xmlXPathCompiledEval(comp, ctxt->context);
261 if (comp != NULL)
262 xmlXPathFreeCompExpr(comp);
  /external/qemu/slirp-android/
misc.c 18 int comp[4]; local
20 if (sscanf(str, "%d.%d.%d.%d", &comp[0], &comp[1], &comp[2], &comp[3]) != 4)
23 if ((unsigned)comp[0] >= 256 ||
24 (unsigned)comp[1] >= 256 ||
25 (unsigned)comp[2] >= 256 ||
26 (unsigned)comp[3] >= 256)
29 *ip = (uint32_t)((comp[0] << 24) | (comp[1] << 16)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 241 UINT8 comp[3]; local
244 comp[0] = p_mgnt_cb->random_bda[5];
245 comp[1] = p_mgnt_cb->random_bda[4];
246 comp[2] = p_mgnt_cb->random_bda[3];
250 if (!memcmp(p->param_buf, &comp[0], 3))

Completed in 514 milliseconds

1 2 3 4 5 67 8 91011>>