Searched refs:sig2 (Results 1 - 7 of 7) sorted by relevance
/third_party/libuv/docs/code/signal/ |
H A D | main.c | 42 uv_signal_t sig2; in thread2_worker() local 43 uv_signal_init(loop2, &sig2); in thread2_worker() 44 uv_signal_start(&sig2, signal_handler, SIGUSR1); in thread2_worker()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-fp-aarch64.cc | 908 double sig2 = RawbitsToDouble(0x7ff5555522222222); in TEST() local 914 VIXL_ASSERT(IsSignallingNaN(sig2)); in TEST() 997 FmaddFmsubHelper(0, sig2, 0, sig2_proc, sig2_proc, sig2_proc, sig2_proc); in TEST() 1006 sig2, in TEST() 1013 sig2, in TEST() 1027 sig2, in TEST() 1043 sig2, in TEST() 1057 sig2, in TEST() 1064 sig2, in TEST() 1078 sig2, in TEST() 1120 float sig2 = RawbitsToFloat(0x7f952222); TEST() local [all...] |
/third_party/elfutils/src/ |
H A D | unstrip.c | 757 const char *sig1, const char *sig2) in compare_unalloc_sections() 772 if (sig1 != NULL && sig2 != NULL) in compare_unalloc_sections() 773 return strcmp (sig1, sig2); in compare_unalloc_sections() 753 compare_unalloc_sections(const GElf_Shdr *shdr1, const GElf_Shdr *shdr2, const char *name1, const char *name2, const char *sig1, const char *sig2) compare_unalloc_sections() argument
|
/third_party/openssl/test/ |
H A D | curve448_internal_test.c | 153 static const uint8_t sig2[114] = { variable 609 || !TEST_int_eq(memcmp(sig2, outsig, sizeof(sig2)), 0) in test_ed448()
|
H A D | evp_extra_test.c | 1262 unsigned char *sig = NULL, *sig2 = NULL; in test_EVP_DigestSignInit() local 1398 || !TEST_ptr(sig2 = OPENSSL_malloc(sig2_len)) in test_EVP_DigestSignInit() 1399 || !TEST_true(EVP_DigestSignFinal(md_ctx, sig2, &sig2_len))) in test_EVP_DigestSignInit() 1402 if (!TEST_mem_eq(sig, sig_len, sig2, sig2_len)) in test_EVP_DigestSignInit() 1415 OPENSSL_free(sig2); in test_EVP_DigestSignInit()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 141 #define sig2 PNG_U32( 13, 10, 26, 10) macro 3221 if (file->length != sig1 || file->type != sig2) in read_callback() 3322 assert(length == sig1 && type == sig2); in read_callback()
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 2348 sig2 = inspect.signature(test2) 2349 self.assertTrue(repr(sig2).startswith('<Signature')) 2350 self.assertTrue('(pod=42, /)' in repr(sig2)) 2353 pod = sig2.parameters['pod'] 3552 sig2 = signature_func(func, locals=locals()) 3553 self.assertEqual(sig2.return_annotation, int) 3554 self.assertEqual(sig2.parameters['foo'].annotation, Foo)
|
Completed in 24 milliseconds