Home
last modified time | relevance | path

Searched defs:LINE_T (Results 1 – 8 of 8) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/src/gfx/generic/
H A Dstretch_up_down_16.h16 #define LINE_T(l,ls) ( (((l)) >> 18) ) macro
45 #define LINE_T(l,ls) ( (((l)-1) >> 18) - 1 ) macro
H A Dstretch_up_down_8.h10 #define LINE_T(l,ls) ( (((l)-1) >> 18) - 1 ) macro
47 #define LINE_T(l,ls) ( (((l)) >> 18) ) macro
H A Dstretch_up_down_88.h10 #define LINE_T(l,ls) ( (((l)-1) >> 18) - 1 ) macro
47 #define LINE_T(l,ls) ( (((l)) >> 18) ) macro
H A Dstretch_up_down_32.h16 #define LINE_T(l,ls) ( (((l)) >> 18) ) macro
45 #define LINE_T(l,ls) ( (((l)-1) >> 18) - 1 ) macro
H A Dstretch_up_down_32_indexed.h14 #define LINE_T(l,ls) ( (((l)-1) >> 18) - 1 ) macro
52 #define LINE_T(l,ls) ( (((l)) >> 18) ) macro
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_item.h63 LINE_T = 2, enumerator
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_item.h64 LINE_T = 2, enumerator
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Da68g.h943 typedef struct LINE_T LINE_T; typedef
1131 struct LINE_T struct
1137 LINE_T *next, *previous; argument