Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_ext.cpp39 uint32_t word0, word; in ucnv_extFindToU() local
55 word0=UCNV_EXT_TO_U_MAKE_WORD(byte, 0); in ucnv_extFindToU()
65 word=word0|UCNV_EXT_TO_U_VALUE_MASK; in ucnv_extFindToU()
79 if(word0<=toUSection[start]) { in ucnv_extFindToU()
82 if(++start<limit && word0<=toUSection[start]) { in ucnv_extFindToU()
85 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.java1532 long word0, word; in findToU() local
1550 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK; in findToU()
1558 word = word0 | TO_U_VALUE_MASK; in findToU()
1572 …if (word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MAS… in findToU()
1576 …&& word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK… in findToU()
1580 …&& 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()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...