Searched defs:op (Results 126 - 150 of 1167) sorted by relevance

1234567891011>>

/external/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop05.c77 short op; member in struct:test_case_t
126 s_buf.sem_op = TC[i].op;
240 s_buf.sem_op = TC[i].op;
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp205 operation op;
286 opInfo[i].op = (operation)i;
315 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
317 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
319 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
323 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_IMMEDIATE;
325 opInfo[prop->op].immdBits = 0xffffffff;
328 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
397 return (!i->asTex() && i->op !
458 isOpSupported(operation op, DataType ty) const argument
526 isPostMultiplySupported(operation op, float f, int& e) const argument
[all...]
/external/mesa3d/src/glsl/
H A Dlower_vector.cpp67 ir_rvalue *op = ir->operands[i]; local
69 while (op != NULL) {
70 switch (op->ir_type) {
72 const ir_constant *const c = op->as_constant();
77 op = NULL;
82 ir_dereference_variable *const d = (ir_dereference_variable *) op;
88 op = NULL;
93 ir_expression *const ex = (ir_expression *) op;
98 op = ex->operands[0];
103 op
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp158 unsigned int level, unsigned int layer, gen6_hiz_op op)
160 brw_hiz_op_params params(mt, level, layer, op);
186 gen6_hiz_op op)
188 this->hiz_op = op;
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
183 brw_hiz_op_params(struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
/external/mesa3d/src/mesa/main/
H A Dstencil.c59 validate_stencil_op(struct gl_context *ctx, GLenum op) argument
61 switch (op) {
/external/parameter-framework/asio/include/asio/detail/
H A Dreactor_op_queue.hpp57 bool enqueue_operation(Descriptor descriptor, reactor_op* op) argument
61 entry.first->second.push(op);
76 while (reactor_op* op = i->second.front())
78 op->ec_ = ec;
80 ops.push(op);
119 while (reactor_op* op = i->second.front())
121 if (op->perform())
124 ops.push(op);
H A Dresolver_service.hpp73 typedef resolve_op<Protocol, Handler> op; typedef
74 typename op::ptr p = { asio::detail::addressof(handler),
76 sizeof(op), handler), 0 };
77 p.p = new (p.v) op(impl, query, io_service_impl_, handler);
105 typedef resolve_endpoint_op<Protocol, Handler> op; typedef
106 typename op::ptr p = { asio::detail::addressof(handler),
108 sizeof(op), handler), 0 };
109 p.p = new (p.v) op(impl, endpoint, io_service_impl_, handler);
H A Dselect_reactor.hpp75 per_descriptor_data& descriptor_data, reactor_op* op);
78 void post_immediate_completion(reactor_op* op, bool is_continuation) argument
80 io_service_.post_immediate_completion(op, is_continuation);
86 per_descriptor_data&, reactor_op* op, bool is_continuation, bool);
120 typename timer_queue<Time_Traits>::per_timer_data& timer, wait_op* op);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactor_op_queue.hpp57 bool enqueue_operation(Descriptor descriptor, reactor_op* op) argument
61 entry.first->second.push(op);
76 while (reactor_op* op = i->second.front())
78 op->ec_ = ec;
80 ops.push(op);
119 while (reactor_op* op = i->second.front())
121 if (op->perform())
124 ops.push(op);
H A Dresolver_service.hpp73 typedef resolve_op<Protocol, Handler> op; typedef
74 typename op::ptr p = { asio::detail::addressof(handler),
76 sizeof(op), handler), 0 };
77 p.p = new (p.v) op(impl, query, io_service_impl_, handler);
105 typedef resolve_endpoint_op<Protocol, Handler> op; typedef
106 typename op::ptr p = { asio::detail::addressof(handler),
108 sizeof(op), handler), 0 };
109 p.p = new (p.v) op(impl, endpoint, io_service_impl_, handler);
H A Dselect_reactor.hpp75 per_descriptor_data& descriptor_data, reactor_op* op);
78 void post_immediate_completion(reactor_op* op, bool is_continuation) argument
80 io_service_.post_immediate_completion(op, is_continuation);
86 per_descriptor_data&, reactor_op* op, bool is_continuation, bool);
120 typename timer_queue<Time_Traits>::per_timer_data& timer, wait_op* op);
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_64.c122 (!(op & SLJIT_I32_OP) ? a : b)
126 if (op & SLJIT_SET_E) \
132 if (op & SLJIT_SET_E) \
141 SLJIT_ASSERT(!(op & SLJIT_I32_OP)); \
146 ins = (op & SLJIT_I32_OP) ? op_imm : op_dimm; \
147 if (op & SLJIT_SET_E) \
153 ins = (op & SLJIT_I32_OP) ? op_v : op_dv; \
154 if (op & SLJIT_SET_E) \
160 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, argument
165 switch (GET_OPCODE(op)) {
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_next.c35 #define SETPIXEL(op, v) { \
37 case 0: op[0] = (unsigned char) ((v) << 6); break; \
38 case 1: op[0] |= (v) << 4; break; \
39 case 2: op[0] |= (v) << 2; break; \
40 case 3: *op++ |= (v); op_offset++; break; \
52 unsigned char *bp, *op; local
63 for (op = (unsigned char*) buf, cc = occ; cc-- > 0;)
64 *op++ = 0xff;
117 op = row;
127 SETPIXEL(op, gre
[all...]
H A Dtif_packbits.c68 uint8* op; local
76 op = tif->tif_rawcp;
88 if (op + 2 >= ep) { /* insure space for new data */
96 slop = (long)(op - lastliteral);
100 op = tif->tif_rawcp;
102 *op++ = *lastliteral++;
105 tif->tif_rawcc += (tmsize_t)(op - tif->tif_rawcp);
108 op = tif->tif_rawcp;
116 *op++ = (uint8) -127;
117 *op
213 PackBitsDecode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) argument
[all...]
/external/pdfium/third_party/zlib_v128/
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...]
/external/protobuf/src/google/protobuf/
H A Dwire_format.h241 static void VerifyUTF8String(const char* data, int size, Operation op);
246 Operation op,
313 WireFormat::Operation op) {
316 data, size, static_cast<WireFormatLite::Operation>(op), NULL);
319 (void)data; (void)size; (void)op;
324 const char* data, int size, WireFormat::Operation op,
328 data, size, static_cast<WireFormatLite::Operation>(op), field_name);
331 (void)data; (void)size; (void)op; (void)field_name;
312 VerifyUTF8String(const char* data, int size, WireFormat::Operation op) argument
323 VerifyUTF8StringNamedField( const char* data, int size, WireFormat::Operation op, const char* field_name) argument
/external/regex-re2/re2/
H A Dprefilter.h31 explicit Prefilter(Op op);
34 Op op() { return op_; } function in class:re2::Prefilter
69 static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
/external/skia/samplecode/
H A DSampleAAClip.cpp14 static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op, argument
19 c2.op(c0, c1, op);
28 SkRegion::Op op; member in struct:__anon16886
38 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
97 aaclip3.op(aaclip, aaclip2, SkRegion::kIntersect_Op);
/external/skia/src/core/
H A DSkClipStackDevice.cpp30 void SkClipStackDevice::onClipRect(const SkRect& rect, SkClipOp op, bool aa) { argument
31 fClipStack.clipRect(rect, this->ctm(), op, aa);
34 void SkClipStackDevice::onClipRRect(const SkRRect& rrect, SkClipOp op, bool aa) { argument
35 fClipStack.clipRRect(rrect, this->ctm(), op, aa);
38 void SkClipStackDevice::onClipPath(const SkPath& path, SkClipOp op, bool aa) { argument
39 fClipStack.clipPath(path, this->ctm(), op, aa);
42 void SkClipStackDevice::onClipRegion(const SkRegion& rgn, SkClipOp op) { argument
51 fClipStack.clipDevRect(ptr->getBounds(), op);
H A DSkMiniRecorder.cpp33 SkMiniPicture(SkRect cull, T* op) : fCull(cull) { argument
34 memcpy(&fOp, op, sizeof(fOp)); // We take ownership of op's guts.
113 Type* op = reinterpret_cast<Type*>(fBuffer.get()); \
114 SkRecords::Draw(canvas, nullptr, nullptr, 0, nullptr)(*op); \
115 op->~Type(); \
H A DSkPictureCommon.h11 // SkTextHunter -- SkRecord visitor that returns true when the op draws text.
12 // SkBitmapHunter -- SkRecord visitor that returns true when the op draws a bitmap or image.
26 // If the op is a DrawPicture, recurse.
27 // If the op has a bitmap or image directly, return true.
28 // If the op has a paint and the paint has a bitmap, return true.
30 bool operator()(const SkRecords::DrawPicture& op) { return op.picture->willPlayBackBitmaps(); } argument
34 bool operator()(const T& op) { return CheckBitmap(op); } argument
36 // If the op i
44 CheckBitmap(const T& op) argument
50 CheckPaint(const T& op) argument
80 operator ()(const SkRecords::DrawPicture& op) argument
92 operator ()(const SkRecords::DrawPoints& op) argument
105 operator ()(const SkRecords::DrawPath& op) argument
122 operator ()(const SkRecords::ClipPath& op) argument
129 operator ()(const SkRecords::SaveLayer& op) argument
134 operator ()(const T& op) argument
139 operator ()(const T& op) argument
[all...]
/external/skia/src/gpu/
H A DGrStencilSettings.cpp442 GrUserStencilSettings const* const* GrStencilSettings::GetClipPasses(SkRegion::Op op, argument
446 SkASSERT((unsigned)op <= SkRegion::kLastOp);
447 if (canBeDirect && !invertedFill) { // TODO: inverse fill + intersect op can be direct.
448 GrUserStencilSettings const* const* directPass = gDirectDrawTable[op];
455 return gUserToClipTable[invertedFill][op];
H A DGrTextureOpList.cpp53 // We do not call flushState->setDrawOpArgs as this op list does not support GrDrawOps.
65 // We do not call flushState->setDrawOpArgs as this op list does not support GrDrawOps.
83 std::unique_ptr<GrOp> op = GrCopySurfaceOp::Make(dst, src, srcRect, dstPoint); local
84 if (!op) {
92 this->recordOp(std::move(op), GrGpuResource::UniqueID::InvalidID());
96 void GrTextureOpList::recordOp(std::unique_ptr<GrOp> op, GrGpuResource::UniqueID renderTargetID) { argument
100 GR_AUDIT_TRAIL_ADD_OP(fAuditTrail, op.get(), renderTargetID);
103 op->name(),
104 op->uniqueID(),
105 op
[all...]
/external/skia/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp149 std::unique_ptr<GrDrawOp> op = local
151 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op));
/external/skia/src/pdf/
H A DSkPDFCanvas.cpp22 void SkPDFCanvas::onClipRect(const SkRect& rect, SkClipOp op, ClipEdgeStyle edgeStyle) { argument
23 this->INHERITED::onClipRect(rect, op, kHard_ClipEdgeStyle);
26 void SkPDFCanvas::onClipRRect(const SkRRect& rrect, SkClipOp op, ClipEdgeStyle edgeStyle) { argument
27 this->INHERITED::onClipRRect(rrect, op, kHard_ClipEdgeStyle);
30 void SkPDFCanvas::onClipPath(const SkPath& path, SkClipOp op, ClipEdgeStyle edgeStyle) { argument
31 this->INHERITED::onClipPath(path, op, kHard_ClipEdgeStyle);

Completed in 544 milliseconds

1234567891011>>