HomeSort by: relevance | last modified time | path
    Searched defs:iso (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/ia64/acpi/
madt.c 50 ACPI_MADT_INTERRUPT_OVERRIDE *iso = local
53 printf("\t\tBus=%u, Source=%u, Irq=0x%x\n", iso->Bus,
54 iso->SourceIrq, iso->GlobalIrq);
  /src/external/bsd/ntp/dist/ntpd/
ntp_filegen.c 112 struct isodate iso; local
165 isocal_ntp_to_date(&iso, stamp, pivot);
167 SUFFIX_SEP, iso.year, iso.week);
168 iso.hour = iso.minute = iso.second = 0;
169 iso.weekday = 1;
170 gen->id_lo = isocal_date_to_ntp(&iso);
  /src/external/bsd/libpcap/dist/pcap/
usb.h 122 iso_rec iso; member in union:_usb_header_mmapped::__anon7265
  /src/external/bsd/tcpdump/dist/
print-usb.c 119 iso_rec iso; member in union:_usb_header_mmapped::__anon8118
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.c 43 /* Translation table between HTML and ISO Codes. The last item is
149 /* ISO 8859-15, also known as Latin 9, differs from Latin 1 in only a
277 * A general site about ISO 8859-2 at http://nl.ijs.si/gnusl/cee/iso8859-2.html
279 * ISO 8859-2 Character Set at http://nl.ijs.si/gnusl/cee/charset.html
280 This site provides almost all information about iso-8859-2,
283 * ISO 8859-2 and even HTML entities !!! (must see!)
394 { ISO_8859_1, "iso-8859-1", (iso_map_type *) iso8859_1_map },
395 { ISO_8859_2, "iso-8859-2", (iso_map_type *) iso8859_2_map },
396 { ISO_8859_3, "iso-8859-3", NULL },
397 { ISO_8859_4, "iso-8859-4", NULL }
602 iso_map_type *iso = encoding_table[document_encoding_code].isotab; local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 152 #define FIRST(c) ((c)->u.iso.first)
153 #define LAST(c) ((c)->u.iso.last)
177 /* This is the value of cpp_context::tokens_kind if u.iso.first
180 /* This is the value of cpp_context::tokens_kind if u.iso.first
199 /* For ISO macro expansion. Contexts other than the base context
206 } iso; member in union:cpp_context::__anon14195
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 151 #define FIRST(c) ((c)->u.iso.first)
152 #define LAST(c) ((c)->u.iso.last)
176 /* This is the value of cpp_context::tokens_kind if u.iso.first
179 /* This is the value of cpp_context::tokens_kind if u.iso.first
198 /* For ISO macro expansion. Contexts other than the base context
205 } iso; member in union:cpp_context::__anon16609

Completed in 65 milliseconds