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

  /external/chromium_org/base/
sync_socket_win.cc 140 OVERLAPPED ol = { 0 }; local
141 ol.hEvent = io_event->handle();
148 file, static_cast<BufferType*>(buffer) + count, chunk, &len, &ol);
166 if (!GetOverlappedResult(file, &ol, &len, TRUE))
  /external/dhcpcd/
showlease.c 196 uint8_t l, ol = 0; local
213 memcpy(bp, op, ol);
214 bp += ol;
216 ol = *p;
218 bl += ol;
255 memcpy(bp, op, ol);
dhcp.c 309 uint8_t l, ol = 0; local
317 * byte. In general, here we have p -> T, ol=p+1 -> L, op -> V.
332 memcpy(bp, op, ol);
333 bp += ol;
335 ol = (p + *p < e) ? *p : e - (p + 1);
337 bl += ol;
374 memcpy(bp, op, ol);
    [all...]
  /external/jemalloc/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
170 ol = tl >> (shift * 8);
171 ol |= th << (64 - shift * 8);
172 out->u[0] = (uint32_t)(ol >> 32);
173 out->u[1] = (uint32_t)ol;
179 uint64_t th, tl, oh, ol; local
185 ol = tl >> (shift * 8);
186 ol |= th << (64 - shift * 8);
187 out->u[1] = (uint32_t)(ol >> 32);
188 out->u[0] = (uint32_t)ol;
203 uint64_t th, tl, oh, ol; local
218 uint64_t th, tl, oh, ol; local
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 271 function ol(a){if(a.f.c>0){return ui(as(a.f,0))}return null}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 128 milliseconds