Home
last modified time | relevance | path

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

123456789

/external/curl/lib/
Dchecksrc.pl261 my $ol = $l; # keep the unmodified line for error reporting
422 $line, length($1), $file, $ol, "space before last semicolon");
435 $line, length($1), $file, $ol,
444 $line, length($1), $file, $ol,
454 $line, length($1), $file, $ol, "badly placed open brace");
469 checkwarn("INDENTATION", $line, length($1), $file, $ol,
479 $line, length($1), $file, $ol,
485 $line, length($1)-1, $file, $ol,
497 $line, length($l)-1, $file, $ol,
502 $prevl = $ol;
/external/libnl/doc/stylesheets/
Dslidy.css243 p,pre,ul,ol,blockquote,h2,h3,h4,h5,h6,dl,table {
263 ol { selector
281 ol li {
308 li ol li {
313 li li ol li {
319 setting class="outline" on ol or ul makes it behave as an
325 ol.outline li:hover { cursor: pointer }
326 ol.outline li.nofold:hover { cursor: default }
331 ol.outline { list-style:decimal; }
332 ol.outline ol { list-style-type:lower-alpha }
[all …]
Dxhtml11.css69 ul, ol, li > p { selector
221 ul, ol { selector
224 ol.arabic {
227 ol.loweralpha {
230 ol.upperalpha {
233 ol.lowerroman {
236 ol.upperroman {
240 div.compact ul, div.compact ol,
Dvolnitsky.css75 ul, ol, li > p { selector
223 ul, ol { selector
226 ol.arabic {
229 ol.loweralpha {
232 ol.upperalpha {
235 ol.lowerroman {
238 ol.upperroman {
242 div.compact ul, div.compact ol,
Dasciidoc.css84 ul, ol, li > p { selector
241 ul, ol { selector
244 ol.arabic {
247 ol.loweralpha {
250 ol.upperalpha {
253 ol.lowerroman {
256 ol.upperroman {
260 div.compact ul, div.compact ol,
Dflask.css86 ul, ol, li > p { selector
241 ul, ol { selector
244 ol.arabic {
247 ol.loweralpha {
250 ol.upperalpha {
253 ol.lowerroman {
256 ol.upperroman {
260 div.compact ul, div.compact ol,
/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/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/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dllseek.c54 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek() argument
61 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek() argument
63 return syscall(__NR_llseek, fd, oh, ol, result, origin); in _llseek()
/external/flatbuffers/docs/source/
Dstyle.css312 ol, selector
318 ol { selector
322 ol ol {
326 ol ol ol {
/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/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/icu/icu4c/source/data/locales/
Dnnh.txt165 "saŋ njÿoláʼ",
179 "saŋ njÿoláʼ",
195 "saŋ njÿoláʼ",
209 "saŋ njÿoláʼ",
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
DPwdCommandHandler.groovy26 * <ol>
29 * </ol>
DUserCommandHandler.groovy26 * <ol>
30 * </ol>
DCwdCommandHandler.groovy26 * <ol>
31 * </ol>
DRmdCommandHandler.groovy26 * <ol>
31 * </ol>
DPassCommandHandler.groovy26 * <ol>
32 * </ol>
DRnfrCommandHandler.groovy26 * <ol>
31 * </ol>
/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,
/external/toolchain-utils/crosperf/
Dmachine_image_manager.py150 for ol, l in enumerate(self.labels_):
153 self.matrix_[ol][self.dut_name_ordinal_[r]] = ' '

123456789