HomeSort by: relevance | last modified time | path
    Searched refs:additional (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_urb_config.c 127 * and make a note of how much additional space it "wants" (the amount of
128 * additional space it could actually make use of).
160 unsigned additional = (unsigned) local
162 chunks[i] += additional;
163 remaining_space -= additional;
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_urb_config.c 152 * and make a note of how much additional space it "wants" (the amount of
153 * additional space it could actually make use of).
187 unsigned additional = (unsigned) local
189 chunks[i] += additional;
190 remaining_space -= additional;
  /xsrc/external/mit/MesaLib/dist/src/util/
blob.c 39 /* Ensure that \blob will be able to fit an additional object of size
40 * \additional. The growing (if any) will occur by doubling the existing
44 grow_to_fit(struct blob *blob, size_t additional)
52 if (blob->size + additional <= blob->allocated)
65 to_allocate = MAX2(to_allocate, blob->allocated + additional);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
blob.c 39 /* Ensure that \blob will be able to fit an additional object of size
40 * \additional. The growing (if any) will occur by doubling the existing
44 grow_to_fit(struct blob *blob, size_t additional)
52 if (blob->size + additional <= blob->allocated)
65 to_allocate = MAX2(to_allocate, blob->allocated + additional);
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
xtypes.py 82 Extend this if the data type needs to add an additional length field or something.
  /xsrc/external/mit/glw/dist/
ltmain.sh 1647 This mode accepts the following additional options:
1671 This mode accepts the following additional options:
8489 # Names of additional weak libraries provided by this library
  /xsrc/external/mit/libXevie/dist/
ltmain.sh 1647 This mode accepts the following additional options:
1671 This mode accepts the following additional options:
8489 # Names of additional weak libraries provided by this library
  /xsrc/external/mit/xcb-util/dist/
ltmain.sh 1481 This mode accepts the following additional options:
1504 This mode accepts the following additional options:
8157 # Names of additional weak libraries provided by this library
  /xsrc/external/mit/xf86-video-intel-old/dist/
ltmain.sh 1481 This mode accepts the following additional options:
1504 This mode accepts the following additional options:
8157 # Names of additional weak libraries provided by this library
  /xsrc/external/mit/xf86-video-xgi/dist/
ltmain.sh 1481 This mode accepts the following additional options:
1504 This mode accepts the following additional options:
8150 # Names of additional weak libraries provided by this library
  /xsrc/external/mit/xorg-server.old/dist/
ltmain.sh 1647 This mode accepts the following additional options:
1671 This mode accepts the following additional options:
8489 # Names of additional weak libraries provided by this library
  /xsrc/external/mit/xf86-input-ws/dist/
configure 1609 --with-tags[=TAGS] include additional configurations [automatic]
6354 # amounts of additional arguments before passing them to the linker.
9147 # collect2, so additional links can be useful in future.
10810 # Additional compiler flags for building library objects.
13147 # collect2, so additional links can be useful in future.
13889 # Additional compiler flags for building library objects.
15776 # collect2, so additional links can be useful in future.
16518 # Additional compiler flags for building library objects.
18405 # collect2, so additional links can be useful in future.
19147 # Additional compiler flags for building library objects
    [all...]
  /xsrc/external/mit/fontconfig/dist/
configure 1641 Find additional fonts in DIR1,DIR2,...
7058 # massive amounts of additional arguments before passing them to the
8882 # situations where additional linker options are needed (such as when
13066 # collect2, so additional links can be useful in future.
22872 # Additional compiler flags for building library objects.
  /xsrc/external/mit/libXfontcache/dist/
configure 1616 --with-tags[=TAGS] include additional configurations [automatic]
3600 # Ignore all kinds of additional output from `make'.
6495 # amounts of additional arguments before passing them to the linker.
9268 # collect2, so additional links can be useful in future.
10931 # Additional compiler flags for building library objects.
13268 # collect2, so additional links can be useful in future.
14010 # Additional compiler flags for building library objects.
15897 # collect2, so additional links can be useful in future.
16639 # Additional compiler flags for building library objects.
18526 # collect2, so additional links can be useful in future
    [all...]
  /xsrc/external/mit/libxkbui/dist/
configure 1060 include additional configurations [automatic]
5569 # amounts of additional arguments before passing them to the linker.
7906 # collect2, so additional links can be useful in future.
9601 # Additional compiler flags for building library objects.
11883 # collect2, so additional links can be useful in future.
12654 # Additional compiler flags for building library objects.
14491 # collect2, so additional links can be useful in future.
15262 # Additional compiler flags for building library objects.
17107 # collect2, so additional links can be useful in future.
17878 # Additional compiler flags for building library objects
    [all...]
  /xsrc/external/mit/xf86-video-imstt/dist/
configure 1061 include additional configurations [automatic]
5576 # amounts of additional arguments before passing them to the linker.
7913 # collect2, so additional links can be useful in future.
9608 # Additional compiler flags for building library objects.
11890 # collect2, so additional links can be useful in future.
12661 # Additional compiler flags for building library objects.
14498 # collect2, so additional links can be useful in future.
15269 # Additional compiler flags for building library objects.
17114 # collect2, so additional links can be useful in future.
17885 # Additional compiler flags for building library objects
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/
configure 1069 include additional configurations [automatic]
5588 # amounts of additional arguments before passing them to the linker.
7925 # collect2, so additional links can be useful in future.
9623 # Additional compiler flags for building library objects.
11905 # collect2, so additional links can be useful in future.
12679 # Additional compiler flags for building library objects.
14516 # collect2, so additional links can be useful in future.
15290 # Additional compiler flags for building library objects.
17135 # collect2, so additional links can be useful in future.
17909 # Additional compiler flags for building library objects
    [all...]
  /xsrc/external/mit/xterm/dist/
configure 834 --disable-rpath-hack don't add rpath options for additional libraries

Completed in 162 milliseconds