/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 …]
|
/external/nanopb-c/tests/multiple_files/ |
D | SConscript | 1 # Test that multiple .proto files don't cause name collisions.
|
/external/llvm/test/DebugInfo/Generic/ |
D | accel-table-hash-collisions.ll | 7 ; The names of the variables have been chosen so that they produce hash collisions. 73 !1 = !DIFile(filename: "hash-collisions.c", directory: "/tmp")
|
/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/kernel-headers/original/uapi/linux/ |
D | if_link.h | 18 __u32 collisions; member 51 __u64 collisions; member
|
/external/iproute2/include/linux/ |
D | if_link.h | 18 __u32 collisions; member 51 __u64 collisions; member
|
/external/v8/build/toolchain/ |
D | toolchain.gni | 43 # By appending .cr, we prevent name collisions with libraries already
|
/external/llvm/autoconf/m4/ |
D | link_options.m4 | 80 # with $RANDOM to make collisions less likely.
|
/external/libpcap/pcap/ |
D | pcap.h | 192 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/libgdx/extensions/gdx-bullet/jni/swig/softbody/ |
D | btSoftBody.i | 213 void setConfig_collisions(int v) { $self->m_cfg.collisions = v; } in setConfig_collisions()
|
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBody.cpp | 90 m_cfg.collisions = fCollision::Default; in initDefaults() 1750 if(m_cfg.collisions&fCollision::VF_SS) in predictMotion() 3156 switch(m_cfg.collisions&fCollision::RVSmask) in defaultCollisionHandler() 3196 const int cf=m_cfg.collisions&psb->m_cfg.collisions; in defaultCollisionHandler() 3203 if (this!=psb || psb->m_cfg.collisions&fCollision::CL_SELF) in defaultCollisionHandler() 3432 sbd->m_config.m_collisionFlags = m_cfg.collisions; in serialize()
|
D | btSoftBody.h | 591 int collisions; // Collisions flags member
|
/external/openssh/ |
D | PROTOCOL.certkeys | 123 inducing collisions in the signature hash infeasible.
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 853 goes. If it does match, it usually is a match with no collisions. So for a 980 collisions. 1153 needs to be able to deal with 32 bit hash collisions, so the chunk of data 1177 If there are collisions, you will have multiple valid string offsets:
|
/external/iproute2/ip/ |
D | ipaddress.c | 506 print_num(fp, 7, s->collisions); in print_link_stats64() 569 print_num(fp, 7, s->collisions); in print_link_stats32()
|
/external/jemalloc/ |
D | INSTALL | 79 for static libraries, naming collisions are a real possibility. By
|
/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
|