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

  /src/external/mpl/bind/dist/bin/tools/
named-journalprint.c 74 bool compact = false; local
84 compact = true;
123 } else if (compact) {
  /src/usr.sbin/intrctl/
intrctl.c 130 intrctl_list_one(bool compact, bool skipzero)
173 if (compact) {
204 if (compact) {
248 bool compact = false; local
255 compact = true;
271 intrctl_list_one(compact, skipzero);
  /src/usr.bin/netstat/
inet.c 108 static int compact; variable
125 "Proto", "Recv-Q", "Send-Q", compact ? "" : " ",
151 compact ? "" : " ");
166 printf(" %s", compact ? shorttcpstates[t_state] :
348 compact = 0;
354 compact = 1;
inet6.c 162 static int compact; variable
207 compact ? "" : " ");
221 printf(" %s", compact ? shorttcpstates[t_state] :
360 compact = 0;
366 compact = 1;
  /src/sys/arch/i386/stand/efiboot/
boot.c 419 "memmap [{sorted|unsorted|compact}]\n"
817 bool compact = false; local
823 else if (strcmp(arg, "compact") == 0)
824 compact = true;
827 "must be 'sorted', 'unsorted' or 'compact'.\n");
831 efi_memory_show_map(sorted, compact);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 447 void font::compact() function in class:font
808 compact();
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-services.c 218 bool compact = true; local
219 bool *p_compact = &compact;
249 if (compact) {
  /src/external/mpl/bind/dist/lib/dns/
qp.c 956 * Compact the trie by traversing the whole thing recursively, copying
1004 compact(dns_qp_t *qp) { function
1005 LOG_STATS("qp compact before leaf %u live %u used %u free %u hold %u",
1023 LOG_STATS("qp compact" PRItime
1039 compact(qp);
1045 * result from QP_MAX_GARBAGE can change) compact the trie if necessary.
1067 compact(qp);
1073 * letting compact+recycle fail repeatedly.
1078 "qp %p uctx \"%s\" compact/recycle "
1299 compact(qp)
    [all...]
zone.c 11919 bool compact = false; local
12000 compact = true;
12011 if (compact) {
12058 zone_dump(dns_zone_t *zone, bool compact) {
12069 * 'compact' MUST only be set if we are loop locked.
12111 if (compact && zone->type != dns_zone_stub) {
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 497 struct compact_eh_frame_hdr_info compact;
1726 /* Encoding used for compact EH tables. */
496 struct compact_eh_frame_hdr_info compact; member in union:eh_frame_hdr_info::__anon9677
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 491 struct compact_eh_frame_hdr_info compact;
1679 /* Encoding used for compact EH tables. */
490 struct compact_eh_frame_hdr_info compact; member in union:eh_frame_hdr_info::__anon11162
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 5717 - if compact branches are available then any condition is valid. */
9143 ':' Print "c" to use the compact version if the delay slot is a nop.
9231 use the compact version where available. The %: formatter will
9232 only be present if a compact form of the branch is available. */
9239 compact version. */
14095 Where compact branches are available, we try to use them if the delay slot
14108 const char *compact = "";
14113 /* Compact branches can only be described when the ISA has support for them
14114 as both the compact formatter '%:' and the delay slot NOP formatter '%/'
14116 compact form is available. *
14052 const char *compact = ""; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 5584 - if compact branches are available then any condition is valid. */
8969 ':' Print "c" to use the compact version if the delay slot is a nop.
9057 use the compact version where available. The %: formatter will
9058 only be present if a compact form of the branch is available. */
9065 compact version. */
13906 Where compact branches are available, we try to use them if the delay slot
13919 const char *compact = "";
13924 /* Compact branches can only be described when the ISA has support for them
13925 as both the compact formatter '%:' and the delay slot NOP formatter '%/'
13927 compact form is available. *
13863 const char *compact = ""; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 491 struct compact_eh_frame_hdr_info compact;
1667 /* Encoding used for compact EH tables. */
490 struct compact_eh_frame_hdr_info compact; member in union:eh_frame_hdr_info::__anon29
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 491 struct compact_eh_frame_hdr_info compact;
1678 /* Encoding used for compact EH tables. */
490 struct compact_eh_frame_hdr_info compact; member in union:eh_frame_hdr_info::__anon40
  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 126 /* Turn an instruction with a delay slot into a "compact" version. */
1234 compact, whether there is no delay-slot instruction available to fill
1241 uncond, compact, link, nods, \
1249 | ((compact) ? 0x10000 : 0) \
4905 /* Return true if IP is a compact branch or jump. */
8168 int compact = compact_branch_p (ip) || method == APPEND_ADD_COMPACT;
8184 uncond, compact, al, nods,
8412 /* Convert MIPS16 jr/jalr into a "compact" jump. */
18543 bool compact = false;
18548 compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype)
8159 int compact = compact_branch_p (ip) || method == APPEND_ADD_COMPACT; local
18529 bool compact = false; local
19176 bool compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 126 /* Turn an instruction with a delay slot into a "compact" version. */
1230 compact, whether there is no delay-slot instruction available to fill
1237 uncond, compact, link, nods, \
1245 | ((compact) ? 0x10000 : 0) \
4596 /* Return true if IP is a compact branch or jump. */
7859 int compact = compact_branch_p (ip) || method == APPEND_ADD_COMPACT;
7875 uncond, compact, al, nods,
8100 /* Convert MIPS16 jr/jalr into a "compact" jump. */
18232 bool compact = false;
18237 compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype)
7850 int compact = compact_branch_p (ip) || method == APPEND_ADD_COMPACT; local
18218 bool compact = false; local
18864 bool compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype); local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 11910 bool compact = false; local
11970 compact = true;
11981 if (compact) {
12029 zone_dump(dns_zone_t *zone, bool compact) {
12039 * 'compact' MUST only be set if we are task locked.
12066 if (compact && zone->type != dns_zone_stub) {

Completed in 119 milliseconds