Searched defs:get_val (Results 1 – 10 of 10) sorted by relevance
36 int get_val; in check_get_subreaper() local
35 static int get_val(const char *name, const char *arg, unsigned int *val) in get_val() function
21 #define get_val(addr) REG(addr) macro
10 long long get_val() { return 0; } in get_val() function
12 long long get_val() { return 0; } in get_val() function
66 def get_val(self): member in MyIntEdit
192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val() function
751 auto get_val = GenGetterForLookupByKey(key_field, "bb"); in GenLookupKeyGetter() local
2049 void InitMerge(Merge<Value>* merge, uint32_t arity, func get_val) { in InitMerge()