/external/tcpdump/tests/ |
D | isis-extd-ipreach-oobr.out | 80 IPv6 prefix: 2aa3:88dd:a090:8ff::/91, Distribution: up, Metric: 28221769, Internal 81 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 82 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 83 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 84 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 85 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 86 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 87 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 88 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal 89 IPv6 prefix: ::/0, Distribution: up, Metric: 0, Internal [all …]
|
D | sflow_multiple_counter_30_pdus.out | 6 ifstatus 3, adminstatus: up, operstatus: up 18 ifstatus 3, adminstatus: up, operstatus: up 30 ifstatus 3, adminstatus: up, operstatus: up 42 ifstatus 3, adminstatus: up, operstatus: up 54 ifstatus 3, adminstatus: up, operstatus: up 66 ifstatus 3, adminstatus: up, operstatus: up 78 ifstatus 3, adminstatus: up, operstatus: up 92 ifstatus 3, adminstatus: up, operstatus: up 104 ifstatus 3, adminstatus: up, operstatus: up 116 ifstatus 3, adminstatus: up, operstatus: up [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | dcfmtest.txt | 36 # up 77 format 0.00 up "32.045" "32.05" 86 format 0.00 up "-32.045" "-32.05" 95 format @@@ up "1235.00" "1240" 104 format @@@ up "-1235.00" "-1240" 113 format 0.000E0 up "12345" "1.235E4" 120 format 0.0## up "1.00001" "1.001" 121 format 0.0## up "1.0000000000000000000000000000000000000000000000000001" "1.001" 122 format 0.0## up "1.0000000000000000000000000000000000000000000000000000" "1.0" 147 format 0.0 up "-1.00" "-1.0" [all …]
|
/external/tcpdump/ |
D | print-udp.c | 100 vat_print(netdissect_options *ndo, const void *hdr, register const struct udphdr *up) in vat_print() argument 109 ND_TCHECK_16BITS(&up->uh_ulen); in vat_print() 111 (uint32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up)), in vat_print() 121 ND_TCHECK_16BITS(&up->uh_ulen); in vat_print() 123 (uint32_t)(EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8), in vat_print() 139 register const struct udphdr *up) in rtp_print() argument 151 ND_TCHECK_16BITS(&up->uh_ulen); in rtp_print() 152 dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8; in rtp_print() 302 register const struct udphdr *up, in udp_cksum() argument 305 return nextproto4_cksum(ndo, ip, (const uint8_t *)(const void *)up, len, len, in udp_cksum() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_xdrlib.py | 28 up = xdrlib.Unpacker(data) 30 self.assertEqual(up.get_position(), 0) 32 self.assertEqual(up.unpack_int(), 42) 33 self.assertEqual(up.unpack_int(), -17) 34 self.assertEqual(up.unpack_uint(), 9) 35 self.assertTrue(up.unpack_bool() is True) 38 pos = up.get_position() 39 self.assertTrue(up.unpack_bool() is False) 42 up.set_position(pos) 43 self.assertTrue(up.unpack_bool() is False) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_xdrlib.py | 27 up = xdrlib.Unpacker(data) 29 self.assertEqual(up.get_position(), 0) 31 self.assertEqual(up.unpack_int(), 42) 32 self.assertEqual(up.unpack_int(), -17) 33 self.assertEqual(up.unpack_uint(), 9) 34 self.assertTrue(up.unpack_bool() is True) 37 pos = up.get_position() 38 self.assertTrue(up.unpack_bool() is False) 41 up.set_position(pos) 42 self.assertTrue(up.unpack_bool() is False) [all …]
|
/external/syslinux/com32/include/ |
D | byteswap.h | 109 const __ua_uint16_t *up = (const __ua_uint16_t *)p; in get_le16() local 110 return le16_to_cpu(up->x); in get_le16() 115 const __ua_uint32_t *up = (const __ua_uint32_t *)p; in get_le32() local 116 return le32_to_cpu(up->x); in get_le32() 121 const __ua_uint64_t *up = (const __ua_uint64_t *)p; in get_le64() local 122 return le64_to_cpu(up->x); in get_le64() 127 const __ua_uint16_t *up = (const __ua_uint16_t *)p; in get_be16() local 128 return be16_to_cpu(up->x); in get_be16() 133 const __ua_uint32_t *up = (const __ua_uint32_t *)p; in get_be32() local 134 return be32_to_cpu(up->x); in get_be32() [all …]
|
/external/elfutils/libcpu/ |
D | memory-access.h | 98 const union unaligned *up = p; in read_2ubyte_unaligned() local 100 return bswap_16 (up->u2); in read_2ubyte_unaligned() 101 return up->u2; in read_2ubyte_unaligned() 106 const union unaligned *up = p; in read_2sbyte_unaligned() local 108 return (int16_t) bswap_16 (up->u2); in read_2sbyte_unaligned() 109 return up->s2; in read_2sbyte_unaligned() 115 const union unaligned *up = p; in read_4ubyte_unaligned_noncvt() local 116 return up->u4; in read_4ubyte_unaligned_noncvt() 121 const union unaligned *up = p; in read_4ubyte_unaligned() local 123 return bswap_32 (up->u4); in read_4ubyte_unaligned() [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 117 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetUpdateItemInfo() local 118 if (newData) *newData = BoolToInt(up.NewData); in GetUpdateItemInfo() 119 if (newProps) *newProps = BoolToInt(up.NewProps); in GetUpdateItemInfo() 123 if (up.ExistInArchive()) in GetUpdateItemInfo() 124 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer; in GetUpdateItemInfo() 217 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetRawProp() local 218 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp() 220 ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, in GetRawProp() 227 if (up.IsAnti) in GetRawProp() 231 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp() [all …]
|
/external/elfutils/libdw/ |
D | memory-access.h | 191 const union unaligned *up = p; in read_2ubyte_unaligned_1() local 193 return bswap_16 (up->u2); in read_2ubyte_unaligned_1() 194 return up->u2; in read_2ubyte_unaligned_1() 199 const union unaligned *up = p; in read_2sbyte_unaligned_1() local 201 return (int16_t) bswap_16 (up->u2); in read_2sbyte_unaligned_1() 202 return up->s2; in read_2sbyte_unaligned_1() 208 const union unaligned *up = p; in read_4ubyte_unaligned_noncvt() local 209 return up->u4; in read_4ubyte_unaligned_noncvt() 214 const union unaligned *up = p; in read_4ubyte_unaligned_1() local 216 return bswap_32 (up->u4); in read_4ubyte_unaligned_1() [all …]
|
/external/toybox/toys/lsb/ |
D | su.c | 45 struct passwd *up; in su_main() local 65 up = xgetpwnam(name); in su_main() 66 xsetuser(up); in su_main() 69 *(argv++) = TT.s ? TT.s : up->pw_shell; in su_main() 79 xchdir(up->pw_dir); in su_main() 83 setenv("HOME", up->pw_dir, 1); in su_main() 84 setenv("SHELL", up->pw_shell, 1); in su_main() 85 setenv("USER", up->pw_name, 1); in su_main() 86 setenv("LOGNAME", up->pw_name, 1); in su_main()
|
/external/iptables/extensions/ |
D | libxt_conntrack.c | 518 struct xt_conntrack_mtinfo3 up; in conntrack1_mt_parse() local 520 memset(&up, 0, sizeof(up)); in conntrack1_mt_parse() 521 cinfo_transform(&up, info); in conntrack1_mt_parse() 522 up.origsrc_port_high = up.origsrc_port; in conntrack1_mt_parse() 523 up.origdst_port_high = up.origdst_port; in conntrack1_mt_parse() 524 up.replsrc_port_high = up.replsrc_port; in conntrack1_mt_parse() 525 up.repldst_port_high = up.repldst_port; in conntrack1_mt_parse() 526 cb->data = &up; in conntrack1_mt_parse() 528 if (up.origsrc_port != up.origsrc_port_high || in conntrack1_mt_parse() 529 up.origdst_port != up.origdst_port_high || in conntrack1_mt_parse() [all …]
|
/external/golang-protobuf/ptypes/ |
D | regen.sh | 47 up=$(cd $tmpdir/$UPSTREAM_SUBDIR && find * -name $(basename $f) | grep -v /testdata/) 48 echo 1>&2 $up 49 if [ $(echo $up | wc -w) != "1" ]; then 52 filename_map[$up]=$f 55 for up in "${!filename_map[@]}"; do 56 f=${filename_map[$up]} 58 cp $tmpdir/$UPSTREAM_SUBDIR/$up $PKG/$f
|
/external/dnsmasq/src/ |
D | cache.c | 161 struct crec **up = hash_bucket(cache_get_name(crecp)); in cache_hash() local 165 while (*up && ((*up)->flags & F_REVERSE)) in cache_hash() 166 up = &((*up)->hash_next); in cache_hash() 169 while (*up && !((*up)->flags & F_IMMORTAL)) in cache_hash() 170 up = &((*up)->hash_next); in cache_hash() 172 crecp->hash_next = *up; in cache_hash() 173 *up = crecp; in cache_hash() 272 struct crec *crecp, **up; in cache_scan_free() local 276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next) in cache_scan_free() 279 *up = crecp->hash_next; in cache_scan_free() [all …]
|
/external/libmtp/logs/ |
D | mtp-detect-philips-sa5145.txt | 150 Error 2: (Look this up in ptp.h for an explanation.) 182 Error 2: (Look this up in ptp.h for an explanation.) 184 Error 2: (Look this up in ptp.h for an explanation.) 186 Error 2: (Look this up in ptp.h for an explanation.) 188 Error 2: (Look this up in ptp.h for an explanation.) 190 Error 2: (Look this up in ptp.h for an explanation.) 192 Error 2: (Look this up in ptp.h for an explanation.) 194 Error 2: (Look this up in ptp.h for an explanation.) 196 Error 2: (Look this up in ptp.h for an explanation.) 198 Error 2: (Look this up in ptp.h for an explanation.) [all …]
|
/external/valgrind/gdbserver_tests/ |
D | mcleak.stdinB.gdb | 15 up 21 up 29 up 37 up 43 up 50 up 57 up 64 up 71 up
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 382 Unit *up; /* work pointer */ in uprv_decNumberFromUInt32() local 385 for (up=dn->lsu; uin>0; up++) { in uprv_decNumberFromUInt32() 386 *up=(Unit)(uin%(DECDPUNMAX+1)); in uprv_decNumberFromUInt32() 389 dn->digits=decGetDigits(dn->lsu, static_cast<int32_t>(up - dn->lsu)); in uprv_decNumberFromUInt32() 412 const Unit *up; /* .. */ in uprv_decNumberToInt32() local 414 up=dn->lsu; /* -> lsu */ in uprv_decNumberToInt32() 415 lo=*up; /* get 1 to 9 digits */ in uprv_decNumberToInt32() 420 up++; in uprv_decNumberToInt32() 422 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in uprv_decNumberToInt32() 448 const Unit *up; /* .. */ in uprv_decNumberToUInt32() local [all …]
|
/external/syslinux/com32/lib/libpng/ |
D | pngwrite.c | 108 png_unknown_chunk *up; in png_write_info_before_PLTE() local 112 for (up = info_ptr->unknown_chunks; in png_write_info_before_PLTE() 113 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num; in png_write_info_before_PLTE() 114 up++) in png_write_info_before_PLTE() 116 int keep = png_handle_as_unknown(png_ptr, up->name); in png_write_info_before_PLTE() 118 up->location && !(up->location & PNG_HAVE_PLTE) && in png_write_info_before_PLTE() 119 !(up->location & PNG_HAVE_IDAT) && in png_write_info_before_PLTE() 120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || in png_write_info_before_PLTE() 123 if (up->size == 0) in png_write_info_before_PLTE() 125 png_write_chunk(png_ptr, up->name, up->data, up->size); in png_write_info_before_PLTE() [all …]
|
/external/python/cpython3/Lib/turtledemo/ |
D | peace.py | 21 up() 29 up() 43 up() 49 up() 54 up()
|
D | bytedesign.py | 33 self.up() 38 self.up() 41 self.up() 63 self.up() 73 self.up() 79 self.up() 87 self.up() 94 self.up() 103 self.up()
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_peace.py | 21 up() 29 up() 43 up() 49 up() 54 up()
|
D | tdemo_bytedesign.py | 34 self.up() 39 self.up() 42 self.up() 64 self.up() 74 self.up() 80 self.up() 88 self.up() 95 self.up() 104 self.up()
|
/external/boringssl/src/util/fipstools/ |
D | delocate.go | 122 for statement := input.ast.up; statement != nil; statement = statement.next { 126 node := skipWS(statement.up) 136 statement, err = d.processDirective(statement, node.up) 138 statement, err = d.processLabelContainingDirective(statement, node.up) 140 statement, err = d.processLabel(statement, node.up) 144 statement, err = d.processIntelInstruction(statement, node.up) 146 statement, err = d.processPPCInstruction(statement, node.up) 171 if arg.up != nil { 172 arg = arg.up 174 if arg.up == nil { [all …]
|
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/ |
D | test_per_cpu_allocator_module.c | 100 unsigned long *up = per_cpu_ptr(p, cpu); in fill_area() local 104 *up++ = v++; in fill_area() 117 unsigned long *up = per_cpu_ptr(p, cpu); in verify_area() local 121 if (*up != v && warns-- > 0) { in verify_area() 125 printk(" [%p]=%lx should be %lx\n", up, in verify_area() 126 *up, v); in verify_area() 128 up++; in verify_area()
|
/external/curl/docs/cmdline-opts/ |
D | tls-max.d | 15 Use up to recommended TLS version. 17 Use up to TLSv1.0. 19 Use up to TLSv1.1. 21 Use up to TLSv1.2. 23 Use up to TLSv1.3.
|