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

12

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_reg.c126 #define ASD_READ_SW(ww, type, ord) \
127 static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha, \
132 return asd_read_##ord(asd_ha, (unsigned long)map_offs); \
135 #define ASD_WRITE_SW(ww, type, ord) \
136 static void asd_write_##ww##_##ord(struct asd_ha_struct *asd_ha, \
141 asd_write_##ord(asd_ha, (unsigned long)map_offs, val); \
215 #define ASD_WRITE_REG(type, ord) \
216 void asd_write_reg_##ord (struct asd_ha_struct *asd_ha, u32 reg, type val)\
224 asd_write_swa_##ord (asd_ha, reg,val); \
227 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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi/
H A D__init__.py96 r.append(dbus.Byte(ord(c)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A D__init__.py96 r.append(dbus.Byte(ord(c)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbitmap.c634 * gets mapped to (returns) @ord value 3 in this example, that means
641 int i, ord; local
647 ord = 0;
650 ord++;
654 return ord;
660 * @ord: ordinal bit position (n-th set bit, n >= 0)
663 * Map the ordinal offset of bit @ord in @buf to its position in @buf.
664 * Value of @ord should be in range 0 <= @ord < weight(buf), else
667 * If for example, just bits 4 through 7 are set in @buf, then @ord
675 bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Diw_cm.h106 u32 ord; member in struct:iw_cm_conn_param
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgtkdictbrowser.py217 hex = hex + "%02x " % (ord(data[pos]))
219 if ord(data[pos]) < 32 or ord(data[pos]) > 176:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Ddma.c1350 struct s3c24xx_dma_order_ch *ord = NULL; local
1363 ord = &dma_order->channels[channel];
1367 if (!is_channel_valid(ord->list[ch]))
1370 tmp = ord->list[ch] & ~DMA_CH_VALID;
1377 if (ord->flags & DMA_CH_NEVER)
1437 int __init s3c24xx_dma_order_set(struct s3c24xx_dma_order *ord) argument
1450 memcpy(nord, ord, sizeof(struct s3c24xx_dma_order));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Doldtdbutil.py137 val = hex(ord(buffer[i]))[2:]
H A Dtest_tdbpack.py181 (ord('f'), [20]),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h193 u32 ord; member in struct:iwch_ep
H A Diwch_cm.c913 attrs.max_ord = ep->ord;
1802 if ((conn_param->ord > qp->rhp->attr.max_rdma_read_qp_depth) ||
1814 ep->ord = conn_param->ord;
1819 PDBG("%s %d ird %d ord %d\n", __func__, __LINE__, ep->ird, ep->ord);
1824 attrs.max_ord = ep->ord;
1902 ep->ord = conn_param->ord;
1904 if (peer2peer && ep->ord
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_cm.c70 err = c2_qp_set_read_limits(c2dev, qp, iw_param->ord, iw_param->ird);
299 err = c2_qp_set_read_limits(c2dev, qp, iw_param->ord, iw_param->ird);
H A Dc2_qp.c158 wr.ord = cpu_to_be32(C2_QP_NO_ATTR_CHANGE);
254 int ord, int ird)
269 wr.ord = cpu_to_be32(ord);
472 wr.ord = cpu_to_be32(C2_MAX_ORD_PER_QP);
253 c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp, int ord, int ird) argument
H A Dc2_wr.h602 __be32 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 __be32 ord; member in struct:c2wr_qp_modify_req
680 u32 ord; member in struct:c2wr_qp_modify_rep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py168 if key == ord("+"):
171 if key == ord("-"):
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c1348 int ord; local
1389 ord = mb_find_order_for_block(e4b, next);
1391 order = ord;
1402 int ord; local
1434 ord = mb_find_order_for_block(e4b, start);
1436 if (((start >> ord) << ord) == start && len >= (1 << ord)) {
1438 mlen = 1 << ord;
1439 buddy = mb_find_buddy(e4b, ord,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c964 attrs.max_ord = ep->ord;
1820 if ((conn_param->ord > c4iw_max_read_depth) ||
1832 ep->ord = conn_param->ord;
1837 PDBG("%s %d ird %d ord %d\n", __func__, __LINE__, ep->ird, ep->ord);
1842 attrs.max_ord = ep->ord;
1884 if ((conn_param->ord > c4iw_max_read_depth) ||
1901 ep->ord = conn_param->ord;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddllar.sh98 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
120 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
139 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
188 -ord*)

Completed in 285 milliseconds

12