Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 24 of 24) sorted by relevance

/bionic/libc/dns/nameser/
Dns_samedomain.c57 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/
Dmemcmp.S47 #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
Dstrcmp.S50 #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
Dstrncmp.S51 #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/
Dfgetln.c106 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/
Drun.sh5 diff -q -w -B out expected
/bionic/tools/versioner/tests/preprocessor_idempotence/
Drun.sh4 diff -q -w -B out expected
/bionic/tools/versioner/tests/preprocessor_no_guard/
Drun.sh4 diff -q -w -B out expected
/bionic/tools/versioner/tests/preprocessor_merging/
Drun.sh4 diff -q -w -B out expected
/bionic/libc/tzcode/
Dstrftime.c557 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()
Dlocaltime.c2018 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/
Drun.sh6 diff -qrwB out/initial out/second
/bionic/tools/
Dupdate_notice.sh6 git diff --exit-code HEAD libc/NOTICE
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c455 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/
Drun.sh8 diff -q -w -B $2 expected
/bionic/tools/versioner/src/
DDriver.cpp219 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()
Dversioner.cpp615 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/
Dgenerate_uapi_headers.sh119 if [[ -e ${tgt_file} ]] && ! diff "${file}" "${tgt_file}" > /dev/null; then
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h537 #define diff __diff_D2A macro
588 extern Bigint *diff ANSI((Bigint*, Bigint*));
Dstrtodg.c832 delta = diff(bb, bd);
1006 rvb = diff(rvb, ab);
Ddtoa.c669 delta = diff(S, mhi);
Dgdtoa.c669 delta = diff(S, mhi);
Dmisc.c548 diff in diff() function
Dstrtod.c682 delta = diff(bb, bd);