Searched refs:need (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_resolve_map.c33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
36 intel_resolve_map_set(struct intel_resolve_map *head, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_resolve_map.c33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
36 intel_resolve_map_set(struct intel_resolve_map *head, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_resolve_map.c33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
36 intel_resolve_map_set(struct intel_resolve_map *head, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
H A Dintel_resolve_map.h59 * There are two possible ways to record which miptree slices need
62 * those slices that need a resolve.
78 enum gen6_hiz_op need; member in struct:intel_resolve_map
88 enum gen6_hiz_op need);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_resolve_map.c33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
36 intel_resolve_map_set(struct intel_resolve_map *head, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_resolve_map.c33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
36 intel_resolve_map_set(struct intel_resolve_map *head, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_resolve_map.c33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
36 intel_resolve_map_set(struct intel_resolve_map *head, uint32_t level, uint32_t layer, enum gen6_hiz_op need) argument
H A Dintel_resolve_map.h59 * There are two possible ways to record which miptree slices need
62 * those slices that need a resolve.
78 enum gen6_hiz_op need; member in struct:intel_resolve_map
88 enum gen6_hiz_op need);
/external/fio/compiler/
H A Dcompiler.h9 #error Compiler too old, need gcc at least gcc 3.x
/external/smack/src/org/xbill/DNS/
H A DDNSOutput.java56 need(int n) { method in class:DNSOutput
111 need(1);
122 need(2);
149 need(4);
164 need(len);
188 need(1 + s.length);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_config.h58 # error Cannnot calculate stack trace: need either libunwind or frame-pointers (see INSTALL file)
60 # error Cannnot calculate stack trace: need libunwind (see INSTALL file)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_config.h58 # error Cannnot calculate stack trace: need either libunwind or frame-pointers (see INSTALL file)
60 # error Cannnot calculate stack trace: need libunwind (see INSTALL file)
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf5 // In most cases, you should not need to change these default options in
9 // You need to edit the "zone" statement below to give the name of your
16 // In /etc/named.conf you will need to modify the "options" section to
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php9 <p>Terms and conditions have changed. You need to accept the new terms
/external/freetype/src/gzip/
H A Dinflate.c40 uLong need; /* stream check value */ member in struct:internal_state::__anon21553::__anon21554
196 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
200 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
204 z->state->sub.check.need += (uLong)NEXTBYTE << 8;
208 z->state->sub.check.need += (uLong)NEXTBYTE;
209 z->adler = z->state->sub.check.need;
214 z->msg = (char*)"need dictionary";
239 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
243 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
247 z->state->sub.check.need
[all...]
/external/libunwind/src/mi/
H A Dflush_cache.c56 # warning unw_flush_cache(): need a way to atomically increment an integer.
/external/oprofile/libabi/
H A Dabi.h32 int need(std::string const key) const throw (abi_exception);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
/external/wpa_supplicant_8/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); local
78 if (len && need > *len) {
79 *len = need;
87 *len = need;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs109 * Make sure we have 'need' elements from current position p. Last valid
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
111 * ahead. If we need 1 element, (p+1-1)==p must be &lt; data.size().
114 protected virtual void SyncAhead(int need) { argument
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java95 /** Make sure we have 'need' elements from current position p. Last valid
96 * p index is data.size()-1. p+need-1 is the data index 'need' elements
97 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
99 protected void syncAhead(int need) { argument
100 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dtstfiles.mk4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:

Completed in 4336 milliseconds

1234567891011>>