Home
last modified time | relevance | path

Searched refs:LVAL (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dconfig_param.c137 if (LVAL (*p)) in goom_set_list_param_value()
138 LVAL (*p) = (char *) realloc (LVAL (*p), len + 1); in goom_set_list_param_value()
140 LVAL (*p) = (char *) malloc (len + 1); in goom_set_list_param_value()
141 memcpy (LVAL (*p), str, len + 1); in goom_set_list_param_value()
Dgoom_config_param.h90 #define LVAL(p) ((p).param.slist.value) macro
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl06.c70 #define LVAL 100 macro
180 } while (maxsemvals[i] < LVAL); in dotest()