Searched defs:op_value (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_operand.c41 unsigned int op_value, unsigned char modrm,
196 op_value + gen_regs );
202 op_value + REG_SEG_OFFSET );
208 op_value + REG_FPU_OFFSET );
214 op_value + REG_TEST_OFFSET );
218 op->data.dword = op_value;
38 decode_operand_value( unsigned char *buf, size_t buf_len, x86_op_t *op, x86_insn_t *insn, unsigned int addr_meth, size_t op_size, unsigned int op_value, unsigned char modrm, size_t gen_regs ) argument
/external/syslinux/com32/lua/src/
H A Ddhcp.c105 static char op_value[255]; local
113 sprintf(op_value, "%u.%u.%u.%u", value[0], value[1], value[2], value[3]);
114 lua_pushstring(L, op_value);
120 sprintf(op_value, "%u.%u.%u.%u", value[0+(done*4)], value[1+(done*4)], value[2+(done*4)], value[3+(done*4)]);
121 lua_pushstring(L, op_value);

Completed in 164 milliseconds