Searched refs:cbytes (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_rpc.py | 12 func, (cbytes,) = rpc.pickle_code(f.__code__) 14 self.assertIn(b'test_rpc.py', cbytes) 15 code = rpc.unpickle_code(cbytes)
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
H A D | msgctl06.c | 60 int cbytes, msgs; in parse_proc_sysvipc() local 67 &cbytes, &msgs) > 0){ in parse_proc_sysvipc() 70 msg_bytes += cbytes; in parse_proc_sysvipc()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_symbolic_physical.cpp | 114 static const uint8_t cbytes[8] { 0xFC, 0xFD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in symbolic_to_physical() 117 pcb[i] = cbytes[i]; in symbolic_to_physical() 133 static const uint8_t cbytes[8] { 0xFC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in symbolic_to_physical() 136 pcb[i] = cbytes[i]; in symbolic_to_physical()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_midi_event.c | 697 const char *cbytes; in extra_decode_xrpn() local 723 cbytes = ev->type == SND_SEQ_EVENT_NONREGPARAM ? cbytes_nrpn : cbytes_rpn; in extra_decode_xrpn() 727 buf[idx++] = cbytes[i]; in extra_decode_xrpn()
|
/third_party/lz4/tests/ |
H A D | fuzzer.c | 320 unsigned long long cbytes = 0; in FUZ_test() local 1033 cbytes += (unsigned)compressedSize; in FUZ_test() 1044 printf("compression ratio: %0.3f%%\n", (double)cbytes/bytes*100); in FUZ_test()
|
Completed in 7 milliseconds