HomeSort by relevance Sort by last modified time
    Searched refs:need (Results 1 - 25 of 762) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_resolve_map.c 33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
intel_resolve_map.h 59 * 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/intel/
intel_resolve_map.c 33 * changed to the given value of \c need.
39 enum gen6_hiz_op need)
46 (*tail)->need = need;
58 (*tail)->need = need;
intel_resolve_map.h 59 * 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/
compiler.h 9 #error Compiler too old, need gcc at least gcc 3.x
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_config.h 58 # 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)
stacktrace.cc 43 // separate library adds a new dependency, abut doesn't need a frame
109 # error Cannot calculate stack trace: will need to write for your environment
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_config.h 58 # 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/
dnsextd.conf 5 // 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/freetype/src/gzip/
inflate.c 40 uLong need; /* stream check value */ member in struct:internal_state::__anon1112::__anon1113
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 += (uLong)NEXTBYTE << 8
    [all...]
infcodes.c 40 uInt need; /* bits needed */ member in struct:inflate_codes_state::__anon1108::__anon1109
61 inflate_huft *td, /* need separate declaration for Borland C++ */
117 c->sub.code.need = c->lbits;
121 j = c->sub.code.need;
144 c->sub.code.need = e;
163 c->sub.code.need = c->dbits;
168 j = c->sub.code.need;
182 c->sub.code.need = e;
  /external/libunwind/src/mi/
flush_cache.c 56 # warning unw_flush_cache(): need a way to atomically increment an integer.
  /external/oprofile/libabi/
abi.h 32 int need(std::string const key) const throw (abi_exception);
opimport.cpp 60 little_endian = theabi.need(string("little_endian")) == 1;
79 + theabi.need(off);
80 size_t nbytes = theabi.need(sz);
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
134 src += abi.need("sizeof_struct_opd_header");
140 src += abi.need("sizeof_odb_descr_t");
144 src += abi.need("sizeof_odb_node_t");
147 unsigned int step = abi.need("sizeof_odb_node_t");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 95 /** 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) {
100 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/X86/AlignedBundling/
long-nop-pad.s 14 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
23 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.
  /external/chromium_org/third_party/sqlite/src/src/
table.c 46 int need; /* Slots needed in p->azResult[] */ local
51 ** we need to remember from this invocation of the callback.
54 need = nCol*2;
56 need = nCol;
58 if( p->nData + need > p->nAlloc ){
60 p->nAlloc = p->nAlloc*2 + need;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.c 307 int64_t need = item->size_in_dw+2048 - local
310 need += 1024 - (need % 1024);
312 if (need > 0) {
315 pool->size_in_dw + need);
318 need = pool->size_in_dw / 10;
319 need += 1024 - (need % 1024);
322 pool->size_in_dw + need);
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 307 int64_t need = item->size_in_dw+2048 - local
310 need += 1024 - (need % 1024);
312 if (need > 0) {
315 pool->size_in_dw + need);
318 need = pool->size_in_dw / 10;
319 need += 1024 - (need % 1024);
322 pool->size_in_dw + need);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.m 82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) {
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
  /external/chromium_org/third_party/markupsafe/
_native.py 17 sequences. Use this if you need to display text that might contain

Completed in 1903 milliseconds

1 2 3 4 5 6 7 8 91011>>