Home
last modified time | relevance | path

Searched refs:cbytes (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_rpc.py12 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 Dmsgctl06.c60 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 Dastcenc_symbolic_physical.cpp114 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 Dseq_midi_event.c697 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 Dfuzzer.c320 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