Home
last modified time | relevance | path

Searched refs:cds (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/memcheck/tests/s390x/
DMakefile.in135 am__EXEEXT_1 = cs$(EXEEXT) csg$(EXEEXT) cds$(EXEEXT) cdsg$(EXEEXT) \
137 cds_SOURCES = cds.c
138 cds_OBJECTS = cds-cds.$(OBJEXT)
197 SOURCES = cds.c cdsg.c cs.c csg.c cu21.c cu42.c ltgjhe.c
198 DIST_SOURCES = cds.c cdsg.c cs.c csg.c cu21.c cu42.c ltgjhe.c
593 INSN_TESTS = cs csg cds cdsg cu21 cu42 ltgjhe
640 cds$(EXEEXT): $(cds_OBJECTS) $(cds_DEPENDENCIES) $(EXTRA_cds_DEPENDENCIES)
641 @rm -f cds$(EXEEXT)
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cds-cds.Po@am__quote@
698 cds-cds.o: cds.c
[all …]
Dcds.vgtest1 prog: cds
DMakefile.am5 INSN_TESTS = cs csg cds cdsg cu21 cu42 ltgjhe
/external/syslinux/gpxe/src/drivers/net/phantom/
Dphantom.c107 union phantom_cds cds[PHN_NUM_CDS]; member
749 cpu_to_le64 ( virt_to_bus ( phantom->desc->cds ) ); in phantom_create_tx_ctx()
917 union phantom_cds *cds ) { in phantom_post_cds() argument
924 entry = &phantom->desc->cds[cds_producer_idx]; in phantom_post_cds()
925 memcpy ( entry, cds, sizeof ( *entry ) ); in phantom_post_cds()
955 union phantom_cds cds; in phantom_update_macaddr() local
964 memset ( &cds, 0, sizeof ( cds ) ); in phantom_update_macaddr()
965 NX_FILL_1 ( &cds, 0, in phantom_update_macaddr()
967 NX_FILL_2 ( &cds, 1, in phantom_update_macaddr()
970 NX_FILL_7 ( &cds, 2, in phantom_update_macaddr()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java380 … final ConstructorDescriptor [] cds = new ConstructorDescriptor [methods.size ()]; in computeSUID() local
381 final MethodDescriptor [] mds = new MethodDescriptor [cds.length]; in computeSUID()
385 for (int i = 0, iLimit = cds.length; i < iLimit; ++ i) in computeSUID()
402cds [ccount ++] = new ConstructorDescriptor (modifiers, method.getDescriptor (this)); in computeSUID()
418 Arrays.sort (cds, 0, ccount); in computeSUID()
422 final ConstructorDescriptor cd = cds [i]; in computeSUID()
/external/valgrind/none/tests/s390x/
Dcds.vgtest1 prog: cds
DMakefile.am10 cs csg cds cdsg cu21 cu21_1 cu24 cu24_1 cu42 cu12 cu12_1 \
DMakefile.in158 cs$(EXEEXT) csg$(EXEEXT) cds$(EXEEXT) cdsg$(EXEEXT) \
210 cds_SOURCES = cds.c
211 cds_OBJECTS = cds.$(OBJEXT)
600 bfp-2.c bfp-3.c bfp-4.c cds.c cdsg.c cgij.c cgrj.c cij.c \
620 bfp-1.c bfp-2.c bfp-3.c bfp-4.c cds.c cdsg.c cgij.c cgrj.c \
1038 cs csg cds cdsg cu21 cu21_1 cu24 cu24_1 cu42 cu12 cu12_1 \
1157 cds$(EXEEXT): $(cds_OBJECTS) $(cds_DEPENDENCIES) $(EXTRA_cds_DEPENDENCIES)
1158 @rm -f cds$(EXEEXT)
1629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cds.Po@am__quote@
/external/mksh/src/
Dsh_flags.opt122 /* ./. don't do logical cds/pwds (non-standard) */
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java1354 long cds = ctz.getDSTSavings(); in TestOddTimeZoneNames() local
1361 } else if (fds != cds) { in TestOddTimeZoneNames()
1362 … logln("daylight (" + funkyName + ", " + correctName + ") expected: " + cds + " but got: " + fds); in TestOddTimeZoneNames()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java1353 long cds = ctz.getDSTSavings(); in TestOddTimeZoneNames() local
1360 } else if (fds != cds) { in TestOddTimeZoneNames()
1361 … logln("daylight (" + funkyName + ", " + correctName + ") expected: " + cds + " but got: " + fds); in TestOddTimeZoneNames()
/external/v8/src/s390/
Dconstants-s390.h1080 V(cds, CDS, 0xBB) /* type = RS_A COMPARE DOUBLE AND SWAP (32) */