/bionic/libc/dns/nameser/ |
D | ns_samedomain.c | 57 int diff, escaped; in ns_samedomain() local 109 diff = (int)(la - lb); in ns_samedomain() 116 if (diff < 2) in ns_samedomain() 124 if (a[diff - 1] != '.') in ns_samedomain() 132 for (i = diff - 1; i > 0; i--) in ns_samedomain() 144 cp = a + diff; in ns_samedomain()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memcmp.S | 47 #define diff x6 macro 71 eor diff, data1, data2 /* Non-zero if differences found. */ 72 csinv endloop, diff, xzr, ne /* Last Dword or differences. */ 93 orr diff, diff, mask 97 rev diff, diff 105 clz pos, diff
|
D | strcmp.S | 50 #define diff x5 macro 76 eor diff, data1, data2 /* Non-zero if differences found. */ 78 orr syndrome, diff, has_nul 117 orr syndrome, diff, has_nul
|
D | strncmp.S | 51 #define diff x6 macro 90 eor diff, data1, data2 /* Non-zero if differences found. */ 91 csinv endloop, diff, xzr, pl /* Last Dword or differences. */ 118 orr syndrome, diff, has_nul 155 orr syndrome, diff, has_nul
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | fgetln.c | 106 size_t diff; in fgetln() local 125 diff = p - fp->_p; in fgetln() 126 len += diff; in fgetln() 130 diff); in fgetln() 131 fp->_r -= diff; in fgetln()
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/ |
D | run.sh | 5 diff -q -w -B out expected
|
/bionic/tools/versioner/tests/preprocessor_idempotence/ |
D | run.sh | 4 diff -q -w -B out expected
|
/bionic/tools/versioner/tests/preprocessor_no_guard/ |
D | run.sh | 4 diff -q -w -B out expected
|
/bionic/tools/versioner/tests/preprocessor_merging/ |
D | run.sh | 4 diff -q -w -B out expected
|
/bionic/libc/tzcode/ |
D | strftime.c | 557 long diff; in _fmt() local 563 diff = t->TM_GMTOFF; in _fmt() 586 diff = -timezone; in _fmt() 592 diff = -altzone; in _fmt() 597 if (diff < 0) { in _fmt() 599 diff = -diff; in _fmt() 602 diff /= SECSPERMIN; in _fmt() 603 diff = (diff / MINSPERHOUR) * 100 + in _fmt() 604 (diff % MINSPERHOUR); in _fmt() 605 pt = _conv(diff, getformat(modifier, "%04d", "%4d", "%d", "%04d"), pt, ptlim); in _fmt()
|
D | localtime.c | 2018 int_fast32_t diff = mytm.TM_GMTOFF - yourtm.TM_GMTOFF; in time2sub() local 2019 if (!increment_overflow_time(&altt, diff)) { in time2sub()
|
/bionic/tools/versioner/tests/slow_preprocessor_idempotence/ |
D | run.sh | 6 diff -qrwB out/initial out/second
|
/bionic/tools/ |
D | update_notice.sh | 6 git diff --exit-code HEAD libc/NOTICE
|
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 455 int diff; in _fmt() local 460 diff = t->tm_gmtoff; in _fmt() 461 if (diff < 0) { in _fmt() 463 diff = -diff; in _fmt() 467 diff /= SECSPERMIN; in _fmt() 468 diff = (diff / MINSPERHOUR) * 100 + in _fmt() 469 (diff % MINSPERHOUR); in _fmt() 470 pt = _conv(diff, L"%04d", pt, ptlim); in _fmt()
|
/bionic/tools/versioner/tests/preprocessor/ |
D | run.sh | 8 diff -q -w -B $2 expected
|
/bionic/tools/versioner/src/ |
D | Driver.cpp | 219 auto diff = (end - start) / 1.0ms; in initializeTargetCC1FlagCache() local 220 printf("Generated compiler flags for %zu targets in %0.2Lfms\n", types.size(), diff); in initializeTargetCC1FlagCache()
|
D | versioner.cpp | 615 auto diff = (end - start) / 1.0ms; in main() local 616 printf("Compiled headers for %zu targets in %0.2LFms\n", compilation_types.size(), diff); in main()
|
/bionic/libc/kernel/tools/ |
D | generate_uapi_headers.sh | 119 if [[ -e ${tgt_file} ]] && ! diff "${file}" "${tgt_file}" > /dev/null; then
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoaimp.h | 537 #define diff __diff_D2A macro 588 extern Bigint *diff ANSI((Bigint*, Bigint*));
|
D | strtodg.c | 832 delta = diff(bb, bd); 1006 rvb = diff(rvb, ab);
|
D | dtoa.c | 669 delta = diff(S, mhi);
|
D | gdtoa.c | 669 delta = diff(S, mhi);
|
D | misc.c | 548 diff in diff() function
|
D | strtod.c | 682 delta = diff(bb, bd);
|