HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 126 - 150 of 403) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
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);
algo.h 153 comp(__gnu_parallel::equal_to<value_type, const T&>(), val);
154 return __gnu_parallel::find_template(begin, end, begin, comp,
224 BinaryPredicate comp, __gnu_parallel::sequential_tag)
225 { return _GLIBCXX_STD_P::find_first_of(begin1, end1, begin2, end2, comp); }
244 BinaryPredicate comp, random_access_iterator_tag,
248 find_template(begin1, end1, begin1, comp,
260 BinaryPredicate comp, IteratorTag1, IteratorTag2)
261 { return find_first_of(begin1, end1, begin2, end2, comp,
270 BinaryPredicate comp)
277 return find_first_of_switch(begin1, end1, begin2, end2, comp,
    [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/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))
  /external/skia/legacy/src/images/
bmpdecoderhelper.cpp 42 int comp = 0; local
52 comp = GetInt();
109 if (comp == 1 || comp == 2) {
111 } else if (comp == 3) {
  /external/skia/src/images/
bmpdecoderhelper.cpp 42 int comp = 0; local
52 comp = GetInt();
109 if (comp == 1 || comp == 2) {
111 } else if (comp == 3) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 199 for (int comp = 0; comp < components; comp++) {
200 int idx = inIdx.get(tri * components + comp) + globalVertIndex;
201 outIdx.put((globalTriIndex + tri) * components + comp, idx);
380 for (int comp = 0; comp < outBuf.getNumComponents(); comp++) {
381 Object val = outBuf.getElementComponent(vert, comp);
382 outBuf.setElementComponent(vert, comp, val)
    [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 55 xmlRegexpExec (xmlRegexpPtr comp,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,
xpath.h 381 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext
528 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
531 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
534 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 77 byte[] comp = new byte[128 * 1024 + 512];
84 compress(deflater, input, comp);
85 expand(inflater, comp, (int) deflater.getBytesWritten(), output);
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 191 def _dot_lookup(thing, comp, import_path):
193 return getattr(thing, comp)
196 return getattr(thing, comp)
204 for comp in components:
205 import_path += ".%s" % comp
206 thing = _dot_lookup(thing, comp, import_path)
  /external/libpng/scripts/
makevms.com 30 $ comp = "__decc__=1"
38 $ comp = "__gcc__=1"
41 $ comp = "__vaxc__=1"
46 $ comp = "__decc__=1"
98 $ 'make'/macro=('comp',zlibsrc='zlibsrc')
  /external/openfst/src/include/fst/
heap.h 57 Heap(Compare comp) : comp_(comp), size_(0) { }
105 // comp object from the heap.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 51 Heap(Compare comp) : comp_(comp), size_(0) { }
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width)
256 int16 *coeff_in = mblock->block[comp];
260 int nz_coefs = mblock->no_coeff[comp];
261 uint8 *bitmapcol = mblock->bitmapcol[comp];
262 uint8 bitmaprow = mblock->bitmaprow[comp];
307 void idct_intra(int *block, uint8 *comp, int width);
311 void idctref_intra(int *block, uint8 *comp, int width);
621 int16 *blk, PIXEL *comp, int width
710 *((int32*)(comp)) = word;
726 *((int32*)(comp + 4)) = word
    [all...]
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 75 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min, compare comp)
79 if(comp(*max, *current))
81 else if(comp(*current, *min))
243 , std::vector<size_t> &bin_sizes, right_shift shift, compare comp)
246 find_extremes(first, last, max, min, comp);
281 std::sort(lastPos, bin_cache[u], comp);
283 spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cache[u], bin_cache, cache_end, bin_sizes, shift, comp);
347 spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift, compare comp)
351 spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(first, last, bin_cache, 0, bin_sizes, shift, comp);
378 right_shift shift, compare comp) {
    [all...]
  /external/icu4c/common/unicode/
caniter.h 196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu4c/test/intltest/
canittst.cpp 178 UnicodeString decomp, comp; local
184 Normalizer::compose(s, FALSE, 0, comp, status);
188 if (s == decomp && s == comp) {
199 if (item == comp) gotComp = TRUE;
  /external/libxslt/libxslt/
extra.c 53 * @comp: precomputed informations
60 xsltStylePreCompPtr comp ATTRIBUTE_UNUSED)
87 if (cur->comp == NULL) {
90 } else if (cur->comp->type == XSLT_FUNC_PARAM) {
92 } else if (cur->comp->type == XSLT_FUNC_VARIABLE) {
  /external/llvm/include/llvm/ADT/
PriorityQueue.h 72 std::make_heap(this->c.begin(), this->c.end(), this->comp);
  /external/openssl/crypto/comp/
comp_lib.c 5 #include <openssl/comp.h>
  /external/openssl/crypto/stack/
stack.h 73 int (*comp)(const void *, const void *); member in struct:stack_st

Completed in 1670 milliseconds

1 2 3 4 56 7 8 91011>>