/external/mesa3d/src/glsl/ |
D | ir_constant_expression.cpp | 61 ir_constant *op[Elements(this->operands)] = { NULL, }; in constant_expression_value() local 67 op[operand] = this->operands[operand]->constant_expression_value(); in constant_expression_value() 68 if (!op[operand]) in constant_expression_value() 72 if (op[1] != NULL) in constant_expression_value() 73 assert(op[0]->type->base_type == op[1]->type->base_type); in constant_expression_value() 75 bool op0_scalar = op[0]->type->is_scalar(); in constant_expression_value() 76 bool op1_scalar = op[1] != NULL && op[1]->type->is_scalar(); in constant_expression_value() 84 if (op1_scalar || !op[1]) { in constant_expression_value() 85 components = op[0]->type->components(); in constant_expression_value() 87 components = op[1]->type->components(); in constant_expression_value() [all …]
|
D | ast_to_hir.cpp | 379 ast_operators op, in bit_logic_result_type() argument 395 ast_expression::operator_string(op)); in bit_logic_result_type() 400 ast_expression::operator_string(op)); in bit_logic_result_type() 409 "base type", ast_expression::operator_string(op)); in bit_logic_result_type() 418 "different sizes", ast_expression::operator_string(op)); in bit_logic_result_type() 527 ast_operators op, in shift_result_type() argument 543 "integer vector", ast_expression::operator_string(op)); in shift_result_type() 549 "integer vector", ast_expression::operator_string(op)); in shift_result_type() 559 ast_expression::operator_string(op)); in shift_result_type() 571 ast_expression::operator_string(op)); in shift_result_type() [all …]
|
/external/liblzf/ |
D | lzf_d.c | 60 u8 *op = (u8 *)out_data; in lzf_decompress() local 62 u8 *const out_end = op + out_len; in lzf_decompress() 72 if (op + ctrl > out_end) in lzf_decompress() 87 lzf_movsb (op, ip, ctrl); in lzf_decompress() 91 … case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; in lzf_decompress() 92 … case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; in lzf_decompress() 93 … case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; in lzf_decompress() 94 … case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; in lzf_decompress() 95 … case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; in lzf_decompress() 96 … case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; in lzf_decompress() [all …]
|
D | lzf_c.c | 110 u8 *op = (u8 *)out_data; in lzf_compress() local 112 u8 *out_end = op + out_len; in lzf_compress() 137 lit = 0; op++; /* start run */ in lzf_compress() 167 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */ in lzf_compress() 168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ in lzf_compress() 171 op [- lit - 1] = lit - 1; /* stop run */ in lzf_compress() 172 op -= !lit; /* undo run if length is zero */ in lzf_compress() 211 *op++ = (off >> 8) + (len << 5); in lzf_compress() 215 *op++ = (off >> 8) + ( 7 << 5); in lzf_compress() 216 *op++ = len - 7; in lzf_compress() [all …]
|
/external/webkit/Source/WebCore/dom/ |
D | Clipboard.cpp | 56 static DragOperation dragOpFromIEOp(const String& op) in dragOpFromIEOp() argument 59 if (op == "uninitialized") in dragOpFromIEOp() 61 if (op == "none") in dragOpFromIEOp() 63 if (op == "copy") in dragOpFromIEOp() 65 if (op == "link") in dragOpFromIEOp() 67 if (op == "move") in dragOpFromIEOp() 69 if (op == "copyLink") in dragOpFromIEOp() 71 if (op == "copyMove") in dragOpFromIEOp() 73 if (op == "linkMove") in dragOpFromIEOp() 75 if (op == "all") in dragOpFromIEOp() [all …]
|
/external/libpcap/ |
D | bpf_image.c | 46 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 = "ldh"; [all …]
|
/external/zlib/ |
D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ local 129 op = (unsigned)(here.bits); 130 hold >>= op; 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) { 143 if (bits < op) { [all …]
|
/external/qemu/distrib/zlib-1.2.3/ |
D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ local 129 op = (unsigned)(this.bits); 130 hold >>= op; 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) { 143 if (bits < op) { [all …]
|
/external/libvpx/vp8/common/ |
D | idctllm.c | 34 short *op = output; in vp8_short_idct4x4llm_c() local 51 op[shortpitch*0] = a1 + d1; in vp8_short_idct4x4llm_c() 52 op[shortpitch*3] = a1 - d1; in vp8_short_idct4x4llm_c() 54 op[shortpitch*1] = b1 + c1; in vp8_short_idct4x4llm_c() 55 op[shortpitch*2] = b1 - c1; in vp8_short_idct4x4llm_c() 58 op++; in vp8_short_idct4x4llm_c() 62 op = output; in vp8_short_idct4x4llm_c() 78 op[0] = (a1 + d1 + 4) >> 3; in vp8_short_idct4x4llm_c() 79 op[3] = (a1 - d1 + 4) >> 3; in vp8_short_idct4x4llm_c() 81 op[1] = (b1 + c1 + 4) >> 3; in vp8_short_idct4x4llm_c() [all …]
|
/external/bluetooth/glib/gio/ |
D | gmountoperation.c | 199 GMountOperation *op = data; in reply_non_handled_in_idle() local 201 g_mount_operation_reply (op, G_MOUNT_OPERATION_UNHANDLED); in reply_non_handled_in_idle() 206 ask_password (GMountOperation *op, in ask_password() argument 214 g_object_ref (op), in ask_password() 219 ask_question (GMountOperation *op, in ask_question() argument 225 g_object_ref (op), in ask_question() 447 g_mount_operation_get_username (GMountOperation *op) in g_mount_operation_get_username() argument 449 g_return_val_if_fail (G_IS_MOUNT_OPERATION (op), NULL); in g_mount_operation_get_username() 450 return op->priv->user; in g_mount_operation_get_username() 461 g_mount_operation_set_username (GMountOperation *op, in g_mount_operation_set_username() argument [all …]
|
D | gmountoperation.h | 63 void (* ask_password) (GMountOperation *op, 69 void (* ask_question) (GMountOperation *op, 73 void (* reply) (GMountOperation *op, 76 void (* aborted) (GMountOperation *op); 96 const char * g_mount_operation_get_username (GMountOperation *op); 97 void g_mount_operation_set_username (GMountOperation *op, 99 const char * g_mount_operation_get_password (GMountOperation *op); 100 void g_mount_operation_set_password (GMountOperation *op, 102 gboolean g_mount_operation_get_anonymous (GMountOperation *op); 103 void g_mount_operation_set_anonymous (GMountOperation *op, [all …]
|
/external/qemu/android/skin/ |
D | scaler.c | 114 ScaleOp op; in skin_scaler_scale() local 122 op.scale = scaler->scale; in skin_scaler_scale() 123 op.src_pitch = src_surface->pitch; in skin_scaler_scale() 124 op.src_line = src_surface->pixels; in skin_scaler_scale() 125 op.src_w = src_surface->w; in skin_scaler_scale() 126 op.src_h = src_surface->h; in skin_scaler_scale() 127 op.dst_pitch = dst_surface->pitch; in skin_scaler_scale() 128 op.dst_line = dst_surface->pixels; in skin_scaler_scale() 131 op.rd.x = (int)(sx * scaler->scale + scaler->xdisp); in skin_scaler_scale() 132 op.rd.y = (int)(sy * scaler->scale + scaler->ydisp); in skin_scaler_scale() [all …]
|
/external/v8/src/ |
D | token.h | 206 static bool IsBinaryOp(Value op) { in IsBinaryOp() argument 207 return COMMA <= op && op <= MOD; in IsBinaryOp() 210 static bool IsCompareOp(Value op) { in IsCompareOp() argument 211 return EQ <= op && op <= IN; in IsCompareOp() 214 static bool IsOrderedCompareOp(Value op) { in IsOrderedCompareOp() argument 215 return op == LT || op == LTE || op == GT || op == GTE; in IsOrderedCompareOp() 218 static Value NegateCompareOp(Value op) { in NegateCompareOp() argument 219 ASSERT(IsCompareOp(op)); in NegateCompareOp() 220 switch (op) { in NegateCompareOp() 229 return op; in NegateCompareOp() [all …]
|
/external/libvpx/vp8/encoder/ |
D | dct.c | 19 short *op = output; in vp8_short_fdct4x4_c() local 28 op[0] = a1 + b1; in vp8_short_fdct4x4_c() 29 op[2] = a1 - b1; in vp8_short_fdct4x4_c() 31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12; in vp8_short_fdct4x4_c() 32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12; in vp8_short_fdct4x4_c() 35 op += 4; in vp8_short_fdct4x4_c() 39 op = output; in vp8_short_fdct4x4_c() 47 op[0] = ( a1 + b1 + 7)>>4; in vp8_short_fdct4x4_c() 48 op[8] = ( a1 - b1 + 7)>>4; in vp8_short_fdct4x4_c() 50 op[4] =((c1 * 2217 + d1 * 5352 + 12000)>>16) + (d1!=0); in vp8_short_fdct4x4_c() [all …]
|
/external/chromium/chrome/browser/chromeos/login/ |
D | cryptohome_op_unittest.cc | 111 void RunTest(CryptohomeOp* op, bool outcome, int code) { in RunTest() argument 118 EXPECT_TRUE(op->Initiate()); in RunTest() 140 scoped_refptr<CryptohomeOp> op( in TEST_F() local 142 RunTest(op.get(), true, kCryptohomeMountErrorNone); in TEST_F() 147 scoped_refptr<CryptohomeOp> op( in TEST_F() local 149 RunTest(op.get(), false, kCryptohomeMountErrorFatal); in TEST_F() 154 scoped_refptr<CryptohomeOp> op( in TEST_F() local 156 RunTest(op.get(), false, kCryptohomeMountErrorKeyFailure); in TEST_F() 161 scoped_refptr<CryptohomeOp> op( in TEST_F() local 163 RunTest(op.get(), true, kCryptohomeMountErrorRecreated); in TEST_F() [all …]
|
/external/bluetooth/glib/gio/fen/ |
D | fen-node.c | 36 node_op_t* op; member 57 static gboolean remove_node_internal (node_t* node, node_op_t* op); 67 _dnode_new (const gchar* filename, node_op_t* op) in _dnode_new() argument 71 g_assert (op); in _dnode_new() 74 d->op = g_memdup (op, sizeof (node_op_t)); in _dnode_new() 75 g_assert (d->op); in _dnode_new() 87 g_free (d->op); in _dnode_free() 125 remove_node_internal (node, d->op); in scan_deleting_nodes() 165 travel_nodes (node_t* node, node_op_t* op) in travel_nodes() argument 171 if (op && op->hit) { in travel_nodes() [all …]
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGNode.h | 174 …Node(NodeType op, ExceptionInfo exceptionInfo, NodeIndex child1 = NoNode, NodeIndex child2 = NoNod… 175 : op(op) in op() function 186 …Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex ch… 187 : op(op) in op() function 199 …Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm1, OpInfo imm2, NodeIndex child1 = NoNode… 200 : op(op) in op() function 214 return op & NodeMustGenerate; in mustGenerate() 219 return op & NodeIsConstant; in isConstant() 230 return op == GetLocal || op == SetLocal; in hasLocal() 241 return op == GetById || op == PutById || op == PutByIdDirect; in hasIdentifier() [all …]
|
/external/tcpdump/ |
D | print-ospf6.c | 495 ospf6_decode_v3(register const struct ospf6hdr *op, in ospf6_decode_v3() argument 505 switch (op->ospf6_type) { in ospf6_decode_v3() 516 TCHECK(op->ospf6_hello.hello_deadint); in ospf6_decode_v3() 518 EXTRACT_32BITS(&op->ospf6_hello.hello_options)); in ospf6_decode_v3() 520 ipaddr_string(&op->ospf6_hello.hello_ifid), in ospf6_decode_v3() 521 op->ospf6_hello.hello_priority, in ospf6_decode_v3() 522 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint), in ospf6_decode_v3() 523 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint)); in ospf6_decode_v3() 525 TCHECK(op->ospf6_hello.hello_dr); in ospf6_decode_v3() 526 if (op->ospf6_hello.hello_dr != 0) in ospf6_decode_v3() [all …]
|
D | print-ospf.c | 749 ospf_decode_v2(register const struct ospfhdr *op, in ospf_decode_v2() argument 758 switch (op->ospf_type) { in ospf_decode_v2() 769 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options)); in ospf_decode_v2() 771 TCHECK(op->ospf_hello.hello_deadint); in ospf_decode_v2() 773 EXTRACT_16BITS(&op->ospf_hello.hello_helloint), in ospf_decode_v2() 774 EXTRACT_32BITS(&op->ospf_hello.hello_deadint), in ospf_decode_v2() 775 ipaddr_string(&op->ospf_hello.hello_mask), in ospf_decode_v2() 776 op->ospf_hello.hello_priority); in ospf_decode_v2() 778 TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2() 779 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2() [all …]
|
/external/e2fsprogs/intl/ |
D | plural.y | 51 enum operator op; member 63 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp() argument 78 newp->operation = op; in new_exp() 92 new_exp_0 (enum operator op) in new_exp_0() argument 94 return new_exp (0, op, NULL); in new_exp_0() 98 new_exp_1 (enum operator op, struct expression *right) in new_exp_1() argument 103 return new_exp (1, op, args); in new_exp_1() 107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2() argument 113 return new_exp (2, op, args); in new_exp_2() 117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 45 class InstSystemZ<bits<16> op, Format f, dag outs, dag ins> : Instruction { 48 bits<16> Opcode = op; 57 class I8<bits<8> op, Format f, dag outs, dag ins, string asmstr, 60 let Opcode{0-7} = op; 67 class I12<bits<12> op, Format f, dag outs, dag ins, string asmstr, 70 let Opcode{0-11} = op; 77 class I16<bits<16> op, Format f, dag outs, dag ins, string asmstr, 79 : InstSystemZ<op, f, outs, ins> { 84 class RRI<bits<8> op, dag outs, dag ins, string asmstr, list<dag> pattern> 85 : I8<op, RRForm, outs, ins, asmstr, pattern>; [all …]
|
/external/icu4c/i18n/ |
D | regexcmp.cpp | 405 int32_t op = (int32_t)fRXPat->fCompiledPat->elementAti(savePosition); in doParseActions() local 406 U_ASSERT(URX_TYPE(op) == URX_NOP); // original contents of reserved location in doParseActions() 407 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions() 408 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 413 op = URX_BUILD(URX_JMP, 0); in doParseActions() 414 fRXPat->fCompiledPat->addElement(op, *fStatus); in doParseActions() 548 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions() local 549 fRXPat->fCompiledPat->addElement(op, *fStatus); in doParseActions() 551 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions() 552 fRXPat->fCompiledPat->addElement(op, *fStatus); in doParseActions() [all …]
|
/external/mesa3d/include/pixelflinger2/ |
D | pixelflinger2_vector4.h | 43 #define VECTOR4_OP_UNARY(op,rhs) { \ argument 44 x op rhs.x; \ 45 y op rhs.y; \ 46 z op rhs.z; \ 47 w op rhs.w; } 49 #define VECTOR4_OP_UNARY_SCALAR(op,rhs) { \ argument 50 x op rhs; \ 51 y op rhs; \ 52 z op rhs; \ 53 w op rhs; } [all …]
|
/external/kernel-headers/original/asm-x86/xen/ |
D | hypercall.h | 137 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op() argument 140 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 233 struct evtchn_op op; in HYPERVISOR_event_channel_op() local 234 op.cmd = cmd; in HYPERVISOR_event_channel_op() 235 memcpy(&op.u, arg, sizeof(op.u)); in HYPERVISOR_event_channel_op() 236 rc = _hypercall1(int, event_channel_op_compat, &op); in HYPERVISOR_event_channel_op() 237 memcpy(arg, &op.u, sizeof(op.u)); in HYPERVISOR_event_channel_op() 259 struct physdev_op op; in HYPERVISOR_physdev_op() local 260 op.cmd = cmd; in HYPERVISOR_physdev_op() 261 memcpy(&op.u, arg, sizeof(op.u)); in HYPERVISOR_physdev_op() [all …]
|
/external/skia/src/animator/ |
D | SkDisplayable.cpp | 206 for (SkOperand* op = array->begin(); op < array->end(); op++) { in dumpAttrs() local 210 SkDebugf("%s", op->fDisplayable->id); in dumpAttrs() 213 SkDebugf("%d", op->fS32); in dumpAttrs() 217 SkDebugf("%g", SkScalarToFloat(op->fScalar)); in dumpAttrs() 219 SkDebugf("%x", op->fScalar); in dumpAttrs() 224 SkDebugf("%s", op->fString->c_str()); in dumpAttrs() 307 void SkDisplayable::dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOpera… in dumpValues() argument 311 switch (op.fS32) { in dumpValues() 321 if (op.fScalar != blankOp.fScalar || op2.fScalar != blankOp.fScalar) { in dumpValues() 323 …SkDebugf("%s=\"[%g,%g]\" ", info->fName, SkScalarToFloat(op.fScalar), SkScalarToFloat(op2.fScalar)… in dumpValues() [all …]
|