Searched defs:mtype (Results 1 - 17 of 17) sorted by relevance

/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
/external/chromium_org/third_party/skia/src/core/
H A DSkTextMapStateProc.h24 unsigned mtype = fMatrix.getType(); local
25 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
30 if (mtype & SkMatrix::kScale_Mask) {
H A DSkGlyphCache.cpp284 SkGlyph* SkGlyphCache::lookupMetrics(uint32_t id, MetricsType mtype) { argument
305 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) {
325 if (kJustAdvance_MetricsType == mtype) {
328 SkASSERT(kFull_MetricsType == mtype);
/external/skia/src/core/
H A DSkTextMapStateProc.h24 unsigned mtype = fMatrix.getType(); local
25 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
30 if (mtype & SkMatrix::kScale_Mask) {
H A DSkGlyphCache.cpp284 SkGlyph* SkGlyphCache::lookupMetrics(uint32_t id, MetricsType mtype) { argument
305 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) {
325 if (kJustAdvance_MetricsType == mtype) {
328 SkASSERT(kFull_MetricsType == mtype);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c169 int mtype, unsigned long *cycles )
187 mat->type = mtypes[mtype];
196 switch ( templates[mtype][i * 4 + j] ) {
282 int psize, mtype; local
311 for ( mtype = 0 ; mtype < 7 ; mtype++ ) {
313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]];
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]);
316 if ( test_transform_function( func, psize, mtype, cycle
168 test_transform_function( transform_func func, int psize, int mtype, unsigned long *cycles ) argument
[all...]
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) argument
216 scale = 1.0F + rnd () * norm_scale_types[mtype];
220 switch ( norm_templates[mtype][i * 4 + j] ) {
277 if ( norm_normalize_types[mtype] == 0 ) {
311 if ( norm_normalize_types[mtype] != 0 ) {
336 int mtype; local
357 for ( mtype = 0 ; mtype < 8 ; mtype++ ) {
358 normal_func func = _mesa_normal_tab[norm_types[mtype]];
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c169 int mtype, unsigned long *cycles )
187 mat->type = mtypes[mtype];
196 switch ( templates[mtype][i * 4 + j] ) {
282 int psize, mtype; local
311 for ( mtype = 0 ; mtype < 7 ; mtype++ ) {
313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]];
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]);
316 if ( test_transform_function( func, psize, mtype, cycle
168 test_transform_function( transform_func func, int psize, int mtype, unsigned long *cycles ) argument
[all...]
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) argument
216 scale = 1.0F + rnd () * norm_scale_types[mtype];
220 switch ( norm_templates[mtype][i * 4 + j] ) {
277 if ( norm_normalize_types[mtype] == 0 ) {
311 if ( norm_normalize_types[mtype] != 0 ) {
336 int mtype; local
357 for ( mtype = 0 ; mtype < 8 ; mtype++ ) {
358 normal_func func = _mesa_normal_tab[norm_types[mtype]];
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dmsg.h37 __kernel_long_t mtype; /* type of message */ member in struct:msgbuf
/external/strace/
H A Dipc.c126 long mtype; local
128 if (umove(tcp, addr, &mtype) < 0) {
131 tprintf("{%lu, ", mtype);
132 printstr(tcp, addr + sizeof(mtype), count);
157 long mtype; local
159 if (syserror(tcp) || umove(tcp, addr, &mtype) < 0) {
162 tprintf("{%lu, ", mtype);
163 printstr(tcp, addr + sizeof(mtype), count);
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp193 SkMetaData::Type mtype; local
197 while ((name = iter.next(&mtype, &count)) != NULL)
202 switch (mtype) {
/external/skia/src/views/
H A DSkEvent.cpp193 SkMetaData::Type mtype; local
197 while ((name = iter.next(&mtype, &count)) != NULL)
202 switch (mtype) {
/external/blktrace/
H A Dblkiomon.c57 long mtype; member in struct:dstat_msg
231 dstat->msg.mtype = msg_id;
/external/tcpdump/
H A Dprint-tipc.c171 u_int mtype; local
187 mtype = TIPC_MTYPE(w1);
198 tok2str(tipcmtype_values, "Unknown", mtype)));
211 tok2str(tipcmtype_values, "Unknown", mtype)));
236 u_int mtype; local
257 mtype = TIPC_MTYPE(w1);
266 tok2str(tipcmtype_values, "Unknown", mtype), w1));
304 u_int mtype; local
317 mtype = TIPC_MTYPE(w1);
328 tok2str(tipc_linkconf_mtype_values, "Unknown", mtype)));
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c1799 ssl3_ParamFromIV(CK_MECHANISM_TYPE mtype, SECItem *iv, CK_ULONG ulEffectiveBits) argument
1801 SECItem * param = PK11_ParamFromIV(mtype, iv);
1803 switch (mtype) {
/external/valgrind/main/include/vki/
H A Dvki-linux.h1495 long mtype; /* type of message */ member in struct:vki_msgbuf

Completed in 550 milliseconds