Searched refs:priority (Results 1 - 25 of 232) sorted by path

12345678910

/freebsd-9.3-release/bin/ps/
H A Dprint.c751 struct priority *lpri;
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Duri_256.c68 unsigned short priority, weight; local
81 priority = uint16_fromregion(&region);
83 sprintf(buf, "%u ", priority);
196 RETERR(uint16_tobuffer(uri->priority, target));
241 uri->priority = uint16_fromregion(&sr);
H A Duri_256.h25 isc_uint16_t priority; member in struct:dns_rdata_uri
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dsrv_33.c250 RETERR(uint16_tobuffer(srv->priority, target));
274 srv->priority = uint16_fromregion(&region);
H A Dsrv_33.h31 isc_uint16_t priority; member in struct:dns_rdata_in_srv
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-asmtab.h144 /* The disassembly priority of this entry among instructions. */
145 unsigned short priority; member in struct:ia64_dis_names
H A Dia64-gen.c145 /* The disassmbly priority of this entry. */
146 int priority; member in struct:disent
1754 ent->priority = order;
2158 ent->priority);
H A Dia64-opc.c354 priority. */
471 short priority = -1;
484 priority = ia64_dis_names[disent].priority;
487 && priority > found_priority)
504 found_priority = priority;
463 short priority = -1; local
/freebsd-9.3-release/contrib/gcc/
H A Dbb-reorder.c814 int priority = 0;
831 if (edge_freq > priority)
832 priority = edge_freq;
836 if (priority)
837 /* The block with priority should have significantly lower key. */
838 return -(100 * BB_FREQ_MAX + 100 * priority + bb->frequency);
813 int priority = 0; local
H A Dcgraph.h316 void cgraph_build_static_cdtor (char which, tree body, int priority);
H A Dcgraphunit.c1672 cgraph_build_static_cdtor (char which, tree body, int priority) argument
1738 fn (XEXP (DECL_RTL (decl), 0), priority);
H A Dgcc.c1427 int priority; /* Sort key - priority within list. */
2771 const char *component, /* enum prefix_priority */ int priority,
2778 (*prev) != NULL && (*prev)->priority <= priority;
2792 pl->priority = priority;
2804 /* enum prefix_priority */ int priority,
2821 add_prefix (pprefix, prefix, component, priority,
1421 int priority; /* Sort key - priority within list. */ member in struct:prefix_list
2754 add_prefix(struct path_prefix *pprefix, const char *prefix, const char *component, int priority, int require_machine_suffix, int os_multilib) argument
2786 add_sysrooted_prefix(struct path_prefix *pprefix, const char *prefix, const char *component, int priority, int require_machine_suffix, int os_multilib) argument
H A Dgthr-dce.h177 /* Set the current thread's priority. */
179 __gthread_objc_thread_set_priority (int priority) argument
186 switch (priority)
200 /* Change the priority. */
208 /* Return the current thread's priority. */
H A Dgthr-nks.h110 /* Set the current thread's priority. */
112 __gthread_objc_thread_set_priority (int priority) argument
114 if (NXThreadSetPriority (NXThreadGetId (), priority) == 0)
119 /* Return the current thread's priority. */
123 int priority; local
125 if (NXThreadGetPriority (NXThreadGetId (), &priority) == 0)
126 return priority;
H A Dgthr-posix.h297 /* Set the current thread's priority. */
299 __gthread_objc_thread_set_priority (int priority) argument
320 if (priority > priority_max)
321 priority = priority_max;
322 else if (priority < priority_min)
323 priority = priority_min;
324 params.sched_priority = priority;
340 /* Return the current thread's priority. */
H A Dgthr-posix95.h257 /* Set the current thread's priority. */
259 __gthread_objc_thread_set_priority (int priority) argument
280 if (priority > priority_max)
281 priority = priority_max;
282 else if (priority < priority_min)
283 priority = priority_min;
284 params.sched_priority = priority;
300 /* Return the current thread's priority. */
H A Dgthr-single.h78 /* Set the current thread's priority. */
80 __gthread_objc_thread_set_priority (int UNUSED(priority))
86 /* Return the current thread's priority. */
H A Dgthr-solaris.h176 /* Set the current thread's priority. */
178 __gthread_objc_thread_set_priority (int priority) argument
185 switch (priority)
199 /* Change priority */
206 /* Return the current thread's priority. */
224 /* Couldn't get priority. */
H A Dgthr-win32.h125 /* Set the current thread's priority. */
127 __gthread_objc_thread_set_priority (int priority) argument
131 switch (priority)
145 /* Change priority */
152 /* Return the current thread's priority. */
177 /* Couldn't get priority. */
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c11433 arm_elf_asm_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
11437 default_named_section_asm_out_constructor (symbol, priority);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.c1264 machopic_asm_out_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
1278 machopic_asm_out_destructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnwld.c36 nwld_named_section_asm_out_constructor (rtx symbol, int priority) argument
48 MAX_INIT_PRIORITY - priority);
57 nwld_named_section_asm_out_destructor (rtx symbol, int priority) argument
68 MAX_INIT_PRIORITY - priority);
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c16825 priority INSN_PRIORITY (INSN). Increase the priority to execute the
16826 INSN earlier, reduce the priority to execute INSN later. Do not
16831 rs6000_adjust_priority (rtx insn ATTRIBUTE_UNUSED, int priority)
16835 can't, reduce the priority of multiply/divide so it is scheduled
16840 return priority;
16843 return priority;
16854 fprintf (stderr, "priority was %#x (%d) before adjustment\n",
16855 priority, priority);
16792 rs6000_adjust_priority(rtx insn ATTRIBUTE_UNUSED, int priority) argument
18353 rs6000_elf_asm_out_constructor(rtx symbol, int priority) argument
18382 rs6000_elf_asm_out_destructor(rtx symbol, int priority) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c4869 /* A C statement (sans semicolon) to update the integer scheduling priority
4870 INSN_PRIORITY (INSN). Increase the priority to execute the INSN earlier,
4871 reduce the priority to execute INSN later. Do not define this macro if
4878 s390_adjust_priority (rtx insn ATTRIBUTE_UNUSED, int priority)
4881 return priority;
4885 return priority;
4891 priority = priority << 3;
4895 priority = priority <<
4877 s390_adjust_priority(rtx insn ATTRIBUTE_UNUSED, int priority) argument
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c58 and/or destructions required for a particular priority level. */
60 /* Nonzero if there have been any initializations at this priority
63 /* Nonzero if there have been any destructions at this priority
2431 /* A map from priority levels to information about that priority
2479 /* Take this opportunity to initialize the map from priority
2480 numbers to information about that priority level. */
2550 get_priority_info (int priority)
2556 (splay_tree_key) priority);
2559 /* Create a new priority informatio
2545 get_priority_info(int priority) argument
2723 int priority; local
2851 generate_ctor_or_dtor_function(bool constructor_p, int priority, location_t *locus) argument
2939 int priority = (int) n->key; local
[all...]

Completed in 442 milliseconds

12345678910