/external/icu4c/common/ |
D | unisetspan.cpp | 645 int32_t pos=spanLength, rest=length-pos; in span() local 669 if(inc>rest) { in span() 674 if(inc==rest) { in span() 708 if(inc>rest || overlap<maxOverlap) { in span() 728 rest-=maxInc; in span() 729 if(rest==0) { in span() 753 spanLength=spanSet.span(s+pos, rest, USET_SPAN_CONTAINED); in span() 754 if( spanLength==rest || // Reached the end of the string, or in span() 760 rest-=spanLength; in span() 766 spanLength=spanOne(spanSet, s+pos, rest); in span() [all …]
|
/external/grub/stage2/ |
D | fsys_ffs.c | 185 char *rest, ch; in ffs_dir() local 228 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); in ffs_dir() 230 *rest = 0; in ffs_dir() 247 *rest = ch; in ffs_dir() 261 *rest = ch; in ffs_dir() 286 *(dirname = rest) = ch; in ffs_dir()
|
D | fsys_ufs2.c | 209 char *rest, ch; in ufs2_dir() local 253 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); in ufs2_dir() 255 *rest = 0; in ufs2_dir() 268 *rest = ch; in ufs2_dir() 282 *rest = ch; in ufs2_dir() 307 *(dirname = rest) = ch; in ufs2_dir()
|
D | fsys_minix.c | 311 char * rest; in minix_dir() local 442 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; in minix_dir() 443 rest++); in minix_dir() 447 *rest = 0; in minix_dir() 453 printf ("dirname=`%s', rest=`%s', loc=%d\n", dirname, rest, loc); in minix_dir() 469 *rest = ch; in minix_dir() 488 *rest = ch; in minix_dir() 529 *(dirname = rest) = ch; in minix_dir()
|
D | fsys_fat.c | 294 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; in fat_dir() local 343 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); in fat_dir() 345 *rest = 0; in fat_dir() 370 *rest = ch; in fat_dir() 476 *(dirname = rest) = ch; in fat_dir()
|
D | fsys_ext2fs.c | 513 char *rest; in ext2fs_dir() local 697 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; in ext2fs_dir() 698 rest++); in ext2fs_dir() 702 *rest = 0; in ext2fs_dir() 709 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc); in ext2fs_dir() 725 *rest = ch; in ext2fs_dir() 744 *rest = ch; in ext2fs_dir() 784 *(dirname = rest) = ch; in ext2fs_dir()
|
D | fsys_jfs.c | 275 char *ptr, *rest, ch; in jfs_dir() local 332 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); in jfs_dir() 333 *rest = 0; in jfs_dir() 370 *(dirname = rest) = ch; in jfs_dir() 379 *rest = ch; in jfs_dir()
|
D | fsys_xfs.c | 544 char *rest, *name, ch; in xfs_dir() local 591 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); in xfs_dir() 592 *rest = 0; in xfs_dir() 608 *(dirname = rest) = ch; in xfs_dir() 617 *rest = ch; in xfs_dir()
|
D | fsys_reiserfs.c | 997 char *rest, ch; in reiserfs_dir() local 1122 for (rest = dirname; (ch = *rest) && ! isspace (ch) && ch != '/'; rest++); in reiserfs_dir() 1123 *rest = 0; in reiserfs_dir() 1199 *rest = ch; in reiserfs_dir() 1204 *rest = ch; in reiserfs_dir() 1205 dirname = rest; in reiserfs_dir()
|
/external/openssl/crypto/bio/ |
D | bss_bio.c | 190 size_t rest; in bio_read() local 233 rest = size; in bio_read() 235 assert(rest > 0); in bio_read() 240 assert(rest <= peer_b->len); in bio_read() 241 if (peer_b->offset + rest <= peer_b->size) in bio_read() 242 chunk = rest; in bio_read() 262 assert(chunk == rest); in bio_read() 265 rest -= chunk; in bio_read() 267 while (rest); in bio_read() 355 size_t rest; in bio_write() local [all …]
|
/external/qemu/ |
D | keymaps.c | 121 const char *rest = end_of_keysym + 1; in parse_keyboard_layout() local 123 int keycode = strtol(rest, &rest2, 0); in parse_keyboard_layout() 125 if (rest && strstr(rest, "numlock")) { in parse_keyboard_layout()
|
/external/svox/pico/lib/ |
D | picodata.c | 704 picoos_int32 fact, rest; in transDurUniform() local 707 rest = (*restdur) << (PICODATA_PRECISION - frame_duration_exp); in transDurUniform() 711 rest += fact * inout[i]; in transDurUniform() 713 inout[i] = rest >> PICODATA_PRECISION; in transDurUniform() 714 rest -= inout[i] << PICODATA_PRECISION; in transDurUniform() 716 (*restdur) = rest >> (PICODATA_PRECISION - frame_duration_exp); in transDurUniform() 730 picoos_int32 fact, rest, out, weighted_sum; in transDurWeighted() local 733 rest = (*restdur) << (PICODATA_PRECISION - frame_duration_exp); in transDurWeighted() 751 rest += fact * inout[i] * weight[i]; in transDurWeighted() 753 out = inout[i] + (rest >> PICODATA_PRECISION); in transDurWeighted() [all …]
|
/external/libffi/src/powerpc/ |
D | ffi.c | 429 valp rest; in ffi_prep_args64() local 458 rest.ul = stack + 6 + NUM_GPR_ARG_REGISTERS64; in ffi_prep_args64() 484 next_arg.ul = rest.ul; in ffi_prep_args64() 495 next_arg.ul = rest.ul; in ffi_prep_args64() 507 next_arg.ul = rest.ul; in ffi_prep_args64() 514 next_arg.ul = rest.ul; in ffi_prep_args64() 529 memcpy (rest.c, *p_argv.c + first, (*ptr)->size - first); in ffi_prep_args64() 530 next_arg.c = rest.c + words * 8 - first; in ffi_prep_args64() 544 next_arg.ul = rest.ul; in ffi_prep_args64() 575 next_arg.ul = rest.ul; in ffi_prep_args64()
|
/external/elfutils/m4/ |
D | lcmessage.m4 | 7 dnl the same distribution terms as the rest of that program. 14 dnl by the GNU Library General Public License, and the rest of the GNU
|
D | progtest.m4 | 7 dnl the same distribution terms as the rest of that program. 14 dnl by the GNU Library General Public License, and the rest of the GNU
|
D | codeset.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | glibc21.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | ulonglong.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | stdint_h.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | inttypes.m4 | 7 dnl the same distribution terms as the rest of that program.
|
D | inttypes_h.m4 | 7 dnl the same distribution terms as the rest of that program.
|
/external/openssl/crypto/aes/ |
D | README | 3 API that looks like the rest of the OpenSSL symmetric cipher suite.
|
/external/icu4c/test/perf/perldriver/ |
D | Output.pm | 187 my ($t, $rest); 188 ($t, $rest) = split(/\.\w+/, $0);
|
/external/icu4c/tools/genpname/ |
D | gensvpa.pl | 63 ($script, $t, $name, $rest) = split(/;/,$_,4);
|
/external/e2fsprogs/ |
D | aclocal.m4 | 7 dnl the same distribution terms as the rest of that program. 30 dnl the same distribution terms as the rest of that program. 37 dnl by the GNU Library General Public License, and the rest of the GNU 517 dnl the same distribution terms as the rest of that program. 549 dnl the same distribution terms as the rest of that program. 652 dnl the same distribution terms as the rest of that program. 724 dnl the same distribution terms as the rest of that program. 756 dnl the same distribution terms as the rest of that program. 783 dnl the same distribution terms as the rest of that program. 811 dnl the same distribution terms as the rest of that program. [all …]
|