Searched refs:word1 (Results 1 - 17 of 17) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dtrace.c55 } word1; member in struct:bundle_t::__anon12919
102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1;
108 insn = bundle.bitmap.word1.slot2;
/external/kernel-headers/original/uapi/linux/
H A Dromfs_fs.h26 __be32 word1; member in struct:romfs_super_block
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc308 #define word1(x) (x)->L[0] macro
311 #define word1(x) (x)->L[1] macro
1182 word1(&u) = 0;
1190 word1(&u) = 0;
1195 word1(&u) = L >= 31 ? 1 : 1 << 31 - L;
1218 #define d1 word1(&d)
1265 word1(&d) = d1 >> 16 | d1 << 16;
1290 d1 = word1(d) >> 16 | word1(d) << 16;
1293 #define d1 word1(
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_guest_x86.h259 UInt word1; member in struct:__anon19197::__anon19198::__anon19200
/external/pcre/dist/
H A Dpcrecpp_unittest.cc418 string word1; local
423 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
424 CHECK_EQ(word1, "foo");
427 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
428 CHECK_EQ(word1, "");
431 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
432 CHECK_EQ(word1, "");
435 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
/external/regex-re2/re2/testing/
H A Dre2_test.cc320 string word1; local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
325 CHECK_EQ(word1, "foo");
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
329 CHECK_EQ(word1, "");
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
333 CHECK_EQ(word1, "");
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
/external/ipsec-tools/src/racoon/
H A Deaytest.c843 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
850 buf = vmalloc(strlen(word1));
851 memcpy(buf->v, word1, buf->l);
880 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
887 buf = vmalloc(strlen(word1));
888 memcpy(buf->v, word1, buf->l);
/external/libpcap/msdos/
H A Dndis2.h378 WORD word1; member in struct:_ReqBlock
H A Dndis2.c585 protManDS = reqBlock.word1;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c479 uint32_t word1 = i32_from_byte_stream(bytes, &bytes_read); local
493 vtx.dst_gpr = G_SQ_VTX_WORD1_GPR_DST_GPR(word1);
494 vtx.dst_sel_x = G_SQ_VTX_WORD1_DST_SEL_X(word1);
495 vtx.dst_sel_y = G_SQ_VTX_WORD1_DST_SEL_Y(word1);
496 vtx.dst_sel_z = G_SQ_VTX_WORD1_DST_SEL_Z(word1);
497 vtx.dst_sel_w = G_SQ_VTX_WORD1_DST_SEL_W(word1);
498 vtx.use_const_fields = G_SQ_VTX_WORD1_USE_CONST_FIELDS(word1);
499 vtx.data_format = G_SQ_VTX_WORD1_DATA_FORMAT(word1);
500 vtx.num_format_all = G_SQ_VTX_WORD1_NUM_FORMAT_ALL(word1);
501 vtx.format_comp_all = G_SQ_VTX_WORD1_FORMAT_COMP_ALL(word1);
[all...]
/external/c-ares/
H A Dconfigure14656 for word1 in $tmp_chg_FLAGS; do
14657 case "$word1" in
14671 for word1 in $tmp_chg_FLAGS; do
14672 case "$word1" in
14926 for word1 in $tmp_CFLAGS; do
14929 if test "$word1" = "$word2"; then
14934 ac_var_stripped="$ac_var_stripped $word1"
14942 for word1 in $tmp_CPPFLAGS; do
14945 if test "$word1" = "$word2"; then
14950 ac_var_stripped="$ac_var_stripped $word1"
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c433 out->LdtEnt.Words.word1 = entry_1;
649 if (gdt[idx].LdtEnt.Words.word1 == 0
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py448 word1 = f.uint32()
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c14669 UInt word1 = 0xE1A0C1EC; local
14673 if (getUIntLittleEndianly(code+ 0) == word1 &&
17546 UInt word1 = 0x0CFCEA4F; local
17550 if (getUIntLittleEndianly(code+ 0) == word1 &&
H A Dguest_arm64_toIR.c13879 UInt word1 = 0x93CC0D8C; local
13883 if (getUIntLittleEndianly(code+ 0) == word1 &&
H A Dguest_mips_toIR.c12100 UInt word1 = mode64 ? 0xF8 : 0x342; local
12104 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 &&
H A Dguest_ppc_toIR.c19077 UInt word1 = mode64 ? 0x78001800 : 0x5400183E; local
19082 if (getUIntPPCendianly(code+ 0) == word1 &&

Completed in 951 milliseconds