Searched refs:op (Results 51 - 75 of 1952) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c12 extern id objc_msgSend(id self, SEL op, ...);
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation_implicit_pointer.c59 dwarf_getlocation_implicit_pointer (attr, op, result)
61 const Dwarf_Op *op;
67 if (unlikely (op->atom != DW_OP_GNU_implicit_pointer))
74 if (__libdw_offdie (attr->cu->dbg, op->number, &die,
/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java44 public ASTree compute(int op, ASTree right) { argument
46 return compute0(op, (IntConst)right);
48 return compute0(op, (DoubleConst)right);
53 private DoubleConst compute0(int op, DoubleConst right) { argument
61 return compute(op, this.value, right.value, newType);
64 private DoubleConst compute0(int op, IntConst right) { argument
65 return compute(op, this.value, (double)right.value, this.type);
68 private static DoubleConst compute(int op, double value1, double value2, argument
72 switch (op) {
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h46 const struct sh_opcode_info *svga_opcode_info( unsigned op );
/external/qemu/android/skin/
H A Dscaler.c114 ScaleOp op; local
122 op.scale = scaler->scale;
123 op.src_pitch = src_surface->pitch;
124 op.src_line = src_surface->pixels;
125 op.src_w = src_surface->w;
126 op.src_h = src_surface->h;
127 op.dst_pitch = dst_surface->pitch;
128 op.dst_line = dst_surface->pixels;
131 op.rd.x = (int)(sx * scaler->scale + scaler->xdisp);
132 op
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation_unittest.cc67 void CheckPublicKeyLoaded(SessionManagerOperation* op) { argument
68 ASSERT_TRUE(op->public_key().get());
69 ASSERT_TRUE(op->public_key()->is_loaded());
72 EXPECT_EQ(public_key, op->public_key()->data());
94 LoadSettingsOperation op(
100 &op, DeviceSettingsService::STORE_KEY_UNAVAILABLE));
101 op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
105 EXPECT_FALSE(op.policy_data().get());
106 EXPECT_FALSE(op.device_settings().get());
107 ASSERT_TRUE(op
[all...]
/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...]
H A Dmacro_fpu.h55 #define UNOPdd(op) \
58 op" %1, %2" "\n\t" \
64 #define UNOPff(op) \
67 op" %1, %2" "\n\t" \
73 #define UNOPfd(op) \
76 op" %1, %2" "\n\t" \
82 #define UNOPdf(op) \
85 op" %1, %2" "\n\t" \
91 #define UNOPfw(op) \
94 op"
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c50 short *op = output; local
81 op[0] = a1 + d1;
82 op[12] = a1 - d1;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
89 op[1] = a1 + d2;
90 op[13] = a1 - d2;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
113 op[
288 short *op = output; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c50 short *op = output; local
81 op[0] = a1 + d1;
82 op[12] = a1 - d1;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
89 op[1] = a1 + d2;
90 op[13] = a1 - d2;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
113 op[
288 short *op = output; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Devsel-roundtrip-name.c9 int type, op, err = 0, ret = 0, i, idx; local
17 for (op = 0; op < PERF_COUNT_HW_CACHE_OP_MAX; op++) {
19 if (!perf_evsel__is_cache_op_valid(type, op))
23 __perf_evsel__hw_cache_type_op_res_name(type, op, i,
36 for (op = 0; op < PERF_COUNT_HW_CACHE_OP_MAX; op++) {
38 if (!perf_evsel__is_cache_op_valid(type, op))
[all...]
/external/mesa3d/src/glsl/
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/valgrind/main/none/tests/mips32/
H A Dround.c61 #define BINOP(op) \
62 __asm__ volatile(op" %1, %2, %3" "\n\t" \
67 #define UNOPdd(op) \
69 __asm__ volatile(op" %1, %2" "\n\t" \
74 #define UNOPff(op) \
76 __asm__ volatile(op" %1, %2" "\n\t" \
81 #define UNOPfd(op) \
83 __asm__ volatile(op" %1, %2" "\n\t" \
88 #define UNOPdf(op) \
90 __asm__ volatile(op"
152 directedRoundingMode(flt_dir_op_t op) argument
263 flt_dir_op_t op; local
[all...]
H A Dround_fpu64.c45 #define UNOPsl(op) \
47 op" $f0, %2" "\n\t" \
55 #define UNOPdl(op) \
57 op" $f0, %2" "\n\t" \
107 int FCSRRoundingMode(flt_round_op_t op) argument
117 switch(op) {
121 flt_round_op_names[op], fd_l, fs_f[i]);
127 flt_round_op_names[op], fd_l, fs_d[i]);
133 flt_round_op_names[op], fd_l, fs_f[i]);
139 flt_round_op_names[op], fd_
192 flt_round_op_t op; local
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_cookie_store.cc38 CookieOperation op; local
39 op.op = COOKIE_OP_SET_COOKIE_WITH_OPTIONS_ASYNC;
40 op.url = url;
41 op.cookie_line = cookie_line;
42 op.options = options;
44 GetCookieStoreForCookieOpAndLog(op)->
53 CookieOperation op; local
54 op.op
67 CookieOperation op; local
80 CookieOperation op; local
113 GetCookieStoreForCookieOpAndLog( const CookieOperation& op) argument
[all...]
/external/clang/test/CodeGen/
H A Dasm_arm64.c28 void t4(long op) { argument
30 asm ("mov x0, %1; svc #0;" : "=r"(x1) :"r"(op),"r"(x1) :"x0" );
/external/chromium_org/third_party/sqlite/src/
H A Dmkopcodeh.awk46 op[name] = -1
58 op[name] = tk[sym]
59 used[op[name]] = 1
60 sameas[op[name]] = sym
89 op["OP_Noop"] = -1;
91 op["OP_Explain"] = -1;
95 if( op[name]<0 ){
98 op[name] = cnt
100 used[op[name]] = 1;
101 if( op[nam
[all...]
/external/pixman/pixman/
H A Dpixman-mips-dspr2.h251 #define PIXMAN_MIPS_BIND_SCALED_NEAREST_SRC_DST(name, op, \
254 pixman_scaled_nearest_scanline_##name##_##op##_asm_mips ( \
262 scaled_nearest_scanline_mips_##name##_##op (dst_type * pd, \
270 pixman_scaled_nearest_scanline_##name##_##op##_asm_mips (pd, ps, w, \
274 FAST_NEAREST_MAINLOOP (mips_##name##_cover_##op, \
275 scaled_nearest_scanline_mips_##name##_##op, \
277 FAST_NEAREST_MAINLOOP (mips_##name##_none_##op, \
278 scaled_nearest_scanline_mips_##name##_##op, \
280 FAST_NEAREST_MAINLOOP (mips_##name##_pad_##op, \
281 scaled_nearest_scanline_mips_##name##_##op, \
[all...]
/external/chromium_org/content/browser/web_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);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRenameFunction.h25 TOperator op = node->getOp(); local
26 if ((op == EOpFunction || op == EOpFunctionCall) && node->getName() == mOldFunctionName)
/external/libcxx/test/re/re.submatch/re.submatch.op/
H A DAndroid.mk17 test_makefile := external/libcxx/test/re/re.submatch/re.submatch.op/Android.mk
19 test_name := re/re.submatch/re.submatch.op/compare
23 test_name := re/re.submatch/re.submatch.op/stream
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c407 yasm_insn_operand *op = yasm_insn_ops_first(&id_insn->insn); local
408 while (op) {
409 op->type = YASM_INSN__OPERAND_REG;
410 op = yasm_insn_op_next(op);
422 yasm_insn_operand *op; local
429 op = yasm_insn_ops_first(&id_insn->insn);
431 if (op->type == YASM_INSN__OPERAND_IMM && op->seg) {
433 if (yasm_value_finalize_expr(&jmpfar->segment, op
509 yasm_insn_operand *op; local
638 yasm_insn_operand *op, **use_ops; local
1069 yasm_insn_operand *op, *ops[5], *rev_ops[5]; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dsimpleaaclip.cpp68 void buildRgn(SkAAClip* clip, SkRegion::Op op) { argument
73 clip->op(clip2, op);
86 void drawRgnOped(SkCanvas* canvas, SkRegion::Op op, SkColor color) { argument
90 this->buildRgn(&clip, op);
98 void drawPathsOped(SkCanvas* canvas, SkRegion::Op op, SkColor color) { argument
104 // create the clip mask with the supplied boolean op
108 canvas->clipPath(fRectPath, op, true);
112 canvas->clipRect(fRect, op, true);
164 for (size_t op
[all...]
/external/skia/gm/
H A Dsimpleaaclip.cpp68 void buildRgn(SkAAClip* clip, SkRegion::Op op) { argument
73 clip->op(clip2, op);
86 void drawRgnOped(SkCanvas* canvas, SkRegion::Op op, SkColor color) { argument
90 this->buildRgn(&clip, op);
98 void drawPathsOped(SkCanvas* canvas, SkRegion::Op op, SkColor color) { argument
104 // create the clip mask with the supplied boolean op
108 canvas->clipPath(fRectPath, op, true);
112 canvas->clipRect(fRect, op, true);
164 for (size_t op
[all...]

Completed in 2512 milliseconds

1234567891011>>