Searched refs:new_targets (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/board/xilinx/zynq/ |
D | board.c | 32 char *new_targets; in board_late_init() local 70 new_targets = calloc(1, strlen(mode) + env_targets_len + 2); in board_late_init() 71 if (!new_targets) in board_late_init() 74 sprintf(new_targets, "%s %s", mode, in board_late_init() 77 env_set("boot_targets", new_targets); in board_late_init()
|
/third_party/uboot/u-boot-2020.01/board/xilinx/versal/ |
D | board.c | 93 char *new_targets; in board_late_init() local 181 new_targets = calloc(1, strlen(mode) + env_targets_len + 2 + in board_late_init() 183 if (!new_targets) in board_late_init() 187 sprintf(new_targets, "%s%x %s", mode, bootseq, in board_late_init() 190 sprintf(new_targets, "%s %s", mode, in board_late_init() 193 env_set("boot_targets", new_targets); in board_late_init()
|
/third_party/uboot/u-boot-2020.01/board/xilinx/zynqmp/ |
D | zynqmp.c | 536 char *new_targets; in board_late_init() local 643 new_targets = calloc(1, strlen(mode) + env_targets_len + 2 + in board_late_init() 645 if (!new_targets) in board_late_init() 649 sprintf(new_targets, "%s%x %s", mode, bootseq, in board_late_init() 652 sprintf(new_targets, "%s %s", mode, in board_late_init() 655 env_set("boot_targets", new_targets); in board_late_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 669 guint new_targets = 0; in gst_gl_value_get_texture_target_mask() local 681 new_targets |= 1 << target; in gst_gl_value_get_texture_target_mask() 694 new_targets |= 1 << target; in gst_gl_value_get_texture_target_mask() 698 return new_targets; in gst_gl_value_get_texture_target_mask()
|
D | gstglviewconvert.c | 1149 guint new_targets = 0; in _get_target_bitmask_from_g_value() local 1152 new_targets = 1 << GST_GL_TEXTURE_TARGET_2D; in _get_target_bitmask_from_g_value() 1161 new_targets |= 1 << target; in _get_target_bitmask_from_g_value() 1174 new_targets |= 1 << target; in _get_target_bitmask_from_g_value() 1178 return new_targets; in _get_target_bitmask_from_g_value()
|
/third_party/boost/tools/build/src/build/ |
D | virtual_target.py | 801 def replace_targets(self, old_targets, new_targets): argument 803 assert is_iterable_typed(new_targets, VirtualTarget) 804 self.targets_ = [t for t in self.targets_ if not t in old_targets] + new_targets
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | input.py | 2927 new_targets = [] 2933 new_targets.append(target) 2934 data[build_file]["targets"] = new_targets
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | input.py | 2699 new_targets = [] 2705 new_targets.append(target) 2706 data[build_file]['targets'] = new_targets
|