Home
last modified time | relevance | path

Searched refs:dstlen (Results 1 – 18 of 18) sorted by relevance

/external/libvncserver/client_examples/
Dscrap.c84 int dstlen; in convert_data() local
86 dstlen = 0; in convert_data()
94 ++dstlen; in convert_data()
100 ++dstlen; in convert_data()
102 ++dstlen; in convert_data()
108 ++dstlen; in convert_data()
113 ++dstlen; in convert_data()
119 ++dstlen; in convert_data()
123 ++dstlen; in convert_data()
124 ++dstlen; in convert_data()
[all …]
Dscrap.h13 extern void get_scrap(int type, int *dstlen, char **dst);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc180 const uptr dstlen = internal_strnlen(dst, maxlen); in internal_strlcat() local
181 if (dstlen == maxlen) return maxlen + srclen; in internal_strlcat()
182 if (srclen < maxlen - dstlen) { in internal_strlcat()
183 internal_memmove(dst + dstlen, src, srclen + 1); in internal_strlcat()
185 internal_memmove(dst + dstlen, src, maxlen - dstlen - 1); in internal_strlcat()
188 return dstlen + srclen; in internal_strlcat()
/external/llvm/test/Transforms/InstCombine/
Dmemmove_chk-1.ll2 ; for dstlen and len.
16 ; Check cases where dstlen >= len.
40 ; Check cases where dstlen < len.
Dmemcpy_chk-1.ll2 ; for dstlen and len.
16 ; Check cases where dstlen >= len.
40 ; Check cases where dstlen < len.
Dstrncpy_chk-1.ll2 ; for len and dstlen.
12 ; Check cases where dstlen >= len
47 ; Check cases where dstlen < len
Dmemset_chk-1.ll2 ; for dstlen and len.
12 ; Check cases where dstlen >= len.
44 ; Check cases where dstlen < len.
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java560 int dstlen = 0; in expandEntities() local
563 dst[dstlen++] = ch; in expandEntities()
567 refStart = dstlen; in expandEntities()
583 int ent = lookupEntity(dst, refStart, dstlen - refStart - 1); in expandEntities()
589 dstlen = refStart + 1; in expandEntities()
593 dstlen = refStart; in expandEntities()
603 return new String(dst, 0, dstlen); in expandEntities()
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c928 size_t dstlen; in tzparse() local
971 dstlen = name - dstname; in tzparse()
976 dstlen = name - dstname; /* length of DST zone name */ in tzparse()
1142 dstlen = 0; in tzparse()
1152 if (dstlen != 0) in tzparse()
1153 sp->charcnt += dstlen + 1; in tzparse()
1160 if (dstlen != 0) { in tzparse()
1161 (void) strncpy(cp, dstname, dstlen); in tzparse()
1162 *(cp + dstlen) = '\0'; in tzparse()
/external/valgrind/shared/
Dvg_replace_strmem.c124 Bool is_overlap ( void* dst, const void* src, SizeT dstlen, SizeT srclen ) in is_overlap() argument
128 if (dstlen == 0 || srclen == 0) in is_overlap()
134 hiD = loD + dstlen - 1; in is_overlap()
1525 (void* dst, const void* src, SizeT len, SizeT dstlen ); \
1527 (void* dst, const void* src, SizeT len, SizeT dstlen ) \
1532 if (dstlen < len) goto badness; \
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h352 extern int squashfs_uncompress_block(void *d, int dstlen, void *s, int srclen);
/external/robolectric/v3/runtime/
Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...