Home
last modified time | relevance | path

Searched refs:c_val (Results 1 – 5 of 5) sorted by relevance

/external/iptables/extensions/
Dlibebt_log.c32 int c_val; member
52 return eight_priority[i].c_val; in name_to_loglevel()
82 printf("%d = %s\n", eight_priority[i].c_val, in brlog_help()
/external/llvm/test/CodeGen/XCore/
Daliases.ll6 @c_val = global i32 42
10 @c = alias i32, i32* @c_val
/external/webrtc/webrtc/system_wrappers/source/
Dsort.cc195 IntegerType c_val = 0;
196 boost::float_sort_cast(data_type, data_type + num_of_elements, c_val);
/external/toybox/toys/pending/
Dsyslogd.c80 if (!strcasecmp(key, w->c_name)) return w->c_val;
89 if (val == clist->c_val) return clist->c_name; in dec()
/external/dnsmasq/src/
Doption.c30 unsigned int c_val; member
1126 daemon->log_fac = facilitynames[i].c_val; in one_opt()