Home
last modified time | relevance | path

Searched refs:first_obj (Results 1 – 25 of 78) sorted by path

1234

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/backend/
H A Darranger_selections.c2283 ArrangerObject * first_obj = in arranger_selections_merge() local
2286 IS_ARRANGER_OBJECT_AND_NONNULL (first_obj) && in arranger_selections_merge()
2287 first_obj->type == ARRANGER_OBJECT_TYPE_REGION); in arranger_selections_merge()
2288 ZRegion * first_r = (ZRegion *) first_obj; in arranger_selections_merge()
2305 first_obj->pos.ticks; in arranger_selections_merge()
2345 first_obj->pos.frames; in arranger_selections_merge()
2390 first_obj->pos.ticks; in arranger_selections_merge()
2425 first_obj->pos.ticks; in arranger_selections_merge()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/blastdb/
H A Dmakeblastdb.cpp900 CRef<CBlast_db_mask_info> first_obj; in x_ProcessMaskData() local
903 … s_ReadObject(mask_file, mask_file_format, first_obj, "mask data in '" + file_list[i] + "'"); in x_ProcessMaskData()
912 string opts = first_obj->GetAlgo_options(); in x_ProcessMaskData()
917 static_cast<EBlast_filter_program>(first_obj->GetAlgo_program()); in x_ProcessMaskData()
923 CRef<CBlast_mask_list> masks(& first_obj->SetMasks()); in x_ProcessMaskData()
924 first_obj.Reset(); in x_ProcessMaskData()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blastdb/
H A Dmakeblastdb.cpp900 CRef<CBlast_db_mask_info> first_obj; in x_ProcessMaskData() local
903 … s_ReadObject(mask_file, mask_file_format, first_obj, "mask data in '" + file_list[i] + "'"); in x_ProcessMaskData()
912 string opts = first_obj->GetAlgo_options(); in x_ProcessMaskData()
917 static_cast<EBlast_filter_program>(first_obj->GetAlgo_program()); in x_ProcessMaskData()
923 CRef<CBlast_mask_list> masks(& first_obj->SetMasks()); in x_ProcessMaskData()
924 first_obj.Reset(); in x_ProcessMaskData()
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/
H A Dpgconn.c264 PyObject *first_obj = PySequence_Fast_GET_ITEM(param_obj, 0); in _conn_query() local
265 if (PyList_Check(first_obj) || PyTuple_Check(first_obj)) { in _conn_query()
267 param_obj = PySequence_Fast(first_obj, NULL); in _conn_query()
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Dunicode_format.h1249 PyObject *first_obj = NULL; in formatter_field_name_split() local
1277 first_obj = PyLong_FromSsize_t(first_idx); in formatter_field_name_split()
1280 first_obj = SubString_new_object(&first); in formatter_field_name_split()
1281 if (first_obj == NULL) in formatter_field_name_split()
1285 result = PyTuple_Pack(2, first_obj, it); in formatter_field_name_split()
1289 Py_XDECREF(first_obj); in formatter_field_name_split()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/stringlib/
H A Dunicode_format.h1249 PyObject *first_obj = NULL; in formatter_field_name_split() local
1277 first_obj = PyLong_FromSsize_t(first_idx); in formatter_field_name_split()
1280 first_obj = SubString_new_object(&first); in formatter_field_name_split()
1281 if (first_obj == NULL) in formatter_field_name_split()
1285 result = PyTuple_Pack(2, first_obj, it); in formatter_field_name_split()
1289 Py_XDECREF(first_obj); in formatter_field_name_split()
/dports/devel/hwloc/hwloc-1.11.13/include/hwloc/
H A Dplugins.h411 …LSPEC int hwloc_insert_pci_device_list(struct hwloc_backend *backend, struct hwloc_obj *first_obj);
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dpci-common.c337 struct hwloc_obj *first_obj) in hwloc_insert_pci_device_list() argument
344 if (!first_obj) in hwloc_insert_pci_device_list()
352 while (first_obj) { in hwloc_insert_pci_device_list()
353 obj = first_obj; in hwloc_insert_pci_device_list()
354 first_obj = obj->next_sibling; in hwloc_insert_pci_device_list()
H A Dtopology-linux.c5752 hwloc_obj_t first_obj = NULL, last_obj = NULL; in hwloc_look_linuxfs_pci() local
5894 if (first_obj) in hwloc_look_linuxfs_pci()
5897 first_obj = obj; in hwloc_look_linuxfs_pci()
5916 hwloc_obj_t obj = first_obj; in hwloc_look_linuxfs_pci()
5930 res = hwloc_insert_pci_device_list(backend, first_obj); in hwloc_look_linuxfs_pci()
H A Dtopology-pci.c94 struct hwloc_obj *first_obj = NULL, *last_obj = NULL; in hwloc_look_pci() local
305 if (first_obj) in hwloc_look_pci()
308 first_obj = obj; in hwloc_look_pci()
333 hwloc_obj_t obj = first_obj; in hwloc_look_pci()
351 return hwloc_insert_pci_device_list(backend, first_obj); in hwloc_look_pci()
/dports/devel/py-python-application/python-application-2.8.0/application/debug/
H A Dmemory.py79 first_obj = cycle[0] if cycle else None
89 … string += ' .%s' % (key for key, value in d.iteritems() if value is first_obj).next()
93 string += repr(first_obj)
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Dcomputation.py283 first_obj = _first_of_type(args, DataArray)
284 name = first_obj.name
H A Dconcat.py224 first_obj, objs = utils.peek_at(objs)
233 if isinstance(first_obj, DataArray):
235 elif isinstance(first_obj, Dataset):
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dregrename.c193 char *first_obj; in regrename_optimize() local
198 first_obj = obstack_alloc (&rename_obstack, 0); in regrename_optimize()
355 obstack_free (&rename_obstack, first_obj); in regrename_optimize()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dregrename.c192 char *first_obj; in regrename_optimize() local
197 first_obj = obstack_alloc (&rename_obstack, 0); in regrename_optimize()
353 obstack_free (&rename_obstack, first_obj); in regrename_optimize()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dregrename.c192 char *first_obj; in regrename_optimize() local
197 first_obj = obstack_alloc (&rename_obstack, 0); in regrename_optimize()
353 obstack_free (&rename_obstack, first_obj); in regrename_optimize()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DFileAccess.cc746 scan=all_fa.first_obj(); in NextSameSite()
H A Dxlist.h87 T *first_obj() const { return xlist<T>::next_obj(); } in first_obj() function
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dmedrobot.cpp340 int rval, first_obj; in LocalObjectSelectNextinSegment() local
343 first_obj = Cur_object_index; in LocalObjectSelectNextinSegment()
348 if (first_obj == Cur_object_index) in LocalObjectSelectNextinSegment()
360 if (Cur_object_index != first_obj) in LocalObjectSelectNextinSegment()
375 int rval, first_obj; in LocalObjectSelectNextinMine() local
379 first_obj = Cur_object_index; in LocalObjectSelectNextinMine()
384 if (Cur_object_index == first_obj) in LocalObjectSelectNextinMine()
396 if (Cur_object_index != first_obj) in LocalObjectSelectNextinMine()
411 int rval, first_obj; in LocalObjectSelectPrevinMine() local
415 first_obj = Cur_object_index; in LocalObjectSelectPrevinMine()
[all …]
/dports/games/eureka/eureka-1.27b-source/src/
H A Dm_select.cc43 maxobj(-1), first_obj(-1) in selection_c()
114 if (first_obj < 0 && empty()) in set()
115 first_obj = n; in set()
177 if (first_obj == n) in clear()
178 first_obj = -1; in clear()
195 first_obj = -1; in clear_all()
236 if (first_obj < 0 && empty()) in set_ext()
237 first_obj = n; in set_ext()
422 if (first_obj >= 0) in find_first()
426 return first_obj; in find_first()
[all …]
H A Dm_select.h61 int first_obj; variable
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dshk.c3221 price_quote(first_obj) in price_quote() argument
3222 register struct obj *first_obj; in price_quote()
3234 for (otmp = first_obj; otmp; otmp = otmp->nexthere) {
3252 if (first_obj->no_charge || first_obj == uball || first_obj == uchain){
3256 cost = get_cost(first_obj, (struct monst *)0);
3257 if (Has_contents(first_obj))
3258 cost += contained_cost(first_obj, shkp, 0L, FALSE);
3259 pline("%s, price %ld zorkmid%s%s%s", doname(first_obj),
3260 cost, plur(cost), first_obj->quan > 1L ? " each" : "",
3261 shk_embellish(first_obj, cost));
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dshk.c3221 price_quote(first_obj) in price_quote() argument
3222 register struct obj *first_obj; in price_quote()
3234 for (otmp = first_obj; otmp; otmp = otmp->nexthere) {
3252 if (first_obj->no_charge || first_obj == uball || first_obj == uchain){
3256 cost = get_cost(first_obj, (struct monst *)0);
3257 if (Has_contents(first_obj))
3258 cost += contained_cost(first_obj, shkp, 0L, FALSE);
3259 pline("%s, price %ld zorkmid%s%s%s", doname(first_obj),
3260 cost, plur(cost), first_obj->quan > 1L ? " each" : "",
3261 shk_embellish(first_obj, cost));
/dports/games/nethack33/nethack-3.3.1/src/
H A Dshk.c3221 price_quote(first_obj) in price_quote() argument
3222 register struct obj *first_obj; in price_quote()
3234 for (otmp = first_obj; otmp; otmp = otmp->nexthere) {
3252 if (first_obj->no_charge || first_obj == uball || first_obj == uchain){
3256 cost = get_cost(first_obj, (struct monst *)0);
3257 if (Has_contents(first_obj))
3258 cost += contained_cost(first_obj, shkp, 0L, FALSE);
3259 pline("%s, price %ld zorkmid%s%s%s", doname(first_obj),
3260 cost, plur(cost), first_obj->quan > 1L ? " each" : "",
3261 shk_embellish(first_obj, cost));
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dshk.c3643 price_quote(first_obj) argument
3644 register struct obj *first_obj;
3656 for (otmp = first_obj; otmp; otmp = otmp->nexthere) {
3674 if (first_obj->no_charge || first_obj == uball || first_obj == uchain){
3678 cost = get_cost(first_obj, (struct monst *)0);
3679 if (Has_contents(first_obj))
3680 cost += contained_cost(first_obj, shkp, 0L, FALSE, FALSE);
3681 pline("%s, price %ld %s%s%s", doname(first_obj),
3682 cost, currency(cost), first_obj->quan > 1L ? " each" : "",
3683 shk_embellish(first_obj, cost));

1234