Searched defs:op (Results 1 - 25 of 568) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-08-18-StructAsValue.c5 int op; member in struct:__anon4118
/external/libpcap/
H A Dbpf_image.c46 const char *fmt, *op; local
54 op = "unimp";
60 op = "ret";
65 op = "ret";
70 op = "ld";
75 op = "ldh";
80 op = "ldb";
85 op = "ld";
90 op = "ld";
95 op
[all...]
/external/skia/src/gpu/
H A DGrStencil.cpp223 bool GrStencilSettings::GetClipPasses(GrSetOp op, argument
231 switch (op) {
259 switch (op) {
352 GrCrash("Unknown set op");
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsTypes.cpp52 bool parseCompositeOperator(const String& s, CompositeOperator& op) argument
56 op = static_cast<CompositeOperator>(i);
62 String compositeOperatorName(CompositeOperator op) argument
64 ASSERT(op >= 0);
65 ASSERT(op < numCompositeOperatorNames);
66 return compositeOperatorNames[op];
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_utils_win.cc39 DWORD WebDragOpToWinDragOp(WebDragOperation op) { argument
40 DCHECK(op == WebDragOperationNone ||
41 op == WebDragOperationCopy ||
42 op == WebDragOperationLink ||
43 op == WebDragOperationMove ||
44 op == (WebDragOperationMove | WebDragOperationGeneric));
46 return WebDragOpMaskToWinDragOpMask(op);
H A Dweb_drop_target_win.h27 void set_drag_cursor(WebKit::WebDragOperation op) { argument
28 drag_cursor_ = op;
/external/mesa3d/src/glsl/
H A Dast_expr.cpp28 ast_expression::operator_string(enum ast_operators op) argument
76 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0]));
78 return operators[op];
H A Dhir_field_selection.cpp37 ir_rvalue *op; local
39 op = expr->subexpressions[0]->hir(instructions, state);
48 if (op->type->is_error()) {
50 } else if (op->type->is_vector()) {
51 ir_swizzle *swiz = ir_swizzle::create(op,
53 op->type->vector_elements);
64 } else if (op->type->base_type == GLSL_TYPE_STRUCT) {
65 result = new(ctx) ir_dereference_record(op,
84 if (op->type->is_array() && strcmp(method, "length") == 0) {
88 if (op
[all...]
/external/qemu/distrib/zlib-1.2.3/
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:__anon10744
30 /* op values as set by inflate_table():
/external/webkit/Source/WebCore/css/
H A DWebKitCSSTransformValue.cpp35 WebKitCSSTransformValue::WebKitCSSTransformValue(TransformOperationType op) argument
37 , m_type(op)
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPoolEntry.java58 * @param op the connection operator
63 public BasicPoolEntry(ClientConnectionOperator op, argument
66 super(op, route);
/external/chromium/third_party/libevent/
H A Depoll_sub.c42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) argument
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
/external/javassist/src/main/javassist/compiler/ast/
H A DAssignExpr.java28 private AssignExpr(int op, ASTree _head, ASTList _tail) { argument
29 super(op, _head, _tail);
32 public static AssignExpr makeAssign(int op, ASTree oprand1, argument
34 return new AssignExpr(op, oprand1, new ASTList(oprand2));
H A DBinExpr.java32 private BinExpr(int op, ASTree _head, ASTList _tail) { argument
33 super(op, _head, _tail);
36 public static BinExpr makeBin(int op, ASTree oprand1, ASTree oprand2) { argument
37 return new BinExpr(op, oprand1, new ASTList(oprand2));
/external/kernel-headers/original/asm-generic/
H A Dfutex.h13 int op = (encoded_op >> 28) & 7; local
26 switch (op) {
/external/kernel-headers/original/linux/
H A Dseq_file.h23 struct seq_operations *op; member in struct:seq_file
/external/liblzf/
H A Dlzf_d.c60 u8 *op = (u8 *)out_data; local
62 u8 *const out_end = op + out_len;
72 if (op + ctrl > out_end)
87 lzf_movsb (op, ip, ctrl);
91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++;
92 case 28: *op++ = *ip++; case 27: *op
[all...]
/external/openssl/crypto/hmac/
H A Dhm_ameth.c87 static int hmac_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) argument
89 switch (op)
/external/v8/test/mjsunit/regress/
H A Dregress-1015.js50 var op = { __proto__: { set bar(v) { assertUnreachable("bset"); } },
62 var op = { __proto__: { set bar(v) { assertUnreachable("bset"); } },
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGGraph.cpp47 NodeType op = node.op; local
73 printf("% 4d:\t<%c%u:%u>\t%s(", (int)nodeIndex, mustGenerate ? '!' : ' ', refCount, node.virtualRegister, dfgOpNames[op & NodeIdMask]);
101 if (op == Int32Constant) {
105 if (op == DoubleConstant) {
109 if (op == JSConstant) {
138 void Graph::refChildren(NodeIndex op) argument
140 Node& node = at(op);
158 void Graph::derefChildren(NodeIndex op) argument
160 Node& node = at(op);
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DPaintTileOperation.h68 PaintTileOperation* op = static_cast<PaintTileOperation*>(operation); local
69 return ((op->painter() == m_painter) && (op->scale() != m_scale));
82 PaintTileOperation* op = static_cast<PaintTileOperation*>(operation); local
83 return op->painter() == m_painter;
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DStillImageHaiku.cpp67 const FloatRect& sourceRect, ColorSpace, CompositeOperator op)
73 context->setCompositeOperation(op);
66 draw(GraphicsContext* context, const FloatRect& destRect, const FloatRect& sourceRect, ColorSpace, CompositeOperator op) argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragClientWin.cpp46 static DWORD draggingSourceOperationMaskToDragCursors(DragOperation op) argument
49 if (op == DragOperationEvery)
51 if (op & DragOperationCopy)
53 if (op & DragOperationLink)
55 if (op & DragOperationMove)
57 if (op & DragOperationGeneric)
/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:__anon16097
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:__anon16113
30 /* op values as set by inflate_table():

Completed in 1326 milliseconds

1234567891011>>