Home
last modified time | relevance | path

Searched refs:SEC_MAX (Results 1 – 7 of 7) sorted by relevance

/dports/dns/py-pywdns/pywdns-0.10.1/
H A Dwdns_constants.py5 SEC_MAX = 4 variable
/dports/devel/radare2/radare2-5.1.1/libr/io/p/
H A Dio_ihex.c239 #define SEC_MAX (sec_size < INT_MAX)? sec_size: INT_MAX in ihex_parse() macro
267 if ((next_addr != addr_tmp) || ((sec_size + bc) > SEC_MAX)) { in ihex_parse()
/dports/misc/heyu2/heyu-2.10/
H A Dmodules.c1251 flags |= SEC_MAX; in remote_options()
1284 if ( (flags & SEC_MAX) && (flags & SEC_MIN) ) { in remote_options()
3191 xlate_vdata->vflags |= (vdata & 0x04u) ? SEC_MIN : SEC_MAX; in fn_ds10a()
3228 xlate_vdata->vflags |= (vdata & 0x04) ? SEC_MIN : SEC_MAX; in fn_ds18()
3311 xlate_vdata->vflags |= (vdata & 0x04) ? SEC_MIN : SEC_MAX; in fn_ds90()
3572 xlate_vdata->vflags |= ((vdata & 0x04) ? SEC_MIN : SEC_MAX); in fn_sh624()
3631 xlate_vdata->vflags |= (xlate_vdata->optflags2 & MOPT2_SWMAX) ? SEC_MAX : SEC_MIN; in fn_kr10a()
3659 xlate_vdata->vflags |= (xlate_vdata->optflags2 & MOPT2_SWMAX) ? SEC_MAX : SEC_MIN; in fn_kr18()
H A Dprocess.h897 #define SEC_MAX 0x00000010 macro
H A Dx10state.c334 {"swmax:", 6, SEC_MAX, 0},
335 {"notswmax:", 9, SEC_MAX, 1},
3944 else if ( vflags & SEC_MAX ) { in x10state_update_virtual()
4573 if ( bitmap3 & SEC_MAX ) printf("swmax "); in display_launcher_flags()
5805 if ( vflags & SEC_MAX ) in create_flagslist()
6893 if ( x10state[hcode].vflags[ucode] & SEC_MAX ) flagvalue |= FLAGMAP_SWMAX; in get_secflag_state()
7341 sprintf(minibuf, "X10_swMax=%d", ((x10state[hcode].vflags[ucode] & SEC_MAX) ? 1 : 0) ); in create_heyu_environment()
10702 launcherp->vflags |= SEC_MAX; in create_normal_launcher()
14112 if ( vflags & SEC_MAX )
14222 {"swmax", SEC_MAX},
/dports/devel/p5-Time-Moment/Time-Moment-0.44/src/
H A Dmoment.c273 static const NV SEC_MAX = 253402300800.0; /* 10000-01-01T00:00:00Z */ in THX_moment_from_epoch_nv() local
279 if (!(sec > SEC_MIN && sec < SEC_MAX)) in THX_moment_from_epoch_nv()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwbfs-interface.c2305 const size_t SEC_MAX = 501; in AW_discs() local
2307 ASSERT( SEC_SIZE * SEC_MAX <= AW_BUF_SIZE ); in AW_discs()
2326 for ( sec = 1; sec <= SEC_MAX; sec++ ) in AW_discs()