Home
last modified time | relevance | path

Searched defs:push_left (Results 1 – 7 of 7) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dttfinstrs.c300 int push_left= 0, push_size=0; in _IVParse() local
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/c/
H A Dbasfunc.h60 #define push_left _rom_call(void,(CESI,CESI),4A5) macro
/dports/devel/hpx/hpx-1.2.1/hpx/util/lockfree/
H A Ddeque.hpp295 bool push_left(T const& data) in push_left() function
/dports/math/clingo/clingo-5.5.1/clasp/clasp/util/
H A Dleft_right_sequence.h95 void push_left(const left_type& x) { in push_left() function
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/util/
H A Dleft_right_sequence.h95 void push_left(const left_type& x) { in push_left() function
/dports/math/clasp/clasp-3.3.5/clasp/util/
H A Dleft_right_sequence.h95 void push_left(const left_type& x) { in push_left() function
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqpanel.c4832 static Int4 FindBestNonGapPosition (Int4 seq_offset, BioseqPtr bsp, Boolean push_left) in FindBestNonGapPosition()