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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/t/
H A Dtest10 foreach (@a) { printf "%02x-",ord($_); }
17 foreach (@a) { printf "%02x-",ord($_); }
22 foreach (@a) { printf "%02x-",ord($_); }
25 foreach (@a) { printf "%02x-",ord($_); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/t/
H A Dtest10 foreach (@a) { printf "%02x-",ord($_); }
17 foreach (@a) { printf "%02x-",ord($_); }
22 foreach (@a) { printf "%02x-",ord($_); }
25 foreach (@a) { printf "%02x-",ord($_); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_reg.c127 #define ASD_READ_SW(ww, type, ord) \
128 static inline type asd_read_##ww##_##ord (struct asd_ha_struct *asd_ha,\
133 return asd_read_##ord (asd_ha, (unsigned long) map_offs); \
136 #define ASD_WRITE_SW(ww, type, ord) \
137 static inline void asd_write_##ww##_##ord (struct asd_ha_struct *asd_ha,\
142 asd_write_##ord (asd_ha, (unsigned long) map_offs, val); \
216 #define ASD_WRITE_REG(type, ord) \
217 void asd_write_reg_##ord (struct asd_ha_struct *asd_ha, u32 reg, type val)\
225 asd_write_swa_##ord (asd_ha, reg,val); \
228 asd_write_swb_##ord (asd_h
[all...]
H A Daic94xx_reg.h77 #define ASD_READ_OCM(type, ord, S) \
78 static inline type asd_read_ocm_##ord (struct asd_ha_struct *asd_ha, \
91 #define ASD_WRITE_OCM(type, ord, S) \
92 static inline void asd_write_ocm_##ord (struct asd_ha_struct *asd_ha, \
104 #define ASD_DDBSITE_READ(type, ord) \
105 static inline type asd_ddbsite_read_##ord (struct asd_ha_struct *asd_ha, \
111 return asd_read_reg_##ord (asd_ha, CTXACCESS); \
130 #define ASD_DDBSITE_WRITE(type, ord) \
131 static inline void asd_ddbsite_write_##ord (struct asd_ha_struct *asd_ha, \
137 asd_write_reg_##ord (asd_h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpsorder.h61 char ord[ ORDLEN ]; member in struct:pspage_st
H A Dpsorder.c151 *newpspage->ord = '\0';
195 (void)strncpy( newpage->ord, tmp, ORDLEN );
199 fprintf( stderr, "page lable %s, page ord %s\n", newpage->lable,
200 newpage->ord );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.h61 char ord[ ORDLEN ]; member in struct:pspage_st
H A Dpsorder.c151 *newpspage->ord = '\0';
195 (void)strncpy( newpage->ord, tmp, ORDLEN );
199 fprintf( stderr, "page lable %s, page ord %s\n", newpage->lable,
200 newpage->ord );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlsp.c286 static void cheby(float *g, int ord) { argument
290 for(i=2; i<= ord; i++) {
291 for(j=ord; j >= i; j--) {
310 static int Laguerre_With_Deflation(float *a,int ord,float *r){ argument
313 double *defl=alloca(sizeof(*defl)*(ord+1));
314 for(i=0;i<=ord;i++)defl[i]=a[i];
316 for(m=ord;m>0;m--){
366 static int Newton_Raphson(float *a,int ord,float *r){ argument
369 double *root=alloca(ord*sizeof(*root));
371 for(i=0; i<ord;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py117 value = value + ord(point[0]) - ord('0')
119 value = value + 10 + ord(point[0]) - ord('A')
121 value = value + 10 + ord(point[0]) - ord('a')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A D__init__.py96 r.append(dbus.Byte(ord(c)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dbitmap.c545 * gets mapped to (returns) @ord value 3 in this example, that means
552 int i, ord; local
558 ord = 0;
561 ord++;
565 return ord;
569 * bitmap_ord_to_pos(buf, ord, bits)
571 * @ord: ordinal bit position (n-th set bit, n >= 0)
574 * Map the ordinal offset of bit @ord in @buf to its position in @buf.
575 * Value of @ord should be in range 0 <= @ord < weigh
586 bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Diw_cm.h106 u32 ord; member in struct:iw_cm_conn_param
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgtkdictbrowser.py217 hex = hex + "%02x " % (ord(data[pos]))
219 if ord(data[pos]) < 32 or ord(data[pos]) > 176:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Ddma.c1360 struct s3c24xx_dma_order_ch *ord = NULL; local
1373 ord = &dma_order->channels[channel];
1376 if (!is_channel_valid(ord->list[ch]))
1379 if (s3c2410_chans[ord->list[ch]].in_use == 0) {
1380 ch = ord->list[ch] & ~DMA_CH_VALID;
1385 if (ord->flags & DMA_CH_NEVER)
1443 int __init s3c24xx_dma_order_set(struct s3c24xx_dma_order *ord) argument
1456 memcpy(nord, ord, sizeof(struct s3c24xx_dma_order));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/examples/tdbpack/
H A Doldtdbutil.py137 val = hex(ord(buffer[i]))[2:]
H A Dtest_tdbpack.py181 (ord('f'), [20]),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h188 u32 ord; member in struct:iwch_ep
H A Diwch_cm.c894 attrs.max_ord = ep->ord;
1079 attrs.max_ird = ep->ord;
1080 attrs.max_ord = ep->ord;
1743 if ((conn_param->ord > qp->rhp->attr.max_rdma_read_qp_depth) ||
1756 ep->ord = conn_param->ord;
1757 PDBG("%s %d ird %d ord %d\n", __FUNCTION__, __LINE__, ep->ird, ep->ord);
1772 attrs.max_ird = ep->ord;
1773 attrs.max_ord = ep->ord;
[all...]
H A Dcxio_wr.h292 u32 ord; member in struct:t3_rdma_init_attr
313 __be32 ord; /* 6 */ member in struct:t3_rdma_init_wr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cm.c68 err = c2_qp_set_read_limits(c2dev, qp, iw_param->ord, iw_param->ird);
297 err = c2_qp_set_read_limits(c2dev, qp, iw_param->ord, iw_param->ird);
H A Dc2_qp.c157 wr.ord = cpu_to_be32(C2_QP_NO_ATTR_CHANGE);
253 int ord, int ird)
268 wr.ord = cpu_to_be32(ord);
471 wr.ord = cpu_to_be32(C2_MAX_ORD_PER_QP);
252 c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp, int ord, int ird) argument
H A Dc2_wr.h602 u32 ord; member in struct:c2wr_qp_create_req
614 u32 ord; member in struct:c2wr_qp_create_rep
645 u32 ord; member in struct:c2wr_qp_query_rep
671 u32 ord; member in struct:c2wr_qp_modify_req
680 u32 ord; member in struct:c2wr_qp_modify_rep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A Dasip-status.pl.in418 $c = ord ($p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl.in435 $c = ord ($p);

Completed in 242 milliseconds

12