Searched refs:op (Results 201 - 225 of 671) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddc.c118 struct op { struct
123 static const struct op operators[] = {
152 const struct op *o = operators;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h605 static inline void cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
607 *eax = op;
613 static inline void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, argument
616 *eax = op;
624 static inline unsigned int cpuid_eax(unsigned int op) argument
628 cpuid(op, &eax, &ebx, &ecx, &edx);
631 static inline unsigned int cpuid_ebx(unsigned int op) argument
635 cpuid(op, &eax, &ebx, &ecx, &edx);
638 static inline unsigned int cpuid_ecx(unsigned int op) argument
642 cpuid(op,
645 cpuid_edx(unsigned int op) argument
[all...]
H A Dparavirt.h328 #define __PVOP_CALL(rettype, op, pre, post, ...) \
338 : paravirt_type(op), \
349 : paravirt_type(op), \
357 #define __PVOP_VCALL(op, pre, post, ...) \
364 : paravirt_type(op), \
370 #define PVOP_CALL0(rettype, op) \
371 __PVOP_CALL(rettype, op, "", "")
372 #define PVOP_VCALL0(op) \
373 __PVOP_VCALL(op, "", "")
375 #define PVOP_CALL1(rettype, op, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c46 ogg_packet op; /* one raw packet of data for decode */ local
218 while(vorbis_bitrate_flushpacket(&vd,&op)){
221 ogg_stream_packetin(&os,&op);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dinfo.c350 int vorbis_synthesis_idheader(ogg_packet *op){ argument
354 if(op){
355 oggpack_readinit(&opb,op->packet,op->bytes);
357 if(!op->b_o_s)
379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ argument
382 if(op){
383 oggpack_readinit(&opb,op->packet,op->bytes);
398 if(!op
547 vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op) argument
567 vorbis_analysis_headerout(vorbis_dsp_state *v, vorbis_comment *vc, ogg_packet *op, ogg_packet *op_comm, ogg_packet *op_code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h142 #define FILE_MANAGER_ERR(dbenv, mgr, name, op, ret) do { \
146 __db_syserr(dbenv, __ret, "%s", op); \
148 __db_syserr(dbenv, __ret, "%s: %s", name, op); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd007.tcl121 foreach op { dbremove dbrename dbtruncate } {
126 $save_opts $testfile $cmd $msg $op
131 $opts $testfile $cmd $msg $op
296 # Run recovery here. Should be a no-op. Verify that
373 proc file_recover_delete { dir env_cmd method opts dbfile cmd msg op } {
379 puts "\t$msg $op ($opts) with a database"
381 0 $cmd $msg $op
386 puts "\t$msg $op ($opts) with a database and subdb"
388 1 $cmd $msg $op
389 puts "\t$msg $op (
[all...]
H A Dtest085.tcl111 set op [lindex $pair 0]
112 puts "\tTest$tnum: Get ($op) with $ndups duplicates,\
152 set dbt [eval $dbc get $op $gargs]
154 [string compare $op -current] == 0 } {
155 error_check_good dbt($op,$ndups) \
158 error_check_good dbt($op,$ndups) $dbt \
187 set op [lindex $pair 0]
188 puts "\tTest$tnum: Put ($op) with $ndups duplicates,\
245 error_check_good dbc_put($op,$ndups) \
246 [eval $dbc put $op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c230 struct sn_hwperf_object_info *op; local
258 for (i=0, op=objbuf; i < nobj; i++, op++) {
259 if (!SN_HWPERF_IS_NODE(op) && !SN_HWPERF_IS_IONODE(op))
261 if (node == sn_hwperf_obj_to_cnode(op)) {
262 nodeobj = op;
272 sz = op->ports * sizeof(struct sn_hwperf_port_info);
284 for (router=NULL, j=0; j < op->ports; j++) {
344 for (i=0, op
583 u64 op; member in struct:sn_hwperf_op_info
686 sn_hwperf_ioctl(struct inode *in, struct file *fp, u32 op, u64 arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound_fm.h42 unsigned char op; /* operator cell (0 or 1) */ member in struct:snd_dm_fm_voice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A Dogg.h158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
177 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
178 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
201 extern void ogg_packet_clear(ogg_packet *op);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dprocess_kern.c257 current->thread.request.op = OP_FORK;
273 current->thread.request.op = OP_REBOOT;
280 current->thread.request.op = OP_HALT;
305 current->thread.request.op = OP_CB;
319 int op, pid; local
323 op = thread->request.op;
324 switch(op){
344 tracer_panic("Bad op in do_proc_op");
347 thread->request.op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dvolinfo.c215 const vol_opt_name_t *op; local
222 op = options;
223 for (;op->name; op++) {
224 if ( !strcmp(op->name, q )) {
225 *flags |= op->option;
483 const vol_opt_name_t *op = &vol_opt_names[0]; local
553 for (;op->name; op++) {
554 if ( (vol->v_flags & op
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/pl/
H A DBC-16.pl13 { $op="-v "; }
14 else { $op="-O "; }
16 $cflags="-d -ml $op -DL_ENDIAN";
H A DVC-16.pl21 $op="/Od /Zi /Zd";
25 $op="/G2 /f- /Ocgnotb2";
30 $cflags="/ALw /Gx- /Gt256 /Gf $op /W3 /WX -DL_ENDIAN /nologo";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68360/
H A Dconfig.c108 int BSP_hwclk(int op, struct rtc_time *t) argument
110 if (!op) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/arc/
H A Dfile.c60 ArcMount(char *name, enum linux_mountops op) argument
62 return ARC_CALL2(mount, name, op);
H A Dtree.c104 traverse(pcomponent *p, int op) argument
109 if(ArcGetPeer(p) && op)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Daudit.h71 u32 op; member in struct:audit_field
109 extern int audit_comparator(const u32 left, const u32 op, const u32 right);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dfutex.h35 int op = (encoded_op >> 28) & 7; local
48 switch (op) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfutex.h34 int op = (encoded_op >> 28) & 7; local
50 switch (op) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dpgtable.h58 #define PTE_BIT_FUNC(fn, op) \
59 static inline pte_t pte_##fn(pte_t _pte) { _pte.pte op; return _pte; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dfutex.h51 int op = (encoded_op >> 28) & 7; local
64 switch (op) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dfutex.h47 int op = (encoded_op >> 28) & 7; local
60 switch (op) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-lisp.c901 free_object (struct object *op) argument
903 if (op->type == t_symbol || op->type == t_string)
905 free_token (op->token);
906 free (op->token);
912 string_of_object (const struct object *op) argument
919 if (!(op->type == t_symbol || op->type == t_string))
921 n = op->token->charcount;
924 for (p = op
935 read_object(struct object *op, flag_context_ty outer_context) argument
[all...]

Completed in 246 milliseconds

1234567891011>>