Searched refs:hs (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dhpfs.c39 struct hpfs_super *hs; local
43 hs = (struct hpfs_super *) volume_id_get_buffer(id, off + HPFS_SUPERBLOCK_OFFSET, 0x200);
44 if (hs == NULL)
47 if (memcmp(hs->magic, "\x49\xe8\x95\xf9", 4) == 0) {
48 sprintf(id->type_version, "%u", hs->version);
H A Diso9660.c60 struct high_sierra_volume_descriptor *hs; local
110 hs = (struct high_sierra_volume_descriptor *) buf;
112 if (memcmp(hs->id, "CDROM", 5) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c57 struct hcall_stats *hs = (struct hcall_stats *)m->private; local
59 if (hs[h_num].num_calls) {
62 hs[h_num].num_calls,
63 hs[h_num].tb_total,
64 hs[h_num].purr_total);
67 hs[h_num].num_calls,
68 hs[h_num].tb_total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c185 int hs; local
188 hs=ci->halfrate_flag;
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
677 int hs; local
683 hs=ci->halfrate_flag;
685 v->centerW=ci->blocksizes[1]>>(hs+1);
686 v->pcm_current=v->centerW>>hs;
714 int hs=ci->halfrate_flag; local
734 int n=ci->blocksizes[v->W]>>(hs
926 int hs=ci->halfrate_flag; local
1001 int hs=ci->halfrate_flag; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Ddiv64.S16 cmp/hs r6, r1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpg.c559 int hs = sizeof (hdr); local
563 if (count < hs)
566 if (copy_from_user(&hdr, buf, hs))
573 if ((count - hs) > PG_MAX_DATA)
577 if (count != hs)
598 if (copy_from_user(dev->bufptr, buf + hs, count - hs))
607 int hs = sizeof (hdr); local
612 if (count < hs)
628 if (copy > (count - hs))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzFind.c181 UInt32 hs; local
186 hs = (1 << 16) - 1;
189 hs = historySize - 1;
190 hs |= (hs >> 1);
191 hs |= (hs >> 2);
192 hs |= (hs >> 4);
193 hs |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c1611 struct fc_host_statistics *hs = &phba->link_stats; local
1645 memset(hs, 0, sizeof (struct fc_host_statistics));
1647 hs->tx_frames = pmb->un.varRdStatus.xmitFrameCnt;
1648 hs->tx_words = (pmb->un.varRdStatus.xmitByteCnt * 256);
1649 hs->rx_frames = pmb->un.varRdStatus.rcvFrameCnt;
1650 hs->rx_words = (pmb->un.varRdStatus.rcvByteCnt * 256);
1671 hs->link_failure_count = pmb->un.varRdLnk.linkFailureCnt;
1672 hs->loss_of_sync_count = pmb->un.varRdLnk.lossSyncCnt;
1673 hs->loss_of_signal_count = pmb->un.varRdLnk.lossSignalCnt;
1674 hs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dflashsvenc.c162 int hs = (j<v_blocks)?block_height:v_part; // size of block local
175 res = copy_region_enc(p->data[0], s->tmpblock, s->image_height-(hp+hs+1), wp, hs, ws, p->linesize[0], previous_frame);
180 ret = compress2(ptr+2, &zsize, s->tmpblock, 3*ws*hs, 9);
H A Dflashsv.c174 int hs = (j<v_blocks)?s->block_height:v_part; // size of block local
213 copy_region(s->tmpblock, s->frame.data[0], s->image_height-(hp+hs+1), wp, hs, ws, s->frame.linesize[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dhead.S87 9: cmp/hs r2, r1
H A Dentry-common.S191 cmp/hs r3, r2 ! r2 >= r3?
264 cmp/hs r10, r3
374 cmp/hs r8, r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c56 int hs = 0, stat = 0; local
67 hs = DID_NO_CONNECT;
76 hs = DID_NO_CONNECT;
81 hs = DID_ERROR;
84 hs = DID_ERROR;
87 hs = DID_SOFT_ERROR; /* retry */
90 hs = DID_BAD_TARGET;
93 hs = DID_PARITY;
97 hs = DID_SOFT_ERROR; /* retry */
99 hs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dcorgi.c58 int spk = 0, mic = 0, line = 0, hp = 0, hs = 0; local
80 hs = 1;
95 snd_soc_dapm_set_endpoint(codec, "Headset Jack", hs);
H A Dtosa.c59 int spk = 0, mic_int = 0, hp = 0, hs = 0; local
70 hs = 1;
80 snd_soc_dapm_set_endpoint(codec, "Headset Jack", hs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dpolarssl.c120 havege_init(&conn->ssl[sockindex].hs);
182 havege_init(&conn->ssl[sockindex].hs);
193 &conn->ssl[sockindex].hs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c188 unsigned int hd, hs, he, hbe, ht; local
237 hs = m->HSyncStart >> 3;
246 hs >>= 1;
255 hs <<= 1;
261 hs = hs - 1;
279 hw->CRTCEXT[5] = (hs + he - ht) >> 1;
287 ((hs & 0x100) >> 6) | /* sync start */
303 hw->CRTC[4] = hs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dacornfb.c670 unsigned long hs, vs; local
673 * hs(Hz) = 10^12 / (pixclock * xtotal)
674 * vs(Hz) = hs(Hz) / ytotal
679 hs = 1953125000 / var->pixclock;
680 hs = hs * 512 /
682 vs = hs /
686 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL;
1291 unsigned long hs; local
[all...]
H A Ds3c2410fb.c291 int hs; local
379 hs = var->xres / 8;
382 hs = var->xres / 4;
386 hs = var->xres;
394 hs = hs * 3;
399 fbi->regs.lcdcon3 |= S3C2410_LCDCON3_HOZVAL(hs - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c656 hscan_t hs; local
675 hash_scan_begin(&hs, dircache);
677 while ((hn = hash_scan_next(&hs))) {
691 hash_scan_begin(&hs, index_didname);
693 while ((hn = hash_scan_next(&hs))) {
H A Dhash.c349 hscan_t hs; local
351 hash_scan_begin(&hs, hash);
352 while ((node = hash_scan_next(&hs))) {
969 hscan_t hs; local
1063 hash_scan_begin(&hs, h);
1064 while ((hn = hash_scan_next(&hs)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c657 hscan_t hs; local
676 hash_scan_begin(&hs, dircache);
678 while ((hn = hash_scan_next(&hs))) {
692 hash_scan_begin(&hs, index_didname);
694 while ((hn = hash_scan_next(&hs))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dzero.c386 #define ep_desc(g,hs,fs) (((g)->speed==USB_SPEED_HIGH)?(hs):(fs))
391 #define ep_desc(g,hs,fs) fs
439 int hs = (gadget->speed == USB_SPEED_HIGH); local
449 hs = !hs;
450 if (hs)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_sel.c1055 __repmgr_handshake_args hs; local
1080 hs.port = my_addr->port;
1081 hs.priority = rep->priority;
1082 __repmgr_handshake_marshal(env, &hs, p);
1194 __repmgr_handshake_args hs; local
1197 if (__repmgr_handshake_unmarshal(env, &hs,
1202 return (process_parameters(env, conn, hostname, hs.port, hs.priority));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c1614 struct o2hb_heartbeat_group *hs = NULL; local
1617 hs = kzalloc(sizeof(struct o2hb_heartbeat_group), GFP_KERNEL);
1618 if (hs == NULL)
1621 config_group_init_type_name(&hs->hs_group, "heartbeat",
1624 ret = &hs->hs_group;
1627 kfree(hs);
1633 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); local
1634 kfree(hs);

Completed in 369 milliseconds

1234