| /xsrc/external/mit/ctwm/dist/ |
| functions_misc.c | 364 char *subs; local 434 subs = strstr(s, "$currentworkspace"); 435 if(subs) { 453 subs = strstr(s, "$redirect"); 454 if(subs) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| serialize.cpp | 73 struct gl_subroutine_function *subs; local 86 subs = rzalloc_array(prog, struct gl_subroutine_function, 88 glprog->sh.SubroutineFunctions = subs; 91 subs[j].name = ralloc_strdup(prog, blob_read_string (metadata)); 92 subs[j].index = (int) blob_read_uint32(metadata); 93 subs[j].num_compat_types = (int) blob_read_uint32(metadata); 95 subs[j].types = rzalloc_array(prog, const struct glsl_type *, 96 subs[j].num_compat_types); 97 for (int k = 0; k < subs[j].num_compat_types; k++) { 98 subs[j].types[k] = decode_type_from_blob(metadata) [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| Form.c | 679 String subs[2]; local 681 subs[0] = w->core.name; 682 subs[1] = w->core.parent->core.name; 688 subs, &num_subs); local
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| serialize.cpp | 73 struct gl_subroutine_function *subs; local 86 subs = rzalloc_array(prog, struct gl_subroutine_function, 88 glprog->sh.SubroutineFunctions = subs; 91 subs[j].name = ralloc_strdup(prog, blob_read_string (metadata)); 92 subs[j].index = (int) blob_read_uint32(metadata); 93 subs[j].num_compat_types = (int) blob_read_uint32(metadata); 95 subs[j].types = rzalloc_array(prog, const struct glsl_type *, 96 subs[j].num_compat_types); 97 for (int k = 0; k < subs[j].num_compat_types; k++) { 98 subs[j].types[k] = decode_type_from_blob(metadata) [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-arm-simd-asm.h | 256 PF subs, WK1, WK1, #32 variable 464 subs X, X, #pix_per_block 500 subs X, X, #128/dst_w_bpp 555 subs Y, Y, #1 713 subs Y, Y, #1 869 172: subs X, X, #1 881 subs X, X, #1
|
| pixman-arma64-neon-asm.h | 238 subs VX, VX, SRC_WIDTH_FIXED 246 subs VX, VX, SRC_WIDTH_FIXED 255 subs VX, VX, SRC_WIDTH_FIXED 264 subs VX, VX, SRC_WIDTH_FIXED 275 subs VX, VX, SRC_WIDTH_FIXED 283 subs VX, VX, SRC_WIDTH_FIXED 324 subs VX, VX, SRC_WIDTH_FIXED 335 subs VX, VX, SRC_WIDTH_FIXED 479 PF subs, PF_CTL, PF_CTL, #0x10 variable 667 subs H, H, # [all...] |
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| pfrtypes.h | 318 PFR_SubGlyphRec* subs; member in struct:PFR_GlyphRec_
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttcmap.c | 250 * subs 518 SUBHEAD[NSUBS] sub-headers array 257 * Note that for any `n', `keys[n]' is a byte offset within the `subs' 287 * within the glyph IDs table (and not within the `subs' table itself or 302 FT_Byte* subs; /* sub-headers */ local 337 subs = p; 338 glyph_ids = subs + ( max_subs + 1 ) * 8; 414 FT_Byte* subs = table + 518; /* subheaders table */ local 423 sub = subs; /* jump to first sub-header */ 440 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) ); 443 if ( sub == subs ) [all...] |