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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddwarf-aux.c292 size_t nexpr; local
300 ret = dwarf_getlocation(&attr, &expr, &nexpr);
301 if (ret < 0 || nexpr == 0)
304 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
306 expr[0].atom, nexpr);
/external/libsepol/src/
H A Dwrite.c867 uint32_t buf[3], nexpr; local
871 nexpr = 0;
873 nexpr++;
876 buf[1] = cpu_to_le32(nexpr);
H A Dpolicydb.c1975 size_t nexpr; local
1994 nexpr = le32_to_cpu(buf[1]);
1997 for (j = 0; j < nexpr; j++) {

Completed in 2496 milliseconds