| /xsrc/external/mit/libFS/dist/src/ |
| FSlibos.h | 138 # define MASKANDSETBITS(dst, b1, b2) dst[0] = (b1[0] & b2[0]) 139 # define ORBITS(dst, b1, b2) dst[0] = (b1[0] | b2[0]) 147 # define MASKANDSETBITS(dst, b1, b2) {\ 148 dst[0] = (b1[0] & b2[0]);\ 149 dst[1] = (b1[1] & b2[1]); } 150 # define ORBITS(dst, b1, b2) {\ 151 dst[0] = (b1[0] | b2[0]);\ 152 dst[1] = (b1[1] | b2[1]); [all...] |
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| fslibos.h | 118 # define MASKANDSETBITS(dst, b1, b2) dst[0] = (b1[0] & b2[0]) 119 # define ORBITS(dst, b1, b2) dst[0] = (b1[0] | b2[0]) 127 # define MASKANDSETBITS(dst, b1, b2) {\ 128 dst[0] = (b1[0] & b2[0]);\ 129 dst[1] = (b1[1] & b2[1]); } 130 # define ORBITS(dst, b1, b2) {\ 131 dst[0] = (b1[0] | b2[0]);\ 132 dst[1] = (b1[1] | b2[1]); [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| fslibos.h | 114 # define MASKANDSETBITS(dst, b1, b2) dst[0] = (b1[0] & b2[0]) 115 # define ORBITS(dst, b1, b2) dst[0] = (b1[0] | b2[0]) 123 # define MASKANDSETBITS(dst, b1, b2) {\ 124 dst[0] = (b1[0] & b2[0]);\ 125 dst[1] = (b1[1] & b2[1]); } 126 # define ORBITS(dst, b1, b2) {\ 127 dst[0] = (b1[0] | b2[0]);\ 128 dst[1] = (b1[1] | b2[1]); [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| Xfuncs.h | 44 # define bcmp(b1,b2,len) memcmp(b1, b2, len) 64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
|
| Xpoll.h.in | 149 #define XFD_ANDSET(dst,b1,b2) { \ 152 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) & (__XFDS_BITS((b2), __i__))); \ 154 #define XFD_ORSET(dst,b1,b2) { \ 157 __XFDS_BITS((dst), __i__) = ((__XFDS_BITS((b1), __i__)) | (__XFDS_BITS((b2), __i__))); \ 192 #define XFD_ANDSET(dst,b1,b2) { \ 196 if (FD_ISSET(XFD_FD(b1,__i), b2)) \ 201 #define XFD_ORSET(dst,b1,b2) { \ 204 for (__i = 0; __i < XFD_SETCOUNT(b2) ; __i++) { \ 205 if (!FD_ISSET(XFD_FD(b2,__i), dst)) \ 206 FD_SET(XFD_FD(b2,__i), dst); [all...] |
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| ab.orth | 40 04b2-04b7
|
| as.orth | 35 09b2
|
| bn.orth | 34 09b2
|
| gez.orth | 45 12b2-12b5 # kWi-kW
|
| ti_er.orth | 44 12b2-12b5 # kWi-kW
|
| tig.orth | 42 12b2-12b5 # kWi-kW
|
| kaa.orth | 107 04b2
|
| tg.orth | 101 04b2
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_dominance.c | 36 intersect(struct ir3_block *b1, struct ir3_block *b2) 38 while (b1 != b2) { 44 while (b1->index > b2->index) 46 while (b2->index > b1->index) 47 b2 = b2->imm_dom;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| timingsafe_memcmp.c | 24 timingsafe_memcmp(const void *b1, const void *b2, size_t len) 26 const unsigned char *p1 = b1, *p2 = b2;
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| timingsafe_memcmp.c | 24 timingsafe_memcmp(const void *b1, const void *b2, size_t len) 26 const unsigned char *p1 = b1, *p2 = b2;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_dominance.c | 55 intersect(nir_block *b1, nir_block *b2) 57 while (b1 != b2) { 63 while (b1->index > b2->index) 65 while (b2->index > b1->index) 66 b2 = b2->imm_dom; 221 nir_dominance_lca(nir_block *b1, nir_block *b2) 224 return block_return_if_reachable(b2); 226 if (b2 == NULL || !nir_block_is_reachable(b2)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_dominance.c | 53 intersect(nir_block *b1, nir_block *b2) 55 while (b1 != b2) { 61 while (b1->index > b2->index) 63 while (b2->index > b1->index) 64 b2 = b2->imm_dom; 209 nir_dominance_lca(nir_block *b1, nir_block *b2) 212 return b2; 214 if (b2 == NULL) 218 nir_cf_node_get_function(&b2->cf_node)) [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| fonttosfnt.h | 57 #define SAME_METRICS(b1, b2) \ 58 ((b1)->advanceWidth == (b2)->advanceWidth && \ 59 (b1)->horiBearingX == (b2)->horiBearingX && \ 60 (b1)->horiBearingY == (b2)->horiBearingY && \ 61 (b1)->width == (b2)->width && \ 62 (b1)->height == (b2)->height)
|
| /xsrc/external/mit/mkfontscale/dist/ |
| hash.c | 155 const HashBucketPtr *b1 = v1, *b2 = v2; local 156 int c1 = strcasecmp((*b1)->key, (*b2)->key); 160 return strcmp((*b1)->value, (*b2)->value); 166 const HashBucketPtr *b1 = v1, *b2 = v2; local 167 int c1 = strcmp((*b1)->value, (*b2)->value); 171 return strcasecmp((*b1)->key, (*b2)->key);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| propertystore.h | 70 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY name = { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid } 72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY name
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| getfctl.c | 238 xBellFeedbackState *b2; local 240 b2 = (xBellFeedbackState *) * buf; 241 b2->class = BellFeedbackClass; 242 b2->length = sizeof(xBellFeedbackState); 243 b2->id = b->ctrl.id; 244 b2->percent = b->ctrl.percent; 245 b2->pitch = b->ctrl.pitch; 246 b2->duration = b->ctrl.duration; 248 swaps(&b2->length); 249 swaps(&b2->pitch) [all...] |
| listdev.c | 146 xButtonInfoPtr b2; local 148 b2 = (xButtonInfoPtr) * buf; 149 b2->class = ButtonClass; 150 b2->length = sizeof(xButtonInfo); 151 b2->num_buttons = b->numButtons; 153 swaps(&b2->num_buttons);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| getfctl.c | 245 xBellFeedbackState *b2; local 247 b2 = (xBellFeedbackState *) * buf; 248 b2->class = BellFeedbackClass; 249 b2->length = sizeof(xBellFeedbackState); 250 b2->id = b->ctrl.id; 251 b2->percent = b->ctrl.percent; 252 b2->pitch = b->ctrl.pitch; 253 b2->duration = b->ctrl.duration; 255 swaps(&b2->length, n); 256 swaps(&b2->pitch, n) [all...] |
| /xsrc/external/mit/xlogo/dist/ |
| RenderLogo.c | 142 * x = m2y + b2 143 * m1y + b1 = m2y + b2 144 * y * (m1 - m2) = b2 - b1 145 * y = (b2 - b1) / (m1 - m2) 150 double b2 = compute_x_intercept (l2, m2); local 152 intersection->y = (b2 - b1) / (m1 - m2); 155 check = m2 * intersection->y + b2;
|