Searched refs:bq (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/fundamental/ |
D | macro-fundamental.h | 106 #define __MAX(aq, a, bq, b) \ argument 109 const typeof(b) UNIQ_T(B, bq) = (b); \ 110 UNIQ_T(A, aq) > UNIQ_T(B, bq) ? UNIQ_T(A, aq) : UNIQ_T(B, bq); \ 156 #define __MIN(aq, a, bq, b) \ argument 159 const typeof(b) UNIQ_T(B, bq) = (b); \ 160 UNIQ_T(A, aq) < UNIQ_T(B, bq) ? UNIQ_T(A, aq) : UNIQ_T(B, bq); \ 179 #define __LESS_BY(aq, a, bq, b) \ argument 182 const typeof(b) UNIQ_T(B, bq) = (b); \ 183 UNIQ_T(A, aq) > UNIQ_T(B, bq) ? UNIQ_T(A, aq) - UNIQ_T(B, bq) : 0; \ 187 #define __CMP(aq, a, bq, b) \ argument [all …]
|
/systemd-251/hwdb.d/ |
D | usb.ids | 22379 0c02 bq Aquaris E4.5 22381 903a bq Aquaris U
|
D | 20-usb-vendor-model.hwdb | 67071 ID_MODEL_FROM_DATABASE=bq Aquaris E4.5 67077 ID_MODEL_FROM_DATABASE=bq Aquaris U
|