Home
last modified time | relevance | path

Searched refs:ol (Results 1 – 25 of 192) sorted by relevance

12345678

/external/jemalloc/test/src/
DSFMT.c164 uint64_t th, tl, oh, ol; in rshift128() local
170 ol = tl >> (shift * 8); in rshift128()
171 ol |= th << (64 - shift * 8); in rshift128()
172 out->u[0] = (uint32_t)(ol >> 32); in rshift128()
173 out->u[1] = (uint32_t)ol; in rshift128()
179 uint64_t th, tl, oh, ol; in rshift128() local
185 ol = tl >> (shift * 8); in rshift128()
186 ol |= th << (64 - shift * 8); in rshift128()
187 out->u[1] = (uint32_t)(ol >> 32); in rshift128()
188 out->u[0] = (uint32_t)ol; in rshift128()
[all …]
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/static/
Dgcode.css699 ol,ul { selector
705 li ol,li ul {
742 ol.alpha {
746 ol.alphacap {
750 ol.roman {
754 ol.romancap {
758 ol.termslist {
762 ol.termslist>li>ol {
766 ol.termslist>li>ol>li>ol {
792 ol.toc,div.toc ol {
[all …]
/external/dhcpcd-6.8.2/
Ddhcp-common.c754 const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol, in dhcp_envoption1() argument
762 ol = (size_t)dhcp_optlen(opt, ol); in dhcp_envoption1()
763 if ((ssize_t)ol == -1) in dhcp_envoption1()
766 len = print_option(NULL, 0, opt->type, od, ol, ifname); in dhcp_envoption1()
788 print_option(v, (size_t)len + 1, opt->type, od, ol, ifname); in dhcp_envoption1()
798 const uint8_t *od, size_t ol) in dhcp_envoption() argument
810 prefix, opt, 1, od, ol, ifname)) in dhcp_envoption()
843 e = dhcp_optlen(eopt, ol); in dhcp_envoption()
852 if (ol != 0 || i + 1 < opt->embopts_len) in dhcp_envoption()
866 ol -= e; in dhcp_envoption()
[all …]
Ddhcp6.c223 size_t ol; in dhcp6_findoption() local
230 ol = sizeof(*o) + ntohs(o->len); in dhcp6_findoption()
231 if (ol > len) { in dhcp6_findoption()
237 len -= ol; in dhcp6_findoption()
247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp6_getoption() argument
255 if (ol < *os) { in dhcp6_getoption()
261 if (*len > ol - *os) { in dhcp6_getoption()
1831 uint16_t ol; in dhcp6_findpd() local
1840 ol = ntohs(o->len); in dhcp6_findpd()
1841 l -= sizeof(*o) + ol; in dhcp6_findpd()
[all …]
/external/llvm/docs/_ocamldoc/
Dstyle.css6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset, selector
38 hr, hr + br, div + br, center + br, span + br, ul + br, ol + br, pre + br
66 ul, ol { margin-top:0.688em; padding-bottom:0.687em; selector
68 ul + p, ol + p { margin-top: 0em }
74 ol > li { margin-left: 1.7em; }
/external/shflags/doc/
Drst2html.css160 ol.simple, ul.simple {
163 ol.arabic {
166 ol.loweralpha {
169 ol.upperalpha {
172 ol.lowerroman {
175 ol.upperroman {
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css188 ol.simple, ul.simple {
192 ol.arabic {
196 ol.loweralpha {
200 ol.upperalpha {
204 ol.lowerroman {
208 ol.upperroman {
/external/chromium-trace/catapult/third_party/Paste/docs/web/
Ddefault-site.css142 ol.simple, ul.simple {
181 ol.arabic {
185 ol.loweralpha {
189 ol.upperalpha {
193 ol.lowerroman {
197 ol.upperroman {
/external/libevent/
Dbuffer_iocp.c171 struct event_overlapped *ol) in evbuffer_launch_write() argument
225 &ol->overlapped, NULL)) { in evbuffer_launch_write()
245 struct event_overlapped *ol) in evbuffer_launch_read() argument
291 &ol->overlapped, NULL)) { in evbuffer_launch_read()
Diocp-internal.h134 int evbuffer_launch_read(struct evbuffer *buf, size_t n, struct event_overlapped *ol);
148 int evbuffer_launch_write(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1ol,.mw-content-rtl .mw-content-ltr ol{margin:.3em 0 0 3.2em;padding:0}.mw-content-rtl ol,.mw-conte…
/external/icu/icu4c/source/data/locales/
Dnnh.txt167 "saŋ njÿoláʼ",
181 "saŋ njÿoláʼ",
197 "saŋ njÿoláʼ",
211 "saŋ njÿoláʼ",
/external/jetty/src/java/org/eclipse/jetty/util/
DLazyList.java173 ArrayList<?> ol=(ArrayList<?>)list; in ensureSize() local
174 if (ol.size()>initialSize) in ensureSize()
175 return ol; in ensureSize()
177 nl.addAll(ol); in ensureSize()
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
DPwdCommandHandler.groovy26 * <ol>
29 * </ol>
DUserCommandHandler.groovy26 * <ol>
30 * </ol>
DRmdCommandHandler.groovy26 * <ol>
31 * </ol>
DRnfrCommandHandler.groovy26 * <ol>
31 * </ol>
DCwdCommandHandler.groovy26 * <ol>
31 * </ol>
DPassCommandHandler.groovy26 * <ol>
32 * </ol>
DStorCommandHandler.groovy27 * <ol>
34 * </ol>
DNlstCommandHandler.groovy26 * <ol>
36 * </ol>
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dtsig.py90 ol = len(other_data)
91 if ol > 65535:
93 post_mac = struct.pack('!HH', error, ol) + other_data
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DTooltip.css3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; } selector
19 ol { margin-top: 0px; margin-bottom: 1em; } selector
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css622 .jd-tagdescr ol,
715 div.special ol {
719 div.special ol li {
788 ol.no-style,
893 ol.toc {
900 ol.toc li {
906 ol.toc li p {
910 ol.toc li ol {
915 ol.toc li li {
922 table ol.toc {
Ddoclava-developer-core.css8 dl,dt,dd,ol,ul,li,table,caption,tbody, selector
89 p,ul,ol,dl,dd,dt,li { selector
93 ul,ol { selector
136 li ol,
138 dd ol {
150 ol dl,

12345678