Searched refs:hi (Results 1 - 25 of 293) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutf8.c117 SSVAL(*outbuf,0,(((codepoint - 0x10000) >> 10) + 0xD800)); /* hi */
155 ucs2_t hi, low; local
205 hi = SVAL((*inbuf),0);
207 if ( 0xd800 <= hi && hi <= 0xdbff && 0xdc00 <= low && low <= 0xdfff) {
208 codepoint = ((hi - 0xd800) << 10) + (low - 0xdc00) + 0x10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c35 Int32 hi )
40 if (lo == hi) return;
42 if (hi - lo > 3) {
43 for ( i = hi-4; i >= lo; i-- ) {
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
52 for ( i = hi-1; i >= lo; i-- ) {
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
99 Int32 sp, lo, hi; local
113 fpop ( lo, hi );
114 if (hi
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
631 Int32 sp, lo, hi, d; local
891 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dvector.c164 int vector_scan(VECTOR *v, int lo, int hi, int *key) argument
195 if (v->item[v->size - 1].key < hi) {
H A Dvector.h27 int vector_scan(VECTOR *v, int lo, int hi, int *key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/
H A DRandomizer.cpp358 log2l (((pb.ioVTotalBytes.hi - pb.ioVFreeBytes.hi)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.S128 sethi %hi(0xd76aa478),T2
142 sethi %hi(0xe8c7b756),T2
156 sethi %hi(0x242070db),T2 !=
170 sethi %hi(0xc1bdceee),T2
184 sethi %hi(0xf57c0faf),T2
198 sethi %hi(0x4787c62a),T2
212 sethi %hi(0xa8304613),T2 !=
226 sethi %hi(0xfd469501),T2
240 sethi %hi(0x698098d8),T2
254 sethi %hi(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.c212 if (!fc->wwn_dest.lo && !fc->wwn_dest.hi) {
216 fc->wwn_dest.hi != plogi[1].node_wwn.hi) {
H A Dfc.h27 u32 hi:16; member in struct:__anon4381
H A Dsoc.c590 s->port[0].fc.wwn_nport.hi = s->wwn.hi;
594 s->port[1].fc.wwn_nport.hi = s->wwn.hi;
H A Dsocal.c651 s->wwn.hi = 0x1234;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627hf.c1373 int hi = w83627hf_read_value(data, W83781D_REG_CHIPID); local
1374 data->vid = (lo & 0x0f) | ((hi & 0x01) << 4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c195 int lo = 0, mid, hi = ARY_LEN(sense_data_texts); local
202 while (hi > lo) {
203 mid = (lo + hi) / 2;
210 hi = mid;
228 int lo=0, mid, hi= ARY_LEN (packet_command_texts); local
231 while (hi > lo) {
232 mid = (lo + hi) / 2;
240 hi = mid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c343 static int eth1394_new_node(struct eth1394_host_info *hi, argument
368 priv = netdev_priv(hi->dev);
376 struct eth1394_host_info *hi; local
379 hi = hpsb_get_hostinfo(&eth1394_highlevel, ud->ne->host);
380 if (!hi)
383 return eth1394_new_node(hi, ud);
389 struct eth1394_host_info *hi; local
397 hi = hpsb_get_hostinfo(&eth1394_highlevel, ud->ne->host);
398 if (!hi)
401 priv = netdev_priv(hi
426 struct eth1394_host_info *hi; local
568 struct eth1394_host_info *hi = NULL; local
644 struct eth1394_host_info *hi; local
662 struct eth1394_host_info *hi; local
1237 struct eth1394_host_info *hi; local
1256 struct eth1394_host_info *hi; local
[all...]
H A Dhighlevel.c57 struct hl_host_info *hi = NULL; local
63 list_for_each_entry(hi, &hl->host_info_list, list) {
64 if (hi->host == host) {
66 return hi;
81 struct hl_host_info *hi = hl_get_hostinfo(hl, host); local
83 return hi ? hi->data : NULL;
96 struct hl_host_info *hi; local
100 hi = hl_get_hostinfo(hl, host);
101 if (hi) {
134 struct hl_host_info *hi; local
157 struct hl_host_info *hi; local
179 struct hl_host_info *hi; local
192 struct hl_host_info *hi; local
[all...]
H A Dnodemgr.c828 struct host_info *hi, nodeid_t nodeid,
831 struct hpsb_host *host = hi->host;
964 (struct host_info *hi, struct node_entry *ne, struct csr1212_keyval *ud_kv,
1057 ud_child = nodemgr_process_unit_directory(hi, ne, kv, id, ud);
1111 static void nodemgr_process_root_directory(struct host_info *hi, struct node_entry *ne) argument
1131 nodemgr_process_unit_directory(hi, ne, kv, &ud_id, NULL);
1252 struct host_info *hi, nodeid_t nodeid,
1293 static void nodemgr_node_scan_one(struct host_info *hi, argument
1296 struct hpsb_host *host = hi->host;
1352 nodemgr_create_node(guid, csr, hi, nodei
827 nodemgr_create_node(octlet_t guid, struct csr1212_csr *csr, struct host_info *hi, nodeid_t nodeid, unsigned int generation) argument
963 nodemgr_process_unit_directory(struct host_info *hi, struct node_entry *ne, struct csr1212_keyval *ud_kv, unsigned int *id, struct unit_directory *parent) argument
1251 nodemgr_update_node(struct node_entry *ne, struct csr1212_csr *csr, struct host_info *hi, nodeid_t nodeid, unsigned int generation) argument
1358 nodemgr_node_scan(struct host_info *hi, int generation) argument
1480 nodemgr_probe_ne(struct host_info *hi, struct node_entry *ne, int generation) argument
1509 nodemgr_node_probe(struct host_info *hi, int generation) argument
1667 struct host_info *hi = (struct host_info *)__hi; local
1818 struct host_info *hi; local
1836 struct host_info *hi = hpsb_get_hostinfo(&nodemgr_highlevel, host); local
1846 struct host_info *hi = hpsb_get_hostinfo(&nodemgr_highlevel, host); local
[all...]
H A Draw1394.c202 struct host_info *hi; local
205 hi = kmalloc(sizeof(*hi), GFP_KERNEL);
207 if (hi) {
208 INIT_LIST_HEAD(&hi->list);
209 hi->host = host;
210 INIT_LIST_HEAD(&hi->file_info_list);
213 list_add_tail(&hi->list, &host_info_list);
223 struct host_info *hi; local
225 list_for_each_entry(hi,
234 struct host_info *hi; local
260 struct host_info *hi; local
298 struct host_info *hi; local
359 struct host_info *hi; local
590 struct host_info *hi; local
999 struct host_info *hi; local
1153 struct host_info *hi; local
1289 struct host_info *hi; local
1507 struct host_info *hi; local
1733 struct host_info *hi; local
1893 struct host_info *hi; local
2484 struct host_info *hi; local
2848 struct host_info *hi; local
[all...]
H A Dsbp2.c451 data[0] = ORB_SET_NODE_ID(lu->hi->host->node_id);
466 struct sbp2_fwhost_info *hi = lu->hi; local
474 cmd->command_orb_dma = dma_map_single(hi->host->device.parent,
478 cmd->sge_dma = dma_map_single(hi->host->device.parent,
490 struct hpsb_host *host = lu->hi->host;
703 struct sbp2_fwhost_info *hi; local
727 hi = hpsb_get_hostinfo(&sbp2_highlevel, ud->ne->host);
728 if (!hi) {
729 hi
805 struct sbp2_fwhost_info *hi; local
821 struct sbp2_fwhost_info *hi = lu->hi; local
897 struct sbp2_fwhost_info *hi; local
988 struct sbp2_fwhost_info *hi = lu->hi; local
1060 struct sbp2_fwhost_info *hi = lu->hi; local
1135 struct sbp2_fwhost_info *hi = lu->hi; local
1176 struct sbp2_fwhost_info *hi = lu->hi; local
1345 struct sbp2_fwhost_info *hi = lu->hi; local
1407 sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb, struct sbp2_fwhost_info *hi, struct sbp2_command_info *cmd, unsigned int scsi_use_sg, struct scatterlist *sgpnt, u32 orb_direction, enum dma_data_direction dma_dir) argument
1476 sbp2_prep_command_orb_no_sg(struct sbp2_command_orb *orb, struct sbp2_fwhost_info *hi, struct sbp2_command_info *cmd, struct scatterlist *sgpnt, u32 orb_direction, unsigned int scsi_request_bufflen, void *scsi_request_buffer, enum dma_data_direction dma_dir) argument
1547 struct sbp2_fwhost_info *hi = lu->hi; local
1599 struct sbp2_fwhost_info *hi = lu->hi; local
1723 struct sbp2_fwhost_info *hi; local
1843 struct sbp2_fwhost_info *hi; local
1892 struct sbp2_fwhost_info *hi = lu->hi; local
2017 struct sbp2_fwhost_info *hi = lu->hi; local
[all...]
H A Dsbp2.h313 struct sbp2_fwhost_info *hi; member in struct:sbp2_lu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_wr.h115 u32 hi; member in struct:t3_wrid::__anon4511
H A Diwch_qp.c307 wqe->send.wrid.id0.hi = qhp->wq.sq_wptr;
441 wqe->send.wrid.id0.hi = qhp->wq.sq_wptr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dhil_ptr.c153 unsigned int lo,hi,val; local
155 hi = ax16 ? (ptr->data[cnt++] & HIL_PKT_DATA_MASK) : 0;
157 val = lo + (hi<<8);
167 val = (int) (((int8_t)lo) | ((int8_t)hi<<8));
/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
272 hi = k >> 16;
275 hi += k >> 16;
276 hi += ((dword)(d >> 16)) * ((dword)(e >> 16));
286 hi = -((long)(k >> 16));
289 hi -= k >> 16;
290 hi -= ((dword)(d >> 16)) * ((dword)(e >> 16));
296 hi = -hi;
304 hi
495 dword lo, hi; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dbitmap.c1126 int hi = (pageoff > PAGE_COUNTER_MASK); local
1131 &bitmap->bp[page].map)[hi];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbw-qcam.c494 unsigned int hi, lo; local
509 hi = (read_lpstatus(q) >> 3) & 0x1f;
517 buffer[1] = ((lo & 0x70) >> 4) | ((hi & 1) << 3);
518 buffer[2] = (hi & 0x1e) >> 1;
526 buffer[1] = ((lo & 0x40) >> 6) | (hi << 1);
538 hi = (qc_waithand(q, 0) & 0xf0) >> 4;
544 buffer[1] = hi;
551 buffer[0] = (lo << 2) | ((hi & 0xc) >> 2);
552 q->saved_bits = (hi & 3) << 4;
558 q->saved_bits = hi <<
[all...]
H A Dc-qcam.c325 unsigned int hi, lo; local
328 hi = (parport_read_status(q->pport) & 0xf0);
334 rgb[(i = bytes++ % 3)] = (hi | (lo >> 4)) ^ 0x88;

Completed in 166 milliseconds

1234567891011>>