Home
last modified time | relevance | path

Searched refs:assert_match (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/lzo/src/
Dlzo1x_9x.c416 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/
Dnrv2b.c277 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/
Dbasic.rb198 assert_match(/hello/, e.message)
203 assert_match(/hello/, e.message)
210 assert_match(/hello/, e.message)