Searched defs:buffer_space (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/vboot_reference/firmware/lib/tpm2_lite/ |
H A D | marshaling.c | 56 static uint8_t unmarshal_u8(void **buffer, int *buffer_space) in unmarshal_u8() 72 static uint16_t unmarshal_u16(void **buffer, int *buffer_space) in unmarshal_u16() 88 static uint32_t unmarshal_u32(void **buffer, int *buffer_space) in unmarshal_u32() 283 size_t blob_size, int *buffer_space) in marshal_blob() 295 static void marshal_u8(void **buffer, uint8_t value, int *buffer_space) in marshal_u8() 309 static void marshal_u16(void **buffer, uint16_t value, int *buffer_space) in marshal_u16() 320 static void marshal_u32(void **buffer, uint32_t value, int *buffer_space) in marshal_u32() 351 int *buffer_space) in marshal_reserve_size_field() 371 int *buffer_space) in marshal_fill_size_field() 388 int *buffer_space) in marshal_session_header() [all …]
|
/aosp_15_r20/external/webrtc/modules/audio_device/linux/ |
H A D | audio_device_pulse_linux.cc | 1740 size_t buffer_space, in PaStreamWriteCallback()
|