Searched refs:op (Results 1 - 25 of 1225) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dpswalk.c3 * Module Name: pswalk - Parser routines to walk parsed op tree(s)
64 union acpi_parse_object *op = subtree_root; local
72 while (op) {
76 if (op != parent) {
78 /* Look for an argument or child of the current op */
80 next = acpi_ps_get_arg(op, 0);
85 op = next;
92 next = op->common.next;
93 parent = op->common.parent;
95 acpi_ps_free_op(op);
[all...]
H A Dpsutils.c60 * DESCRIPTION: Create a Scope and associated namepath op with the root name
89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) argument
93 op->common.descriptor_type = ACPI_DESC_TYPE_PARSER;
94 op->common.aml_opcode = opcode;
96 ACPI_DISASM_ONLY_MEMBERS(ACPI_STRNCPY(op->common.aml_op_name,
99 sizeof(op->common.aml_op_name)));
110 * DESCRIPTION: Allocate an acpi_op, choose op type (and thus size) based on
118 union acpi_parse_object *op; local
140 /* The generic op (default) is by far the most common (16 to 1) */
142 op
172 acpi_ps_free_op(union acpi_parse_object *op) argument
216 acpi_ps_get_name(union acpi_parse_object * op) argument
234 acpi_ps_set_name(union acpi_parse_object *op, u32 name) argument
[all...]
H A Dpstree.c3 * Module Name: pstree - Parser op tree manipulation/traversal/search
54 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op);
61 * PARAMETERS: Op - Get an argument for this op
66 * DESCRIPTION: Get the specified op's argument.
70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) argument
79 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
98 arg = op->common.value.arg;
116 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK)
121 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) argument
128 if (!op) {
195 acpi_ps_get_depth_next(union acpi_parse_object *origin, union acpi_parse_object *op) argument
266 acpi_ps_get_child(union acpi_parse_object *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A Dopcode.c39 void kmemcheck_opcode_decode(const uint8_t *op, unsigned int *size) argument
45 for (; opcode_is_prefix(*op); ++op) {
46 if (*op == 0x66)
51 if (opcode_is_rex_prefix(*op)) {
52 uint8_t rex = *op;
54 ++op;
56 switch (*op) {
61 ++op;
63 switch (*op) {
98 kmemcheck_opcode_get_primary(const uint8_t *op) argument
[all...]
H A Dopcode.h6 void kmemcheck_opcode_decode(const uint8_t *op, unsigned int *size);
7 const uint8_t *kmemcheck_opcode_get_primary(const uint8_t *op);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dbpf_image.c60 const char *fmt, *op; local
68 op = "unimp";
74 op = "ret";
79 op = "ret";
84 op = "ld";
89 op = "ldh";
94 op = "ldb";
99 op = "ld";
104 op = "ld";
109 op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dint_sqrt.c13 unsigned long op, res, one; local
15 op = x;
19 while (one > op)
23 if (op >= res + one) {
24 op = op - (res + one);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dkgdb.c19 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900)
20 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00)
21 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \
22 (((op) & 0x7f ) << 1))
23 #define OPCODE_BFS(op) (((op)
48 insn_size_t op = __raw_readw(linux_regs->pc); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c166 struct bcm_op *op; local
175 list_for_each_entry(op, &bo->rx_ops, list) {
180 if (!op->frames_abs)
184 op->can_id, bcm_proc_getifname(ifname, op->ifindex));
185 seq_printf(m, "[%u]%c ", op->nframes,
186 (op->flags & RX_CHECK_DLC)?'d':' ');
187 if (op->kt_ival1.tv64)
190 ktime_to_us(op->kt_ival1));
192 if (op
244 bcm_can_tx(struct bcm_op *op) argument
286 bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, struct can_frame *frames, int has_timestamp) argument
348 struct bcm_op *op = (struct bcm_op *)data; local
394 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); local
404 bcm_rx_changed(struct bcm_op *op, struct can_frame *data) argument
434 bcm_rx_update_and_send(struct bcm_op *op, struct can_frame *lastdata, const struct can_frame *rxdata) argument
478 bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, const struct can_frame *rxdata) argument
514 bcm_rx_starttimer(struct bcm_op *op) argument
525 struct bcm_op *op = (struct bcm_op *)data; local
545 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); local
564 bcm_rx_do_flush(struct bcm_op *op, int update, unsigned int index) argument
581 bcm_rx_thr_flush(struct bcm_op *op, int update) argument
602 struct bcm_op *op = (struct bcm_op *)data; local
614 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); local
633 struct bcm_op *op = (struct bcm_op *)data; local
696 struct bcm_op *op; local
706 bcm_remove_op(struct bcm_op *op) argument
726 bcm_rx_unreg(struct net_device *dev, struct bcm_op *op) argument
744 struct bcm_op *op, *n; local
789 struct bcm_op *op, *n; local
808 struct bcm_op *op = bcm_find_op(ops, msg_head->can_id, ifindex); local
832 struct bcm_op *op; local
994 struct bcm_op *op; local
1352 struct bcm_op *op; local
1428 struct bcm_op *op, *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A DMakefile6 op-msg.o \
7 op-reset.o \
8 op-rfkill.o \
9 op-state-get.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dmspec.h26 #define FETCHOP_LOAD_OP(addr, op) ( \
27 *(volatile long *)((char*) (addr) + (op)))
29 #define FETCHOP_STORE_OP(addr, op, x) ( \
30 *(volatile long *)((char*) (addr) + (op)) = (long) (x))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Doperation.c25 * @op: The operation to enqueue
31 void fscache_enqueue_operation(struct fscache_operation *op) argument
34 op->object->debug_id, op->debug_id, atomic_read(&op->usage));
36 fscache_set_op_state(op, "EnQ");
38 ASSERT(list_empty(&op->pend_link));
39 ASSERT(op->processor != NULL);
40 ASSERTCMP(op->object->state, >=, FSCACHE_OBJECT_AVAILABLE);
41 ASSERTCMP(atomic_read(&op
66 fscache_run_op(struct fscache_object *object, struct fscache_operation *op) argument
84 fscache_submit_exclusive_op(struct fscache_object *object, struct fscache_operation *op) argument
141 fscache_report_unexpected_submission(struct fscache_object *object, struct fscache_operation *op, unsigned long ostate) argument
186 fscache_submit_op(struct fscache_object *object, struct fscache_operation *op) argument
266 struct fscache_operation *op; local
294 fscache_cancel_op(struct fscache_operation *op) argument
325 fscache_put_operation(struct fscache_operation *op) argument
399 struct fscache_operation *op; local
459 struct fscache_operation *op = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/lzo/
H A Dlzo1x_compress.c30 unsigned char *op = out; local
83 op[-2] |= t;
85 *op++ = (t - 3);
89 *op++ = 0;
92 *op++ = 0;
94 *op++ = tt;
97 *op++ = *ii++;
110 *op++ = (((m_len - 1) << 5)
112 *op++ = (m_off >> 3);
115 *op
180 unsigned char *op = out; local
[all...]
H A Dlzo1x_decompress.c24 #define HAVE_OP(x, op_end, op) ((size_t)(op_end - op) < (x))
25 #define HAVE_LB(m_pos, out, op) (m_pos < out || m_pos >= op)
36 unsigned char *op = out; local
45 if (HAVE_OP(t, op_end, op))
50 *op++ = *ip++;
70 if (HAVE_OP(t + 3, op_end, op))
75 COPY4(op, ip);
76 op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-pascal-18 tmpfiles="$tmpfiles f-op-1.data"
9 cat <<\EOF > f-op-1.data
97 tmpfiles="$tmpfiles f-op-1-$n.in f-op-1-$n.po"
98 echo "x.y=${string}" | sed -e "s/\"/'/g" > f-op-1-$n.in
99 ${XGETTEXT} -L RST -o f-op-1-$n.po f-op-1-$n.in || exit 1
100 test -f f-op-1-$n.po || exit 1
103 if grep object-pascal-format f-op-1-$n.po > /dev/null; then
109 if grep object-pascal-format f-op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(this.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(this.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(this.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(this.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(this.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(this.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinffast.c110 unsigned op; /* code bits, operation, extra bits, or */ local
148 op = (unsigned)(this.bits);
149 hold >>= op; local
150 bits -= op;
151 op = (unsigned)(this.op);
152 if (op == 0) { /* literal */
155 else if (op & 16) { /* length base */
157 op &= 15; /* number of extra bits */
158 if (op) {
164 hold >>= op; local
176 hold >>= op; local
198 hold >>= op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1x_d3.c53 # define DICT_MEMMOVE(op,m_pos,m_len,m_off) \
55 FAST_MEMCPY(op,m_pos,m_len) \
57 SLOW_MEMCPY(op,m_pos,m_len)
59 # define DICT_MEMMOVE(op,m_pos,m_len,m_off) \
60 SLOW_MEMCPY(op,m_pos,m_len)
71 m_off -= pd(op, out); assert(m_off > 0); \
77 FAST_MEMCPY(op,m_pos,m_off) \
79 SLOW_MEMCPY(op,m_pos,m_len) \
82 FAST_MEMCPY(op,m_pos,m_len) \
86 assert(m_len >= 2); assert(m_off > 0); assert(op > ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtinytest_macros.h72 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno))
78 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno))
147 /* Helper: assert that a op b, when cast to type. Format the values with
149 #define tt_assert_op_type(a,op,b,type,fmt) \
150 tt_assert_test_type(a,b,#a" "#op" "#b,type,(_val1 op _val2),fmt, \
153 #define tt_int_op(a,op,b) \
154 tt_assert_test_type(a,b,#a" "#op" "#
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dplock.c64 static void send_op(struct plock_op *op) argument
66 set_version(&op->info);
67 INIT_LIST_HEAD(&op->list);
69 list_add_tail(&op->list, &send_list);
78 struct plock_op *op; local
92 op = &xop->xop;
93 op->info.optype = DLM_PLOCK_OP_LOCK;
94 op->info.pid = fl->fl_pid;
95 op->info.ex = (fl->fl_type == F_WRLCK);
96 op
148 dlm_plock_callback(struct plock_op *op) argument
207 struct plock_op *op; local
262 struct plock_op *op; local
328 struct plock_op *op = NULL; local
355 struct plock_op *op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dquery.c42 "field[op]value\tDisplay fields by value (=, !=, <, <=, >, >=, ~, !~)" },
119 char *field, *op, *value; local
122 * We expect to see "field [op] value" -- figure it out.
134 op = field + len;
137 switch (op[0]) {
140 value = op + 1;
143 if (op[1] == '=') {
145 value = op + 2;
148 if (op[1] == '~') {
150 value = op
[all...]

Completed in 290 milliseconds

1234567891011>>