HomeSort by relevance Sort by last modified time
    Searched refs:nexpr (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.c 292 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/
write.c 867 uint32_t buf[3], nexpr; local
871 nexpr = 0;
873 nexpr++;
876 buf[1] = cpu_to_le32(nexpr);
    [all...]
policydb.c 1975 size_t nexpr; local
    [all...]

Completed in 76 milliseconds