Searched refs:expected_bytes (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 1039 size_t expected_bytes = 0; local in function:drmmode_crtc_stage_cm_prop 1047 expected_bytes = sizeof(struct drm_color_lut) * 1060 (size_t)(value->size << 1) != expected_bytes) 1066 expected_bytes = sizeof(struct drm_color_lut) * 1072 (size_t)(value->size << 1) != expected_bytes) 1078 expected_bytes = sizeof(struct drm_color_ctm); 1083 (size_t)(value->size << 2) != expected_bytes) 1094 *blob_data = malloc(expected_bytes); 1097 memcpy(*blob_data, value->data, expected_bytes); 1121 size_t expected_bytes local in function:drmmode_crtc_push_cm_prop [all...] |
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 819 int expected_bytes; local in function:test_bits_to_byte 820 expected_bytes = (i + 7)/8; 824 g_assert(expected_bytes == bits_to_bytes(i)); 839 int expected_bytes; local in function:test_pad_to_int32 840 expected_bytes = ((i + 3)/4) * 4; 844 g_assert(expected_bytes == pad_to_int32(i));
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 939 int expected_bytes; local in function:test_bits_to_byte 941 expected_bytes = (i + 7) / 8; 945 assert(expected_bytes == bits_to_bytes(i)); 963 int expected_bytes; local in function:test_pad_to_int32 965 expected_bytes = ((i + 3) / 4) * 4; 969 assert(expected_bytes == pad_to_int32(i)); 976 int expected_bytes = (((i + 3) / 4) * 4) - i; local in function:test_padding_for_int32 980 assert(padding_for_int32(i) == expected_bytes);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | atombios_output.c | 2208 uint8_t expected_bytes, uint8_t *read_p) 2220 msg[3] |= expected_bytes - 1; 2223 ErrorF("reading %02x %02x %02x, %d, %d\n", msg[0], msg[1], msg[3], expected_bytes, dp_msg_len); 2224 ret = RADEONProcessAuxCH(output, msg, msg_len, read_p, expected_bytes, delay); 2206 atom_dp_aux_native_read(xf86OutputPtr output,uint16_t address,uint8_t delay,uint8_t expected_bytes,uint8_t * read_p) argument
|
Completed in 13 milliseconds