Searched refs:MEMREF_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define MEMREF_SIZE(p) ((p)->b) macro242 MEMREF_SIZE(param) = tmpref->size; in teec_pre_process_tmpref()274 MEMREF_SIZE(param) = shm->size; in teec_pre_process_whole()323 MEMREF_SIZE(param) = memref->size; in teec_pre_process_partial()401 if (MEMREF_SIZE(param) <= tmpref->size && tmpref->buffer && in teec_post_process_tmpref()404 MEMREF_SIZE(param)); in teec_post_process_tmpref()406 tmpref->size = MEMREF_SIZE(param); in teec_post_process_tmpref()422 if (shm->shadow_buffer && MEMREF_SIZE(param) <= shm->size) in teec_post_process_whole()424 MEMREF_SIZE(param)); in teec_post_process_whole()426 memref->size = MEMREF_SIZE(param); in teec_post_process_whole()[all …]