nexpr            1191 security/selinux/ss/policydb.c 	u32 nexpr;
nexpr            1209 security/selinux/ss/policydb.c 		nexpr = le32_to_cpu(buf[1]);
nexpr            1212 security/selinux/ss/policydb.c 		for (j = 0; j < nexpr; j++) {
nexpr             367 tools/perf/util/dwarf-aux.c 	size_t nexpr;
nexpr             375 tools/perf/util/dwarf-aux.c 		ret = dwarf_getlocation(&attr, &expr, &nexpr);
nexpr             376 tools/perf/util/dwarf-aux.c 		if (ret < 0 || nexpr == 0)
nexpr             379 tools/perf/util/dwarf-aux.c 		if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
nexpr             381 tools/perf/util/dwarf-aux.c 				 expr[0].atom, nexpr);