Searched refs:word0 (Results 1 - 7 of 7) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c51 } word0; member in struct:bundle_t::__anon13349
101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1;
111 insn = bundle.bitmap.word0.slot0;
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc307 #define word0(x) (x)->L[1] macro
310 #define word0(x) (x)->L[0] macro
1172 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
1181 word0(&u) = L;
1189 word0(&u) = 0x80000 >> L;
1193 word0(&u) = 0;
1217 #define d0 word0(&d)
1264 word0(&d) = d0 >> 16 | d0 << 16;
1289 d0 = word0(d) >> 16 | word0(
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dromfs_fs.h25 __be32 word0; member in struct:romfs_super_block
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp37 uint32_t word0, word; local
52 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
53 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0);
63 word=word0|UCNV_EXT_TO_U_VALUE_MASK;
77 if(word0<=toUSection[start]) {
80 if(++start<limit && word0<=toUSection[start]) {
83 if(++start<limit && word0<=toUSection[start]) {
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1538 long word0, word;
1555 /* word0 is suitable for <=toUSection[] comparison, word for <toUSection[] */
1556 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK;
1564 word = word0 | TO_U_VALUE_MASK;
1578 if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) {
1582 && word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) {
1586 && word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c478 uint32_t word0 = i32_from_byte_stream(bytes, &bytes_read); local
485 vtx.inst = G_SQ_VTX_WORD0_VTX_INST(word0);
486 vtx.fetch_type = G_SQ_VTX_WORD0_FETCH_TYPE(word0);
487 vtx.buffer_id = G_SQ_VTX_WORD0_BUFFER_ID(word0);
488 vtx.src_gpr = G_SQ_VTX_WORD0_SRC_GPR(word0);
489 vtx.src_sel_x = G_SQ_VTX_WORD0_SRC_SEL_X(word0);
490 vtx.mega_fetch_count = G_SQ_VTX_WORD0_MEGA_FETCH_COUNT(word0);
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 235 milliseconds