Home
last modified time | relevance | path

Searched defs:l0 (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_OS_2_V1.h263 struct l0 { struct
264 static const SK_OT_ULONG BasicLatinMask = SkTEndian_SwapBE32(1 << 0);
265 static const SK_OT_ULONG Latin1SupplementMask = SkTEndian_SwapBE32(1 << 1);
266 static const SK_OT_ULONG LatinExtendedAMask = SkTEndian_SwapBE32(1 << 2);
267 static const SK_OT_ULONG LatinExtendedBMask = SkTEndian_SwapBE32(1 << 3);
268 static const SK_OT_ULONG IPAExtensionsMask = SkTEndian_SwapBE32(1 << 4);
269 static const SK_OT_ULONG SpacingModifierLettersMask = SkTEndian_SwapBE32(1 << 5);
270 static const SK_OT_ULONG CombiningDiacriticalMarksMask = SkTEndian_SwapBE32(1 << 6);
271 static const SK_OT_ULONG BasicGreekMask = SkTEndian_SwapBE32(1 << 7);
272 static const SK_OT_ULONG GreekSymbolsAndCCopticMask = SkTEndian_SwapBE32(1 << 8);
[all …]
DSkOTTable_OS_2_V2.h264 struct l0 { struct
265 static const SK_OT_ULONG BasicLatinMask = SkTEndian_SwapBE32(1 << 0);
266 static const SK_OT_ULONG Latin1SupplementMask = SkTEndian_SwapBE32(1 << 1);
267 static const SK_OT_ULONG LatinExtendedAMask = SkTEndian_SwapBE32(1 << 2);
268 static const SK_OT_ULONG LatinExtendedBMask = SkTEndian_SwapBE32(1 << 3);
269 static const SK_OT_ULONG IPAExtensionsMask = SkTEndian_SwapBE32(1 << 4);
270 static const SK_OT_ULONG SpacingModifierLettersMask = SkTEndian_SwapBE32(1 << 5);
271 static const SK_OT_ULONG CombiningDiacriticalMarksMask = SkTEndian_SwapBE32(1 << 6);
272 static const SK_OT_ULONG GreekMask = SkTEndian_SwapBE32(1 << 7);
274 static const SK_OT_ULONG CyrillicMask = SkTEndian_SwapBE32(1 << 9);
[all …]
DSkOTTable_OS_2_V3.h265 struct l0 { struct
266 static const SK_OT_ULONG BasicLatinMask = SkTEndian_SwapBE32(1 << 0);
267 static const SK_OT_ULONG Latin1SupplementMask = SkTEndian_SwapBE32(1 << 1);
268 static const SK_OT_ULONG LatinExtendedAMask = SkTEndian_SwapBE32(1 << 2);
269 static const SK_OT_ULONG LatinExtendedBMask = SkTEndian_SwapBE32(1 << 3);
270 static const SK_OT_ULONG IPAExtensionsMask = SkTEndian_SwapBE32(1 << 4);
271 static const SK_OT_ULONG SpacingModifierLettersMask = SkTEndian_SwapBE32(1 << 5);
272 static const SK_OT_ULONG CombiningDiacriticalMarksMask = SkTEndian_SwapBE32(1 << 6);
273 static const SK_OT_ULONG GreekAndCopticMask = SkTEndian_SwapBE32(1 << 7);
275 static const SK_OT_ULONG CyrillicMask = SkTEndian_SwapBE32(1 << 9);
[all …]
DSkOTTable_OS_2_V4.h265 struct l0 { struct
266 static const SK_OT_ULONG BasicLatinMask = SkTEndian_SwapBE32(1 << 0);
267 static const SK_OT_ULONG Latin1SupplementMask = SkTEndian_SwapBE32(1 << 1);
268 static const SK_OT_ULONG LatinExtendedAMask = SkTEndian_SwapBE32(1 << 2);
269 static const SK_OT_ULONG LatinExtendedBMask = SkTEndian_SwapBE32(1 << 3);
270 static const SK_OT_ULONG IPAExtensionsMask = SkTEndian_SwapBE32(1 << 4);
271 static const SK_OT_ULONG SpacingModifierLettersMask = SkTEndian_SwapBE32(1 << 5);
272 static const SK_OT_ULONG CombiningDiacriticalMarksMask = SkTEndian_SwapBE32(1 << 6);
273 static const SK_OT_ULONG GreekAndCopticMask = SkTEndian_SwapBE32(1 << 7);
274 static const SK_OT_ULONG CopticMask = SkTEndian_SwapBE32(1 << 8);
[all …]
/external/clang/test/CodeGen/
Dlibcalls.c13 float l0 = sqrtf(a0); in test_sqrt() local
36 float l0 = powf(a0, a0); in test_pow() local
59 float l0 = fmaf(a0, a0, a0); in test_fma() local
Dattr-used.c13 static int l0 __attribute__((used)) = 5225; in f1() local
Dstaticinit.c30 int f1(void) { static int l0 = (unsigned) f1; } in f1() local
Dconst-init.c71 static long l0 = (long) g11; in g11() local
111 static struct g20_s1 l0 = { ((void*) 0), &l0.f0 }; in g20() local
/external/openssl/crypto/des/
Decb3_enc.c66 register DES_LONG l0,l1; in DES_ecb3_encrypt() local
/external/eigen/test/eigen2/
Deigen2_parametrizedline.cpp34 LineType l0(p0, d0); in parametrizedline() local
/external/clang/test/CXX/expr/
Dp9.cpp44 __typeof__(0 + 0L) l0; variable
/external/opencv/cvaux/src/
Dcvbgfg_codebook.cpp147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; in cvBGCodeBookUpdate() local
271 int l0 = p0 + m0, l1 = p1 + m1, l2 = p2 + m2; in cvBGCodeBookDiff() local
/external/eigen/test/
Dgeo_parametrizedline.cpp35 LineType l0(p0, d0); in parametrizedline() local
/external/openssl/crypto/bn/
Dbn_div.c317 BN_ULONG q,l0; in BN_div() local
/external/opencv/cv/src/
Dcvdistransform.cpp267 int l0 = 0; in icvDistanceTransformEx_5x5_C1R() local
334 int l0 = lls[j]; in icvDistanceTransformEx_5x5_C1R() local
/external/grub/stage2/
Dxfs.h207 xfs_uint32_t l0, l1, l2, l3; member
211 xfs_uint64_t l0, l1; member
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c435 u8 l0[2], l1[2]; in eap_aka_prime_derive_ck_ik_prime() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc623 ThreadRegistryLock l0(ctx->thread_registry); in ReportRace() local
/external/openssl/apps/
Dspeed.c1317 long l0,l1; in MAIN() local
/external/icu4c/test/intltest/
Dcaltest.cpp2709 Locale l0 = cal->getLocale(ULOC_VALID_LOCALE, status); in TestCloneLocale() local
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp685 PassRefPtr<Label> BytecodeGenerator::emitLabel(Label* l0) in emitLabel()
DNodesCodegen.cpp1667 RefPtr<Label> l0 = generator.newLabel(); in emitBytecode() local
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2250 int l, l0, l1, r, r0, r1; in cvSeqSort() local
/external/qemu/target-i386/
Dops_sse.h639 int32_t l0, l1; in helper_cvtdq2pd() local