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

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.h 72 * Danger, Will Robinson!! -- hardcoded variable 'gcp'
74 #define set_option(OPT) gcp->options |= (OPTION_##OPT)
75 #define clear_option(OPT) gcp->options &= ~(OPION_##OPTT)
76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0)
80 #define signalled(GCP) (GCP->siginfo != NULL)
  /external/cldr/tools/java/org/unicode/cldr/tool/
AddPopulationData.java 48 private static final String GCP = "NY.GNP.MKTP.PP.CD";
363 if (seriesCode.equals(GCP)) {

Completed in 219 milliseconds