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

  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
poc.c 29 #define CMD_NUM 1
37 struct drm_tegra_cmdbuf cmdbufs[CMD_NUM];
39 struct drm_tegra_reloc relocs[CMD_NUM];
46 submit_c.num_cmdbufs = CMD_NUM;
48 submit_c.num_relocs = CMD_NUM;
75 for(i = 0; i < CMD_NUM; i++){
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
poc.c 33 #define CMD_NUM 100
42 volatile struct drm_tegra_cmdbuf cmdbufs[CMD_NUM];
44 volatile struct drm_tegra_reloc relocs[CMD_NUM];
69 for(i = 0; i < CMD_NUM; i++){
79 submit_c.num_cmdbufs = CMD_NUM;
82 submit_c.num_relocs = CMD_NUM;
125 for(i = 0; i < CMD_NUM; i++){
  /hardware/libhardware/modules/radio/
radio_hw.c 117 CMD_NUM
120 uint32_t thread_cmd_delay_ms[CMD_NUM] = {

Completed in 70 milliseconds