Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 14915) sorted by relevance

12345678910>>...597

/dports/misc/lifelines/lifelines-3.1.1/reports/
H A DMakefile.am10 2ppage.ll 4gen1.ll 6gen1.ll 8gen1.ll afg.ll \
11 addsour.ll af-import.ll afn_match.ll ahnenliste.ll ahnentafel.ll\
14 bday_cover.ll bias.ll bkdes16-1.ll book-latex.ll \
15 browser.ll burial_index.ll BW_descendants.ll cid.ll connect2.ll \
16 cgi_html.li common.ll cons.ll cont.ll count_dup.ll \
18 coverage.ll cron.ll dates.ll db_summary.ll desc-henry.ll \
20 drep2.ll d-rtf.ll dump-ances.ll dump_html.ll dump_html_sd.ll \
27 formatted_gedcom.ll gedall.ll gedlist.ll gedlod.ll gedn.ll \
33 html.dn.ll htmlfam.ll html.ll igi-filter.ll igi-import.ll \
34 igi-merge.ll igi-search.ll index1.ll index_html.ll index_mm.ll \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/gomp/
H A Dclauses-1.f9042 ll = ll +1
52 ll = ll +1
61 ll = ll +1
72 ll = ll + 1
87 ll = ll +1
96 ll = ll +1
106 ll = ll + 1
116 ll = ll + 1
125 ll = ll + 1
131 ll = ll + 1
[all …]
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dll.h183 struct ll *ll_find_if (const struct ll *r0, const struct ll *r1,
193 struct ll *ll_max (const struct ll *r0, const struct ll *r1,
195 struct ll *ll_min (const struct ll *r0, const struct ll *r1,
213 struct ll *ll_merge (struct ll *a0, struct ll *a1,
224 struct ll *ll_partition (struct ll *r0, struct ll *r1,
390 ll_next (const struct ll *ll) in ll_next() argument
399 ll_prev (const struct ll *ll) in ll_prev() argument
456 ll_remove (struct ll *ll) in ll_remove() argument
460 ll->next->prev = ll->prev; in ll_remove()
482 ll_moved (struct ll *ll) in ll_moved() argument
[all …]
H A Dll.c45 ll_splice (struct ll *before, struct ll *r0, struct ll *r1) in ll_splice()
67 ll_swap (struct ll *a, struct ll *b) in ll_swap()
90 ll_swap_range (struct ll *a0, struct ll *a1, struct ll *b0, struct ll *b1) in ll_swap_range()
117 ll_remove_equal (struct ll *r0, struct ll *r1, struct ll *target, in ll_remove_equal()
328 struct ll *ll; in ll_apply() local
330 for (ll = r0; ll != r1; ll = ll_next (ll)) in ll_apply()
340 struct ll *ll; in ll_reverse() local
342 for (ll = r0; ll != r1; ll = ll->prev) in ll_reverse()
345 ll->next = ll->prev; in ll_reverse()
489 ll_merge (struct ll *a0, struct ll *a1, struct ll *b0, struct ll *b1, in ll_merge()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dsk.F90279 hh(3,1) = ll*mm*sk(1)-ll*mm*sk(2)
282 hh(3,2) = nn*ll*sk(1)-nn*ll*sk(2)
365 &*(nn**4-nn**2+5.0_dp*nn**2*ll**2-3.0_dp*ll**2+4.0_dp*ll**4)&
449 &+(-ll**2*nn**2+nn**2+ll**2-ll**4)*sk(3)
452 &-ll*(nn**2+ll**2)*nn*sk(3)
526 hh(1,1) = -ll*(-1.0_dp+nn**2+ll**2)*(4.0_dp*ll**2-1.0_dp+nn**2)&
682 hh(7,5) = (2.0_dp*ll**2-1.0_dp+nn**2)*ll*(4.0_dp*ll**2-3.0_dp&
717 &*(ll**4)+135.0_dp/16.0_dp*(ll**2)-45.0_dp/2.0_dp*(ll**4)&
726 &*(ll**4)+(ll**6))*sk(4)
742 &+6.0_dp*ll**2*nn**2+4.0_dp*ll**4*nn**2-3.0_dp*ll**2+4.0_dp*ll**4)&
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/utils/
H A Dlocked_list.c109 memset(ll, 0, sizeof(*ll)); in locked_list_alloc()
123 ll->head.next = &ll->head; in locked_list_alloc()
124 ll->head.prev = &ll->head; in locked_list_alloc()
139 memset(ll, 0, sizeof(*ll)); in locked_list_alloc_my_lock()
149 ll->head.next = &ll->head; in locked_list_alloc_my_lock()
150 ll->head.prev = &ll->head; in locked_list_alloc_my_lock()
200 ll->lock(ll->lock_cb_data); in locked_list_add_entry()
296 ll->lock(ll->lock_cb_data); in locked_list_remove()
329 ll->unlock(ll->lock_cb_data); in locked_list_iterate_prefunc_nolock()
331 ll->lock(ll->lock_cb_data); in locked_list_iterate_prefunc_nolock()
[all …]
/dports/games/abstreet/earcutr-e029a11b66fd27f2ca2fd457dd37c403485ebba1/src/
H A Dlib.rs721 ll.invsize = calc_invsize(ll.minx, ll.miny, ll.maxx, ll.maxy); in earcut()
794 && locally_inside(ll, noderef!(ll, a), noderef!(ll, b)) in cure_local_intersections()
795 && locally_inside(ll, noderef!(ll, b), noderef!(ll, a)) in cure_local_intersections()
1600 intersects_polygon(&ll, noderef!(ll, 0), noderef!(ll, 2)) in test_intersects_polygon()
1605 intersects_polygon(&ll, noderef!(ll, 2), noderef!(ll, 0)) in test_intersects_polygon()
1644 assert!(false == pseudo_intersects(&ll.nodes[4], &ll.nodes[5], &ll.nodes[1], &ll.nodes[3])); in test_intersects_itself()
1647 assert!(true == pseudo_intersects(&ll.nodes[4], &ll.nodes[5], &ll.nodes[3], &ll.nodes[1])); in test_intersects_itself()
1654 assert!(!is_valid_diagonal(&ll, &ll.nodes[1], &ll.nodes[2])); in test_is_valid_diagonal()
1655 assert!(!is_valid_diagonal(&ll, &ll.nodes[2], &ll.nodes[3])); in test_is_valid_diagonal()
1659 assert!(is_valid_diagonal(&ll, &ll.nodes[2], &ll.nodes[4])); in test_is_valid_diagonal()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-common.c245 if (nr_indexes > ll->max_entries(ll)) { in sm_ll_extend()
269 r = ll->save_ie(ll, i, &idx); in sm_ll_extend()
285 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_lookup_bitmap()
350 r = ll->load_ie(ll, i, &ie_disk); in sm_ll_find_free_block()
425 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_mutate()
497 return ll->save_ie(ll, index, &ie_disk); in sm_ll_mutate()
544 r = ll->commit(ll); in sm_ll_commit()
641 r = ll->init_index(ll); in sm_ll_new_metadata()
685 return ll->open_index(ll); in sm_ll_open_metadata()
743 r = ll->init_index(ll); in sm_ll_new_disk()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-common.c245 if (nr_indexes > ll->max_entries(ll)) { in sm_ll_extend()
269 r = ll->save_ie(ll, i, &idx); in sm_ll_extend()
285 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_lookup_bitmap()
350 r = ll->load_ie(ll, i, &ie_disk); in sm_ll_find_free_block()
425 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_mutate()
497 return ll->save_ie(ll, index, &ie_disk); in sm_ll_mutate()
544 r = ll->commit(ll); in sm_ll_commit()
641 r = ll->init_index(ll); in sm_ll_new_metadata()
685 return ll->open_index(ll); in sm_ll_open_metadata()
743 r = ll->init_index(ll); in sm_ll_new_disk()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/persistent-data/
H A Ddm-space-map-common.c245 if (nr_indexes > ll->max_entries(ll)) { in sm_ll_extend()
269 r = ll->save_ie(ll, i, &idx); in sm_ll_extend()
285 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_lookup_bitmap()
350 r = ll->load_ie(ll, i, &ie_disk); in sm_ll_find_free_block()
425 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_mutate()
497 return ll->save_ie(ll, index, &ie_disk); in sm_ll_mutate()
544 r = ll->commit(ll); in sm_ll_commit()
641 r = ll->init_index(ll); in sm_ll_new_metadata()
685 return ll->open_index(ll); in sm_ll_open_metadata()
743 r = ll->init_index(ll); in sm_ll_new_disk()
[all …]
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dlonglong.h157 wxLongLongNative(wxLongLong_t ll) : m_ll(ll) { } in wxLongLongNative() argument
359 wxULongLongNative(unsigned wxLongLong_t ll) : m_ll(ll) { } in wxULongLongNative() argument
672 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
678 { return *this < ll || *this == ll; }
680 { return *this > ll || *this == ll; }
847 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
853 { return *this < ll || *this == ll; }
855 { return *this > ll || *this == ll; }
914 inline bool operator<(long l, const wxLongLong& ll) { return ll > l; }
915 inline bool operator>(long l, const wxLongLong& ll) { return ll < l; }
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dpa.rs4 use ll;
11 let version = unsafe { ll::Pa_GetVersion() }; in version()
50 NotInitialized = ll::paNotInitialized,
54 InvalidDevice = ll::paInvalidDevice,
55 InvalidFlag = ll::paInvalidFlag,
59 BufferTooBig = ll::paBufferTooBig,
61 NullCallback = ll::paNullCallback,
62 BadStreamPtr = ll::paBadStreamPtr,
63 TimedOut = ll::paTimedOut,
64 InternalError = ll::paInternalError,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dpa.rs4 use ll;
11 let version = unsafe { ll::Pa_GetVersion() }; in version()
50 NotInitialized = ll::paNotInitialized,
54 InvalidDevice = ll::paInvalidDevice,
55 InvalidFlag = ll::paInvalidFlag,
59 BufferTooBig = ll::paBufferTooBig,
61 NullCallback = ll::paNullCallback,
62 BadStreamPtr = ll::paBadStreamPtr,
63 TimedOut = ll::paTimedOut,
64 InternalError = ll::paInternalError,
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/portaudio-rs-0.3.2/src/
H A Dpa.rs4 use ll;
11 let version = unsafe { ll::Pa_GetVersion() }; in version()
50 NotInitialized = ll::paNotInitialized,
54 InvalidDevice = ll::paInvalidDevice,
55 InvalidFlag = ll::paInvalidFlag,
59 BufferTooBig = ll::paBufferTooBig,
61 NullCallback = ll::paNullCallback,
62 BadStreamPtr = ll::paBadStreamPtr,
63 TimedOut = ll::paTimedOut,
64 InternalError = ll::paInternalError,
[all …]
/dports/comms/birda/birda-1.3/src/
H A Dlitelink.c62 ll->state=2; in speedTimer()
76 ll->state=2; in speedTimer()
102 ll->state=1; in llSetSpeed()
105 ll->state=2; in llSetSpeed()
118 return ll->sp->getSpeedMask(ll->sp)& in llGetSpeedMask()
132 return ll->sp->getChar(ll->sp); in llGetChar()
139 if(ll->state==0) ll->sp->putChar(ll->sp,c); in llPutChar()
151 freeMem(ll); in llClose()
158 if(ll->sd.status) ll->sd.status(&ll->sd,event); in llStatus()
177 ll->sp=sp; in createLiteLinkDevice()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dlonglong.cpp226 return ll; in operator <<()
234 return ll; in operator <<()
539 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
660 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
670 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
680 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
803 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
835 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1333 ll = ll * multiplier + wxLongLong(0l, lValue); in operator >>()
1338 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp211 return ll; in operator <<()
219 return ll; in operator <<()
279 return ll; in operator >>()
524 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
645 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
655 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
665 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
788 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
820 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1323 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp211 return ll; in operator <<()
219 return ll; in operator <<()
279 return ll; in operator >>()
524 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
645 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
655 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
665 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
788 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
820 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1323 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp211 return ll; in operator <<()
219 return ll; in operator <<()
279 return ll; in operator >>()
524 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
645 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
655 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
665 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
788 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
820 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1323 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlonglong.cpp207 return ll; in operator <<()
215 return ll; in operator <<()
275 return ll; in operator >>()
520 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
641 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
651 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
661 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
784 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
816 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1319 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp211 return ll; in operator <<()
219 return ll; in operator <<()
279 return ll; in operator >>()
524 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
645 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
655 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
665 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
788 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
820 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1323 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dlonglong.cpp226 return ll; in operator <<()
234 return ll; in operator <<()
539 wxLongLongWx op( (long)ll.m_hi , ll.m_lo ); in operator -()
660 return wxLongLongWx(m_hi & ll.m_hi, m_lo & ll.m_lo); in operator &()
670 return wxLongLongWx(m_hi | ll.m_hi, m_lo | ll.m_lo); in operator |()
680 return wxLongLongWx(m_hi ^ ll.m_hi, m_lo ^ ll.m_lo); in operator ^()
803 wxLongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
835 wxULongLongWx q(ll.m_hi, ll.m_lo); in operator *=()
1333 ll = ll * multiplier + wxLongLong(0l, lValue); in operator >>()
1338 ll = ll * wxLongLong((wxLongLong_t) iSign); in operator >>()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlonglong.h114 wxLongLongNative(wxLongLong_t ll) : m_ll(ll) { } in wxLongLongNative() argument
351 wxULongLongNative(wxULongLong_t ll) : m_ll(ll) { } in wxULongLongNative() argument
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
744 { return m_lo == ll.GetLo() && m_hi == ll.GetHi(); }
751 { return *this < ll || *this == ll; }
753 { return *this > ll || *this == ll; }
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
968 { return *this < ll || *this == ll; }
970 { return *this > ll || *this == ll; }
1040 inline bool operator<(long l, const wxLongLong& ll) { return ll > l; }
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlonglong.h114 wxLongLongNative(wxLongLong_t ll) : m_ll(ll) { } in wxLongLongNative() argument
351 wxULongLongNative(wxULongLong_t ll) : m_ll(ll) { } in wxULongLongNative() argument
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
744 { return m_lo == ll.GetLo() && m_hi == ll.GetHi(); }
751 { return *this < ll || *this == ll; }
753 { return *this > ll || *this == ll; }
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
968 { return *this < ll || *this == ll; }
970 { return *this > ll || *this == ll; }
1040 inline bool operator<(long l, const wxLongLong& ll) { return ll > l; }
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlonglong.h114 wxLongLongNative(wxLongLong_t ll) : m_ll(ll) { } in wxLongLongNative() argument
351 wxULongLongNative(wxULongLong_t ll) : m_ll(ll) { } in wxULongLongNative() argument
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
744 { return m_lo == ll.GetLo() && m_hi == ll.GetHi(); }
751 { return *this < ll || *this == ll; }
753 { return *this > ll || *this == ll; }
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
968 { return *this < ll || *this == ll; }
970 { return *this > ll || *this == ll; }
1040 inline bool operator<(long l, const wxLongLong& ll) { return ll > l; }
[all …]

12345678910>>...597