/external/syslinux/core/fs/lib/ |
D | searchconfig.c | 23 const char *sf, **sfp; in search_dirs() local 26 for (sfp = filenames; (sf = *sfp); sfp++) { in search_dirs()
|
/external/syslinux/com32/modules/ |
D | pmload.c | 74 char *sfp; in boot_raw() local 139 sfp = stack_frame + argc * sizeof(char *) + 5 * sizeof(long); in boot_raw() 146 memcpy(sfp, *argp, bytes); in boot_raw() 147 sfp += bytes; in boot_raw()
|
D | elf.c | 76 char *sfp; in boot_elf() local 205 sfp = stack_frame + argc * sizeof(char *) + 5 * sizeof(long); in boot_elf() 212 memcpy(sfp, *argp, bytes); in boot_elf() 213 sfp += bytes; in boot_elf()
|
/external/tcpdump/ |
D | print-nfs.c | 1381 const struct nfsv3_fsinfo *sfp; in parsefsinfo() local 1393 sfp = (const struct nfsv3_fsinfo *)dp; in parsefsinfo() 1394 ND_TCHECK(*sfp); in parsefsinfo() 1396 EXTRACT_32BITS(&sfp->fs_rtmax), in parsefsinfo() 1397 EXTRACT_32BITS(&sfp->fs_rtpref), in parsefsinfo() 1398 EXTRACT_32BITS(&sfp->fs_wtmax), in parsefsinfo() 1399 EXTRACT_32BITS(&sfp->fs_wtpref), in parsefsinfo() 1400 EXTRACT_32BITS(&sfp->fs_dtpref))); in parsefsinfo() 1403 EXTRACT_32BITS(&sfp->fs_rtmult), in parsefsinfo() 1404 EXTRACT_32BITS(&sfp->fs_wtmult), in parsefsinfo() [all …]
|
D | print-ntp.c | 326 register const struct s_fixedpt *sfp) in p_sfix() argument 332 i = EXTRACT_16BITS(&sfp->int_part); in p_sfix() 333 f = EXTRACT_16BITS(&sfp->fraction); in p_sfix()
|
/external/python/cpython2/Lib/email/test/ |
D | test_email_renamed.py | 546 sfp = StringIO() 547 g = Generator(sfp) 549 eq(sfp.getvalue(), """\ 587 sfp = StringIO() 588 g = Generator(sfp) 590 eq(sfp.getvalue(), """\ 644 sfp = StringIO() 645 g = Generator(sfp) 647 eq(sfp.getvalue(), '''\ 662 sfp = StringIO() [all …]
|
D | test_email.py | 250 sys.stderr = sfp = StringIO() 255 self.assertEqual(sfp.getvalue(), '') 615 sfp = StringIO() 616 g = Generator(sfp) 618 eq(sfp.getvalue(), """\ 656 sfp = StringIO() 657 g = Generator(sfp) 659 eq(sfp.getvalue(), """\ 713 sfp = StringIO() 714 g = Generator(sfp) [all …]
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_email.py | 844 sfp = StringIO() 845 g = Generator(sfp) 847 eq(sfp.getvalue(), """\ 896 sfp = StringIO() 897 g = Generator(sfp) 899 eq(sfp.getvalue(), """\ 977 sfp = StringIO() 978 g = Generator(sfp) 980 eq(sfp.getvalue(), '''\ 995 sfp = StringIO() [all …]
|
/external/skqp/src/gpu/ |
D | GrFragmentProcessor.cpp | 175 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput() local 176 const GrSwizzle& swizzle = sfp.swizzle(); in SwizzleOutput() 191 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput() local 192 return fSwizzle == sfp.fSwizzle; in SwizzleOutput()
|
/external/skia/src/gpu/ |
D | GrFragmentProcessor.cpp | 173 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput() local 174 const GrSwizzle& swizzle = sfp.swizzle(); in SwizzleOutput() 189 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput() local 190 return fSwizzle == sfp.fSwizzle; in SwizzleOutput()
|
/external/iproute2/misc/ |
D | nstat.c | 707 FILE *sfp = fdopen(fd, "r"); in main() local 709 if (!sfp) { in main() 714 load_good_table(sfp); in main() 719 fclose(sfp); in main()
|
D | ifstat.c | 993 FILE *sfp = fdopen(fd, "r"); in main() local 995 if (!sfp) { in main() 1000 load_raw_table(sfp); in main() 1005 fclose(sfp); in main()
|
/external/python/cpython2/Lib/email/ |
D | generator.py | 107 self._fp = sfp = StringIO() 118 self._fp.write(sfp.getvalue())
|
D | message.py | 207 sfp = StringIO() 209 uu.decode(StringIO(payload+'\n'), sfp, quiet=True) 210 payload = sfp.getvalue()
|
/external/python/cpython3/Lib/email/ |
D | generator.py | 180 self._fp = sfp = self._new_buffer() 198 self._fp.write(sfp.getvalue())
|
/external/syslinux/core/fs/xfs/ |
D | xfs.h | 419 static inline xfs_intino_t xfs_dir2_sf_get_inumber(xfs_dir2_sf_t *sfp, in xfs_dir2_sf_get_inumber() argument 422 return ((sfp)->hdr.i8count == 0 ? \ in xfs_dir2_sf_get_inumber()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 148 FILE 146 /s/ndk-toolchain/src/build/../gcc/gcc-4.9/libgcc/config/aarch64/sfp-exceptions.c
|