/external/clang/test/CoverageMapping/ |
D | loopmacro.c | 12 #define INSERT_STRING(s, match_head) \ macro 45 INSERT_STRING(strstart, hash_head); in main()
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | loopmacro.c | 12 #define INSERT_STRING(s, match_head) \ macro 45 INSERT_STRING(strstart, hash_head); in main()
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | insert_string.c | 22 #define INSERT_STRING insert_string_c macro
|
D | insert_string_tpl.h | 63 Z_INTERNAL void INSERT_STRING(deflate_state *const s, const uint32_t str, uint32_t count) { in INSERT_STRING() function
|
/external/rust/crates/libz-sys/src/zlib-ng/arch/arm/ |
D | insert_string_acle.c | 18 #define INSERT_STRING insert_string_acle macro
|
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/ |
D | insert_string_sse.c | 41 #define INSERT_STRING insert_string_sse4 macro
|
/external/libwebsockets/win32port/zlib/ |
D | deflate.c | 178 #define INSERT_STRING(s, str, match_head) \ macro 183 #define INSERT_STRING(s, str, match_head) \ macro 346 INSERT_STRING(s, n, hash_head); 1558 INSERT_STRING(s, s->strstart, hash_head); 1589 INSERT_STRING(s, s->strstart, hash_head); 1655 INSERT_STRING(s, s->strstart, hash_head); 1706 INSERT_STRING(s, s->strstart, hash_head);
|
/external/zlib/patches/ |
D | 0001-simd.patch | 605 -#define INSERT_STRING(s, str, match_head) \ 611 -#define INSERT_STRING(s, str, match_head) \ 759 - INSERT_STRING(s, s->strstart, hash_head); 768 - INSERT_STRING(s, s->strstart, hash_head); 777 - INSERT_STRING(s, s->strstart, hash_head); 786 - INSERT_STRING(s, s->strstart, hash_head);
|
/external/angle/third_party/zlib/patches/ |
D | 0001-simd.patch | 605 -#define INSERT_STRING(s, str, match_head) \ 611 -#define INSERT_STRING(s, str, match_head) \ 759 - INSERT_STRING(s, s->strstart, hash_head); 768 - INSERT_STRING(s, s->strstart, hash_head); 777 - INSERT_STRING(s, s->strstart, hash_head); 786 - INSERT_STRING(s, s->strstart, hash_head);
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 177 #define INSERT_STRING(s, str, match_head) \ macro 182 #define INSERT_STRING(s, str, match_head) \ macro 1850 INSERT_STRING(s, s->strstart, hash_head); 1881 INSERT_STRING(s, s->strstart, hash_head); 1953 INSERT_STRING(s, s->strstart, hash_head); 2004 INSERT_STRING(s, s->strstart, hash_head);
|
D | ChangeLog | 884 INSERT_STRING [Truta] 1411 - work around a problem with gcc on Alpha (in INSERT_STRING)
|
/external/rust/crates/libz-sys/src/zlib/ |
D | deflate.c | 177 #define INSERT_STRING(s, str, match_head) \ macro 182 #define INSERT_STRING(s, str, match_head) \ macro 1850 INSERT_STRING(s, s->strstart, hash_head); 1881 INSERT_STRING(s, s->strstart, hash_head); 1953 INSERT_STRING(s, s->strstart, hash_head); 2004 INSERT_STRING(s, s->strstart, hash_head);
|
D | ChangeLog | 884 INSERT_STRING [Truta] 1411 - work around a problem with gcc on Alpha (in INSERT_STRING)
|