/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 308 #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(d) 1628 word1(rvp) = x[1]; [all …]
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
D | trace.c | 55 } word1; member 102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1; in syscall_p() 108 insn = bundle.bitmap.word1.slot2; in syscall_p()
|
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 843 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/pcre/dist/ |
D | pcrecpp_unittest.cc | 418 string word1; in TestMatchNumberPeculiarity() local 423 CHECK(r.PartialMatch("foo", &word1, &word2, &word3)); in TestMatchNumberPeculiarity() 424 CHECK_EQ(word1, "foo"); in TestMatchNumberPeculiarity() 427 CHECK(r.PartialMatch("bar", &word1, &word2, &word3)); in TestMatchNumberPeculiarity() 428 CHECK_EQ(word1, ""); in TestMatchNumberPeculiarity() 431 CHECK(r.PartialMatch("baz", &word1, &word2, &word3)); in TestMatchNumberPeculiarity() 432 CHECK_EQ(word1, ""); in TestMatchNumberPeculiarity() 435 CHECK(!r.PartialMatch("f", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
|
/external/kernel-headers/original/uapi/linux/ |
D | romfs_fs.h | 26 __be32 word1; member
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 320 string word1; in TEST() local 324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST() 325 CHECK_EQ(word1, "foo"); in TEST() 328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST() 329 CHECK_EQ(word1, ""); in TEST() 332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST() 333 CHECK_EQ(word1, ""); in TEST() 336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
|
/external/valgrind/VEX/pub/ |
D | libvex_guest_x86.h | 259 UInt word1; member
|
/external/curl/m4/ |
D | curl-compilers.m4 | 432 for word1 in $tmp_chg_FLAGS; do 433 case "$word1" in 447 for word1 in $tmp_chg_FLAGS; do 448 case "$word1" in 1506 for word1 in $[$1]; do 1508 if test "$word1" = "$word2"; then 1542 for word1 in $[$1]; do 1545 if test "$word1" = "$word2"; then 1550 ac_var_stripped="$ac_var_stripped $word1"
|
/external/libpcap/msdos/ |
D | ndis2.h | 378 WORD word1; member
|
D | ndis2.c | 585 protManDS = reqBlock.word1; in NdisOpen()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 479 uint32_t word1 = i32_from_byte_stream(bytes, &bytes_read); in r600_vtx_from_byte_stream() local 493 vtx.dst_gpr = G_SQ_VTX_WORD1_GPR_DST_GPR(word1); in r600_vtx_from_byte_stream() 494 vtx.dst_sel_x = G_SQ_VTX_WORD1_DST_SEL_X(word1); in r600_vtx_from_byte_stream() 495 vtx.dst_sel_y = G_SQ_VTX_WORD1_DST_SEL_Y(word1); in r600_vtx_from_byte_stream() 496 vtx.dst_sel_z = G_SQ_VTX_WORD1_DST_SEL_Z(word1); in r600_vtx_from_byte_stream() 497 vtx.dst_sel_w = G_SQ_VTX_WORD1_DST_SEL_W(word1); in r600_vtx_from_byte_stream() 498 vtx.use_const_fields = G_SQ_VTX_WORD1_USE_CONST_FIELDS(word1); in r600_vtx_from_byte_stream() 499 vtx.data_format = G_SQ_VTX_WORD1_DATA_FORMAT(word1); in r600_vtx_from_byte_stream() 500 vtx.num_format_all = G_SQ_VTX_WORD1_NUM_FORMAT_ALL(word1); in r600_vtx_from_byte_stream() 501 vtx.format_comp_all = G_SQ_VTX_WORD1_FORMAT_COMP_ALL(word1); in r600_vtx_from_byte_stream() [all …]
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-x86-linux.c | 433 out->LdtEnt.Words.word1 = entry_1; in translate_to_hw_format() 649 if (gdt[idx].LdtEnt.Words.word1 == 0 in sys_set_thread_area()
|
/external/c-ares/ |
D | configure | 14656 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/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 448 word1 = f.uint32()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 14669 UInt word1 = 0xE1A0C1EC; in disInstr_ARM_WRK() local 14673 if (getUIntLittleEndianly(code+ 0) == word1 && in disInstr_ARM_WRK() 17546 UInt word1 = 0x0CFCEA4F; in disInstr_THUMB_WRK() local 17550 if (getUIntLittleEndianly(code+ 0) == word1 && in disInstr_THUMB_WRK()
|
D | guest_arm64_toIR.c | 13879 UInt word1 = 0x93CC0D8C; in disInstr_ARM64_WRK() local 13883 if (getUIntLittleEndianly(code+ 0) == word1 && in disInstr_ARM64_WRK()
|
D | guest_mips_toIR.c | 12100 UInt word1 = mode64 ? 0xF8 : 0x342; in disInstr_MIPS_WRK() local 12104 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 && in disInstr_MIPS_WRK()
|
D | guest_ppc_toIR.c | 19077 UInt word1 = mode64 ? 0x78001800 : 0x5400183E; in disInstr_PPC_WRK() local 19082 if (getUIntPPCendianly(code+ 0) == word1 && in disInstr_PPC_WRK()
|