Home
last modified time | relevance | path

Searched refs:newp (Results 1 – 25 of 4185) sorted by relevance

12345678910>>...168

/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dskyrocket_particle.cpp361 newp->t = newp->tr = 4.0f; in initSucker()
456 newp->t = newp->tr = 3.0f; in initShockwave()
525 newp->t = newp->tr = 4.0f; in initStretcher()
616 newp->t = newp->tr = 2.5f; in initBigmama()
628 newp->t = newp->tr = 3.0f; in initBigmama()
638 newp->t = newp->tr = 3.0f; in initBigmama()
648 newp->t = newp->tr = 3.5f; in initBigmama()
658 newp->t = newp->tr = 3.5f; in initBigmama()
668 newp->t = newp->tr = 4.0f; in initBigmama()
1514 newp->tr = newp->t; in update()
[all …]
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccore/
H A Dsilcchannel.c53 newp = silc_calloc(1, sizeof(*newp)); in silc_channel_payload_parse()
54 if (!newp) in silc_channel_payload_parse()
75 return newp; in silc_channel_payload_parse()
99 newp = silc_calloc(1, sizeof(*newp)); in silc_channel_payload_parse_list()
100 if (!newp) in silc_channel_payload_parse_list()
119 len = 2 + newp->name_len + 2 + newp->id_len + 4; in silc_channel_payload_parse_list()
261 newp = silc_calloc(1, sizeof(*newp)); in silc_channel_key_payload_parse()
262 if (!newp) in silc_channel_key_payload_parse()
268 SILC_STR_UI16_NSTRING_ALLOC(&newp->id, &newp->id_len), in silc_channel_key_payload_parse()
277 if (newp->id_len < 1 || newp->key_len < 1 || newp->cipher_len < 1 || in silc_channel_key_payload_parse()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/lib/srdb2/
H A Ddb_uri.c66 db_uri_t* newp; in db_uri() local
84 newp->scheme.s = pkg_malloc(newp->scheme.len + 1); in db_uri()
88 newp->body.len = len - newp->scheme.len - 1; in db_uri()
89 newp->body.s = pkg_malloc(newp->body.len + 1); in db_uri()
91 memcpy(newp->body.s, colon + 1, newp->body.len); in db_uri()
92 newp->body.s[newp->body.len] = '\0'; in db_uri()
94 newp->scheme.s[newp->scheme.len] = '\0'; in db_uri()
98 return newp; in db_uri()
102 if (newp) { in db_uri()
104 if (newp->body.s) pkg_free(newp->body.s); in db_uri()
[all …]
H A Ddb_cmd.c40 db_cmd_t* newp; in db_cmd() local
49 newp->ctx = ctx; in db_cmd()
52 newp->table.s = (char*)pkg_malloc(newp->table.len + 1); in db_cmd()
54 memcpy(newp->table.s, table, newp->table.len + 1); in db_cmd()
56 newp->type = type; in db_cmd()
165 return newp; in db_cmd()
169 if (newp) { in db_cmd()
171 if (newp->result) db_fld_free(newp->result); in db_cmd()
172 if (newp->match) db_fld_free(newp->match); in db_cmd()
173 if (newp->vals) db_fld_free(newp->vals); in db_cmd()
[all …]
H A Ddb_ctx.c41 struct db_ctx_data* newp; in db_ctx_data() local
52 newp->data = data; in db_ctx_data()
53 return newp; in db_ctx_data()
57 if (newp) pkg_free(newp); in db_ctx_data()
75 db_ctx_t* newp; in db_ctx() local
83 newp->id.s = pkg_malloc(newp->id.len + 1); in db_ctx()
85 memcpy(newp->id.s, id, newp->id.len + 1); in db_ctx()
91 return newp; in db_ctx()
94 if (newp) { in db_ctx()
96 if (newp->id.s) pkg_free(newp->id.s); in db_ctx()
[all …]
H A Ddb_res.c34 db_res_t* newp; in db_res() local
38 if (newp == NULL) goto err; in db_res()
39 memset(newp, '\0', sizeof(db_res_t)); in db_res()
41 newp->cmd = cmd; in db_res()
48 newp->cur_rec = db_rec(newp, cmd->result); in db_res()
49 if (newp->cur_rec == NULL) goto err; in db_res()
50 return newp; in db_res()
54 if (newp) { in db_res()
55 if (newp->cur_rec) db_rec_free(newp->cur_rec); in db_res()
56 db_gen_free(&newp->gen); in db_res()
[all …]
H A Ddb_fld.c72 db_fld_t* newp; in db_fld() local
75 if (newp == NULL) { in db_fld()
84 return newp; in db_fld()
87 if (newp) { in db_fld()
89 db_gen_free(&newp[i].gen); in db_fld()
92 pkg_free(newp); in db_fld()
101 db_fld_t* newp; in db_fld_copy() local
107 if (newp == NULL) { in db_fld_copy()
116 return newp; in db_fld_copy()
120 if (newp) { in db_fld_copy()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tracking/include/pcl/tracking/impl/
H A Dtracking.hpp176 return (newp); in operator *()
190 return (newp); in operator +()
204 return (newp); in operator -()
342 return (newp); in operator *()
353 newp.roll = 0; in operator +()
518 newp.y = 0; in operator +()
533 newp.y = 0; in operator -()
685 newp.y = 0; in operator +()
700 newp.y = 0; in operator -()
851 newp.y = 0; in operator +()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/kalign/src/kalign2/
H A Dkalign2_profile.c197 return newp; in update2()
424 return newp; in feature_update()
621 newp += 64; in update()
755 newp += 64; in update()
762 return newp; in update()
775 newp += 64; in update_only_a()
821 return newp; in update_only_a()
844 newp += 22; in dna_update()
980 return newp; in dna_update()
994 newp += 22; in dna_update_only_a()
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/lwp/
H A Dlwp.c145 newp->sbtm = s; in lwpNewStack()
171 newp->ud = ud; in lwpCreate()
174 newp->fd = -1; in lwpCreate()
181 free(newp->sbtm); in lwpCreate()
182 free(newp->name); in lwpCreate()
183 free(newp); in lwpCreate()
187 newp, newp->sbtm); in lwpCreate()
191 return newp; in lwpCreate()
344 int *lim = (int *)((char *)newp->sbtm + newp->size); in lwpStackCheckInit()
359 int *top = (int *)(newp->ustack + newp->usize + LWP_REDZONE); in lwpStackCheck()
[all …]
/dports/benchmarks/uperf/uperf-1.0.7/src/
H A Dtcp.c120 protocol_t *newp; in protocol_tcp_new() local
130 newp->read = generic_read; in protocol_tcp_new()
137 newp->fd = -1; in protocol_tcp_new()
138 newp->port = -1; in protocol_tcp_new()
139 newp->next = NULL; in protocol_tcp_new()
140 return (newp); in protocol_tcp_new()
146 protocol_t *newp; in protocol_tcp_accept() local
161 return (newp); in protocol_tcp_accept()
167 protocol_t *newp; in protocol_tcp_create() local
177 newp->port = port; in protocol_tcp_create()
[all …]
/dports/devel/libr3/r3-1.0.0/php/r3/
H A Dhash.c66 newp->arKey = (const char*)(newp+1); in my_copy_hashtable()
77 newp->pLast = NULL; in my_copy_hashtable()
78 newp->pNext->pLast = newp; in my_copy_hashtable()
80 newp->pNext = newp->pLast = NULL; in my_copy_hashtable()
82 target->arBuckets[n] = newp; in my_copy_hashtable()
86 memcpy(&newp->pDataPtr, newp->pData, sizeof(void*)); in my_copy_hashtable()
89 newp->pListLast = prev; in my_copy_hashtable()
90 newp->pListNext = NULL; in my_copy_hashtable()
93 prev->pListNext = newp; in my_copy_hashtable()
99 prev = newp; in my_copy_hashtable()
[all …]
/dports/devel/elfutils/elfutils-0.179/libdw/
H A Dlibdw_findcu.c149 newp->dbg = dbg; in __libdw_intern_next_unit()
151 newp->start = oldoff; in __libdw_intern_next_unit()
152 newp->end = *offsetp; in __libdw_intern_next_unit()
159 newp->orig_abbrev_offset = newp->last_abbrev_offset = abbrev_offset; in __libdw_intern_next_unit()
160 newp->files = NULL; in __libdw_intern_next_unit()
161 newp->lines = NULL; in __libdw_intern_next_unit()
162 newp->locs = NULL; in __libdw_intern_next_unit()
170 newp->startp = data->d_buf + newp->start; in __libdw_intern_next_unit()
171 newp->endp = data->d_buf + newp->end; in __libdw_intern_next_unit()
224 return newp; in __libdw_intern_next_unit()
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DV3WidthSel.cpp127 return newp; in newSubNeg()
129 AstNode* const newp in newSubNeg() local
134 return newp; in newSubNeg()
136 AstNode* const newp in newSubNeg() local
141 return newp; in newSubNeg()
150 return newp; in newSubNeg()
166 return newp; in newSubLsbOf()
170 return newp; in newSubLsbOf()
282 AstNode* newp; in visit() local
293 AstSel* const newp in visit() local
[all …]
H A DV3Ast.cpp353 m_op1p = newp; in setOp1p()
366 m_op2p = newp; in setOp2p()
379 m_op3p = newp; in setOp3p()
392 m_op4p = newp; in setOp4p()
402 op1p(newp); in addOp1p()
412 op2p(newp); in addOp2p()
422 op3p(newp); in addOp3p()
682 return newp; in cloneTreeIter()
706 AstNode* newp; in cloneTree() local
712 newp->m_headtailp = newp; in cloneTree()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_subexp.c128 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
134 bestnewp = newp; in vp9_prob_diff_update_savings_search()
147 int newp; in vp9_prob_diff_update_savings_search_model() local
160 for (newp = *bestp; newp > oldp[PIVOT_NODE]; newp += step) { in vp9_prob_diff_update_savings_search_model()
161 if (newp < 1 || newp > 255) in vp9_prob_diff_update_savings_search_model()
173 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
178 for (newp = *bestp; newp < oldp[PIVOT_NODE]; newp += step) { in vp9_prob_diff_update_savings_search_model()
179 if (newp < 1 || newp > 255) in vp9_prob_diff_update_savings_search_model()
191 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
206 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/math/gravity/Gravity-da941e9/src/
H A Dparam.cpp119 newp._name = newp._name.substr(newp._name.find("("),newp._name.find(")")); in conj()
122 newp._name = "conj("+newp._name+")"; in conj()
124 newp._is_conjugate = !newp._is_conjugate; in conj()
125 return newp; in conj()
131 newp._name = "ang("+newp._name+")"; in ang()
132 return newp; in ang()
138 newp._name = "|"+newp._name+"|²"; in sqrmag()
139 return newp; in sqrmag()
144 newp._name = "real("+newp._name+")"; in real()
146 return newp; in real()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c80 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
113 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
126 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
132 bestnewp = newp; in vp9_prob_diff_update_savings_search()
145 int newp; in vp9_prob_diff_update_savings_search_model() local
162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
163 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
172 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
187 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_subexp.c80 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
113 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
126 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
132 bestnewp = newp; in vp9_prob_diff_update_savings_search()
145 int newp; in vp9_prob_diff_update_savings_search_model() local
162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
163 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
172 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
187 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_subexp.c82 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
115 const int delp = remap_prob(newp, oldp); in eb_vp9_write_prob_diff_update()
123 vpx_prob newp, bestnewp = oldp; in eb_vp9_prob_diff_update_savings_search() local
129 for (newp = *bestp; newp != oldp; newp += (vpx_prob)step) { in eb_vp9_prob_diff_update_savings_search()
135 bestnewp = newp; in eb_vp9_prob_diff_update_savings_search()
148 int newp; in eb_vp9_prob_diff_update_savings_search_model() local
166 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in eb_vp9_prob_diff_update_savings_search_model()
167 if (newp < 1 || newp > 255) continue; in eb_vp9_prob_diff_update_savings_search_model()
176 bestnewp = (vpx_prob)newp; in eb_vp9_prob_diff_update_savings_search_model()
191 assert(newp >= 1); in eb_vp9_cond_prob_diff_update()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c80 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
113 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
126 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
132 bestnewp = newp; in vp9_prob_diff_update_savings_search()
145 int newp; in vp9_prob_diff_update_savings_search_model() local
162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
163 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
172 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
187 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_subexp.c80 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
113 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
126 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
132 bestnewp = newp; in vp9_prob_diff_update_savings_search()
145 int newp; in vp9_prob_diff_update_savings_search_model() local
162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
163 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
172 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
187 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c79 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
112 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
120 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
125 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
131 bestnewp = newp; in vp9_prob_diff_update_savings_search()
144 int newp; in vp9_prob_diff_update_savings_search_model() local
161 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
162 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
171 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
186 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c80 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
113 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
126 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
132 bestnewp = newp; in vp9_prob_diff_update_savings_search()
145 int newp; in vp9_prob_diff_update_savings_search_model() local
162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
163 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
172 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
187 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_subexp.c80 int delp = remap_prob(newp, oldp); in prob_diff_update_cost()
113 const int delp = remap_prob(newp, oldp); in vp9_write_prob_diff_update()
121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
126 for (newp = *bestp; newp != oldp; newp += step) { in vp9_prob_diff_update_savings_search()
132 bestnewp = newp; in vp9_prob_diff_update_savings_search()
145 int newp; in vp9_prob_diff_update_savings_search_model() local
162 for (newp = *bestp; (newp - oldp) * step_sign < 0; newp += step) { in vp9_prob_diff_update_savings_search_model()
163 if (newp < 1 || newp > 255) continue; in vp9_prob_diff_update_savings_search_model()
172 bestnewp = newp; in vp9_prob_diff_update_savings_search_model()
187 assert(newp >= 1); in vp9_cond_prob_diff_update()
[all …]

12345678910>>...168