HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 101 - 125 of 614) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/xml/
SkJS.cpp 108 char *path, *comp, *full; local
123 for (comp = strtok(path, ":"); comp; comp = strtok(NULL, ":")) {
124 if (*comp != '\0') {
125 full = JS_smprintf("%s/%s", comp, name);
135 if (*comp != '\0')
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 122 int *blk, uint8 *comp, int width
255 *comp++ = a;
256 *comp++ = a;
257 *comp++ = a;
258 *comp++ = a;
259 *comp++ = a;
260 *comp++ = a;
261 *comp++ = a;
262 *comp++ = a;
264 comp += offset
    [all...]
  /external/openssl/crypto/stack/
stack.c 83 int (*old)(const void *,const void *)=sk->comp;
85 if (sk->comp != c)
87 sk->comp=c;
97 if ((ret=sk_new(sk->comp)) == NULL) goto err;
107 ret->comp=sk->comp;
131 ret->comp=c;
220 if (st->comp == NULL)
229 r=OBJ_bsearch_ex_(&data,st->data,st->num,sizeof(void *),st->comp,
318 /* same comment as in sk_find ... previously st->comp was declare
    [all...]
  /external/chromium_org/third_party/libxml/src/
testXPath.c 95 xmlXPathCompExprPtr comp; local
97 comp = xmlXPathCompile(BAD_CAST str);
98 if (comp != NULL) {
100 xmlXPathDebugDumpCompExpr(stdout, comp, 0);
102 res = xmlXPathCompiledEval(comp, ctxt);
103 xmlXPathFreeCompExpr(comp);
  /external/chromium_org/chrome/browser/history/
url_utils.cc 81 url::Component comp;
82 comp.len = new_scheme.length();
84 replacement.SetScheme(new_scheme.c_str(), comp);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
lhash_macros.h 20 #define lh_ASN1_OBJECT_new(hash, comp) \
25 comp)))
59 #define lh_CONF_VALUE_new(hash, comp) \
63 int (*)(const CONF_VALUE *a, const CONF_VALUE *b), comp)))
96 #define lh_ERR_STATE_new(hash, comp) \
100 int (*)(const ERR_STATE *a, const ERR_STATE *b), comp)))
132 #define lh_ERR_STRING_DATA_new(hash, comp) \
138 int (*)(const ERR_STRING_DATA *a, const ERR_STRING_DATA *b), comp)))
172 #define lh_EX_CLASS_ITEM_new(hash, comp) \
178 comp)))
    [all...]
stack.h 102 * order, based on |comp|. */
107 /* comp is an optional comparision function. */
108 stack_cmp_func comp; member in struct:stack_st
208 OPENSSL_EXPORT _STACK *sk_new(stack_cmp_func comp);
287 OPENSSL_EXPORT stack_cmp_func sk_set_cmp_func(_STACK *sk, stack_cmp_func comp);
stack_macros.h 20 #define sk_ACCESS_DESCRIPTION_new(comp) \
24 comp)))
91 #define sk_ACCESS_DESCRIPTION_set_cmp_func(sk, comp) \
97 comp)))
101 #define sk_ASN1_ADB_TABLE_new(comp) \
104 int (*)(const ASN1_ADB_TABLE **a, const ASN1_ADB_TABLE **b), comp)))
170 #define sk_ASN1_ADB_TABLE_set_cmp_func(sk, comp) \
176 comp)))
180 #define sk_ASN1_GENERALSTRING_new(comp) \
184 comp)))
    [all...]
lhash.h 144 lhash_cmp_func comp; member in struct:lhash_st
148 /* lh_new returns a new, empty hash table or NULL on error. If |comp| is NULL,
151 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 74 comp = compiler()
75 customize_compiler(comp)
76 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 74 comp = compiler()
75 customize_compiler(comp)
76 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
  /external/chromium_org/components/policy/core/common/
schema_map.cc 118 for (ComponentMap::const_iterator comp = components.begin();
119 comp != components.end(); ++comp) {
120 PolicyNamespace ns(domain->first, comp->first);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.c 206 nmv_component *comp = &fc->comps[i]; local
210 comp->sign = adapt_prob(pre_comp->sign, c->sign);
212 comp->classes);
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
216 comp->bits[j] = adapt_prob(pre_comp->bits[j], c->bits[j]);
220 comp->class0_fp[j]);
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
225 comp->class0_hp = adapt_prob(pre_comp->class0_hp, c->class0_hp);
226 comp->hp = adapt_prob(pre_comp->hp, c->hp);
  /external/chromium_org/third_party/libxslt/libxslt/
extra.h 67 xsltStylePreCompPtr comp);
xsltutils.c 957 xsltStyleItemSortPtr comp; local
959 xsltStylePreCompPtr comp;
972 comp = sort->psvi;
973 if (comp == NULL) {
979 if ((comp->select == NULL) || (comp->comp == NULL))
1012 if (comp->inScopeNs != NULL) {
1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber
1085 xsltStyleItemSortPtr comp; local
    [all...]
pattern.h 42 xsltFreeCompMatchList (xsltCompMatchPtr comp);
46 xsltCompMatchPtr comp);
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 206 nmv_component *comp = &fc->comps[i]; local
210 comp->sign = adapt_prob(pre_comp->sign, c->sign);
212 comp->classes);
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
216 comp->bits[j] = adapt_prob(pre_comp->bits[j], c->bits[j]);
220 comp->class0_fp[j]);
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
225 comp->class0_hp = adapt_prob(pre_comp->class0_hp, c->class0_hp);
226 comp->hp = adapt_prob(pre_comp->hp, c->hp);
  /external/openssl/crypto/comp/
comp_err.c 1 /* crypto/comp/comp_err.c */
63 #include <openssl/comp.h>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.c 206 nmv_component *comp = &fc->comps[i]; local
210 comp->sign = adapt_prob(pre_comp->sign, c->sign);
212 comp->classes);
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
216 comp->bits[j] = adapt_prob(pre_comp->bits[j], c->bits[j]);
220 comp->class0_fp[j]);
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
225 comp->class0_hp = adapt_prob(pre_comp->class0_hp, c->class0_hp);
226 comp->hp = adapt_prob(pre_comp->hp, c->hp);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpBitmapFetch.java 87 int comp = Math.max(h, w); local
89 while ((comp >> 1) >= maxSide) {
90 comp = comp >> 1;
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 53 ComponentName comp = (ComponentName)obj; local
59 queryIntent.setPackage(comp.getPackageName());
65 if (ri.serviceInfo.name.equals(comp.getClassName())) {
86 Log.w(TAG, "Not a live wallpaper: " + comp);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2035 Int comp; local
    [all...]
  /external/chromium_org/cc/base/
scoped_ptr_vector.h 163 inline void sort(Compare comp) {
164 std::sort(data_.begin(), data_.end(), comp);
168 inline void make_heap(Compare comp) {
169 std::make_heap(data_.begin(), data_.end(), comp);
173 inline void push_heap(Compare comp) {
174 std::push_heap(data_.begin(), data_.end(), comp);
178 inline void pop_heap(Compare comp) {
179 std::pop_heap(data_.begin(), data_.end(), comp);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_composite.h 128 xa_composite_check_accelerated(const struct xa_composite *comp);
131 xa_composite_prepare(struct xa_context *ctx, const struct xa_composite *comp);
  /external/libpng/contrib/gregbook/
makevms.com 37 $ comp = "__decc__=1"
45 $ comp = "__gcc__=1"
48 $ comp = "__vaxc__=1"
53 $ comp = "__decc__=1"

Completed in 757 milliseconds

1 2 3 45 6 7 8 91011>>