Home
last modified time | relevance | path

Searched refs:bpt (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-config/
H A Dipmi-config-category-core-lan-conf-user-security-section.c61 assert (bpt); in _get_bad_password_threshold()
138 bpt->user_lockout_interval = val; in _get_bad_password_threshold()
158 assert (bpt); in _set_bad_password_threshold()
210 struct bad_password_threshold bpt; in bad_password_threshold_checkout() local
233 struct bad_password_threshold bpt; in bad_password_threshold_commit() local
252 struct bad_password_threshold bpt; in attempt_count_reset_interval_checkout() local
275 struct bad_password_threshold bpt; in attempt_count_reset_interval_commit() local
294 struct bad_password_threshold bpt; in user_lockout_interval_checkout() local
317 struct bad_password_threshold bpt; in user_lockout_interval_commit() local
336 struct bad_password_threshold bpt; in enable_event_message_when_user_disabled_checkout() local
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/debugger/
H A Ddbg_breakpoints.c71 void enable_breakpoint( int bpt) in enable_breakpoint() argument
91 void disable_breakpoint( int bpt ) in disable_breakpoint() argument
113 void remove_breakpoint_by_num( int bpt ) in remove_breakpoint_by_num() argument
118 disable_breakpoint( bpt ); in remove_breakpoint_by_num()
129 if(bpt==-1) in remove_breakpoint_by_address()
134 remove_breakpoint_by_num( bpt ); in remove_breakpoint_by_address()
141 disable_breakpoint( bpt ); in replace_breakpoint_num()
148 enable_breakpoint( bpt ); in replace_breakpoint_num()
190 int bpt; in check_breakpoints_on_mem_access() local
194 if(bpt != -1) in check_breakpoints_on_mem_access()
[all …]
/dports/audio/ctronome/ctronome-0.5.6/
H A Dctronome.c127 bpt[1] = bpm[1]; in next_program()
135 bpm[1] = bpt[1]; in next_program()
141 if (bpt[0] < 1) bpt[0] = 1; if (bpt[0] > 50) bpt[0] = 50; in next_program()
142 if (bpt[1] < 1) bpt[1] = 1; if (bpt[1] > 50) bpt[1] = 50; in next_program()
206 bpt[0] = atoi(argv[i]); in parm_init()
211 if (debug) printf("debug: bpt: '%d'/'%d'\n",bpt[0],bpt[1]); in parm_init()
243 bpt[1] = bpm[1]; in parm_init()
251 bpm[1] = bpt[1]; in parm_init()
260 if (bpt[0] < 1) bpt[0] = 1; if (bpt[0] > 50) bpt[0] = 50; in parm_init()
261 if (bpt[1] < 1) bpt[1] = 1; if (bpt[1] > 50) bpt[1] = 50; in parm_init()
[all …]
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A Dmoddeg.c6 if ((bpt==3) || (bpt==20) || (bpt==21) || (bpt==23)) in prep_moddeg_at2()
9 if ((bpt==1) || (bpt==3) || (bpt==8) || (bpt==9) || (bpt==24)) return; in prep_moddeg_at2()
11 if ((bpt==10) || (bpt==22) || (bpt==23)) in prep_moddeg_at2()
14 if (bpt==16) in prep_moddeg_at2()
18 if (bpt==17) in prep_moddeg_at2()
27 if (bpt==21) in prep_moddeg_at2()
31 if (bpt==26) in prep_moddeg_at2()
34 if (bpt==27) in prep_moddeg_at2()
129 {if (bpt==2) in prepare_moddeg()
141 if ((bpt>=3) && (bpt<=6)) in prepare_moddeg()
[all …]
H A Deulerfactors.c91 if ((bpt==1) || (bpt>=29)) in euler_factor_bad()
95 if ((bpt>=2) && (bpt<=6)) in euler_factor_bad()
97 else cyclic_abelian(p,m,bpt,v,bpt); return;} in euler_factor_bad()
98 if (((bpt>=8) && (bpt<=10)) || ((bpt>=24) && (bpt<=27))) in euler_factor_bad()
103 if (bpt==22) {cyclic_abelian(2,m,4,v,bpt); return;} in euler_factor_bad()
105 if ((bpt==12) || (bpt==13)) in euler_factor_bad()
109 if ((bpt==16) || (bpt==17)) cyclic_abelian(2,m,2,v,bpt); in euler_factor_bad()
110 if (bpt==14) cyclic_abelian(3,m,3,v,bpt); in euler_factor_bad()
111 if (bpt==15) cyclic_abelian(3,m,6,v,bpt); in euler_factor_bad()
112 if ((bpt==18) || (bpt==19)) cyclic_nonabelian(p,m,eps,v); in euler_factor_bad()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/sigs.k8s.io/kustomize/api/internal/target/
H A Dkusttarget_configplugin.go37 r, err := generatorConfigurators[bpt](
38 kt, bpt, builtinhelpers.GeneratorFactories[bpt])
62 r, err := transformerConfigurators[bpt](
63 kt, bpt, builtinhelpers.TransformerFactories[bpt], tc)
76 bpt builtinhelpers.BuiltinPluginType,
88 err := kt.configureBuiltinPlugin(p, c, bpt)
144 bpt builtinhelpers.BuiltinPluginType,
157 err = kt.configureBuiltinPlugin(p, c, bpt)
197 err = kt.configureBuiltinPlugin(p, c, bpt)
265 err = kt.configureBuiltinPlugin(p, c, bpt)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/unix/
H A Dgetcwd.c66 register char *bpt, *bup; local
98 bpt = ept - 1;
99 *bpt = '\0';
137 *--bpt = '/';
143 (void) bcopy (bpt, pt, ept - bpt);
226 off = bpt - pt;
227 len = ept - bpt;
232 bpt = pt + off;
235 bpt = ept - len;
238 *--bpt = '/';
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/unix/
H A Dgetcwd.c66 register char *bpt, *bup; local
98 bpt = ept - 1;
99 *bpt = '\0';
137 *--bpt = '/';
143 (void) bcopy (bpt, pt, ept - bpt);
226 off = bpt - pt;
227 len = ept - bpt;
232 bpt = pt + off;
235 bpt = ept - len;
238 *--bpt = '/';
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dpcl_video.cpp60 namespace bpt = boost::posix_time;
79 bpt::ptime blk_start(bpt::microsec_clock::local_time()); in Callback()
104 bpt::time_duration cluster_len( in Callback()
151 bpt::time_duration td = seg_start_ - basis; in Run()
233 bpt::ptime seg_start_;
234 bpt::ptime cltr_start_;
297 bpt::time_duration sd(bpt::microseconds(segment.info.date() / 1000)); in Run()
298 bpt::ptime seg_start(basis + sd); in Run()
334 bpt::ptime pb_start(bpt::microsec_clock::local_time()); in Run()
345 bpt::time_duration blk_offset(bpt::microseconds(( in Run()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/unix/
H A Dgetcwd.c64 register char *bpt, *bup; local
96 bpt = ept - 1;
97 *bpt = '\0';
135 *--bpt = '/';
141 (void) bcopy (bpt, pt, ept - bpt);
224 off = bpt - pt;
225 len = ept - bpt;
230 bpt = pt + off;
233 bpt = ept - len;
236 *--bpt = '/';
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dgetcwd.c59 char *bpt, *bup; in getcwd() local
84 bpt = ept - 1; in getcwd()
85 *bpt = '\0'; in getcwd()
118 *--bpt = '/'; in getcwd()
124 memmove(pt, bpt, ept - bpt); in getcwd()
198 len = ept - bpt; in getcwd()
201 bpt = npt + (bpt - pt); in getcwd()
204 memmove(ept - len, bpt, len); in getcwd()
205 bpt = ept - len; in getcwd()
208 *--bpt = '/'; in getcwd()
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dgetcwd.c65 char *bpt, *bup; in sudo_getcwd() local
90 bpt = ept - 1; in sudo_getcwd()
91 *bpt = '\0'; in sudo_getcwd()
124 *--bpt = '/'; in sudo_getcwd()
130 memcpy(pt, bpt, ept - bpt); in sudo_getcwd()
205 off = bpt - pt; in sudo_getcwd()
206 len = ept - bpt; in sudo_getcwd()
211 bpt = pt + off; in sudo_getcwd()
214 bpt = ept - len; in sudo_getcwd()
217 *--bpt = '/'; in sudo_getcwd()
[all …]
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dgetcwd.c59 char *bpt, *bup; in getcwd() local
84 bpt = ept - 1; in getcwd()
85 *bpt = '\0'; in getcwd()
118 *--bpt = '/'; in getcwd()
124 memmove(pt, bpt, ept - bpt); in getcwd()
198 len = ept - bpt; in getcwd()
201 bpt = npt + (bpt - pt); in getcwd()
204 memmove(ept - len, bpt, len); in getcwd()
205 bpt = ept - len; in getcwd()
208 *--bpt = '/'; in getcwd()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dgetcwd.c59 char *bpt, *bup; in getcwd() local
84 bpt = ept - 1; in getcwd()
85 *bpt = '\0'; in getcwd()
118 *--bpt = '/'; in getcwd()
124 memmove(pt, bpt, ept - bpt); in getcwd()
198 len = ept - bpt; in getcwd()
201 bpt = npt + (bpt - pt); in getcwd()
204 memmove(ept - len, bpt, len); in getcwd()
205 bpt = ept - len; in getcwd()
208 *--bpt = '/'; in getcwd()
[all …]
/dports/databases/db5/db-5.3.28/src/clib/
H A Dgetcwd.c86 register char *bpt, *bup; local
118 bpt = ept - 1;
119 *bpt = '\0';
152 *--bpt = PATH_SEPARATOR[0];
158 bcopy(bpt, pt, ept - bpt);
228 off = bpt - pt;
229 len = ept - bpt;
232 bpt = pt + off;
234 bcopy(bpt, ept - len, len);
235 bpt = ept - len;
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A Dgetcwd.c103 register char *bpt, *bup; local
134 bpt = ept - 1;
135 *bpt = '\0';
168 *--bpt = PATH_SEPARATOR[0];
174 bcopy(bpt, pt, ept - bpt);
244 off = bpt - pt;
245 len = ept - bpt;
248 bpt = pt + off;
250 bcopy(bpt, ept - len, len);
251 bpt = ept - len;
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/clib/
H A Dgetcwd2.c94 register char *bpt, *bup; local
125 bpt = ept - 1;
126 *bpt = '\0';
159 *--bpt = PATH_SEPARATOR[0];
165 bcopy(bpt, pt, ept - bpt);
235 off = bpt - pt;
236 len = ept - bpt;
239 bpt = pt + off;
241 bcopy(bpt, ept - len, len);
242 bpt = ept - len;
[all …]
/dports/databases/db18/db-18.1.40/src/clib/
H A Dgetcwd.c86 register char *bpt, *bup; local
118 bpt = ept - 1;
119 *bpt = '\0';
152 *--bpt = PATH_SEPARATOR[0];
158 bcopy(bpt, pt, ept - bpt);
228 off = bpt - pt;
229 len = ept - bpt;
232 bpt = pt + off;
234 bcopy(bpt, ept - len, len);
235 bpt = ept - len;
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Drubberstretch.py42 def applyDiffeo(self, bpt, vects=()): argument
44 vect[0] -= bpt[0]
45 vect[1] -= bpt[1]
47 bpt[1] *= -1
51 x, y = (bpt[0] - bx0), (bpt[1] - by0)
56 bpt[0] = bx0 + x * sy1
57 bpt[1] = by0 + y / sx1
77 vect[0] += bpt[0]
78 vect[1] += bpt[1]
80 bpt[1] *= -1
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbreakpoint.c785 if (bpt->inserted || bpt->duplicate) in insert_bp_location()
897 bpt->inserted = 1; in insert_bp_location()
1094 bpt->inserted = 1; in insert_bp_location()
1790 && (bpt->owner->thread == -1 || bpt->owner->thread == thread)) in breakpoint_thread_match()
3203 && bpt->inserted in bpstat_have_active_hw_watchpoints()
6992 if (bpt->cond) in delete_breakpoint()
7028 xfree (bpt); in delete_breakpoint()
7522 bpt->number); in disable_command()
7614 bpt->val = evaluate_expression (bpt->exp); in do_enable_breakpoint()
7656 do_enable_breakpoint (bpt, bpt->disposition); in enable_breakpoint()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbreakpoint.c785 if (bpt->inserted || bpt->duplicate) in insert_bp_location()
897 bpt->inserted = 1; in insert_bp_location()
1094 bpt->inserted = 1; in insert_bp_location()
1790 && (bpt->owner->thread == -1 || bpt->owner->thread == thread)) in breakpoint_thread_match()
3203 && bpt->inserted in bpstat_have_active_hw_watchpoints()
6992 if (bpt->cond) in delete_breakpoint()
7028 xfree (bpt); in delete_breakpoint()
7522 bpt->number); in disable_command()
7614 bpt->val = evaluate_expression (bpt->exp); in do_enable_breakpoint()
7656 do_enable_breakpoint (bpt, bpt->disposition); in enable_breakpoint()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fBuiltinPrecisionTests.cpp37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases(); in createBuiltinPrecisionTests()
45 de::MovePtr<const bpt::CaseFactories> es31Cases = bpt::createES31BuiltinCases(); in createBuiltinPrecisionTests()
49 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
60 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_subset.c13 char *aar , *bar , *apt , *bpt ; in mri_subset_x2D() local
30 bpt = bar + ps*(ii+jj*nxb) ; in mri_subset_x2D()
33 default: memcpy(bpt,apt,ps) ; break ; in mri_subset_x2D()
35 case 4: *bpt++ = *apt++ ; /* fall thru */ in mri_subset_x2D()
36 case 3: *bpt++ = *apt++ ; /* fall thru */ in mri_subset_x2D()
37 case 2: *bpt++ = *apt++ ; /* fall thru */ in mri_subset_x2D()
38 case 1: *bpt++ = *apt++ ; break ; in mri_subset_x2D()
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dtcpb.c6 int ng,ngi,nsg,nr,endsg,endr,maxcos,str,len,ad,*fpt,*bpt, variable
142 lkah=0; bpt[1]=0; endcr= -1; in tcprog()
163 { j=bpt[ccos]; in tcprog()
166 if (i==0) lastd=j; else bpt[i]=j; in tcprog()
167 j=fpt[lcl]; fpt[lcl]=ccos; bpt[ccos]=lcl; fpt[ccos]=j; bpt[j]=ccos; in tcprog()
189 j=bpt[j]; in tcprog()
201 bpt[1]=1; cosno[1]=1; j=1; in tcprog()
254 fhc=fpt[hc]; bhc=bpt[hc]; fpt[bhc]=fhc; in coinc()
255 if (fhc==0) lastd=bhc; else bpt[fhc]=bhc; in coinc()
278 qt=him; bpt[qt]=0; in coinc()
[all …]
H A Dtcp.c167 fpt=rel+1+endr; bpt=fpt+maxcos; in tcprog()
204 lkah=0; bpt[1]=0; endcr= -1; in tcprog()
244 { j=bpt[ccos]; in tcprog()
247 if (i==0) lastd=j; else bpt[i]=j; in tcprog()
248 j=fpt[lcl]; fpt[lcl]=ccos; bpt[ccos]=lcl; fpt[ccos]=j; bpt[j]=ccos; in tcprog()
278 j=bpt[j]; in tcprog()
292 bpt[1]=1; cosno[1]=1; j=1; in tcprog()
361 fhc=fpt[hc]; bhc=bpt[hc]; fpt[bhc]=fhc; in coinc()
362 if (fhc==0) lastd=bhc; else bpt[fhc]=bhc; in coinc()
396 qt=him; bpt[qt]=0; in coinc()
[all …]

12345678910>>...35