Searched defs:op (Results 76 - 100 of 1255) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/mips64/
H A Dround.c5 int directedRoundingMode(flt_dir_op_t op) { argument
11 switch(op) {
14 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
19 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
24 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
29 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
34 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
39 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
44 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
49 printf("%s %d %lf\n", flt_dir_op_names[op], fd_
176 flt_dir_op_t op; local
[all...]
/external/zlib/src/contrib/infback9/
H A Dinftree9.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
25 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon34340
30 /* op values as set by inflate_table():
/external/zlib/src/
H A Dinftrees.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
25 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon34356
30 /* op values as set by inflate_table():
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation_unittest.cc72 void CheckPublicKeyLoaded(SessionManagerOperation* op) { argument
73 ASSERT_TRUE(op->public_key().get());
74 ASSERT_TRUE(op->public_key()->is_loaded());
77 EXPECT_EQ(public_key, op->public_key()->data());
99 LoadSettingsOperation op(
105 &op, DeviceSettingsService::STORE_KEY_UNAVAILABLE));
106 op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
110 EXPECT_FALSE(op.policy_data().get());
111 EXPECT_FALSE(op.device_settings().get());
112 ASSERT_TRUE(op
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Denterprise_platform_keys_natives.cc23 blink::WebCryptoOperation* op) {
25 *op = blink::WebCryptoOperationGenerateKey;
29 *op = blink::WebCryptoOperationSign;
33 *op = blink::WebCryptoOperationVerify;
22 StringToWebCryptoOperation(const std::string& str, blink::WebCryptoOperation* op) argument
/external/chromium_org/components/component_updater/test/
H A Dcomponent_patcher_unittest.cc86 command_args->SetString("op", "create");
90 scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCreate(); local
91 op->Run(command_args.get(),
116 command_args->SetString("op", "copy");
120 scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCopy(); local
121 op->Run(command_args.get(),
149 command_args->SetString("op", "courgette");
154 scoped_refptr<DeltaUpdateOp> op = local
156 op->Run(command_args.get(),
184 command_args->SetString("op", "courgett
189 scoped_refptr<DeltaUpdateOp> op = local
[all...]
/external/chromium_org/courgette/
H A Dtypedrva_unittest.cc16 uint32 op,
21 uint32 op,
43 uint32 op,
47 uint8* op_pointer = reinterpret_cast<uint8*>(&op);
57 uint32 op,
61 EXPECT_TRUE(courgette::DisassemblerElf32ARM::Compress(arm_rva, op, rva,
68 EXPECT_EQ(new_op, op);
116 // branch op that jumps backwards.
41 TestRelativeTargetARM(courgette::ARM_RVA arm_rva, courgette::RVA rva, uint32 op, courgette::RVA expected) const argument
55 TestARMOPEncode(courgette::ARM_RVA arm_rva, courgette::RVA rva, uint32 op, courgette::RVA expected) const argument
/external/chromium_org/mojo/services/public/cpp/network/
H A Dweb_socket_read_queue.cc25 Operation* op = new Operation; local
26 op->num_bytes_ = num_bytes;
27 op->callback_ = callback;
28 queue_.push_back(op);
35 Operation* op = queue_[0]; local
37 uint32_t bytes_read = op->num_bytes_;
46 // Ensure |op| is deleted, whether or not |this| goes away.
47 scoped_ptr<Operation> op_deleter(op);
52 op->callback_.Run(static_cast<const char*>(buffer)); // may delete |this|
H A Dweb_socket_write_queue.cc31 Operation* op = new Operation; local
32 op->num_bytes_ = num_bytes;
33 op->callback_ = callback;
34 op->data_ = data;
35 queue_.push_back(op);
44 op->data_copy_.resize(num_bytes);
45 memcpy(&op->data_copy_[0], data, num_bytes);
46 op->data_ = &op->data_copy_[0];
51 Operation* op local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.cpp110 const TransformOperation* op = ops.at(i); local
113 op->apply(matrix, FloatSize(1.0, 1.0));
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd132 op = newarrayobject(Py_TYPE(template), length, template.ob_descr) variable
133 if zero and op is not None:
134 memset(op.data.as_chars, 0, length * op.ob_descr.itemsize)
135 return op
139 op = newarrayobject(Py_TYPE(self), Py_SIZE(self), self.ob_descr) variable
140 memcpy(op.data.as_chars, self.data.as_chars, Py_SIZE(op) * op.ob_descr.itemsize)
141 return op
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddct.c19 short *op = output; local
28 op[0] = a1 + b1;
29 op[2] = a1 - b1;
31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12;
32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12;
35 op += 4;
39 op = output;
47 op[0] = ( a1 + b1 + 7)>>4;
48 op[8] = ( a1 - b1 + 7)>>4;
50 op[
70 short *op = output; local
[all...]
/external/chromium_org/third_party/mach_override/libudis86/
H A Dsyn.c146 ud_syn_print_imm(struct ud* u, const struct ud_operand *op) argument
149 if (op->_oprcode == OP_sI && op->size != u->opr_mode) {
150 if (op->size == 8) {
151 v = (int64_t)op->lval.sbyte;
153 UD_ASSERT(op->size == 32);
154 v = (int64_t)op->lval.sdword;
160 switch (op->size) {
161 case 8 : v = op->lval.ubyte; break;
162 case 16: v = op
173 ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *op, int sign) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c134 static void r300_vs_op_dump(uint32_t op) argument
136 fprintf(stderr, " dst: %d%s op: ",
137 (op >> 13) & 0x7f, r300_vs_dst_debug[(op >> 8) & 0x7]);
138 if ((op >> PVS_DST_PRED_ENABLE_SHIFT) & 0x1) {
140 (op >> PVS_DST_PRED_SENSE_SHIFT) & 0x1);
142 if (op & 0x80) {
143 if (op & 0x1) {
148 } else if (op & 0x40) {
149 fprintf(stderr, "%s\n", r300_vs_me_ops[op
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h130 nvgl_comparison_op(unsigned op) argument
132 switch (op) {
170 nvgl_stencil_op(unsigned op) argument
172 switch (op) {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp111 void showOp(const SkPathOp op) { argument
112 switch (op) {
114 SkDebugf("op difference\n");
117 SkDebugf("op intersect\n");
120 SkDebugf("op union\n");
123 SkDebugf("op xor\n");
126 SkDebugf("op reverse difference\n");
493 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp);
506 scaledRgnOut.op(scaledRgnA, scaledRgnB, (SkRegion::Op) shapeOp);
556 SkFILEStream inFile("../../experimental/Intersection/op
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c37 int op, mx, cur, resetFlag, rc; local
39 op = sqlite3_value_int(argv[0]);
45 int op; member in struct:__anon15524
58 op = aOp[i].op;
77 rc = sqlite3_status(op, &cur, &mx, resetFlag);
79 char *zMsg = sqlite3_mprintf("sqlite3_status(%d,...) returns %d", op, rc);
/external/chromium_org/v8/src/compiler/
H A Dgraph-replay.cc28 PrintReplayOpCreator(node->op());
29 PrintF(" Node* n%d = graph.NewNode(op", node->id());
43 void GraphReplayPrinter::PrintReplayOpCreator(const Operator* op) { argument
44 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode());
50 PrintF(" op = %s.%s(", builder, mnemonic);
63 PrintF("%d", op->InputCount());
66 PrintF("%d", OperatorProperties::GetEffectInputCount(op));
70 PrintF("%d", OperatorProperties::GetControlInputCount(op));
H A Djs-context-specialization.cc84 const Operator* op = jsgraph_->javascript()->LoadContext( local
86 node->set_op(op);
131 const Operator* op = jsgraph_->javascript()->StoreContext(0, access.index()); local
132 node->set_op(op);
H A Dsimplified-operator-reducer.cc105 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op, argument
107 node->set_op(op);
H A Dsimplified-operator-unittest.cc92 const Operator* op = (simplified.*pop.constructor)(); local
94 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetValueInputCount(op));
95 EXPECT_EQ(0, OperatorProperties::GetEffectInputCount(op));
96 EXPECT_EQ(0, OperatorProperties::GetControlInputCount(op));
97 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op));
99 EXPECT_EQ(1, OperatorProperties::GetValueOutputCount(op));
100 EXPECT_EQ(0, OperatorProperties::GetEffectOutputCount(op));
101 EXPECT_EQ(0, OperatorProperties::GetControlOutputCount(op));
108 const Operator* op = (simplified.*pop.constructor)(); local
109 EXPECT_EQ(pop.opcode, op
116 const Operator* op = (simplified.*pop.constructor)(); local
179 const Operator* op = simplified.LoadElement(access); local
199 const Operator* op = simplified.StoreElement(access); local
[all...]
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc132 const int op = OpcodeFieldRaw(); local
133 switch (op) {
172 const int op = OpcodeFieldRaw(); local
173 switch (op) {
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc132 const int op = OpcodeFieldRaw(); local
133 switch (op) {
172 const int op = OpcodeFieldRaw(); local
173 switch (op) {
/external/chromium_org/v8/test/cctest/
H A Dtest-javascript-arm64.cc128 char const * op,
138 lhs, rhs, op);
144 char const * op,
155 lhs, rhs, op);
161 char const * op,
167 if_comparison_testcontext_helper(op, "1", "3", expect_when_lt);
168 if_comparison_testcontext_helper(op, "5", "5", expect_when_eq);
169 if_comparison_testcontext_helper(op, "9", "7", expect_when_gt);
171 if_comparison_effectcontext_helper(op, "1", "3", expect_when_lt);
172 if_comparison_effectcontext_helper(op, "
127 if_comparison_testcontext_helper( char const * op, char const * lhs, char const * rhs, int expect) argument
143 if_comparison_effectcontext_helper( char const * op, char const * lhs, char const * rhs, int expect) argument
160 if_comparison_helper( char const * op, int expect_when_lt, int expect_when_eq, int expect_when_gt) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dehandler.c115 const char *ehandler_operation(const char *op) argument
119 operation = op;

Completed in 822 milliseconds

1234567891011>>