Searched refs:assert_match (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo1x_9x.c | 416 void assert_match( const lzo_swd_p swd, lzo_uint m_len, lzo_uint m_off ) in assert_match() function 445 # define assert_match(a,b,c) ((void)0) macro 650 assert_match(swd,m_len,m_off); in lzo1x_999_compress_internal() 724 assert_match(swd,c->m_len,c->m_off); in lzo1x_999_compress_internal()
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 277 static void assert_match(const struct ucl_swd * swd, unsigned int m_len, in assert_match() function 314 # define assert_match(a,b,c) ((void)0) macro 1140 assert_match(swd,m_len,m_off); in ucl_nrv2b_99_compress() 1185 assert_match(swd,c->m_len,c->m_off); in ucl_nrv2b_99_compress()
|
/external/protobuf/ruby/tests/ |
D | basic.rb | 198 assert_match(/hello/, e.message) 203 assert_match(/hello/, e.message) 210 assert_match(/hello/, e.message)
|