Searched refs:use (Results 276 - 300 of 947) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden.cpp39 void use(X0 *x0, X1<int> *x1, X2 *x2, X1<float> *x3) { function
/external/libcxx/src/support/solaris/
H A Dwcsnrtombs.inc4 * Redistribution and use in source and binary forms, with or without
63 * May not be enough space; use temp. buffer.
/external/libunwind/doc/
H A Dunw_getcontext.tex34 reverse is \emph{not} true and it is \emph{not} safe to use structures
47 \Func{unw\_getcontext}() is thread-safe as well as safe to use
H A Dunw_get_proc_info.tex43 procedure. On platforms that do not use a global pointer, this
57 reserved for future use by \Prog{libunwind}. This member exists
58 for use by the \Func{find\_proc\_info}() call-back (see
63 in bytes. This member exists for use by the
70 \Const{NULL}. This member exists for use by the
93 in the local address-space, this routine is also safe to use from a
H A Dlibunwind-ptrace.tex47 ready-to-use callbacks for this purpose. The routines and variables
48 implementing this facility use a name-prefix of \Func{\_UPT}, which is
51 An application that wants to use the \Func{\_UPT}-facility first needs
58 However, in special circumstances, an application may prefer to use
62 use. Of course, the addresses of these routines could also be picked
/external/llvm/test/MC/ARM/
H A Darm-memory-instructions.s32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
/external/qemu/distrib/sdl-1.2.15/src/timer/win32/
H A DSDL_systimer.c34 #error This is WinCE. Please use src/timer/wince/SDL_systimer.c instead.
67 timeBeginPeriod(1); /* use 1 ms timer precision */
/external/skia/tools/lua/
H A Dcount_reduced_clipstacks.lua74 --[[ To use the web scraper comment out the print above, run the code below to generate an
75 aggregate table on the automated scraper system. Then use the print_stats function on
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak2 # For use with Delphi and C++ Builder under Win32
13 # do not use "-pr" in CFLAGS
/external/chromium_org/chrome/browser/plugins/
H A Dchrome_plugin_service_filter.cc106 bool use = details->overridden_plugins[i].plugin.path == plugin->path; local
107 if (use)
109 return use;
/external/chromium_org/v8/src/
H A Dhydrogen-infer-representation.cc34 // indirectly through a transitive closure of the def-use relation.
43 HValue* use = it.value(); local
44 if (use->IsPhi()) {
45 int id = HPhi::cast(use)->phi_id();
103 // sum up the non-phi use counts of all connected phis.
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp4 --tool=<name> use the Valgrind tool named <name> [memcheck]
22 to get started quickly, use --vgdb-error=0
79 and use it to print better error messages in
80 tools that make use of it (Memcheck, Helgrind,
94 more sectors may increase performance, but use more memory.
102 To use a non-libc malloc library that is
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk52 # Note: We use targets for each toolchain (instead of an explicit recipe) so
92 $(error Can not use TOOLCHAIN=$(TOOLCHAIN) on this example.)
126 $(error Can not use CONFIG=$(CONFIG) on this example.)
159 # We use the existence of tools/oshelpers.py to verify the validity of the SDK
265 # be default this will be "newlib/Debug". We use a python wrapped MKDIR to
266 # proivde a cross platform solution. The use of '|' checks for existance instead
345 # The primary use case for this is to avoid echoing the full compiler
383 # We use the .deps extension for dependencies. These files are generated by
405 # If the requested toolchain is a NaCl or PNaCl toolchain, the use the
406 # macros and targets defined in nacl.mk, otherwise use th
[all...]
H A Dhost_gcc.mk14 # We use the C++ compiler for everything and then use the -Wl,-as-needed flag
30 $(warning To skip the host build use:)
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ptr.h13 // end of a scope. There are two main classes you will use, which correspond
43 // in that they are "movable but not copyable." You can use the scopers in
77 // Pass() properly handles upcast in initialization, i.e. you can use a
122 // Correct implementation should use SFINAE to disable this
227 // However, changing reset() to use that behavior may cause current code to
269 T** use() { function in class:rtc::internal::scoped_ptr_impl
336 // use of SFINAE. You only need to care about this if you modify the
353 // separate move assignment operator allowing us to avoid one use of SFINAE.
424 element_type** use() WARN_UNUSED_RESULT {
425 return impl_.use();
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm18 ; to compile this file for infozip Zip, I use option:
21 ; to compile this file for zLib, I use option:
24 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
55 ;%define windowbestlen rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
57 ;%define scanend rsp + xx - LocalVarsSize ; last two bytes of string use ebx
97 ; (if you compile with zlib 1.0.4 or older, use "%define zlib1222add (-4)").
98 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "%define zlib1222add 0").
99 ; if you compile with zlib 1.2.2.2 or later , use "%define zlib1222add 8").
209 ;;; use the sign flag instead of the zero flag for the exit test.
501 ; Your can freely use gvmat6
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
272 int *use = ralloc_array(mem_ctx, int, virtual_grf_count); local
281 use[i] = -1;
295 /* Patches up the use of vars marked for being live across
299 if (use[i] == loop_start) {
300 use[i] = ip;
310 use[reg] = ip;
313 use[reg] = loop_start;
339 this->virtual_grf_use = use;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
272 int *use = ralloc_array(mem_ctx, int, virtual_grf_count); local
281 use[i] = -1;
295 /* Patches up the use of vars marked for being live across
299 if (use[i] == loop_start) {
300 use[i] = ip;
310 use[reg] = ip;
313 use[reg] = loop_start;
339 this->virtual_grf_use = use;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm18 ; arising from the use of this software.
20 ; Permission is granted to anyone to use this software for any purpose,
25 ; claim that you wrote the original software. If you use this software
38 ; to compile this file for infozip Zip, I use option:
41 ; to compile this file for zLib, I use option:
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222ad
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s295 ; CHECK-ERRORS: error: specified ic op does not use a register
297 ; CHECK-ERRORS: error: specified ic op does not use a register
344 ; CHECK-ERRORS: error: specified tlbi op does not use a register
346 ; CHECK-ERRORS: error: specified tlbi op does not use a register
348 ; CHECK-ERRORS: error: specified tlbi op does not use a register
350 ; CHECK-ERRORS: error: specified tlbi op does not use a register
352 ; CHECK-ERRORS: error: specified tlbi op does not use a register
354 ; CHECK-ERRORS: error: specified tlbi op does not use a register
356 ; CHECK-ERRORS: error: specified tlbi op does not use a register
358 ; CHECK-ERRORS: error: specified tlbi op does not use
[all...]
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s86 #CHECK: error: invalid use of indexed addressing
229 #CHECK: error: invalid use of indexed addressing
544 #CHECK: error: invalid use of indexed addressing
652 #CHECK: error: invalid use of indexed addressing
694 #CHECK: error: invalid use of indexed addressing
762 #CHECK: error: invalid use of length addressing
780 #CHECK: error: invalid use of indexed addressing
782 #CHECK: error: invalid use of indexed addressing
821 #CHECK: error: invalid use of indexed addressing
913 #CHECK: error: invalid use o
[all...]
/external/chromium_org/third_party/libxml/src/
H A DparserInternals.c253 if (in->cur > in->base + in->buf->buffer->use) {
255 "xmlParserInput: cur > base + use problem\n");
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
259 in->buf->buffer->use, in->buf->buffer->size);
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
359 * block, but we use it really as an integer to do some
371 in->end = &in->buf->buffer->content[in->buf->buffer->use];
412 in->end = &in->buf->buffer->content[in->buf->buffer->use];
417 if (in->buf->buffer->use > INPUT_CHUN
1194 unsigned int use; local
[all...]
/external/bison/djgpp/
H A Ddjunpack.bat33 Rem directories, it MUST use backslashes, not forward slashes.
82 echo Remember that %1 cannot use forward slashes, only backslashes.
86 echo Remember that the file name cannot use forward slashes, only backslashes.
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc37 ; Initialize constants used in this function. (We use immediates to avoid
116 ; Check if the input buffer is aligned to a 16-byte boundary and use movdqa
124 ; Read four ARGB pixels. (We can use movdqa here since we have checked if the

Completed in 665 milliseconds

<<11121314151617181920>>