Searched defs:ma (Results 1 - 25 of 59) sorted by relevance

123

/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dpthread_mutexattr_get.cc7 pthread_mutexattr_t ma; local
8 int res = pthread_mutexattr_init(&ma);
10 res = pthread_mutexattr_setpshared(&ma, 1);
13 res = pthread_mutexattr_getpshared(&ma, &pshared);
16 res = pthread_mutexattr_destroy(&ma);
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh80 mask_t ma = mask_for (a); variable
82 mask |= mb + (mb - ma) - (mb < ma);
/external/e2fsprogs/lib/ext2fs/
H A Direl_ma.c67 struct irel_ma *ma = 0; local
86 retval = ext2fs_get_mem(sizeof(struct irel_ma), &ma);
89 memset(ma, 0, sizeof(struct irel_ma));
90 irel->priv_data = ma;
94 &ma->orig_map);
97 memset(ma->orig_map, 0, size);
102 sizeof(struct ext2_inode_relocate_entry), &ma->entries);
105 memset(ma->entries, 0, size);
110 sizeof(struct inode_reference_entry), &ma->ref_entries);
113 memset(ma
[all...]
H A Dbrel_ma.c51 struct brel_ma *ma = 0; local
70 retval = ext2fs_get_mem(sizeof(struct brel_ma), &ma);
73 memset(ma, 0, sizeof(struct brel_ma));
74 brel->priv_data = ma;
79 sizeof(struct ext2_block_relocate_entry), &ma->entries);
82 memset(ma->entries, 0, size);
83 ma->max_block = max_block;
107 struct brel_ma *ma; local
109 ma = brel->priv_data;
110 if (old > ma
119 struct brel_ma *ma; local
139 struct brel_ma *ma; local
155 struct brel_ma *ma; local
169 struct brel_ma *ma; local
182 struct brel_ma *ma; local
[all...]
/external/opencv3/modules/imgproc/src/
H A Dmatchcontours.cpp46 double ma[7], mb[7]; local
52 HuMoments( moments(contour1), ma ); local
60 double ama = fabs( ma[i] );
63 if( ma[i] > 0 )
65 else if( ma[i] < 0 )
88 double ama = fabs( ma[i] );
91 if( ma[i] > 0 )
93 else if( ma[i] < 0 )
116 double ama = fabs( ma[i] );
119 if( ma[
[all...]
/external/eigen/bench/
H A DbenchBlasGemm.cpp30 void bench_eigengemm(MyMatrix& mc, const MyMatrix& ma, const MyMatrix& mb, int nbloops);
102 MyMatrix ma(M,K), mb(K,N), mc(M,N);
103 ma = MyMatrix::Random(M,K);
123 CBLAS_GEMM(CblasRowMajor, CblasNoTrans, CblasNoTrans, M, N, K, alpha, ma.data(), K, mb.data(), N, beta, mc.data(), N);
125 CBLAS_GEMM(CblasColMajor, CblasNoTrans, CblasNoTrans, M, N, K, alpha, ma.data(), M, mb.data(), K, beta, mc.data(), M);
136 ma = MyMatrix::Random(M,K);
147 bench_eigengemm(mc, ma, mb, nbloops);
165 void bench_eigengemm(MyMatrix& mc, const MyMatrix& ma, const MyMatrix& mb, int nbloops) argument
168 mc.noalias() += ma * mb;
176 MyMatrix ma(
[all...]
H A DbenchVecAdd.cpp50 MatrixXf ma = Map<MatrixXf>(a, innersize, outersize ); local
57 benchVec(ma, mb, mc);
/external/skia/src/core/
H A DSkScan_Antihair.cpp116 unsigned ma = SmallDot6Scale(a, mod64); variable
117 if (ma) {
118 call_hline_blitter(this->getBlitter(), x, y, 1, ma);
122 ma = SmallDot6Scale(255 - a, mod64);
123 if (ma) {
124 call_hline_blitter(this->getBlitter(), x, y - 1, 1, ma);
193 unsigned ma = SmallDot6Scale(a, mod64);
194 if (ma) {
195 this->getBlitter()->blitV(x, y, 1, ma);
197 ma
[all...]
/external/toybox/toys/other/
H A Dblkid.c141 unsigned int ma, mi, sz, fd; local
147 if (sscanf(buffer, " %u %u %u %[^\n ]", &ma, &mi, &sz, name) != 4)
/external/ImageMagick/MagickCore/
H A Dmagic.c255 *ma,
258 ma=(MagicInfo *) a;
261 if (ma->offset != mb->offset)
262 return((int) (ma->offset-mb->offset));
264 return((int) (mb->length-ma->length));
249 *ma, local
/external/avahi/avahi-core/
H A Drr.c603 uint8_t *ma = NULL, *mb = NULL; local
609 if (asize > 0 && !(ma = avahi_new(uint8_t, asize)))
613 avahi_free(ma);
617 avahi_string_list_serialize(a->data.txt.string_list, ma, asize);
621 r = lexicographical_memcmp(ma, asize, mb, bsize);
629 avahi_free(ma);
/external/iproute2/genl/
H A Dctrl.c234 __u32 *ma = RTA_DATA(tb[CTRL_ATTR_MAXATTR]); local
235 fprintf(fp, " max attribs: %d ",*ma);
/external/iproute2/ip/
H A Dipmaddr.c110 struct ma_info *ma = malloc(sizeof(m)); local
112 memcpy(ma, &m, sizeof(m));
113 ma->addr.bytelen = len;
114 ma->addr.bitlen = len<<3;
116 ma->features = "static";
117 maddr_ins(result_p, ma);
142 struct ma_info *ma; local
154 ma = malloc(sizeof(m));
155 memcpy(ma, &m, sizeof(m));
156 maddr_ins(result_p, ma);
185 struct ma_info *ma = malloc(sizeof(m)); local
[all...]
/external/libedit/src/
H A Dchared.c395 c_macro_t *ma = &el->el_chared.c_macro; local
446 ma->level = -1;
447 ma->offset = 0;
448 ma->macro = el_malloc(EL_MAXMACRO * sizeof(*ma->macro));
449 if (ma->macro == NULL)
488 c_macro_t *ma = &el->el_chared.c_macro; local
489 while (ma->level >= 0)
490 el_free(ma->macro[ma
[all...]
H A Dread.c222 c_macro_t *ma = &el->el_chared.c_macro; local
224 if (str != NULL && ma->level + 1 < EL_MAXMACRO) {
225 ma->level++;
226 if ((ma->macro[ma->level] = Strdup(str)) != NULL)
228 ma->level--;
385 read_pop(c_macro_t *ma) argument
389 el_free(ma->macro[0]);
390 for (i = 0; i < ma->level; i++)
391 ma
403 c_macro_t *ma = &el->el_chared.c_macro; local
492 c_macro_t *ma = &el->el_chared.c_macro; local
[all...]
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp63 double ma[7], mb[7]; local
82 ma[0] = huMoments.hu1;
83 ma[1] = huMoments.hu2;
84 ma[2] = huMoments.hu3;
85 ma[3] = huMoments.hu4;
86 ma[4] = huMoments.hu5;
87 ma[5] = huMoments.hu6;
88 ma[6] = huMoments.hu7;
111 double ama = fabs( ma[i] );
114 if( ma[
[all...]
/external/opencv3/3rdparty/libtiff/
H A Dtif_read.c400 tmsize_t ma,mb; local
402 ma=(tmsize_t)td->td_stripoffset[strip];
403 mb=ma+size;
404 if (((uint64)ma!=td->td_stripoffset[strip])||(ma>tif->tif_size))
406 else if ((mb<ma)||(mb<size)||(mb>tif->tif_size))
407 n=tif->tif_size-ma;
428 _TIFFmemcpy(buf, tif->tif_base + ma,
716 tmsize_t ma,mb; local
718 ma
[all...]
H A Dtif_win32.c41 uint8* ma; local
46 ma=(uint8*)buf;
54 if (!ReadFile(fd,(LPVOID)ma,n,&o,NULL))
56 ma+=o;
71 uint8* ma; local
76 ma=(uint8*)buf;
84 if (!WriteFile(fd,(LPVOID)ma,n,&o,NULL))
86 ma+=o;
H A Dtif_dir.c517 uint32 ma; local
522 ma=(uint32)va_arg(ap,uint32);
528 ma=(uint32)(strlen(mb)+1);
530 tv->count=ma;
531 setByteArray(&tv->value,mb,ma,1);
/external/pdfium/third_party/libtiff/
H A Dtif_read.c400 tmsize_t ma,mb; local
402 ma=(tmsize_t)td->td_stripoffset[strip];
403 mb=ma+size;
404 if (((uint64)ma!=td->td_stripoffset[strip])||(ma>tif->tif_size))
406 else if ((mb<ma)||(mb<size)||(mb>tif->tif_size))
407 n=tif->tif_size-ma;
428 _TIFFmemcpy(buf, tif->tif_base + ma,
716 tmsize_t ma,mb; local
718 ma
[all...]
H A Dtif_dir.c525 uint32 ma; local
530 ma=(uint32)va_arg(ap,uint32);
536 ma=(uint32)(strlen(mb)+1);
538 tv->count=ma;
539 setByteArray(&tv->value,mb,ma,1);
/external/vboot_reference/cgpt/
H A Dcgpt_find.c227 int ma, mi; local
230 if (sscanf(line, " %d %d %llu %127[^\n ]", &ma, &mi, &sz, partname) != 4)
/external/e2fsprogs/lib/blkid/
H A Ddevname.c279 int ma, mi; local
290 if (sscanf(buf, "device: %d:%d", &ma, &mi) == 2) {
291 ret = makedev(ma, mi);
368 int ma, mi, sz, num = 0; local
377 &ma, &mi, &sz, device) != 4)
381 device, ma, mi));
383 probe_one(cache, device, makedev(ma, mi), BLKID_PRI_EVMS,
401 int ma, mi; local
433 &ma, &mi, &sz, ptname) != 4)
435 devs[which] = makedev(ma, m
[all...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
H A DSoftbody.java177 public static int MatchEdge(btSoftBody.Node a, btSoftBody.Node b, btSoftBody.Node ma, btSoftBody.Node mb) { argument
178 return SoftbodyJNI.MatchEdge(btSoftBody.Node.getCPtr(a), a, btSoftBody.Node.getCPtr(b), b, btSoftBody.Node.getCPtr(ma), ma, btSoftBody.Node.getCPtr(mb), mb);
/external/skia/tests/
H A DAAClipTest.cpp363 SkMask ma, mb; local
364 copyToMask(a, &ma);
366 SkAutoMaskFreeImage aCleanUp(ma.fImage);
369 return ma == mb;

Completed in 1188 milliseconds

123