Searched refs:nexpr (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c71 #define CHECK(test, op, hexpr, nexpr) \
76 bpf_list_##op(hexpr, nexpr); \
132 #define CHECK(test, op, lexpr, hexpr, nexpr) \
138 bpf_list_##op(hexpr, nexpr); \
/linux-master/tools/perf/util/
H A Ddwarf-aux.c432 size_t nexpr; local
440 ret = dwarf_getlocation(&attr, &expr, &nexpr);
441 if (ret < 0 || nexpr == 0)
444 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
446 expr[0].atom, nexpr);
/linux-master/security/selinux/ss/
H A Dpolicydb.c1220 u32 i, j, nexpr; local
1238 nexpr = le32_to_cpu(buf[1]);
1241 for (j = 0; j < nexpr; j++) {

Completed in 110 milliseconds