| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | 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[ [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | 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[ [all...] |
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | 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[ [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xfuncs.h | 44 # define bcmp(b1,b2,len) memcmp(b1, b2, len) 64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
|
| H A D | 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,__ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_dominance.c | 36 intersect(struct ir3_block *b1, struct ir3_block *b2) argument 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.old/dist/os/ |
| H A D | timingsafe_memcmp.c | 24 timingsafe_memcmp(const void *b1, const void *b2, size_t len) argument 26 const unsigned char *p1 = b1, *p2 = b2;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | timingsafe_memcmp.c | 24 timingsafe_memcmp(const void *b1, const void *b2, size_t len) argument 26 const unsigned char *p1 = b1, *p2 = b2;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_dominance.c | 55 intersect(nir_block *b1, nir_block *b2) argument 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) argument 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/ |
| H A D | nir_dominance.c | 53 intersect(nir_block *b1, nir_block *b2) argument 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) argument 212 return b2; 214 if (b2 == NULL) 218 nir_cf_node_get_function(&b2 [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | hash.c | 155 const HashBucketPtr *b1 = v1, *b2 = v2; local in function:key_first_cmp 156 int c1 = strcasecmp((*b1)->key, (*b2)->key); 160 return strcmp((*b1)->value, (*b2)->value); 166 const HashBucketPtr *b1 = v1, *b2 = v2; local in function:value_first_cmp 167 int c1 = strcmp((*b1)->value, (*b2)->value); 171 return strcasecmp((*b1)->key, (*b2)->key);
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | 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/xorg-server/dist/hw/xwin/ |
| H A D | 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.old/dist/Xi/ |
| H A D | getfctl.c | 245 xBellFeedbackState *b2; local in function:CopySwapBellFeedback 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 [all...] |
| H A D | listdev.c | 149 xButtonInfoPtr b2; local in function:CopySwapButtonClass 151 b2 = (xButtonInfoPtr) * buf; 152 b2->class = ButtonClass; 153 b2->length = sizeof(xButtonInfo); 154 b2->num_buttons = b->numButtons; 156 swaps(&b2->num_buttons, n); /* macro - braces are required */
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | getfctl.c | 237 xBellFeedbackState *b2; local in function:CopySwapBellFeedback 239 b2 = (xBellFeedbackState *) * buf; 240 b2->class = BellFeedbackClass; 241 b2->length = sizeof(xBellFeedbackState); 242 b2->id = b->ctrl.id; 243 b2->percent = b->ctrl.percent; 244 b2->pitch = b->ctrl.pitch; 245 b2->duration = b->ctrl.duration; 247 swaps(&b2->length); 248 swaps(&b2 [all...] |
| H A D | listdev.c | 146 xButtonInfoPtr b2; local in function:CopySwapButtonClass 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/xlogo/dist/ |
| H A D | 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 in function:intersect 152 intersection->y = (b2 - b1) / (m1 - m2); 155 check = m2 * intersection->y + b2;
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | IntrinsicI.h | 127 #define XtMemcmp(b1, b2, size) \ 128 memcmp((const void *) (b1), (const void *) (b2), (size_t) (size))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_etc2.c | 123 const uint8_t b2 = (buffer[3] & 0xf0) >> 4; local in function:swap_colors 136 buffer[1] = (g2 << 4) | b2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_etc2.c | 123 const uint8_t b2 = (buffer[3] & 0xf0) >> 4; local in function:swap_colors 136 buffer[1] = (g2 << 4) | b2;
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | readtex.c | 57 unsigned long b1, b2; local in function:ConvertShort 63 b2 = *ptr++; 64 *array++ = (unsigned short) ((b1 << 8) | (b2)); 70 unsigned long b1, b2, b3, b4; local in function:ConvertLong 76 b2 = *ptr++; 79 *array++ = (b1 << 24) | (b2 << 16) | (b3 << 8) | (b4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_cfg.cpp | 551 cfg_t::intersect(bblock_t *b1, bblock_t *b2) argument 557 while (b1->num != b2->num) { 558 while (b1->num > b2->num) 560 while (b2->num > b1->num) 561 b2 = b2->idom;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_cfg.cpp | 580 idom_tree::intersect(bblock_t *b1, bblock_t *b2) const 586 while (b1->num != b2->num) { 587 while (b1->num > b2->num) 589 while (b2->num > b1->num) 590 b2 = parent(b2);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcmatch.c | 185 double b1, e1, b2, e2, d; local in function:FcCompareRange 203 b2 = e2 = value2.u.i; 206 b2 = e2 = value2.u.d; 209 b2 = value2.u.r->begin; 216 if (e1 < b2) 217 d = b2; 221 d = (FC_MAX (b1, b2) + FC_MIN (e1, e2)) * .5; 227 if (e1 < b2 || e2 < b1) 228 return FC_MIN (fabs (b2 - e1), fabs (b1 - e2)); 238 double b1, e1, b2, e local in function:FcCompareSize [all...] |