/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 143 bool_op_info bop = {}; in optimize_cc_op2() local 151 if (!get_bool_op_info(s, bop)) in optimize_cc_op2() 155 bop.invert = !bop.invert; in optimize_cc_op2() 159 cc = bop.n->bc.op_ptr->flags & AF_CC_MASK; in optimize_cc_op2() 161 if (bop.invert) in optimize_cc_op2() 164 if (bop.int_cvt) { in optimize_cc_op2() 171 dump::dump_op(bop.n); in optimize_cc_op2() 172 sblog << " invert: " << bop.invert << " int_cvt: " << bop.int_cvt; in optimize_cc_op2() 197 a->src[0] = bop.n->src[1]; in optimize_cc_op2() 198 a->src[1] = bop.n->src[0]; in optimize_cc_op2() [all …]
|
D | sb_pass.h | 428 bool get_bool_op_info(value *b, bool_op_info& bop);
|
/third_party/NuttX/fs/driver/ |
D | fs_closeblockdriver.c | 57 struct block_operations *bop = NULL; in close_blockdriver() local 67 bop = (struct block_operations*)(((struct drv_data*)vnode_ptr->data)->ops); in close_blockdriver() 69 if (bop == NULL) { in close_blockdriver() 108 if (bop->close != NULL) in close_blockdriver() 110 ret = bop->close(vnode_ptr); in close_blockdriver() 122 if (bop->close != NULL) in close_blockdriver() 124 ret = bop->close(vnode_ptr); in close_blockdriver()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | tags.c | 277 const gchar *div, *bop, *bcl; in gst_tag_parse_extended_comment() local 288 bop = strchr (ext_comment, '['); in gst_tag_parse_extended_comment() 299 if (bop != NULL && bop < div) { in gst_tag_parse_extended_comment() 300 if (bcl < bop || bcl > div) in gst_tag_parse_extended_comment() 303 *key = g_strndup (ext_comment, bop - ext_comment); in gst_tag_parse_extended_comment() 305 *lang = g_strndup (bop + 1, bcl - bop - 1); in gst_tag_parse_extended_comment()
|
/third_party/libdrm/tegra/ |
D | tegra.c | 104 drm_public int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_new() argument 111 if (!drm || size == 0 || !bop) in drm_tegra_bo_new() 137 *bop = bo; in drm_tegra_bo_new() 142 drm_public int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_wrap() argument 147 if (!drm || !bop) in drm_tegra_bo_wrap() 160 *bop = bo; in drm_tegra_bo_wrap()
|
D | tegra.h | 37 int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, 39 int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm,
|
/third_party/NuttX/drivers/bch/ |
D | bchdev_driver.c | 296 struct block_operations *bop = NULL; in bch_ioctl() local 355 bop = (struct block_operations *)(((struct drv_data *)vnode->data)->ops); in bch_ioctl() 356 if (bop != NULL && bop->ioctl != NULL) in bch_ioctl() 358 ret = bop->ioctl(bch->vnode, cmd, arg); in bch_ioctl()
|
/third_party/boost/libs/algorithm/test/ |
D | transform_inclusive_scan_test.cpp | 36 transform_inclusive_scan_test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in transform_inclusive_scan_test() argument 40 ba::transform_inclusive_scan(first, last, std::back_inserter(v), bop, uop); in transform_inclusive_scan_test() 47 ba::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop); in transform_inclusive_scan_test() 127 transform_inclusive_scan_init_test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst,… in transform_inclusive_scan_init_test() argument 131 ba::transform_inclusive_scan(first, last, std::back_inserter(v), bop, uop, init); in transform_inclusive_scan_init_test() 138 ba::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop, init); in transform_inclusive_scan_init_test()
|
D | transform_exclusive_scan_test.cpp | 36 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test() argument 40 ba::transform_exclusive_scan(first, last, std::back_inserter(v), init, bop, uop); in test() 47 ba::transform_exclusive_scan(v.begin(), v.end(), v.begin(), init, bop, uop); in test()
|
/third_party/typescript/tests/baselines/reference/ |
D | scopedPackages.types | 5 import { y } from "@be/bop"; 8 import { z } from "@be/bop/e/z";
|
D | scopedPackages.symbols | 5 import { y } from "@be/bop"; 8 import { z } from "@be/bop/e/z";
|
/third_party/boost/libs/predef/tools/ci/ |
D | build_log.py | 322 def __init__(self, bop, opt): argument 323 self.bop = bop 343 for k in sorted(self.bop.test.keys()): 344 test = self.bop.test[k] 417 bop = BuildOutputProcessor(inputs) 420 output = BuildConsoleSummaryReport(bop, opt)
|
/third_party/glslang/Test/ |
D | tokenPaste.vert | 57 const int bop = 4; 58 int cop = aop MAKE_OP(<, <) bop; 59 bool dop = aop MAKE_OP(!,=) bop;
|
/third_party/glslang/Test/baseResults/ |
D | tokenPaste.vert.out | 65 0:? 'bop' ( const int) 111 0:? 'bop' ( const int)
|
/third_party/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 104 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST() argument 108 EXPECT_TRUE(b bop 0); \ in TEST()
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 210 bop{""}
|
/third_party/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 210 bop{""}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 207 bop{""}
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2370 struct iris_bo **bop = &ice->shaders.scratch_bos[encoded_size][stage]; in iris_get_scratch_space() local 2372 if (!*bop) { in iris_get_scratch_space() 2375 *bop = iris_bo_alloc(bufmgr, "scratch", size, 1, IRIS_MEMZONE_SHADER, 0); in iris_get_scratch_space() 2378 return *bop; in iris_get_scratch_space()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 2646 struct crocus_bo **bop = &ice->shaders.scratch_bos[encoded_size][stage]; in crocus_get_scratch_space() local 2648 if (!*bop) { in crocus_get_scratch_space() 2651 *bop = crocus_bo_alloc(bufmgr, "scratch", size); in crocus_get_scratch_space() 2654 return *bop; in crocus_get_scratch_space()
|
/third_party/python/Lib/test/ |
D | test_ast.py | 1965 bop = ast.parse(s).body[0].test 1966 self._check_end_pos(bop, 2, 44) 1967 self._check_content(s, bop.values[1],
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 1046 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL); in dd_report_hang() local 1049 record->draw_call, driver ? "YES" : "NO ", prev_bop, top, bop); in dd_report_hang()
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput1 | 7817 foo(bar(baz)+baz(bop)) 7818 0: foo(bar(baz)+baz(bop)) 7819 1: foo(bar(baz)+baz(bop)) 7820 2: (bar(baz)+baz(bop)) 7821 3: bar(baz)+baz(bop)
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 9792 char bop = rhs[op]; in optimize_read_modify_write() local 9796 …if ((bop == '+' || bop == '-') && (expr == "1" || expr == "uint(1)" || expr == "1u" || expr == "in… in optimize_read_modify_write() 9797 statement(lhs, bop, bop, ";"); in optimize_read_modify_write() 9799 statement(lhs, " ", bop, "= ", expr, ";"); in optimize_read_modify_write()
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 644 bop-31083: Add an outline of a TabPage class in configdialog.
|