HomeSort by relevance Sort by last modified time
    Searched refs:USE (Results 26 - 50 of 640) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/vixl/src/
globals-vixl.h 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
168 inline void USE(const T1&) {}
171 inline void USE(const T1&, const T2&) {}
174 inline void USE(const T1&, const T2&, const T3&) {}
177 inline void USE(const T1&, const T2&, const T3&, const T4&) {}
  /external/vixl/test/
test-utils.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56 USE(size);
62 // TODO: Do not use __builtin___clear_cache and instead implement
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 20 #define USE(func) void UNIQ(use)() { func(); }
21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); }
627 void UNIQ(use)() { new ImportAlloc(); } function
633 void UNIQ(use)() { new ImportAlloc[1]; } function
639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } function
645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h 29 /* This represents a pointer to a USE operand. */
36 /* This represents the USE operands of a stmt. */
67 #define SET_USE(USE, V) set_ssa_use_from_ptr (USE, V)
70 #define USE_STMT(USE) (USE)->loc.stmt
87 #define PHI_ARG_INDEX_FROM_USE(USE) phi_arg_index_from_use (USE)
134 #define SSA_OP_USE 0x01 /* Real USE operands. */
181 a real stmt or a PHI node, looking at the USE nodes matching FLAGS. *
    [all...]
  /external/boringssl/src/crypto/lhash/
make_macros.sh 9 * Permission to use, copy, modify, and/or distribute this software for any
17 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
19 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
  /external/vixl/examples/aarch32/
custom-aarch32-disasm.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
89 USE(opcode);
93 USE(opcode);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /external/boringssl/src/ssl/test/runner/
deterministic.go 3 // Permission to use, copy, modify, and/or distribute this software for any
11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 // Use a different key from crypto/rand/deterministic.c.
hkdf.go 3 // Permission to use, copy, modify, and/or distribute this software for any
11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  /external/boringssl/src/util/fipstools/
const.go 3 // Permission to use, copy, modify, and/or distribute this software for any
11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
  /external/curl/packages/vms/
curl_startup.com 5 $! Procedure to setup the CURL libraries for use by programs from the
10 $! Permission to use, copy, modify, and/or distribute this software for any
18 $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20 $! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  /external/google-breakpad/android/sample_app/jni/
Application.mk 4 # Redistribution and use in source and binary forms, with or without
24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/ims/rcs/presencepolling/
Android.mk 4 # Redistribution and use in source and binary forms, with or without
21 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  /external/libbrillo/
Android.mk 4 # you may not use this file except in compliance with the License.
15 # Default values for the USE flags. Override these USE flags from your product
  /external/protobuf/js/
test_bootstrap.js 5 // Redistribution and use in source and binary forms, with or without
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/python/cpython2/Include/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /external/smali/deodexerant/
Android.mk 4 # Redistribution and use in source and binary forms, with or without
24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/v8/samples/
count-hosts.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/v8/src/
log-utils.h 2 // Use of this source code is governed by a BSD-style license that can be
116 USE(rv);
  /external/vixl/examples/aarch64/
crc-checksums.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 // Move input array to temp register so we can re-use w0 as return register.
90 USE(msg);
  /external/vixl/src/aarch32/
label-aarch32.h 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
78 USE(isa_);
81 USE(isa_);
173 USE(isa);
174 USE(isa_);
  /external/vixl/src/aarch64/
cpu-aarch64.cc 4 // Redistribution and use in source and binary forms, with or without
22 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
92 // Work out the line sizes for each cache, and use them to determine the
173 USE(address, length);
  /prebuilts/gdb/darwin-x86/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /prebuilts/gdb/linux-x86/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */

Completed in 2768 milliseconds

12 3 4 5 6 7 8 91011>>