Searched defs:is32 (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/core/
H A DSk64.h25 SkBool is32() const { return fHi == ((int32_t)fLo >> 31); } function in struct:Sk64
36 /** Return the signed 32 bit integer equivalent. Asserts that is32() returns non-zero.
38 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; }
/external/elfutils/libelf/
H A Delf_begin.c110 bool is32 = e_ident[EI_CLASS] == ELFCLASS32; local
116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
126 if (is32)
160 if (is32)
/external/icu4c/samples/layout/
H A Dsfnt.h120 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
/external/freetype/src/sfnt/
H A Dttcmap.c1577 /***** The `is32' table embedded in the charmap indicates whether a *****/
1582 /***** If `char_hi == 0' then we must have `is32[char_lo] == 0'. *****/
1585 /***** `is32[char_hi] != 0' and `is32[char_lo] != 0'. *****/
1601 /* is32 12 BYTE[8192] 32-bitness bitmap */
1618 FT_Byte* is32; local
1630 is32 = table + 12;
1631 p = is32 + 8192; /* skip `is32' array */
1666 /* start_hi != 0; check that is32[
[all...]
/external/icu4c/test/letest/
H A Dsfnt.h208 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
217 le_uint32 is32[65536/32]; member in struct:CMAPFormat8Encoding
/external/icu4c/tools/tzcode/
H A Dzic.c155 static int is32(zic_t x);
1595 is32(x) function
1677 while (timecnt32 > 0 && !is32(ats[timecnt32 - 1]))
1679 while (timecnt32 > 0 && !is32(ats[timei32])) {
1683 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1685 while (leapcnt32 > 0 && !is32(trans[leapi32])) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 229 milliseconds