Home
last modified time | relevance | path

Searched refs:cbytes (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_symbolic_physical.cpp110 static const uint8_t cbytes[8] { 0xFC, 0xFD, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in symbolic_to_physical() local
113 pcb.data[i] = cbytes[i]; in symbolic_to_physical()
129 static const uint8_t cbytes[8] { 0xFC, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in symbolic_to_physical() local
132 pcb.data[i] = cbytes[i]; in symbolic_to_physical()
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h656 ssize_t cbytes = readlink( "/proc/self/exe", exebuf, sizeof( exebuf ) - 1 ); in gpuvis_trigger_capture_and_keep_tracing() local
657 if ( cbytes > 0 ) in gpuvis_trigger_capture_and_keep_tracing()
659 exebuf[ cbytes ] = 0; in gpuvis_trigger_capture_and_keep_tracing()