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

1 2 3 4 56 7 8 91011>>

  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
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...]
  /external/icu4c/common/unicode/
caniter.h 194 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
196 //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/libxml2/include/libxml/
xpath.h 381 xmlXPathCompExprPtr comp; /* the precompiled expression */ member in struct:_xmlXPathParserContext
528 xmlXPathCompiledEval (xmlXPathCompExprPtr comp,
531 xmlXPathCompiledEvalToBoolean(xmlXPathCompExprPtr comp,
534 xmlXPathFreeCompExpr (xmlXPathCompExprPtr comp);
  /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) {
templates.c 46 * @comp: the XPath compiled expression
56 xsltEvalXPathPredicate(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp,
75 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt);
105 * @comp: the compiled XPath expression
116 xsltEvalXPathStringNs(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp,
137 res = xmlXPathCompiledEval(comp, ctxt->xpathCtxt);
168 * @comp: the compiled XPath expression
176 xsltEvalXPathString(xsltTransformContextPtr ctxt, xmlXPathCompExprPtr comp) {
177 return(xsltEvalXPathStringNs(ctxt, comp, 0, NULL));
297 xmlXPathCompExprPtr comp; local
    [all...]
  /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
  /external/openssl/include/openssl/
stack.h 73 int (*comp)(const void *, const void *); member in struct:stack_st
  /external/ppp/pppd/
chap_ms.h 84 #include <net/ppp-comp.h> /* MPPE_MAX_KEY_LEN */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
splay-tree.h 109 splay_tree_compare_fn comp; local
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 142 Completion comp = JSMainThreadExecState::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), jsSourceCode, shell); local
151 if (comp.complType() == Normal || comp.complType() == ReturnValue) {
153 return ScriptValue(exec->globalData(), comp.value());
156 if (comp.complType() == Throw || comp.complType() == Interrupted)
157 reportException(exec, comp.value());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 125 Composite comp = new Composite(parent, SWT.NONE); local
126 setControl(comp);
129 comp.setLayout(topLayout);
130 comp.setFont(font);
131 createProjectEditor(comp);
132 createVerticalSpacer(comp, 1);
135 Group group = new Group(comp, SWT.NONE);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 57 unsigned char *genTexture(int width, int height, int comp)
59 unsigned char *img = new unsigned char[width * height * comp];
65 for (int c = 0; c < comp; c++) {
73 unsigned char *genRedTexture(int width, int height, int comp)
75 unsigned char *img = new unsigned char[width * height * comp];
76 memset(img,0,width*height*comp);
82 ptr+=comp;
  /external/libxml2/
xmlregexp.c 309 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
4210 xmlRegexpPtr comp; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 434 ColorRGBA comp = (ColorRGBA) o; local
435 if (Float.compare(r, comp.r) != 0) {
438 if (Float.compare(g, comp.g) != 0) {
441 if (Float.compare(b, comp.b) != 0) {
444 if (Float.compare(a, comp.a) != 0) {
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 390 Completion comp(interp.evaluate(code));
392 if (comp.complType() == Throw) {
393 Value exVal = comp.value();
407 else if (comp.complType() == ReturnValue) {
408 char *msg = comp.value().toString(interp.globalExec()).ascii();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 606 for (int comp = 0; comp < vb.components; comp++){
613 for (int comp = 0; comp < vb.components; comp++){
621 for (int comp = 0; comp < vb.components; comp++){
628 for (int comp = 0; comp < vb.components; comp++)
    [all...]
  /external/opencv/cv/src/
cvmotempl.cpp 471 CvConnectedComp comp; local
477 &comp, CV_FLOODFILL_MASK_ONLY + 2*256 + 4, mask8u ));
479 for( y1 = 0; y1 < comp.rect.height; y1++ )
482 (comp.rect.y + y1)*mask->step) + comp.rect.x;
484 (comp.rect.y + y1+1)*mask8u->step + comp.rect.x+1;
486 for( x1 = 0; x1 < comp.rect.width; x1++ )
496 cvSeqPush( components, &comp );

Completed in 524 milliseconds

1 2 3 4 56 7 8 91011>>