| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| obj.c | 136 struct tsp_object *new_obj, *tmp; local 138 new_obj = calloc(1, sizeof(struct tsp_object)); 139 if (new_obj == NULL) { 144 new_obj->handle = obj_get_next_handle(); 145 new_obj->flags = flags; 146 new_obj->data = data; 149 new_obj->tspContext = new_obj->handle; 151 new_obj->tspContext = tsp_context; 156 list->head = new_obj; [all...] |
| /src/games/rogue/ |
| save.c | 277 object read_obj, *new_obj; local 285 new_obj = alloc_object(); 286 *new_obj = read_obj; 288 if (new_obj->in_use_flags & BEING_WORN) { 289 do_wear(new_obj); 290 } else if (new_obj->in_use_flags & BEING_WIELDED) { 291 do_wield(new_obj); 292 } else if (new_obj->in_use_flags & (ON_EITHER_HAND)) { 293 do_put_on(new_obj, 294 ((new_obj->in_use_flags & ON_LEFT_HAND) ? 1 : 0)) [all...] |
| pack.c | 470 pack_count(const object *new_obj) 480 } else if (!new_obj) { 482 } else if ((new_obj->what_is != WEAPON) || 487 (new_obj->which_kind != obj->which_kind) || 488 (obj->quiver != new_obj->quiver)) {
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-mi.c | 58 gdbpy_ref<> new_obj (type == ui_out_type_list 61 if (new_obj == nullptr) 70 new_desc.obj = std::move (new_obj); 82 object_desc new_obj = std::move (current ()); 84 add_field (new_obj.field_name.c_str (), new_obj.obj);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-mi.c | 58 gdbpy_ref<> new_obj (type == ui_out_type_list 61 if (new_obj == nullptr) 70 new_desc.obj = std::move (new_obj); 82 object_desc new_obj = std::move (current ()); 84 add_field (new_obj.field_name.c_str (), new_obj.obj);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 2708 tree new_obj = NULL_TREE; local 2714 new_obj = TREE_VEC_ELT (new_call.bindings, 0); 2715 STRIP_NOPS (new_obj); 2716 if (TREE_CODE (new_obj) == ADDR_EXPR) 2717 new_obj = TREE_OPERAND (new_obj, 0); 2726 if (new_obj == cur_obj) 2731 new_obj = NULL_TREE; 2850 if (new_obj && DECL_DESTRUCTOR_P (fun)) 2851 cxx_set_object_constness (ctx, new_obj, /*readonly_p=*/false [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-emit.cc | 871 ira_object_t new_obj = ALLOCNO_OBJECT (new_allocno, j); 873 OBJECT_MIN (new_obj) = 0; 874 OBJECT_MAX (new_obj) = ira_objects_num - 1; 870 ira_object_t new_obj = ALLOCNO_OBJECT (new_allocno, j); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-emit.cc | 871 ira_object_t new_obj = ALLOCNO_OBJECT (new_allocno, j); 873 OBJECT_MIN (new_obj) = 0; 874 OBJECT_MAX (new_obj) = ira_objects_num - 1; 870 ira_object_t new_obj = ALLOCNO_OBJECT (new_allocno, j); local
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zap.c | 978 uint64_t new_obj; local 980 VERIFY((new_obj = zap_create(os, ot, DMU_OT_NONE, 0, tx)) > 0); 981 VERIFY0(zap_add(os, parent_obj, name, sizeof (uint64_t), 1, &new_obj, 984 return (new_obj);
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_bo_util.c | 543 * @new_obj: A pointer to a pointer to a newly created ttm_buffer_object, 555 struct ttm_buffer_object **new_obj) 601 *new_obj = &fbo->base;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 3166 tree new_obj = NULL_TREE; 3172 new_obj = TREE_VEC_ELT (new_call.bindings, 0); 3174 new_obj = cxx_fold_indirect_ref (ctx, loc, DECL_CONTEXT (fun), new_obj, 3180 new_obj = NULL_TREE; 3188 if (new_obj == cur_obj) 3193 new_obj = NULL_TREE; 3329 if (new_obj && DECL_DESTRUCTOR_P (fun)) 3330 cxx_set_object_constness (ctx, new_obj, /*readonly_p=*/false, 3335 if (new_obj [all...] |