Searched refs:subs (Results 1 - 25 of 253) sorted by relevance

1234567891011

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-simd-asm-scaled.S106 subs W, W, #(8 + \prefetch_braking_distance)
118 subs W, W, #8
121 subs W, W, #(4 - 8 - \prefetch_braking_distance)
126 subs W, W, #4
H A Dpixman-arma64-neon-asm.h238 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
667 subs
[all...]
H A Dpixman-arm-simd-asm.h256 PF subs, WK1, WK1, #32
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
H A Dpixman-arm-neon-asm.h601 subs H, H, #1
814 subs H, H, #1
842 subs W, W, #(pixblock_size * 2)
847 subs W, W, #pixblock_size
1023 subs W, W, #pixblock_size
1033 subs W, W, #pixblock_size
1037 subs W, W, #pixblock_size
H A Dpixman-arma64-neon-asm.S302 PF subs, PF_CTL, PF_CTL, #0x10
493 PF subs, PF_CTL, PF_CTL, #0x10
581 PF subs, PF_CTL, PF_CTL, #0x10
625 PF subs, PF_CTL, PF_CTL, #0x10
711 PF subs, PF_CTL, PF_CTL, #0x10
783 PF subs, PF_CTL, PF_CTL, #0x10
875 PF subs, PF_CTL, PF_CTL, #0x10
936 PF subs, PF_CTL, PF_CTL, #0x10
1422 PF subs, PF_CTL, PF_CTL, #0x10
1502 PF subs, PF_CT
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_misc.c364 char *subs; local in function:Execute
434 subs = strstr(s, "$currentworkspace");
435 if(subs) {
453 subs = strstr(s, "$redirect");
454 if(subs) {
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1254 FillInLangSubs(Substitution subs, XtPerDisplay pd) argument
1263 subs[0].substitution = subs[1].substitution =
1264 subs[2].substitution = subs[3].substitution = NULL;
1271 subs[0].substitution = subs[1].substitution =
1272 subs[2].substitution = subs[3].substitution = NULL;
1277 subs[
[all...]
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrgload.c67 FT_FREE( glyph->subs );
614 if ( FT_RENEW_ARRAY( glyph->subs, glyph->max_subs, new_max ) )
620 subglyph = glyph->subs + org_count;
773 subglyph = glyph->subs + old_count + n;
782 /* note that `glyph->subs' might have been re-allocated */
783 subglyph = glyph->subs + old_count + n;
H A Dpfrtypes.h318 PFR_SubGlyphRec* subs; member in struct:PFR_GlyphRec_
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dserialize.cpp73 struct gl_subroutine_function *subs; local in function:read_subroutines
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[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dserialize.cpp73 struct gl_subroutine_function *subs; local in function:read_subroutines
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[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp131 subs(const vector_type &v, const vector_type &w) function in namespace:__anonf7e3c6710110
233 subs(vector_type v, vector_type w) function in namespace:__anonf7e3c6710210
738 return sums(subs(s_p, s_n));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp131 subs(const vector_type &v, const vector_type &w) function in namespace:__anond43867c40110
233 subs(vector_type v, vector_type w) function in namespace:__anond43867c40210
747 return sums(subs(s_p, s_n));
/xsrc/external/mit/libXaw/dist/src/
H A DForm.c679 String subs[2]; local in function:LayoutChild
681 subs[0] = w->core.name;
682 subs[1] = w->core.parent->core.name;
688 subs, &num_subs);
/xsrc/external/mit/util-macros/dist/
H A Dconfigure3303 echo "cat >conf$$subs.awk <<_ACEOF" &&
3306 } >conf$$subs.sh ||
3311 . ./conf$$subs.sh ||
3314 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3323 rm -f conf$$subs.sh
3365 ' <conf$$subs.awk | sed '
3371 rm -f conf$$subs.awk
3406 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3637 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafstyles.h72 STYLE_LATIN( s, S, subs, SUBS, ds, \
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttcmap.c250 * 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 */ variable in typeref:typename:FT_Byte *
337 subs = p;
338 glyph_ids = subs + ( max_subs + 1 ) * 8;
414 FT_Byte* subs = table + 518; /* subheaders table */ local in function:tt_cmap2_get_subheader
423 sub = subs; /* jump to first sub-header */
440 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) );
443 if ( sub == subs )
[all...]
/xsrc/external/mit/xsetpointer/dist/
H A Dconfigure4529 cat >conf$$subs.sed <<_ACEOF
4629 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
4640 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
4647 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
4658 ' >>$CONFIG_STATUS <conf$$subs.sed
4659 rm -f conf$$subs.sed
4667 cat >conf$$subs.sed <<_ACEOF
4675 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 5; then
4686 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
4693 cat >"\$tmp/subs
[all...]
/xsrc/external/mit/font-adobe-75dpi/dist/
H A Dconfigure4635 echo "cat >conf$$subs.awk <<_ACEOF" &&
4638 } >conf$$subs.sh ||
4643 . ./conf$$subs.sh ||
4646 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4655 rm -f conf$$subs.sh
4697 ' <conf$$subs.awk | sed '
4703 rm -f conf$$subs.awk
4738 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4969 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/font-adobe-utopia-100dpi/dist/
H A Dconfigure4635 echo "cat >conf$$subs.awk <<_ACEOF" &&
4638 } >conf$$subs.sh ||
4643 . ./conf$$subs.sh ||
4646 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4655 rm -f conf$$subs.sh
4697 ' <conf$$subs.awk | sed '
4703 rm -f conf$$subs.awk
4738 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4969 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/font-adobe-utopia-type1/dist/
H A Dconfigure4094 echo "cat >conf$$subs.awk <<_ACEOF" &&
4097 } >conf$$subs.sh ||
4102 . ./conf$$subs.sh ||
4105 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4114 rm -f conf$$subs.sh
4156 ' <conf$$subs.awk | sed '
4162 rm -f conf$$subs.awk
4197 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4428 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/font-alias/dist/
H A Dconfigure3867 echo "cat >conf$$subs.awk <<_ACEOF" &&
3870 } >conf$$subs.sh ||
3875 . ./conf$$subs.sh ||
3878 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3887 rm -f conf$$subs.sh
3929 ' <conf$$subs.awk | sed '
3935 rm -f conf$$subs.awk
3970 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4201 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/font-arabic-misc/dist/
H A Dconfigure4184 echo "cat >conf$$subs.awk <<_ACEOF" &&
4187 } >conf$$subs.sh ||
4192 . ./conf$$subs.sh ||
4195 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4204 rm -f conf$$subs.sh
4246 ' <conf$$subs.awk | sed '
4252 rm -f conf$$subs.awk
4287 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4518 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/font-bh-100dpi/dist/
H A Dconfigure4634 echo "cat >conf$$subs.awk <<_ACEOF" &&
4637 } >conf$$subs.sh ||
4642 . ./conf$$subs.sh ||
4645 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4654 rm -f conf$$subs.sh
4696 ' <conf$$subs.awk | sed '
4702 rm -f conf$$subs.awk
4737 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4968 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
/xsrc/external/mit/font-bh-75dpi/dist/
H A Dconfigure4634 echo "cat >conf$$subs.awk <<_ACEOF" &&
4637 } >conf$$subs.sh ||
4642 . ./conf$$subs.sh ||
4645 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4654 rm -f conf$$subs.sh
4696 ' <conf$$subs.awk | sed '
4702 rm -f conf$$subs.awk
4737 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4968 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \

Completed in 59 milliseconds

1234567891011