| /xsrc/external/mit/freetype/dist/src/base/ |
| ftver.rc | 43 VALUE "CompanyName", "The FreeType Project" 44 VALUE "FileDescription", "Font Rendering Library" 45 VALUE "FileVersion", FT_VERSION_STR 46 VALUE "ProductName", "FreeType" 47 VALUE "ProductVersion", FT_VERSION_STR 48 VALUE "LegalCopyright", "\251 2000-2020 The FreeType Project www.freetype.org. All rights reserved." 49 VALUE "InternalName", "freetype" 50 VALUE "OriginalFilename", FT_FILENAME 59 VALUE "Translation", 0x409, 1252
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_aatriangle.c | 76 * Compute coefficients of a plane with a constant Z value. 79 constant_plane(GLfloat value, GLfloat plane[4]) 84 plane[3] = value; 87 #define CONSTANT_PLANE(VALUE, PLANE) \ 92 PLANE[3] = VALUE; \ 113 * Solve plane and return clamped GLchan value. 210 * positive or negative value depending on the direction of the edge.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_aatriangle.c | 77 * Compute coefficients of a plane with a constant Z value. 80 constant_plane(GLfloat value, GLfloat plane[4]) 85 plane[3] = value; 88 #define CONSTANT_PLANE(VALUE, PLANE) \ 93 PLANE[3] = VALUE; \ 114 * Solve plane and return clamped GLchan value. 211 * positive or negative value depending on the direction of the edge.
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_501.h | 74 int32_t value; member in union:_MSOCCmdAddrRec 145 int32_t value; member in union:_MSOCCmdStatusRec 263 int32_t value; member in union:_MSOCClockRec 300 int32_t value; member in union:_MSOCRegRec::__anon9318 322 int32_t value; member in union:_MSOCRegRec::__anon9320 356 int32_t value; member in union:_MSOCRegRec::__anon9322 389 int32_t value; member in union:_MSOCRegRec::__anon9324 413 int32_t value; member in union:_MSOCRegRec::__anon9326 431 int32_t value; member in union:_MSOCRegRec::__anon9328 450 int32_t value; member in union:_MSOCRegRec::__anon9330 484 int32_t value; member in union:_MSOCRegRec::__anon9332 541 int32_t value; member in union:_MSOCRegRec::__anon9334 570 int32_t value; member in union:_MSOCRegRec::__anon9336 590 int32_t value; member in union:_MSOCRegRec::__anon9338 608 int32_t value; member in union:_MSOCRegRec::__anon9340 626 int32_t value; member in union:_MSOCRegRec::__anon9342 643 int32_t value; member in union:_MSOCRegRec::__anon9344 660 int32_t value; member in union:_MSOCRegRec::__anon9346 677 int32_t value; member in union:_MSOCRegRec::__anon9348 694 int32_t value; member in union:_MSOCRegRec::__anon9350 711 int32_t value; member in union:_MSOCRegRec::__anon9352 728 int32_t value; member in union:_MSOCRegRec::__anon9354 761 int32_t value; member in union:_MSOCRegRec::__anon9356 790 int32_t value; member in union:_MSOCRegRec::__anon9358 810 int32_t value; member in union:_MSOCRegRec::__anon9360 827 int32_t value; member in union:_MSOCRegRec::__anon9362 844 int32_t value; member in union:_MSOCRegRec::__anon9364 861 int32_t value : bits( 0, 15); member in struct:_MSOCRegRec::__anon9366::__anon9367 864 int32_t value; member in union:_MSOCRegRec::__anon9366 917 int32_t value; member in union:_MSOCRegRec::__anon9368 946 int32_t value; member in union:_MSOCRegRec::__anon9370 966 int32_t value; member in union:_MSOCRegRec::__anon9372 983 int32_t value; member in union:_MSOCRegRec::__anon9374 1000 int32_t value; member in union:_MSOCRegRec::__anon9376 1017 int32_t value; member in union:_MSOCRegRec::__anon9378 1034 int32_t value; member in union:_MSOCRegRec::__anon9380 1056 int32_t value; member in union:_MSOCRegRec::__anon9382 1332 int64_t value; member in union:smi_cli_entry [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| pack.c | 235 #define SWAP2BYTE(VALUE) \ 237 GLubyte *bytes = (GLubyte *) &(VALUE); \ 243 #define SWAP4BYTE(VALUE) \ 245 GLubyte *bytes = (GLubyte *) &(VALUE); \ 331 GLushort value = s[i]; local 332 SWAP2BYTE(value); 333 indexes[i] = value; 348 GLshort value = s[i]; local 349 SWAP2BYTE(value); 350 indexes[i] = value; 365 GLuint value = s[i]; local 382 GLint value = s[i]; local 399 GLfloat value = s[i]; local 417 GLhalfARB value = s[i]; local 434 GLuint value = s[i]; local 451 GLuint value = s[i*2+1]; local 867 GLuint value = src[i]; local 881 GLuint value = src[i]; local 894 GLfloat value = src[i * 2]; local 913 GLhalfARB value = src[i]; local [all...] |
| attrib.c | 191 /** An unused GL_*_BIT value */ 604 #define TEST_AND_UPDATE(VALUE, NEWVALUE, ENUM) \ 605 if ((VALUE) != (NEWVALUE)) { \ 965 * We could at least check if the value to restore equals the current value 1629 * Needs to match value in the object hash. */
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| attrib.c | 317 #define TEST_AND_UPDATE(VALUE, NEWVALUE, ENUM) do { \ 318 if ((VALUE) != (NEWVALUE)) \ 322 #define TEST_AND_UPDATE_BIT(VALUE, NEW_VALUE, BIT, ENUM) do { \ 323 if (((VALUE) & BITFIELD_BIT(BIT)) != ((NEW_VALUE) & BITFIELD_BIT(BIT))) \ 327 #define TEST_AND_UPDATE_INDEX(VALUE, NEW_VALUE, INDEX, ENUM) do { \ 328 if (((VALUE) & BITFIELD_BIT(INDEX)) != ((NEW_VALUE) & BITFIELD_BIT(INDEX))) \ 738 * We could at least check if the value to restore equals the current value 1408 * Needs to match value in the object hash. */
|
| pack.c | 236 #define SWAP2BYTE(VALUE) \ 238 GLubyte *bytes = (GLubyte *) &(VALUE); \ 244 #define SWAP4BYTE(VALUE) \ 246 GLubyte *bytes = (GLubyte *) &(VALUE); \ 332 GLushort value = s[i]; local 333 SWAP2BYTE(value); 334 indexes[i] = value; 349 GLshort value = s[i]; local 350 SWAP2BYTE(value); 351 indexes[i] = value; 366 GLuint value = s[i]; local 383 GLint value = s[i]; local 400 GLfloat value = s[i]; local 418 GLhalfARB value = s[i]; local 435 GLuint value = s[i]; local 452 GLuint value = s[i*2+1]; local 868 GLuint value = src[i]; local 882 GLuint value = src[i]; local 895 GLfloat value = src[i * 2]; local 914 GLhalfARB value = src[i]; local [all...] |
| /xsrc/external/mit/encodings/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1286 Usage: $0 [OPTION]... [VAR=VALUE]... 1289 VAR=VALUE. See below for descriptions of some of the useful variables. 1570 ac_must_keep_next=false # Got value, back to normal. 1858 # value. 1889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >& [all...] |
| /xsrc/external/mit/xorg-docs/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1362 Usage: $0 [OPTION]... [VAR=VALUE]... 1365 VAR=VALUE. See below for descriptions of some of the useful variables. 1650 ac_must_keep_next=false # Got value, back to normal. 1938 # value. 1969 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >& [all...] |
| /xsrc/external/mit/appres/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1340 Usage: $0 [OPTION]... [VAR=VALUE]... 1343 VAR=VALUE. See below for descriptions of some of the useful variables. 1811 ac_must_keep_next=false # Got value, back to normal. 2002 Do not test the value of __STDC__, because some compilers set it to 0 2433 # value [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1349 Usage: $0 [OPTION]... [VAR=VALUE]... 1352 VAR=VALUE. See below for descriptions of some of the useful variables. 1829 ac_must_keep_next=false # Got value, back to normal. 2020 Do not test the value of __STDC__, because some compilers set it to 0 2451 # value [all...] |
| /xsrc/external/mit/bitmap/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1358 Usage: $0 [OPTION]... [VAR=VALUE]... 1361 VAR=VALUE. See below for descriptions of some of the useful variables. 1912 ac_must_keep_next=false # Got value, back to normal. 2103 Do not test the value of __STDC__, because some compilers set it to 0 2534 # value [all...] |
| /xsrc/external/mit/editres/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1347 Usage: $0 [OPTION]... [VAR=VALUE]... 1350 VAR=VALUE. See below for descriptions of some of the useful variables. 1832 ac_must_keep_next=false # Got value, back to normal. 2023 Do not test the value of __STDC__, because some compilers set it to 0 2454 # value [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1344 Usage: $0 [OPTION]... [VAR=VALUE]... 1347 VAR=VALUE. See below for descriptions of some of the useful variables. 1880 ac_must_keep_next=false # Got value, back to normal. 2071 Do not test the value of __STDC__, because some compilers set it to 0 2502 # value [all...] |
| /xsrc/external/mit/fslsfonts/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1342 Usage: $0 [OPTION]... [VAR=VALUE]... 1345 VAR=VALUE. See below for descriptions of some of the useful variables. 1878 ac_must_keep_next=false # Got value, back to normal. 2070 Do not test the value of __STDC__, because some compilers set it to 0 2502 # value [all...] |
| /xsrc/external/mit/iceauth/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1350 Usage: $0 [OPTION]... [VAR=VALUE]... 1353 VAR=VALUE. See below for descriptions of some of the useful variables. 1896 ac_must_keep_next=false # Got value, back to normal. 2088 Do not test the value of __STDC__, because some compilers set it to 0 2520 # value [all...] |
| /xsrc/external/mit/imake/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1384 Usage: $0 [OPTION]... [VAR=VALUE]... 1387 VAR=VALUE. See below for descriptions of some of the useful variables. 1982 ac_must_keep_next=false # Got value, back to normal. 2173 Do not test the value of __STDC__, because some compilers set it to 0 2604 # value [all...] |
| /xsrc/external/mit/listres/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1340 Usage: $0 [OPTION]... [VAR=VALUE]... 1343 VAR=VALUE. See below for descriptions of some of the useful variables. 1812 ac_must_keep_next=false # Got value, back to normal. 2003 Do not test the value of __STDC__, because some compilers set it to 0 2434 # value [all...] |
| /xsrc/external/mit/lndir/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1347 Usage: $0 [OPTION]... [VAR=VALUE]... 1350 VAR=VALUE. See below for descriptions of some of the useful variables. 1887 ac_must_keep_next=false # Got value, back to normal. 2079 Do not test the value of __STDC__, because some compilers set it to 0 2511 # value [all...] |
| /xsrc/external/mit/makedepend/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1346 Usage: $0 [OPTION]... [VAR=VALUE]... 1349 VAR=VALUE. See below for descriptions of some of the useful variables. 1888 ac_must_keep_next=false # Got value, back to normal. 2080 Do not test the value of __STDC__, because some compilers set it to 0 2512 # value [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1359 Usage: $0 [OPTION]... [VAR=VALUE]... 1362 VAR=VALUE. See below for descriptions of some of the useful variables. 1910 ac_must_keep_next=false # Got value, back to normal. 2102 Do not test the value of __STDC__, because some compilers set it to 0 2534 # value [all...] |
| /xsrc/external/mit/oclock/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1345 Usage: $0 [OPTION]... [VAR=VALUE]... 1348 VAR=VALUE. See below for descriptions of some of the useful variables. 1825 ac_must_keep_next=false # Got value, back to normal. 2016 Do not test the value of __STDC__, because some compilers set it to 0 2447 # value [all...] |
| /xsrc/external/mit/sessreg/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1352 Usage: $0 [OPTION]... [VAR=VALUE]... 1355 VAR=VALUE. See below for descriptions of some of the useful variables. 2020 ac_must_keep_next=false # Got value, back to normal. 2212 Do not test the value of __STDC__, because some compilers set it to 0 2644 # value [all...] |
| /xsrc/external/mit/showfont/dist/ |
| configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 377 # as_fn_append VAR VALUE 379 # Append the text in VALUE to the end of the definition contained in VAR. Take 1342 Usage: $0 [OPTION]... [VAR=VALUE]... 1345 VAR=VALUE. See below for descriptions of some of the useful variables. 1814 ac_must_keep_next=false # Got value, back to normal. 2005 Do not test the value of __STDC__, because some compilers set it to 0 2436 # value [all...] |