Searched refs:hl (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhighlevel.c50 static struct hl_host_info *hl_get_hostinfo(struct hpsb_highlevel *hl, argument
55 if (!hl || !host)
58 read_lock(&hl->host_info_lock);
59 list_for_each_entry(hi, &hl->host_info_list, list) {
61 read_unlock(&hl->host_info_lock);
65 read_unlock(&hl->host_info_lock);
72 * Returns a per @host and @hl driver data structure that was previously stored
75 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
77 struct hl_host_info *hi = hl_get_hostinfo(hl, host);
86 * to this @hl drive
89 hpsb_create_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, size_t data_size) argument
127 hpsb_set_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host, void *data) argument
151 hpsb_destroy_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host) argument
172 hpsb_set_hostinfo_key(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned long key) argument
186 hpsb_get_hostinfo_bykey(struct hpsb_highlevel *hl, unsigned long key) argument
207 struct hpsb_highlevel *hl = __data; local
223 hpsb_register_highlevel(struct hpsb_highlevel *hl) argument
250 __unregister_host(struct hpsb_highlevel *hl, struct hpsb_host *host, int update_cr) argument
284 struct hpsb_highlevel *hl = __data; local
293 hpsb_unregister_highlevel(struct hpsb_highlevel *hl) argument
321 hpsb_allocate_and_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, const struct hpsb_address_ops *ops, u64 size, u64 alignment, u64 start, u64 end) argument
409 hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, const struct hpsb_address_ops *ops, u64 start, u64 end) argument
460 hpsb_unregister_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host, u64 start) argument
502 struct hpsb_highlevel *hl; local
519 struct hpsb_highlevel *hl; local
530 struct hpsb_highlevel *hl; local
544 struct hpsb_highlevel *hl; local
[all...]
H A Dhighlevel.h112 static inline void hpsb_init_highlevel(struct hpsb_highlevel *hl) argument
114 rwlock_init(&hl->host_info_lock);
115 INIT_LIST_HEAD(&hl->host_info_list);
117 void hpsb_register_highlevel(struct hpsb_highlevel *hl);
118 void hpsb_unregister_highlevel(struct hpsb_highlevel *hl);
120 u64 hpsb_allocate_and_register_addrspace(struct hpsb_highlevel *hl,
125 int hpsb_register_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
128 int hpsb_unregister_addrspace(struct hpsb_highlevel *hl, struct hpsb_host *host,
131 void *hpsb_get_hostinfo(struct hpsb_highlevel *hl, struct hpsb_host *host);
132 void *hpsb_create_hostinfo(struct hpsb_highlevel *hl, struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dmathops.h52 union { uint64_t x; unsigned hl[2]; } x = { d }; member in union:__anon1959
58 : "+r"(x.hl[0]), "+r"(x.hl[1]), "=&r"(h), "=&r"(l)
66 union { uint64_t x; unsigned hl[2]; } x = { d }; member in union:__anon1960
72 : "+r"(x.hl[0]), "+r"(x.hl[1]), "=&r"(h), "=&r"(l)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/mips/
H A Dintreadwrite.h80 union { uint64_t v; uint32_t hl[2]; } v; member in union:__anon2309
81 v.hl[0] = AV_RN32(p);
82 v.hl[1] = AV_RN32((const uint8_t *)p + 4);
89 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon2310
90 AV_WN32(p, vv.hl[0]);
91 AV_WN32((uint8_t *)p + 4, vv.hl[1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dmathops.h52 union { uint64_t x; unsigned hl[2]; } x = { d }; member in union:__anon3194
58 : "+r"(x.hl[0]), "+r"(x.hl[1]), "=&r"(h), "=&r"(l)
66 union { uint64_t x; unsigned hl[2]; } x = { d }; member in union:__anon3195
72 : "+r"(x.hl[0]), "+r"(x.hl[1]), "=&r"(h), "=&r"(l)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib553.c63 struct curl_slist *headerlist=NULL, *hl; local
80 hl = curl_slist_append(headerlist, buf);
81 if (!hl)
83 headerlist = hl;
86 hl = curl_slist_append(headerlist, "Expect: ");
87 if (!hl)
89 headerlist = hl;
H A Dlib505.c44 struct curl_slist *hl; local
99 if ((hl = curl_slist_append(headerlist, buf_1)) == NULL) {
106 if ((headerlist = curl_slist_append(hl, buf_2)) == NULL) {
108 curl_slist_free_all(hl);
114 headerlist = hl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon3668
116 AV_WB32(p, vv.hl[0]);
117 AV_WB32((uint32_t*)p+1, vv.hl[1]);
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon3669
124 AV_WL32(p, vv.hl[1]);
125 AV_WL32((uint32_t*)p+1, vv.hl[0]);
167 union { uint64_t v; uint32_t hl[2]; } v; member in union:__anon3670
168 v.hl[0] = AV_RB32(p);
169 v.hl[1] = AV_RB32((const uint32_t*)p+1);
176 union { uint64_t v; uint32_t hl[ member in union:__anon3671
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/avr32/
H A Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon2292
116 AV_WB32(p, vv.hl[0]);
117 AV_WB32((uint32_t*)p+1, vv.hl[1]);
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon2293
124 AV_WL32(p, vv.hl[1]);
125 AV_WL32((uint32_t*)p+1, vv.hl[0]);
167 union { uint64_t v; uint32_t hl[2]; } v; member in union:__anon2294
168 v.hl[0] = AV_RB32(p);
169 v.hl[1] = AV_RB32((const uint32_t*)p+1);
176 union { uint64_t v; uint32_t hl[ member in union:__anon2295
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/ppc/
H A Dintreadwrite.h92 union { uint64_t v; uint32_t hl[2]; } v; member in union:__anon3701
95 : "=&r"(v.hl[1]), "=r"(v.hl[0])
103 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon3702
107 : "r"(vv.hl[1]), "r"(vv.hl[0]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/ppc/
H A Dintreadwrite.h78 union { uint64_t v; uint32_t hl[2]; } v; member in union:__anon2315
81 : "=&r"(v.hl[1]), "=r"(v.hl[0])
89 union { uint64_t v; uint32_t hl[2]; } vv = { v }; member in union:__anon2316
93 : "r"(vv.hl[1]), "r"(vv.hl[0]));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/avr32/
H A Dmathops.h34 union { int64_t x; int hl[2]; } x; member in union:__anon1877
39 return x.hl[1];
45 union { int64_t x; int hl[2]; } x; member in union:__anon1878
47 return x.hl[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/avr32/
H A Dmathops.h34 union { int64_t x; int hl[2]; } x; member in union:__anon3091
39 return x.hl[1];
45 union { int64_t x; int hl[2]; } x; member in union:__anon3092
47 return x.hl[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dfddi.c57 int hl = FDDI_K_SNAP_HLEN; local
61 hl=FDDI_K_8022_HLEN-3;
62 fddi = (struct fddihdr *)skb_push(skb, hl);
85 return(hl);
88 return(-hl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_par.c124 int nl, hl, j, r; local
156 hl = (p - op);
157 length -= hl;
166 if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
167 depth, (long)hl, len) <= 0)
170 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
235 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
247 ii = d2i_ASN1_BOOLEAN(NULL, &opp, len + hl);
259 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_par.c125 int nl,hl,j,r; local
153 hl=(p-op);
154 length-=hl;
161 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
162 depth,(long)hl,len) <= 0)
167 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
168 depth,(long)hl) <= 0)
228 if (d2i_ASN1_OBJECT(&o,&opp,len+hl) != NULL)
244 ii=d2i_ASN1_BOOLEAN(NULL,&opp,len+hl);
261 os=d2i_ASN1_OCTET_STRING(NULL,&opp,len+hl);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_par.c124 int nl, hl, j, r; local
156 hl = (p - op);
157 length -= hl;
166 if (BIO_printf(bp, "d=%-2d hl=%ld l=%4ld ",
167 depth, (long)hl, len) <= 0)
170 if (BIO_printf(bp, "d=%-2d hl=%ld l=inf ", depth, (long)hl) <= 0)
235 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != NULL) {
247 ii = d2i_ASN1_BOOLEAN(NULL, &opp, len + hl);
259 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_lsa_hnd.c51 struct handle_list *hl = NULL; local
62 hl = plist->pipe_handles;
67 if (!hl) {
73 if ((hl = SMB_MALLOC_P(struct handle_list)) == NULL)
75 ZERO_STRUCTP(hl);
84 hl->pipe_ref_count++;
90 p->pipe_handles = hl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_lib.c622 int end=0,i,k,bl=0,hl=0,nohead=0; local
670 hl=0;
683 if (!BUF_MEM_grow(headerB,hl+i+9))
690 memcpy(&(headerB->data[hl]),buf,i);
691 headerB->data[hl+i]='\0';
692 hl+=i;
739 bl=hl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_dwt.c475 int hl = height >> level; local
480 spatial_compose_dd97i_init(d->cs+level, buffer, hl, stride_l);
483 spatial_compose53i_init2(d->cs+level, buffer, hl, stride_l);
486 spatial_compose_dd137i_init(d->cs+level, buffer, hl, stride_l);
493 spatial_compose97i_init2(d->cs+level, buffer, hl, stride_l);
565 int hl = d->height >> level; local
568 while (d->cs[level].y <= FFMIN((y>>level)+support, hl))
569 d->spatial_compose(d, level, wl, hl, stride_l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_lib.c679 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; local
724 hl = 0;
742 if (!BUF_MEM_grow(headerB, hl + i + 9)) {
750 memcpy(&(headerB->data[hl]), buf, i);
751 headerB->data[hl + i] = '\0';
752 hl += i;
803 bl = hl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_lib.c679 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; local
724 hl = 0;
742 if (!BUF_MEM_grow(headerB, hl + i + 9)) {
750 memcpy(&(headerB->data[hl]), buf, i);
751 headerB->data[hl + i] = '\0';
752 hl += i;
803 bl = hl;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c892 char *hl = xmalloc_getline(fp); local
895 if (!hl)
897 l = strlen(hl);
899 hl[MAX_LINELEN-1] = '\0';
900 if (l == 0 || hl[0] == ' ') {
901 free(hl);
904 state->history[hi++] = hl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmca_drv.c221 {slidx_list_t *hl = &slidx_pool.buffer[slidx_pool.cur_idx]; \
222 hl->hdr = ptr; \
223 list_add(&hl->list, &(sect)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Ddialog.h106 int hl; /* highlight this item */ member in struct:dialog_color

Completed in 444 milliseconds

12