Home
last modified time | relevance | path

Searched refs:word0 (Results 1 – 6 of 6) sorted by relevance

/external/libweave/third_party/chromium/base/third_party/dmg_fp/
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(d) << 16;
1292 #define d0 word0(d)
[all …]
/external/ltrace/sysdeps/linux-gnu/ia64/
Dtrace.c51 } word0; member
101 unsigned long bot = 0UL | bundle.bitmap.word0.bot_slot1; in syscall_p()
111 insn = bundle.bitmap.word0.slot0; in syscall_p()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp37 uint32_t word0, word; in ucnv_extFindToU() local
53 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()
63 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()
77 if(word0<=toUSection[start]) { in ucnv_extFindToU()
80 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
83 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
/external/kernel-headers/original/uapi/linux/
Dromfs_fs.h25 __be32 word0; member
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1538 long word0, word; in findToU() local
1556 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK; in findToU()
1564 word = word0 | TO_U_VALUE_MASK; in findToU()
1578 …if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MAS… in findToU()
1582 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()
1586 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c478 uint32_t word0 = i32_from_byte_stream(bytes, &bytes_read); in r600_vtx_from_byte_stream() local
485 vtx.inst = G_SQ_VTX_WORD0_VTX_INST(word0); in r600_vtx_from_byte_stream()
486 vtx.fetch_type = G_SQ_VTX_WORD0_FETCH_TYPE(word0); in r600_vtx_from_byte_stream()
487 vtx.buffer_id = G_SQ_VTX_WORD0_BUFFER_ID(word0); in r600_vtx_from_byte_stream()
488 vtx.src_gpr = G_SQ_VTX_WORD0_SRC_GPR(word0); in r600_vtx_from_byte_stream()
489 vtx.src_sel_x = G_SQ_VTX_WORD0_SRC_SEL_X(word0); in r600_vtx_from_byte_stream()
490 vtx.mega_fetch_count = G_SQ_VTX_WORD0_MEGA_FETCH_COUNT(word0); in r600_vtx_from_byte_stream()