Searched refs:op (Results 226 - 250 of 1225) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd021.tcl31 foreach op { remove rename delete noop } {
33 puts "\tRecd021: Test $op of file in recovery."
42 if { $op == "rename" } {
61 puts "\t\tRecd021.b: Do $op on file."
63 set ret [do_op $omethod $op $names $txn $env]
71 if { $op == "delete" } {
75 error_check_good $op $ret 0
90 # The first subdb test just does the op, and is comparable
94 foreach op { remove rename delete noop } {
95 recd021_testsubdb $method $op
[all...]
H A Dfopscript.tcl10 # op: file operation to perform
20 set usage "fopscript operator omethod op end result names args"
31 set op [ lindex $argv 2 ]
47 set op2result [$operator $omethod $op $names $txn2 $dbenv $args]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinftrees.c118 here.op = (unsigned char)64; /* invalid code marker */
220 here.op = (unsigned char)0;
224 here.op = (unsigned char)(extra[work[sym]]);
228 here.op = (unsigned char)(32 + 64); /* end of block */
286 (*table)[low].op = (unsigned char)curr;
296 here.op = (unsigned char)64; /* invalid code marker */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dleo.c532 static void leo_unmap_regs(struct platform_device *op, struct fb_info *info, argument
536 of_iounmap(&op->resource[0], par->lc_ss0_usr, 0x1000);
538 of_iounmap(&op->resource[0], par->ld_ss0, 0x1000);
540 of_iounmap(&op->resource[0], par->ld_ss1, 0x1000);
542 of_iounmap(&op->resource[0], par->lx_krn, 0x1000);
544 of_iounmap(&op->resource[0],
547 of_iounmap(&op->resource[0], info->screen_base, 0x800000);
550 static int __devinit leo_probe(struct platform_device *op, argument
553 struct device_node *dp = op->dev.of_node;
558 info = framebuffer_alloc(sizeof(struct leo_par), &op
640 leo_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_diag.c679 const struct diag_observer *op; member in struct:diag_observer_list_elt
683 const struct diag_observer *op)
688 if (!dd || !op)
700 olp->op = op;
739 const struct diag_observer *op = NULL; local
743 op = olp->op;
744 if (addr >= op->bottom && addr <= op
682 qib_register_observer(struct qib_devdata *dd, const struct diag_observer *op) argument
780 const struct diag_observer *op; local
856 const struct diag_observer *op = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_dccp.c44 const unsigned char *op; local
56 op = skb_header_pointer(skb, protoff + optoff, optlen, dccp_optbuf);
57 if (op == NULL) {
63 if (op[i] == option) {
68 if (op[i] < 2)
71 i += op[i+1]?:1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_psc_i2s.c155 static int __devinit psc_i2s_of_probe(struct platform_device *op, argument
162 rc = mpc5200_audio_dma_create(op);
172 psc_dma = dev_get_drvdata(&op->dev);
183 if (!of_get_property(op->dev.of_node, "codec-handle", NULL))
208 static int __devexit psc_i2s_of_remove(struct platform_device *op) argument
210 return mpc5200_audio_dma_destroy(op);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinftrees.c104 this.op = (unsigned char)64; /* invalid code marker */
206 this.op = (unsigned char)0;
210 this.op = (unsigned char)(extra[work[sym]]);
214 this.op = (unsigned char)(32 + 64); /* end of block */
271 (*table)[low].op = (unsigned char)curr;
284 this.op = (unsigned char)64; /* invalid code marker */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinftrees.c118 here.op = (unsigned char)64; /* invalid code marker */
220 here.op = (unsigned char)0;
224 here.op = (unsigned char)(extra[work[sym]]);
228 here.op = (unsigned char)(32 + 64); /* end of block */
286 (*table)[low].op = (unsigned char)curr;
296 here.op = (unsigned char)64; /* invalid code marker */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_sunbpp.c269 static int __devinit bpp_probe(struct platform_device *op, const struct of_device_id *match) argument
278 irq = op->archdata.irqs[0];
279 base = of_ioremap(&op->resource[0], 0,
280 resource_size(&op->resource[0]),
285 size = resource_size(&op->resource[0]);
299 p->dev = &op->dev;
316 dev_set_drvdata(&op->dev, p);
329 of_iounmap(&op->resource[0], base, size);
334 static int __devexit bpp_remove(struct platform_device *op) argument
336 struct parport *p = dev_get_drvdata(&op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_quotaops.c61 int op)
68 if (op != Q_XQUOTARM && !XFS_IS_QUOTA_RUNNING(mp))
82 switch (op) {
58 xfs_fs_set_xstate( struct super_block *sb, unsigned int uflags, int op) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dparse_mode.c41 char op; local
85 /* Since op is '=', clear all bits corresponding to the
93 op = *s++;
139 if (op == '-') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_hl.c60 static const char *const op[] = { local
69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit);
74 static const char *const op[] = { local
83 printf(" %s %u", op[info->mode], info->hop_limit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbitrate.h57 extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmpegaudiodsp.c53 #define SUM8(op, sum, w, p) \
55 op(sum, (w)[0 * 64], (p)[0 * 64]); \
56 op(sum, (w)[1 * 64], (p)[1 * 64]); \
57 op(sum, (w)[2 * 64], (p)[2 * 64]); \
58 op(sum, (w)[3 * 64], (p)[3 * 64]); \
59 op(sum, (w)[4 * 64], (p)[4 * 64]); \
60 op(sum, (w)[5 * 64], (p)[5 * 64]); \
61 op(sum, (w)[6 * 64], (p)[6 * 64]); \
62 op(sum, (w)[7 * 64], (p)[7 * 64]); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspool.h24 const char *const op,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_decr.c145 FILE *op; local
150 op = fopen(fname, "wb");
151 fwrite(p, 1, outlen, op);
152 fclose(op);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dregion.h199 bool Combine(wxCoord x, wxCoord y, wxCoord w, wxCoord h, wxRegionOp op);
200 bool Combine(const wxRect& rect, wxRegionOp op);
201 bool Combine(const wxRegion& region, wxRegionOp op) argument
202 { return DoCombine(region, op); }
207 virtual bool DoCombine(const wxRegion& region, wxRegionOp op) = 0;
288 wxRegionOp op)
290 return DoCombine(wxRegion(x, y, w, h), op);
293 inline bool wxRegionWithCombine::Combine(const wxRect& rect, wxRegionOp op) argument
295 return DoCombine(wxRegion(rect), op);
284 Combine(wxCoord x, wxCoord y, wxCoord w, wxCoord h, wxRegionOp op) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Ddisplay7seg.c173 static int __devinit d7s_probe(struct platform_device *op, argument
189 p->regs = of_ioremap(&op->resource[0], 0, sizeof(u8), "d7s");
219 op->dev.of_node->full_name,
221 op->resource[0].start,
224 dev_set_drvdata(&op->dev, p);
232 of_iounmap(&op->resource[0], p->regs, sizeof(u8));
239 static int __devexit d7s_remove(struct platform_device *op) argument
241 struct d7s *p = dev_get_drvdata(&op->dev);
254 of_iounmap(&op->resource[0], p->regs, sizeof(u8));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_decr.c129 FILE *op; local
134 op = fopen(fname, "wb");
135 fwrite (p, 1, outlen, op);
136 fclose(op);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-dis.c35 unsigned long op; local
51 op = PPC_OP (insn);
67 if (op < table_op)
69 if (op > table_op)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmulticalls.h52 * previous command's op must match. If it does, then it attempts to
60 struct multicall_space xen_mc_extend_args(unsigned long op, size_t arg_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dconstraint.h26 #define CEXPR_ATTR 4 /* attr op attr */
27 #define CEXPR_NAMES 5 /* attr op names */
48 u32 op; /* operator */ member in struct:constraint_expr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo2a_9x.c74 #define putbyte(x) *op++ = LZO_BYTE(x)
77 if (k == 0) bitp = op++; \
80 if (k > 0) bitp = op++; }
103 lzo_bytep op; local
123 op = out;
306 c->codesize = pd(op, out);
322 assert(op - bitp > 1);
330 c->codesize = pd(op, out);
332 *out_len = pd(op, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dmpegaudiodec_mmx.c42 #define SUM8(op, sum, w, p) \
44 op(sum, (w)[0 * 64], (p)[0 * 64]); \
45 op(sum, (w)[1 * 64], (p)[1 * 64]); \
46 op(sum, (w)[2 * 64], (p)[2 * 64]); \
47 op(sum, (w)[3 * 64], (p)[3 * 64]); \
48 op(sum, (w)[4 * 64], (p)[4 * 64]); \
49 op(sum, (w)[5 * 64], (p)[5 * 64]); \
50 op(sum, (w)[6 * 64], (p)[6 * 64]); \
51 op(sum, (w)[7 * 64], (p)[7 * 64]); \

Completed in 184 milliseconds

1234567891011>>