Searched refs:highest (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-smp.c57 static int do_cpumask(cnodeid_t cnode, nasid_t nasid, int highest) argument
74 if (cpuid > highest)
75 highest = cpuid;
94 return highest;
99 int i, highest = 0; local
124 highest = do_cpumask(i, nasid, highest);
127 printk("Discovered %d cpus on %d nodes\n", highest + 1, num_online_nodes());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dentry-macro.S24 @ Load offset & priority of the highest priority
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_idmap.c121 struct hwms highest; local
123 if (!lp_idmap_uid(&hwms.user_hwm, &highest.user_hwm) ||
124 !lp_idmap_gid(&hwms.group_hwm, &highest.group_hwm)) {
153 if (hwms.user_hwm >= highest.user_hwm) {
158 if (hwms.group_hwm >= highest.group_hwm) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimc.c299 float highest = 0.0; local
314 highest = FFMAX(highest, q->flcoeffs1[i]);
321 highest = highest * 0.25;
337 q->flcoeffs4[i] = q->flcoeffs4[i] + xTab[(indx*2 + (q->flcoeffs1[i] < highest)) * 2 + flag];
394 highest = 0.0;
397 if (highest <= -1.e20)
401 highest = -1.e20;
404 if (workT[i] > highest) {
516 float highest = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcluster.c282 u32 highest = c_ptr->highest_slave; local
289 if (highest <= LOWEST_SLAVE)
291 buf = tipc_cltr_prepare_routing_msg(highest - LOWEST_SLAVE + 1,
297 for (n_num = LOWEST_SLAVE; n_num <= highest; n_num++) {
317 u32 highest = c_ptr->highest_node; local
325 highest = c_ptr->highest_node;
326 buf = tipc_cltr_prepare_routing_msg(highest + 1, c_ptr->addr);
331 for (n_num = 1; n_num <= highest; n_num++) {
351 u32 highest = c_ptr->highest_node; local
357 buf = tipc_cltr_prepare_routing_msg(highest, c_pt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Duteval.c693 acpi_ut_execute_sxds(struct acpi_namespace_node *device_node, u8 * highest) argument
702 highest[i] = 0xFF;
725 highest[i] = (u8) obj_desc->integer.value;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-uc-fr451.S67 # - start with the highest numbered registers
H A Dhead-uc-fr401.S252 # - start with the highest numbered registers
H A Dhead-uc-fr555.S240 # - start with the highest numbered registers
H A Dhead.S576 sub.p gr5,gr6,gr6 ; bit number of highest set bit (1MB=>20)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dstackframe.h95 lui k1, %highest(kernelsp)
120 lui k1, %highest(kernelsp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dstackframe.h95 lui k1, %highest(kernelsp)
120 lui k1, %highest(kernelsp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
H A D04-codec.tex225 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
232 \item verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
234 \item verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecodable
258 and \varname{[vorbis_mode_transformtype]}. \varname{[vorbis_mode_mapping]} must not be greater than the highest number mapping in use. Any illegal values render the stream undecodable.
H A D02-bitpacking.tex54 'most significant byte first' in which the highest-valued byte comes
H A D06-floor0.tex62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
H A D07-floor1.tex162 highest numbered codebook configured in this stream is an error
H A D03-codebook.tex221 length to highest) results in the following codeword list:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_windows89 \ * at the highest warning level, so third party applications can use\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c719 int highest, node; local
721 highest = numbits;
727 highest = node;
730 return highest;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacutils.h372 acpi_ut_execute_sxds(struct acpi_namespace_node *device_node, u8 * highest);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dppc_asm.h225 lis (reg),(expr)@highest; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c2328 * @max_low_pfn: The highest PFN that will be passed to free_bootmem_node
2765 unsigned int highest = 0; local
2768 highest = node;
2769 nr_node_ids = highest + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1320 # we determine the highest priority exception(if any) set by the
1347 bfffo %d0{&24:&8},%d0 # find highest priority exception
1548 # determine the highest priority exception(if any) set by the
1616 bfffo %d0{&24:&8},%d0 # find highest priority exception
1865 # we determine the highest priority exception(if any) set by the
1925 bfffo %d0{&24:&8},%d0 # find highest priority exception
2105 # determine the highest priority exception(if any) set by the
2161 bfffo %d0{&24:&8},%d0 # find highest priority exception
2617 # we determine the highest priority exception(if any) set by the
2649 bfffo %d0{&24:&8},%d0 # find highest priorit
[all...]
H A Dfpsp.S1321 # we determine the highest priority exception(if any) set by the
1348 bfffo %d0{&24:&8},%d0 # find highest priority exception
1549 # determine the highest priority exception(if any) set by the
1617 bfffo %d0{&24:&8},%d0 # find highest priority exception
1866 # we determine the highest priority exception(if any) set by the
1926 bfffo %d0{&24:&8},%d0 # find highest priority exception
2106 # determine the highest priority exception(if any) set by the
2162 bfffo %d0{&24:&8},%d0 # find highest priority exception
2618 # we determine the highest priority exception(if any) set by the
2650 bfffo %d0{&24:&8},%d0 # find highest priorit
[all...]

Completed in 256 milliseconds

12