Searched refs:mid (Results 1 - 25 of 104) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dextable.c19 const struct exception_table_entry *mid; local
22 mid = (last - first) / 2 + first;
23 mid_value = (unsigned long)&mid->insn + mid->insn;
25 return mid;
27 first = mid+1;
29 last = mid-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dextable.c46 const struct exception_table_entry *mid; local
48 mid = check_exception_ranges(value);
49 if (mid)
50 return mid;
55 mid = (last - first) / 2 + first;
56 diff = mid->insn - value;
58 return mid;
60 first = mid+1;
62 last = mid-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dextable.c20 const struct exception_table_entry *mid; local
23 mid = (last - first) / 2 + first;
24 diff = mid->insn - value;
26 return mid;
28 first = mid+1;
30 last = mid-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dextable.c58 const struct exception_table_entry *mid; local
60 mid = (last - first) / 2 + first;
65 if (mid->insn < value)
66 first = mid + 1;
67 else if (mid->insn > value)
68 last = mid - 1;
70 return mid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dextable.c24 const struct exception_table_entry __attribute__((aligned(8))) *mid; local
27 mid = (last - first) / 2 + first;
28 diff = mid->insn - value;
30 return mid->fixup;
32 first = mid + 1;
34 last = mid - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Ddevices.c31 return "mid";
36 int *prom_node, int *mid)
41 if (mid) {
42 *mid = prom_getintdefault(nd, cpu_mid_prop(), 0);
44 *mid &= 3;
55 int *prom_node, int *mid)
64 prom_node, mid);
81 int cpu_find_by_instance(int instance, int *prom_node, int *mid) argument
84 prom_node, mid);
99 int cpu_find_by_mid(int mid, in argument
34 check_cpu_node(int nd, int *cur_inst, int (*compare)(int, int, void *), void *compare_arg, int *prom_node, int *mid) argument
54 __cpu_find_by(int (*compare)(int, int, void *), void *compare_arg, int *prom_node, int *mid) argument
[all...]
H A Dsmp.c69 cpu_data(id).mid = cpu_get_hwmid(cpu_node);
71 if (cpu_data(id).mid < 0)
329 int instance, mid; local
332 while (!cpu_find_by_instance(instance, NULL, &mid)) {
333 if (mid < NR_CPUS) {
334 cpu_set(mid, phys_cpu_present_map);
335 cpu_set(mid, cpu_present_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_mcpcia.c90 unsigned long mid = MCPCIA_HOSE2MID(hose->index); local
98 addr, type1, mid));
101 stat0 = *(vuip)MCPCIA_CAP_ERR(mid);
102 *(vuip)MCPCIA_CAP_ERR(mid) = stat0;
104 temp = *(vuip)MCPCIA_CAP_ERR(mid);
105 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0));
111 mcheck_extra(cpu) = mid;
138 unsigned long mid = MCPCIA_HOSE2MID(hose->index); local
146 stat0 = *(vuip)MCPCIA_CAP_ERR(mid);
147 *(vuip)MCPCIA_CAP_ERR(mid)
256 int mid = MCPCIA_HOSE2MID(h); local
292 int mid = MCPCIA_HOSE2MID(h); local
334 mcpcia_pci_clr_err(int mid) argument
345 int mid = MCPCIA_HOSE2MID(hose->index); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dextable.c61 const struct exception_table_entry *mid; local
66 mid = &first[(last - first)/2];
67 mid_ip = (u64) &mid->addr + mid->addr;
70 return mid;
72 first = mid + 1;
74 last = mid - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dcpudata.h20 int mid; member in struct:__anon9442
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsmb_signing.c26 uint16 mid; member in struct:outstanding_packet_lookup
33 uint16 mid; member in struct:trans_info_context
46 uint16 mid, uint32 reply_seq_num)
50 /* Ensure we only add a mid once. */
52 if (t->mid == mid) {
60 t->mid = mid;
65 * This ensures that the *last* send sequence with this mid
67 * This can happen if the mid wrap
45 store_sequence_for_reply(struct outstanding_packet_lookup **list, uint16 mid, uint32 reply_seq_num) argument
78 get_sequence_for_reply(struct outstanding_packet_lookup **list, uint16 mid, uint32 *reply_seq_num) argument
507 cli_signing_trans_start(struct cli_state *cli, uint16 mid) argument
659 uint16 mid; local
739 uint mid; local
867 srv_defer_sign_response(uint16 mid) argument
893 srv_cancel_sign_response(uint16 mid) argument
977 srv_signing_trans_start(uint16 mid) argument
[all...]
H A Dclitrans.c43 uint16 mid; local
55 * Save the mid we're using. We need this for finding
59 mid = cli->mid;
137 * Save the mid we're using. We need this for finding
140 mid = cli->mid;
147 /* Ensure we use the same mid for the secondaries. */
148 cli->mid = mid;
356 uint16 mid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_tgt_if.h58 aligned_u64 mid; member in struct:tgt_event::__anon10719::__anon10721
82 aligned_u64 mid; member in struct:tgt_event::__anon10719::__anon10724
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutil_unistr.c288 int mid; local
293 mid = (min + max) / 2;
294 that = (precompositions[mid].base << 16) | (precompositions[mid].comb);
296 min = mid + 1;
298 max = mid - 1;
300 return precompositions[mid].replacement;
312 int mid; local
317 mid = (min + max) / 2;
318 that_sp = ((u_int64_t)precompositions_sp[mid]
336 int mid; local
362 int mid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutil_unistr.c440 int mid; local
445 mid = (min + max) / 2;
446 that = (precompositions[mid].base << 16) | (precompositions[mid].comb);
448 min = mid + 1;
450 max = mid - 1;
452 return precompositions[mid].replacement;
464 int mid; local
469 mid = (min + max) / 2;
470 that_sp = ((u_int64_t)precompositions_sp[mid]
488 int mid; local
514 int mid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c89 int mid=0; /* midpoint for binary srch */ local
296 mid = (low + high) >> 1;
297 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval)
300 low = mid + 1;
302 high = mid - 1;
304 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) {
305 mid--;
339 mid++;
340 if (mid)
656 int mid; /* binary search current idx */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_priv.h26 extern int scsi_tgt_kspace_tsk_mgmt(int host_no, u64 mid, int result);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid_getsize.c135 const blkid_loff_t mid = (low + high) / 2; local
137 if (valid_offset(fd, mid))
138 low = mid;
140 high = mid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbadblocks.c165 int low, high, mid; local
181 mid = (low+high)/2;
182 if (mid == low || mid == high)
184 if (blk == bb->list[mid])
185 return mid;
186 if (blk < bb->list[mid])
187 high = mid;
189 low = mid;
H A Dicount.c204 int low, high, mid; local
225 mid = low;
238 mid = low + ((int) (range * (high-low)));
240 if (ino == icount->list[mid].ino) {
241 icount->cursor = mid+1;
242 return &icount->list[mid];
244 if (ino < icount->list[mid].ino)
245 high = mid-1;
247 low = mid+1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dbtree.c339 int first, last, mid; local
366 mid = 0;
368 mid = (last + first) / 2;
369 befs_debug(sb, "first: %d, last: %d, mid: %d", first, last,
370 mid);
371 thiskey = befs_bt_get_key(sb, node, mid, &keylen);
377 thiskey, mid);
379 *value = fs64_to_cpu(sb, valarray[mid]);
383 last = mid - 1;
385 first = mid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dcapidtmf.c252 long d, e, q1, q2, lo, mid, hi; local
269 mid = k >> 16;
271 mid += k & 0xffff;
274 mid += k & 0xffff;
283 mid = -((long)(k >> 16));
285 mid -= k & 0xffff;
288 mid -= k & 0xffff;
295 mid = -mid;
301 mid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dmisc.c38 in a similar way to the mid which is useful to track each sent smb,
219 Find a free multiplex id (SMB mid). Otherwise there could be
220 mid collisions which might cause problems, demultiplexing the
228 to demultiplex on (rather than mid alone).
232 response would be discarded if the mid were the same
233 but the signature was wrong. Since the mid is not put in the
241 __u16 mid = 0; local
246 return mid;
269 if ((mid_entry->mid == server->CurrentMid) &&
271 /* This mid i
389 checkSMBhdr(struct smb_hdr *smb, __u16 mid) argument
417 checkSMB(struct smb_hdr *smb, __u16 mid, unsigned int length) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep050.tcl166 set mid 1
181 set tmp $mid
182 set mid $cid
251 set tmp $mid
252 set mid $cid
286 set tmp $mid
287 set mid $cid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqaudioenc.c47 int mid= s*s + s; local
48 dpcmValues[i]= s + (i>mid);

Completed in 307 milliseconds

12345