Searched defs:used (Results 151 - 175 of 219) sorted by relevance

123456789

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c67 GLuint used = intel->batch.used - intel->prim.start_ptr; local
73 if (used < 2)
77 _3DPRIMITIVE | intel->prim.primitive | (used - 2);
82 intel->batch.used = intel->prim.start_ptr;
105 intel->prim.start_ptr = intel->batch.used;
138 ptr = intel->batch.map + intel->batch.used;
139 intel->batch.used += dwords;
625 /* Only used to pull back colors into vertices (ie, we know color is
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c493 insn->bits3.urb_gen5.offset = 0; /* Not used by FF_SYNC */
494 insn->bits3.urb_gen5.swizzle_control = 0; /* Not used by FF_SYNC */
496 insn->bits3.urb_gen5.used = 0; /* Not used by FF_SYNC */
497 insn->bits3.urb_gen5.complete = 0; /* Not used by FF_SYNC */
503 bool used,
529 insn->bits3.urb_gen5.used = used; /* ? */
536 insn->bits3.urb.used = used; /*
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
[all...]
/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.c26 unsigned used = p->csr - p->store; local
30 memcpy(p->store, tmp, used);
31 p->csr = p->store + used;
626 /* Shufps can also be used to implement a reduced swizzle when dest ==
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp545 CFIndex used = 0; local
548 CFStringGetBytes(src, range, kCFStringEncodingASCII, 0, false, pBuffer, len, &used);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc16 // contributors may be used to endorse or promote products derived from
387 // a dest buffer. This should be used for non performance critical
431 int used = 0; local
435 if (dest_len - used < 2) // Need space for two letter escape
440 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break;
441 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break;
442 case '\t': dest[used++] = '\\'; dest[used
[all...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c274 /* The private structure used to keep track of a joystick */
292 int used; member in struct:joystick_hwdata::axis_correct
724 joystick->hwdata->abs_correct[i].used = 0;
726 joystick->hwdata->abs_correct[i].used = 1;
1057 if ( correct->used ) {
/external/skia/src/core/
H A DSkScaledImageCache.cpp520 size_t used = rec->bytesUsed(); local
521 SkASSERT(used <= bytesUsed);
529 bytesUsed -= used;
629 size_t used = 0; local
634 used += rec->bytesUsed();
635 SkASSERT(used <= fTotalBytesUsed);
644 SkASSERT(used >= rec->bytesUsed());
645 used -= rec->bytesUsed();
650 SkASSERT(0 == used);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp373 if (orig.used() == 1 && orig[!swap][0] == testT) {
376 if (orig.used() == 2 && orig[!swap][1] == testT) {
386 for (int index = 0; index < impTs.used(); ++index) {
486 if (r1Count == 1 && used() == 0) {
534 int used = 0; local
553 } while (++used < r1Count);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c58 SizeT used; // 1 .. sizeof(data), or 0 to denote not-in-use member in struct:__anon31515
85 // The number of entries used. 0 .. CACHE_N_ENTRIES
395 /* vg_assert(cent->used > 0 && cent->used <= CACHE_ENTRY_SIZE); */
396 return cent->off <= off && off < cent->off + cent->used;
529 ce->used = len;
530 vg_assert(ce->used > 0 && ce->used <= CACHE_ENTRY_SIZE);
829 vg_assert(ce && ce->used >= 1);
832 SizeT nAvail = (SizeT)(ce->used
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcbase.c474 Int used, limit = 2 * sizeof(Addr); local
482 used = 0;
487 used++;
488 if (used > limit) return False;
490 if (used == 0)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dstructs.h14 * This header file contains all the structs used in the ISAC codec
147 /* Parameters used in PLC to avoid re-computation */
157 WebRtc_Word16 used; /* if PLC is used */ member in struct:__anon32550
268 /* The following strutc is used to store data from encoding, to make it
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jar ... final long serialVersionUID public final int provided public final int used public void " href="/5.0.0_r2/s? ...
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc107 // the prerender was used. Our goal is to have "Match" cases line up in the
536 // Abort this prerender so it is not used later. http://crbug.com/292121
634 // Mark prerender as used.
1299 // case, when a new tab is added to a process used for prerendering.
1856 bool used,
1865 origin, used, prerender_bytes, recent_profile_bytes);
1855 RecordNetworkBytes(Origin origin, bool used, int64 prerender_bytes) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c150 uintptr_t used = pointer_to_uintptr( p->csr ) - pointer_to_uintptr( p->store ); local
156 memcpy(p->store, tmp, used);
157 p->csr = p->store + used;
1160 /* Shufps can also be used to implement a reduced swizzle when dest ==
2146 return x86_make_reg(file_REG32, reg_CX); /* not used / silence warning */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.h131 uint16_t used, reserved_space; member in struct:intel_batchbuffer
140 uint16_t used; member in struct:intel_batchbuffer::__anon13471
299 * This is used in the DRI2 case to detect that glFlush should also copy
307 * A separate flag is used to track this in order to support MRT more
359 * \param alignment Alignment value to be used. This must be a power of two.
372 * \param alignment Alignment value to be used. This must be a power of two.
592 * These are better-typed than the macros used previously:
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c119 (void)a; /* Suppress set but not used warning. */
1843 int32_t used; local
1855 used = unum_getTextAttribute(nf, UNUM_NEGATIVE_PREFIX, ubuffer, 64, &status);
1856 unum_setTextAttribute(nf, UNUM_NEGATIVE_PREFIX, ubuffer, used, &status);
1861 used = unum_formatDouble(nf, -1234.5, ubuffer, 64, NULL, &status);
1862 if (U_FAILURE(status) || 64 < used) {
1869 used = unum_formatDouble(nf, 1234.5, ubuffer, 64, NULL, &status);
1870 if (U_FAILURE(status) || 64 < used) {
2345 (void)ulen; // Suppress variable not used warning.
/external/kernel-headers/original/uapi/drm/
H A Di810_drm.h164 * These regions can be used as a proxy for the fine-grained
166 * in the same lru which is used to age their own textures,
241 int used; /* nr bytes in use */ member in struct:_drm_i810_vertex
247 int used; /* nr bytes in use */ member in struct:_drm_i810_copy_t
275 int used; /* nr bytes in use */ member in struct:_drm_i810_mc
H A Dmga_drm.h78 #define MGA_CARD_TYPE_G450 3 /* not currently used */
189 /* Information about the most recently used 3d drawable. The
311 * an IOMMU) is being used for "AGP" textures.
314 unsigned long texture_handle; /**< Handle used to map AGP textures. */
331 * allocated. Particularly when PCI DMA is used, this may be
348 * zero, it means that PCI DMA should be used, even if AGP is
353 * (i.e., PCI DMA was used), this value will be zero.
373 int used; /* bytes in use */ member in struct:drm_mga_vertex
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4730 std::size_t used() const {return static_cast<std::size_t>(ptr_ - buf_);} function in class:__cxxabiv1::__anon22819::arena
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c150 uintptr_t used = pointer_to_uintptr( p->csr ) - pointer_to_uintptr( p->store ); local
156 memcpy(p->store, tmp, used);
157 p->csr = p->store + used;
1160 /* Shufps can also be used to implement a reduced swizzle when dest ==
2146 return x86_make_reg(file_REG32, reg_CX); /* not used / silence warning */
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.h131 uint16_t used, reserved_space; member in struct:intel_batchbuffer
140 uint16_t used; member in struct:intel_batchbuffer::__anon27044
299 * This is used in the DRI2 case to detect that glFlush should also copy
307 * A separate flag is used to track this in order to support MRT more
359 * \param alignment Alignment value to be used. This must be a power of two.
372 * \param alignment Alignment value to be used. This must be a power of two.
592 * These are better-typed than the macros used previously:
/external/ppp/pppd/
H A Dauth.c13 * 2. The name(s) of the authors of this software must not be used to
46 * 3. The name "Carnegie Mellon University" must not be used to
206 * This is used to ensure that we don't start an auth-up/down
389 "Set IP address(es) which can be used without authentication",
483 * set_noauth_addr - set address(es) that can be used without authentication.
543 * N.B. we used to do tdb_writelock/tdb_writeunlock around this
1111 unsigned int used; local
1118 used = link_stats.bytes_in;
1121 used = link_stats.bytes_out;
1125 used
[all...]
/external/qemu/android/
H A Dhw-qemud.c28 /* the T(...) macro is used to dump traffic */
83 * object. This object is used to receive data from the serial port, and
87 * The QemudSerial object can also be used to send messages to the daemon
104 /* A QemudSink is just a handly data structure that is used to
108 int used; /* number of bytes already used */ member in struct:QemudSink
123 qemu_put_be32(f, s->used);
132 s->used = qemu_get_be32(f);
144 ss->used = 0;
158 int avail = ss->size - ss->used;
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c127 int used, alloc, sign; member in struct:__anon32855
133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO)
134 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
139 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
201 /* reverse an array, used for radix code */
228 if (a->used > b->used) {
229 min = b->used;
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c127 int used, alloc, sign; member in struct:__anon33108
133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO)
134 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
139 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
201 /* reverse an array, used for radix code */
228 if (a->used > b->used) {
229 min = b->used;
[all...]

Completed in 1821 milliseconds

123456789