HomeSort by relevance Sort by last modified time
    Searched refs:m_free (Results 1 - 25 of 70) sorted by null

1 2 3

  /device/generic/goldfish/opengl/host/include/libOpenglRender/
IOStream.h 30 m_free = 0;
46 if (m_buf && len > m_free) {
60 m_bufsize = m_free = allocLen;
65 ptr = m_buf + (m_bufsize - m_free);
66 m_free -= len;
73 if (!m_buf || m_free == m_bufsize) return 0;
75 int stat = commitBuffer(m_bufsize - m_free);
77 m_free = 0;
90 size_t m_free;
  /sdk/emulator/opengl/host/include/libOpenglRender/
IOStream.h 30 m_free = 0;
46 if (m_buf && len > m_free) {
60 m_bufsize = m_free = allocLen;
65 ptr = m_buf + (m_bufsize - m_free);
66 m_free -= len;
73 if (!m_buf || m_free == m_bufsize) return 0;
75 int stat = commitBuffer(m_bufsize - m_free);
77 m_free = 0;
90 size_t m_free;
  /external/webkit/Source/JavaScriptCore/dfg/
DFGScoreBoard.h 55 ASSERT(m_used.size() == m_free.size());
57 // * By using the virtual register numbers from m_free, we are checking that all values
58 // in m_free are < m_used.size(), and correspond to an allocated VirtualRegsiter.
60 // entries in m_free are unique (otherwise the second test of m_used will fail).
61 for (size_t i = 0; i < m_free.size(); ++i) {
62 uint32_t virtualRegister = m_free[i];
73 if (!m_free.isEmpty()) {
74 uint32_t index = m_free.last();
75 m_free.removeLast();
102 m_free.append(index)
125 Vector<uint32_t, 64> m_free; member in class:JSC::DFG::ScoreBoard
    [all...]
  /external/dropbear/
svr-service.c 51 m_free(name);
64 m_free(name);
69 m_free(name);
tcp-accept.c 41 m_free(tcpinfo->sendaddr);
42 m_free(tcpinfo->listenaddr);
43 m_free(tcpinfo);
125 m_free(errstring);
129 m_free(errstring);
cli-service.c 64 m_free(servicename);
79 m_free(servicename);
svr-tcpfwd.c 105 m_free(reqname);
167 m_free(bindaddr);
219 m_free(bindaddr);
220 m_free(tcpinfo);
284 m_free(desthost);
285 m_free(orighost);
rsa.c 78 m_free(key->e);
79 m_free(key->n);
130 m_free(key->d);
131 m_free(key->p);
132 m_free(key->q);
150 m_free(key->d);
154 m_free(key->e);
158 m_free(key->n);
162 m_free(key->p);
166 m_free(key->q)
    [all...]
svr-auth.c 121 m_free(username);
122 m_free(servicename);
123 m_free(methodname);
185 m_free(username);
186 m_free(servicename);
187 m_free(methodname);
210 m_free(ses.authstate.username);
215 m_free(ses.authstate.printableuser);
signkey.c 101 m_free(ident);
118 m_free(key->dsskey);
128 m_free(key->rsakey);
153 m_free(ident);
171 m_free(key->dsskey);
181 m_free(key->rsakey);
258 m_free(key);
406 m_free(ident);
416 m_free(ident);
424 m_free(ident)
    [all...]
dss.c 94 m_free(key->x);
111 m_free(key->p);
115 m_free(key->q);
119 m_free(key->g);
123 m_free(key->y);
127 m_free(key->x);
129 m_free(key);
254 m_free(string);
333 m_free(privkeytmp);
cli-authinteract.c 103 m_free(name);
109 m_free(instruction);
129 m_free(response);
svr-agentfwd.c 131 m_free(path);
164 m_free(path);
173 m_free(chansess->agentfile);
174 m_free(chansess->agentdir);
svr-authpasswd.c 86 m_free(password);
svr-x11fwd.c 92 m_free(chansess->x11authprot);
93 m_free(chansess->x11authcookie);
170 m_free(chansess->x11authprot);
171 m_free(chansess->x11authcookie);
cli-kex.c 99 m_free(cli_ses.dh_e);
100 m_free(cli_ses.dh_x);
126 m_free(fp);
132 m_free(fp);
205 m_free(filename);
circbuffer.c 51 m_free(cbuf->data);
52 m_free(cbuf);
cli-algo.c 96 m_free(algolist);
dbutil.h 62 #define m_free(X) __m_free(X); (X) = NULL; macro
queue.c 58 m_free(oldhead);
svr-algo.c 98 m_free(algolist);
  /external/qemu/slirp/
mbuf.h 36 #define m_freem m_free
53 * is alloced. Therefore, m_free[m] must check for M_EXT and if set
116 #define M_DOFREE 0x08 /* when m_free is called on the mbuf, free()
135 void m_free _P((struct mbuf *));
sbuf.c 83 m_free(m);
94 m_free(m);
124 m_free(m);
  /external/qemu/slirp-android/
mbuf.h 36 #define m_freem m_free
53 * is alloced. Therefore, m_free[m] must check for M_EXT and if set
116 #define M_DOFREE 0x08 /* when m_free is called on the mbuf, free()
135 void m_free _P((struct mbuf *));
sbuf.c 83 m_free(m);
94 m_free(m);
124 m_free(m);

Completed in 359 milliseconds

1 2 3