/external/skia/bench/ |
D | FontCacheBench.cpp | 83 int collisions = 0; in count_collisions() local 86 collisions += table[index]; in count_collisions() 89 return collisions; in count_collisions() 122 int collisions = 0; in onDraw() local 127 collisions += count_collisions(array, count, gRec[i].fHasher, hashMask); in onDraw() 131 …ts [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs, in onDraw() 132 collisions * 100.0 / glyphs, gRec[i].fName); in onDraw()
|
/external/llvm/test/Assembler/ |
D | 2002-03-08-NameCollision.ll | 4 ; Method arguments were being checked for collisions at the global scope before 6 ; collisions could occur that would cause the following error message to be
|
/external/icu/icu4c/source/data/mappings/ |
D | README.emoji | 104 to avoid collisions with emoji. 108 0xF90xx (EUDC block), are excluded to avoid collisions with emoji. 112 are excluded to avoid collisions with emoji. 116 and 0xFBxx, are excluded to avoid collisions with emoji. 120 are excluded to avoid collisions with emoji.
|
/external/tcpdump/tests/ |
D | of10_p3295-vv.out | 741 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 742 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 743 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 744 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 745 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 746 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 747 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 748 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 749 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 750 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 [all …]
|
D | of10_s4810-vvvv.out | 899 …15, rx_frame_err 18446744073709551615, rx_over_err 18446744073709551615, rx_crc_err 0, collisions 0 904 …15, rx_frame_err 18446744073709551615, rx_over_err 18446744073709551615, rx_crc_err 0, collisions 0
|
/external/iproute2/include/linux/ |
D | if_link.h | 18 __u32 collisions; member 51 __u64 collisions; member
|
/external/nanopb-c/tests/multiple_files/ |
D | SConscript | 1 # Test that multiple .proto files don't cause name collisions.
|
/external/llvm/test/DebugInfo/ |
D | accel-table-hash-collisions.ll | 7 ; The names of the variables have been chosen so that they produce hash collisions. 73 !1 = !MDFile(filename: "hash-collisions.c", directory: "/tmp")
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 18 __u32 collisions; member 51 __u64 collisions; member
|
/external/cblas/ |
D | README.android | 8 Rename xerbla_ to cblas_f77_xerbla_, to avoid collisions with the xerbla_
|
/external/libnl/include/linux/ |
D | if_link.h | 18 __u32 collisions; member
|
/external/llvm/autoconf/m4/ |
D | link_options.m4 | 80 # with $RANDOM to make collisions less likely.
|
/external/libpcap/pcap/ |
D | pcap.h | 194 u_long collisions; member
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 1397 int i, j, collisions[11], count, hash, mask; in print_table_stats() local 1410 memset(collisions, 0, sizeof collisions); in print_table_stats() 1427 collisions[j]++; in print_table_stats() 1429 collisions[10]++; in print_table_stats() 1434 for (i = 0; i < Elements(collisions) - 1; i++) in print_table_stats() 1435 if (collisions[i] > 0) in print_table_stats() 1437 collisions[i], i, i == 10 ? "or more " : ""); in print_table_stats()
|
/external/mesa3d/docs/ |
D | RELNOTES-3.1 | 60 to Makefile.X11 in order to prevent filename collisions with autoconfig-
|
/external/iproute2/doc/actions/ |
D | ifb-README | 117 collisions:0 txqueuelen:32
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 14 * from being exported, but for static libraries, naming collisions are a real
|
/external/iproute2/ip/ |
D | ipaddress.c | 302 (uint64_t)s->collisions); in print_link_stats64() 345 s->tx_dropped, s->tx_carrier_errors, s->collisions); in print_link_stats()
|
/external/openssh/ |
D | PROTOCOL.certkeys | 123 inducing collisions in the signature hash infeasible.
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 855 goes. If it does match, it usually is a match with no collisions. So for a 982 collisions. 1155 needs to be able to deal with 32 bit hash collisions, so the chunk of data 1179 If there are collisions, you will have multiple valid string offsets:
|
/external/jemalloc/ |
D | INSTALL | 79 for static libraries, naming collisions are a real possibility. By
|
D | ChangeLog | 249 which statically link jemalloc experiencing symbol name collisions.
|
/external/clang/docs/ |
D | Modules.rst | 45 due to macro collisions, and users are forced to reorder 54 ``LONG_PREFIXED_UPPERCASE_IDENTIFIERS`` to avoid collisions, and some 56 in headers to avoid collisions with "normal" names that (by
|
/external/srtp/doc/ |
D | rfc3711.txt | 2048 an algorithm for detecting SSRC collisions within the same RTP 2049 session. Thus, temporary collisions could lead to temporary two-time 2053 take care of avoiding such SSRC collisions by including the SSRCs to
|
/external/bison/ |
D | ChangeLog | 993 headers: move CPP guards into YY_*_INCLUDED to avoid collisions 1174 headers: move CPP guards into YY_*_INCLUDED to avoid collisions 1589 headers: move CPP guards into YY_*_INCLUDED to avoid collisions
|