Searched defs:am (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/third_party/libxml/src/
H A DtestAutomata.c36 xmlAutomataPtr am; local
51 am = xmlNewAutomata();
52 if (am == NULL) {
58 states[0] = xmlAutomataGetInitState(am);
62 xmlFreeAutomata(am);
78 if ((am != NULL) && (expr[0] == 't') && (expr[1] == ' ')) {
89 states[from] = xmlAutomataNewState(am);
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
102 } else if ((am !
223 xmlAutomataPtr am; local
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h104 xmlAutomataPtr am; /* the automata */ member in struct:_xmlValidCtxt
107 void *am; member in struct:_xmlValidCtxt
/external/chromium_org/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp43 int am = pin2byte(SkScalarToFixed(ambient) >> 8); local
51 light.fAmbient = SkToU8(am);
H A DSkGpuBlurUtils.cpp153 GrContext::AutoMatrix am; local
154 am.setIdentity(context);
H A DSkDisplacementMapEffect.cpp442 GrContext::AutoMatrix am; local
443 am.setIdentity(context);
H A DSkMorphologyImageFilter.cpp511 GrContext::AutoMatrix am; local
512 am.setIdentity(context);
/external/libxml2/include/libxml/
H A Dvalid.h104 xmlAutomataPtr am; /* the automata */ member in struct:_xmlValidCtxt
107 void *am; member in struct:_xmlValidCtxt
/external/pixman/test/
H A Dutils.h205 uint32_t am, rm, gm, bm; member in struct:__anon28878
235 uint32_t *am,
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp43 int am = pin2byte(SkScalarToFixed(ambient) >> 8); local
51 light.fAmbient = SkToU8(am);
H A DSkGpuBlurUtils.cpp130 GrContext::AutoMatrix am; local
131 am.setIdentity(context);
/external/clang/test/CXX/drs/
H A Ddr5xx.cpp153 int *a[3], *S::*am[3]; member in class:dr522::S
162 b2(am);
163 b2a(am); // expected-error {{no matching function}}
/external/kernel-headers/original/uapi/sound/
H A Dasound_fm.h45 unsigned char am; /* amplitude modulation */ member in struct:snd_dm_fm_voice
/external/openssl/crypto/bn/
H A Dbn_exp.c589 BIGNUM tmp, am; local
629 * powers of am, am itself and tmp.
650 /* lay down tmp and am right after powers table */
652 am.d = tmp.d + top;
653 tmp.top = am.top = 0;
654 tmp.dmax = am.dmax = top;
655 tmp.neg = am.neg = 0;
656 tmp.flags = am.flags = BN_FLG_STATIC_DATA;
671 if (!BN_mod(&am,
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp496 GrContext::AutoMatrix am; local
501 am.setPreConcat(fContext, translate, &tmpPaint);
H A DGrDistanceFieldTextContext.cpp316 GrContext::AutoMatrix am; local
321 am.setPreConcat(fContext, ctm, &tmpPaint);
H A DSkGr.cpp281 GrContext::AutoMatrix am; local
282 am.setIdentity(ctx);
572 AutoMatrix am(context);
H A DSkGpuDevice.cpp582 GrContext::AutoMatrix am; local
583 if (!am.setIdentity(context, grp)) {
682 GrContext::AutoMatrix am; local
687 am.set(context, translate);
1235 GrContext::AutoMatrix am;
1237 am.setPreConcat(fContext, tmpM);
/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc180 OStream& operator<<(OStream& os, const AddressingMode& am) { argument
181 switch (am) {
278 AddressingMode am = AddressingModeField::decode(instr.opcode()); local
279 if (am != kMode_None) {
/external/skia/src/core/
H A DSkImageFilter.cpp195 GrContext::AutoMatrix am; local
196 am.setIdentity(context);
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp496 GrContext::AutoMatrix am; local
501 am.setPreConcat(fContext, translate, &tmpPaint);
H A DGrDistanceFieldTextContext.cpp270 GrContext::AutoMatrix am; local
275 am.setPreConcat(fContext, ctm, &tmpPaint);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c861 BIGNUM tmp, am; local
928 * powers of am, am itself and tmp.
951 /* lay down tmp and am right after powers table */
953 am.d = tmp.d + top;
954 tmp.top = am.top = 0;
955 tmp.dmax = am.dmax = top;
956 tmp.neg = am.neg = 0;
957 tmp.flags = am.flags = BN_FLG_STATIC_DATA;
972 if (!BN_mod(&am,
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp262 GrContext::AutoMatrix am; local
263 am.setIdentity(context);
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager_unittest.cc474 ApplicationManager am; local
479 am.SetLoaderForURL(scoped_ptr<ApplicationLoader>(loader), test_url);
481 am.ConnectToService(test_url, &test_service);
491 ApplicationManager am; local
496 am.SetArgsForURL(args, test_url);
500 am.SetLoaderForURL(scoped_ptr<ApplicationLoader>(loader), test_url);
502 am.ConnectToService(test_url, &test_service);
525 ApplicationManager am; local
536 am.set_default_loader(scoped_ptr<ApplicationLoader>(default_loader));
537 am
[all...]
/external/libnl/lib/route/
H A Daddr.c562 struct ifaddrmsg am = { local
569 am.ifa_scope = tmpl->a_scope;
575 am.ifa_scope = RT_SCOPE_HOST;
577 am.ifa_scope = RT_SCOPE_UNIVERSE;
584 if (nlmsg_append(msg, &am, sizeof(am), NLMSG_ALIGNTO) < 0)

Completed in 985 milliseconds

123