Searched refs:sig3 (Results 1 – 4 of 4) sorted by relevance
/third_party/libuv/docs/code/signal/ |
D | main.c | 46 uv_signal_t sig3; in thread2_worker() local 47 uv_signal_init(loop3, &sig3); in thread2_worker() 48 uv_signal_start(&sig3, signal_handler, SIGUSR1); in thread2_worker()
|
/third_party/openssl/test/ |
D | curve448_internal_test.c | 190 static const uint8_t sig3[114] = { variable 613 || !TEST_int_eq(memcmp(sig3, outsig, sizeof(sig3)), 0) in test_ed448()
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | tonemap.cl | 241 float sig3 = max(c3.x, max(c3.y, c3.z)); 242 float sig = max(sig0, max(sig1, max(sig2, sig3)));
|
/third_party/python/Lib/test/ |
D | test_inspect.py | 3447 sig3 = signature_func(func2, globals={'Bar': int}, locals=locals()) 3448 self.assertEqual(sig3.return_annotation, int) 3449 self.assertEqual(sig3.parameters['foo'].annotation, Foo) 3450 self.assertEqual(sig3.parameters['bar'].annotation, 'Bar')
|