Searched refs:binary2 (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | str.h | 197 #define coap_binary_equal(binary1,binary2) \ argument 198 ((binary1)->length == (binary2)->length && ((binary1)->length == 0 || \ 199 ((binary1)->s && (binary2)->s && \ 200 memcmp((binary1)->s, (binary2)->s, (binary1)->length) == 0)))
|
/third_party/ffmpeg/libavutil/tests/ |
D | opt.c | 49 void *binary2; member 87 …{"bin2", "set binary value", OFFSET(binary2), AV_OPT_TYPE_BINARY, { .str=""…
|
/third_party/boost/libs/fusion/test/functional/ |
D | invoke_procedure.cpp | 178 int binary2(int & i, object const &) { return i = 19; } in binary2() function 310 COMPARE_EFFECT(binary2(element1, element2), fusion::invoke_procedure(binary2, seq)); in test_sequence_n()
|
D | invoke.cpp | 141 int binary2(int i, object const &) { return 19 + i; } in binary2() function 465 BOOST_TEST(binary2(element1, element2) == fusion::invoke(binary2, seq)); in test_sequence_n()
|
/third_party/boost/libs/spirit/test/karma/ |
D | Jamfile | 67 run binary2.cpp ;
|
/third_party/grpc/third_party/upb/tests/bindings/lua/ |
D | test_upb.lua | 147 local binary2 = upb.encode(msg2, {upb.ENCODE_DETERMINISTIC}) 148 assert_equal(binary1, binary2)
|
/third_party/node/deps/npm/node_modules/psl/ |
D | yarn.lock | 1250 has-binary2 "~1.0.2" 1877 has-binary2@~1.0.2: 1879 …resolved "https://registry.yarnpkg.com/has-binary2/-/has-binary2-1.0.2.tgz#e83dba49f0b9be4d026d273… 3958 has-binary2 "~1.0.2"
|