Searched refs:comp (Results 176 - 200 of 363) sorted by relevance

1234567891011>>

/external/openssl/ssl/
H A Dt1_enc.c141 #include <openssl/comp.h>
333 const SSL_COMP *comp; local
348 comp=s->s3->tmp.new_compression;
353 printf("\talg= %ld/%ld, comp= %p\n",
356 comp);
390 if (comp != NULL)
392 s->expand=COMP_CTX_new(comp->method);
398 if (s->s3->rrec.comp == NULL)
399 s->s3->rrec.comp=(unsigned char *)
401 if (s->s3->rrec.comp
589 SSL_COMP *comp; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c188 unsigned int comp; local
189 for(comp = 0; comp < 4; ++comp) {
190 rc_swizzle swz = GET_SWZ(swizzle, comp);
191 if (GET_BIT(negate, comp))
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c188 unsigned int comp; local
189 for(comp = 0; comp < 4; ++comp) {
190 rc_swizzle swz = GET_SWZ(swizzle, comp);
191 if (GET_BIT(negate, comp))
/external/stlport/stlport/stl/
H A D_map.h65 _Compare comp; member in class:map::value_compare
66 value_compare(_Compare __c) : comp(__c) {}
69 { return comp(__x.first, __y.first); }
256 //comp is a Standard name (23.3.2), do no make it STLport naming convention compliant.
257 _Compare comp; member in class:multimap::value_compare
258 value_compare(_Compare __c) : comp(__c) {}
261 { return comp(__x.first, __y.first); }
/external/chromium_org/media/audio/mac/
H A Daudio_auhal_mac.cc368 AudioComponent comp = AudioComponentFindNext(0, &desc); local
369 if (!comp)
372 OSStatus result = AudioComponentInstanceNew(comp, &audio_unit_);
H A Daudio_low_latency_input_mac.cc110 AudioComponent comp = AudioComponentFindNext(0, &desc); local
111 DCHECK(comp);
114 OSStatus result = AudioComponentInstanceNew(comp, &audio_unit_);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_semantic_tree.js647 node, negatives.comp.pop(), cvox.SemanticAttr.Type.PREFIXOP);
654 newNode, negatives.comp.pop(), cvox.SemanticAttr.Type.PREFIXOP);
720 var children = partition.comp.map(
928 var felem = partition.comp.shift();
929 return this.processFences_(partition.rel, partition.comp, [], [felem]);
1204 var firstComp = partition.comp.shift();
1209 while (partition.comp.length > 0) {
1211 firstComp = partition.comp.shift();
1677 result = result.concat(partition.comp.shift());
1680 result = result.concat(partition.comp
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dmake_macros.sh29 #define lh_${type}_new(hash, comp)\\
30 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), CHECKED_CAST(lhash_cmp_func, int (*) (const ${type} *a, const ${type} *b), comp)))
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.h126 UChar *comp; member in struct:__anon12117
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DArray.js134 function comp(a, b) { function
144 shouldBe("var a = ['aa', 'b', 'cccc', 'ddd']; String(a.sort(comp))", "'b,aa,ddd,cccc'");
/external/clang/test/Sema/
H A Dblock-misc.c142 void foo(long (^comp)()) { // expected-note{{passing argument to parameter 'comp' here}}
/external/libvorbis/lib/
H A Dsharedbook.c536 void run_test(static_codebook *b,float *comp){ argument
540 if(comp){
547 if(fabs(out[i]-comp[i])>.0001){
549 "position %d, %g != %g\n",i,out[i],comp[i]);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dqueue.h197 ShortestFirstQueue(C comp) argument
198 : QueueBase<S>(SHORTEST_FIRST_QUEUE), heap_(comp) {}
530 Compare *comp = 0; local
533 comp = new Compare(distance, *less);
544 delete comp;
553 delete comp;
567 CHECK(comp);
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
586 delete comp;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh298 _hb_glyph_info_set_lig_props_for_component (hb_glyph_info_t *info, unsigned int comp) argument
300 _hb_glyph_info_set_lig_props_for_mark (info, 0, comp);
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialjava.py15 for comp in components[1:]:
16 mod = getattr(mod, comp)
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh298 _hb_glyph_info_set_lig_props_for_component (hb_glyph_info_t *info, unsigned int comp) argument
300 _hb_glyph_info_set_lig_props_for_mark (info, 0, comp);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py189 for comp in comps:
190 if not comp:
192 if comp[0] == sep:
193 path = comp
197 path += comp
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/llvm/utils/
H A Dllvm-compilers-check456 comp = component[:]
459 if (comp == 'dragonegg'):
464 srcdir = source + "/" + comp.rstrip("2")
465 builddir = self.build_prefix + "/" + comp + "/" + build_suffix
468 comp_key = comp.replace("-", "_")
/external/openfst/src/test/
H A Dalgo_test.h967 ILabelCompare<Arc> comp;
969 ArcSort(&S1, comp);
970 ArcSort(&S2, comp);
971 ArcSort(&S3, comp);
987 ArcSortFst< Arc, ILabelCompare<Arc> > S4(U3, comp);
997 ArcSort(&C1, comp);
998 ArcSort(&C2, comp);
1088 ILabelCompare<Arc> comp;
1090 ArcSort(&sdfa1, comp);
1092 ArcSort(&sdfa2, comp);
[all...]
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils_test.py148 def __init__(self, test_case, cmd_ret, comp):
150 self._comp = comp
200 def assertCalls(self, cmd, ret, comp=str.__eq__):
201 return type(self).AndroidCommandsCalls(self, [(cmd, ret)], comp)
203 def assertCallsSequence(self, cmd_ret, comp=str.__eq__):
204 return type(self).AndroidCommandsCalls(self, cmd_ret, comp)
1145 comp=re.match):
1188 comp=re.match):
1453 comp=re.match):
/external/chromium_org/third_party/libxml/src/
H A Dschematron.c90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest
311 xmlXPathCompExprPtr comp; local
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
321 if (comp == NULL) {
338 ret->comp = comp;
367 if (tests->comp != NULL)
368 xmlXPathFreeCompExpr(tests->comp);
1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
/external/libxml2/
H A Dschematron.c90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest
311 xmlXPathCompExprPtr comp; local
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
321 if (comp == NULL) {
338 ret->comp = comp;
367 if (tests->comp != NULL)
368 xmlXPathFreeCompExpr(tests->comp);
1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
/external/chromium_org/base/containers/
H A Dsmall_map.h140 typename M::key_compare comp; local
141 return !comp(left, right) && !comp(right, left);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c415 GLuint i, j, k, comp; local
421 for (comp = 0; comp < 4; comp++) {
423 aj = _mesa_half_to_float(rowA[j][comp]);
424 ak = _mesa_half_to_float(rowA[k][comp]);
425 bj = _mesa_half_to_float(rowB[j][comp]);
426 bk = _mesa_half_to_float(rowB[k][comp]);
427 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
432 GLuint i, j, k, comp; local
449 GLuint i, j, k, comp; local
[all...]

Completed in 1021 milliseconds

1234567891011>>