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

  /external/chromium/third_party/libevent/test/
bench.c 63 static int num_pipes, num_active, num_writes; variable
74 if (widx >= num_pipes)
75 widx -= num_pipes;
89 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
98 space = num_pipes / num_active;
131 num_pipes = 100;
133 num_writes = num_pipes;
137 num_pipes = atoi(optarg);
152 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
159 events = calloc(num_pipes, sizeof(struct event))
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 242 UINT8 num_gates = 0,num_pipes = 0; local
266 num_pipes += nfa_hciu_count_pipes_on_gate (pg);
295 evt_data.hci_register.num_pipes = num_pipes;
422 evt_data.gates_pipes.num_pipes = 0;
436 evt_data.gates_pipes.pipe[evt_data.gates_pipes.num_pipes++] = *(tNFA_HCI_PIPE_INFO*)pp;
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */ member in struct:__anon10299
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */ member in struct:__anon10301

Completed in 568 milliseconds