HomeSort by: relevance | last modified time | path
    Searched refs:extract (Results 1 - 25 of 27) sorted by relevancy

1 2

  /xsrc/external/mit/xauth/dist/tests/
030-xauth-extract.script 13 xauth_silent extract $XAUTHORITY2 examplehost2/unix:0
17 xauth_silent extract $XAUTHORITY3 examplehost3/unix:0
Makefile.am 7 030-xauth-extract.script 030-xauth-extract.stdout \
  /xsrc/external/mit/fontconfig/dist/src/
makealias.py 11 def extract(fname): function
38 for definition in extract(os.path.join(args.srcdir, fname)):
44 for declaration in extract(fname):
  /xsrc/external/mit/xedit/dist/
ar-lib 154 extract=
165 x*) extract=yes ;;
181 case $delete$extract$list$quick$replace,$index in
209 elif test -n "$extract"; then
218 func_at_file "${1#@}" -EXTRACT "$archive"
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
230 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
t_vertex.c 228 /* Extract a named attribute from a hardware vertex. Will have to
242 a[j].extract( &a[j], dest, (GLubyte *)vin + a[j].vertoffset );
352 vtx->attr[j].extract = _tnl_format_info[format].extract;
t_context.h 311 tnl_extract_func extract; member in struct:tnl_clipspace_attr
t_vertex_generic.c 1048 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
1049 a[j].extract( &a[j], fout, vout + a[j].vertoffset );
1058 /* Extract color attributes from one vertex and insert them into
1059 * another. (Shortcircuit extract/insert with memcpy).
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
t_vertex.c 227 /* Extract a named attribute from a hardware vertex. Will have to
241 a[j].extract( &a[j], dest, (GLubyte *)vin + a[j].vertoffset );
351 vtx->attr[j].extract = _tnl_format_info[format].extract;
t_context.h 311 tnl_extract_func extract; member in struct:tnl_clipspace_attr
t_vertex_generic.c 1048 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
1049 a[j].extract( &a[j], fout, vout + a[j].vertoffset );
1058 /* Extract color attributes from one vertex and insert them into
1059 * another. (Shortcircuit extract/insert with memcpy).
  /xsrc/external/mit/freetype/dist/
vms_make.com 88 $ ccopt = ccopt + "/define=(" + f$extract(0,f$length(libdefs)-1,libdefs) + ")"
1035 $ ccopt = ccopt + f$extract(start,len,cparm)
1042 $ lopts = lopts + f$extract(start,len,cparm)
1048 $ cc_com = f$extract(start,len,cparm)
1065 $ mmks = f$extract(start,len,cparm)
1143 $ if old_cpp.lt.f$length(cppdef) then cppdef = f$extract(0,old_cpp,cppdef)
1195 $ ft2dir = f$extract(0,ft2conc,ft2dir) + -
1196 f$extract(ft2conc+2,ft2len-2,ft2dir)
1216 $! Analyze Object files for OpenVMS AXP to extract Procedure and Data
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_optimizer.cpp 442 void set_extract(Instruction* extract)
445 instr = extract;
1383 /* convert this extract into a copy instruction */
1708 /* Don't remove label_extract if we can't apply the extract to
2909 /* Remove superfluous extract after ds_read like so:
2913 apply_ds_extract(opt_ctx& ctx, aco_ptr<Instruction>& extract)
2916 if (!ctx.info[extract->operands[0].tempId()].is_usedef() ||
2917 ctx.uses[extract->operands[0].tempId()] > 1)
2921 Instruction* ds = ctx.info[extract->operands[0].tempId()].instr;
2925 unsigned extract_idx = extract->operands[1].constantValue()
    [all...]
  /xsrc/external/mit/imake/dist/
mergelib.cpp 86 XCOMM In the temp directory, extract all of the object files and prefix
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 447 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local
469 extract(&render->ib, 0, start);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 442 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local
464 extract(&render->ib, 0, start);
  /xsrc/external/mit/glu/dist/src/libutil/
mipmap.c 157 /* all extract/shove routines must return double to handle unsigned ints */
4875 ** Extract array from user's data applying all pixel store modes.
8665 GLdouble (*extract)(int, const void *),
8699 extractTotals[0][cc]= (*extract)(isSwap,src);
8700 extractTotals[1][cc]= (*extract)(isSwap,(src+imageSizeInBytes));
8737 extractTotals[0][cc]=(*extract)(isSwap,src);
8738 extractTotals[1][cc]=(*extract)(isSwap,
8740 extractTotals[2][cc]=(*extract)(isSwap,
8742 extractTotals[3][cc]=(*extract)(isSwap,
8786 extractTotals[0][cc]=(*extract)(isSwap,src)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
test_sdwa.cpp 153 BEGIN_TEST(optimize.sdwa.extract)
334 BEGIN_TEST(optimize.sdwa.extract.sgpr)
test_to_hw_instr.cpp 498 BEGIN_TEST(to_hw_instr.extract)
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_spill.c 798 extract(struct ir3_register *parent_def, unsigned offset, unsigned elems, function
876 extract(def, (child_reg->interval_start -
897 interval->dst.def = extract(
1384 extract(new_val->def,
  /xsrc/external/mit/libXfontcache/dist/
ltmain.sh 348 # Extract the objects.
1334 # Extract subdirectory from the argument.
1393 # Extract subdirectory from the argument.
1884 # Extract subdirectory from the argument.
1943 # Extract subdirectory from the argument.
2875 $echo "*** However, this would only work if libtool was able to extract symbol"
2898 # Extract -R from dependency_libs
3842 $echo "*** However, this would only work if libtool was able to extract symbol"
4569 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5536 # might have to extract them afterwards, e.g., when creating
    [all...]
  /xsrc/external/mit/libxkbui/dist/
ltmain.sh 324 # Extract the objects.
1287 # Extract subdirectory from the argument.
1346 # Extract subdirectory from the argument.
1831 # Extract subdirectory from the argument.
1890 # Extract subdirectory from the argument.
2815 $echo "*** However, this would only work if libtool was able to extract symbol"
2838 # Extract -R from dependency_libs
3773 $echo "*** However, this would only work if libtool was able to extract symbol"
4494 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5447 # might have to extract them afterwards, e.g., when creating
    [all...]
  /xsrc/external/mit/xf86-input-ws/dist/
ltmain.sh 348 # Extract the objects.
1334 # Extract subdirectory from the argument.
1393 # Extract subdirectory from the argument.
1885 # Extract subdirectory from the argument.
1944 # Extract subdirectory from the argument.
2877 $echo "*** However, this would only work if libtool was able to extract symbol"
2900 # Extract -R from dependency_libs
3858 $echo "*** However, this would only work if libtool was able to extract symbol"
4585 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5552 # might have to extract them afterwards, e.g., when creating
    [all...]
  /xsrc/external/mit/xf86-video-imstt/dist/
ltmain.sh 324 # Extract the objects.
1287 # Extract subdirectory from the argument.
1346 # Extract subdirectory from the argument.
1831 # Extract subdirectory from the argument.
1890 # Extract subdirectory from the argument.
2815 $echo "*** However, this would only work if libtool was able to extract symbol"
2838 # Extract -R from dependency_libs
3773 $echo "*** However, this would only work if libtool was able to extract symbol"
4494 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5447 # might have to extract them afterwards, e.g., when creating
    [all...]

Completed in 27 milliseconds

1 2