Searched defs:opcode (Results 1 - 25 of 200) sorted by path

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c3440 MMCOOpcode opcode= get_ue_golomb_31(gb); local
[all...]
H A Dh264.h234 MMCOOpcode opcode; member in struct:MMCO
H A Dinterplayvideo.c787 unsigned char opcode; local
H A Drpza.c78 unsigned char opcode; local
[all...]
H A Dsmc.c87 unsigned char opcode; local
[all...]
H A Dxan.c135 unsigned char opcode; local
280 unsigned char opcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c7090 u8 opcode; /* What operation to perform */ member in struct:VdbeOp
7140 u8 opcode; /* What operation to perform */ member in struct:VdbeOpList
47500 int opcode = pOp->opcode; local
47543 u8 opcode = pOp->opcode; local
60470 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c1020 Packet opcode; local
H A Dfloppyd_installtest.c252 Byte opcode = OP_CLOSE; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h350 __u32 opcode; member in struct:fuse_in_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c1102 static const char *opname(enum fuse_opcode opcode) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h463 int opcode; member in struct:nmb_packet::__anon1572
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnmblib.c29 int opcode; member in struct:opcode_names
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_packets.c858 reply_netbios_packet(struct packet_struct *orig_packet, int rcode, enum netbios_reply_type_code rcv_code, int opcode, int ttl, char *data,int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/wrepld/
H A Dprocess.c44 static void fill_header(GENERIC_PACKET *g, int opcode, int ctx, int mess) argument
H A Dwins_repl.h79 int opcode; member in struct:_generic_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp81 void _feedback_intercept_c(DB_ENV *dbenv, int opcode, int pct) argument
145 void DbEnv::_feedback_intercept(DB_ENV *dbenv, int opcode, int pct) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_auto.h10 u_int32_t opcode; member in struct:___db_addrem_args
25 u_int32_t opcode; member in struct:___db_big_args
52 u_int32_t opcode; member in struct:___db_relink_42_args
H A Ddbreg_auto.h10 u_int32_t opcode; member in struct:___dbreg_register_args
H A Dhash_auto.h10 u_int32_t opcode; member in struct:___ham_insdel_args
24 u_int32_t opcode; member in struct:___ham_newpage_args
40 u_int32_t opcode; member in struct:___ham_splitdata_args
H A Dqam_auto.h20 u_int32_t opcode; member in struct:___qam_mvptr_args
H A Dtxn_auto.h10 u_int32_t opcode; member in struct:___txn_regop_42_args
20 u_int32_t opcode; member in struct:___txn_regop_args
63 u_int32_t opcode; member in struct:___txn_xa_regop_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_rec.c78 u_int32_t opcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java120 void visitInsn(int opcode); argument
138 visitIntInsn(int opcode, int operand) argument
150 visitVarInsn(int opcode, int var) argument
162 visitTypeInsn(int opcode, String desc) argument
175 visitFieldInsn(int opcode, String owner, String name, String desc) argument
189 visitMethodInsn(int opcode, String owner, String name, String desc) argument
203 visitJumpInsn(int opcode, Label label) argument
[all...]
H A DMethodWriter.java621 public void visitInsn(final int opcode) { argument
643 public void visitIntInsn(final int opcode, fina argument
661 visitVarInsn(final int opcode, final int var) argument
708 visitTypeInsn(final int opcode, final String desc) argument
722 visitFieldInsn( final int opcode, final String owner, final String name, final String desc) argument
757 visitMethodInsn( final int opcode, final String owner, final String name, final String desc) argument
808 visitJumpInsn(final int opcode, final Label label) argument
[all...]

Completed in 593 milliseconds

12345678