HomeSort by relevance Sort by last modified time
    Searched defs:use (Results 276 - 300 of 495) sorted by null

<<11121314151617181920

  /external/v8/src/compiler/
scheduler.cc 2 // Use of this source code is governed by a BSD-style license that can be
126 for (auto use : node->uses()) {
127 if (GetPlacement(use) == Scheduler::kCoupled) {
128 DCHECK_EQ(node, NodeProperties::GetControlInput(use));
129 UpdatePlacement(use, placement);
139 // Reduce the use count of the node's inputs to potentially make them
161 // Tracking use counts for fixed nodes is useless.
164 // Use count for coupled nodes is summed up on their control.
172 TRACE(" Use count of #%d:%s (used by #%d:%s)++ = %d\n", node->id(),
184 // Tracking use counts for fixed nodes is useless
1551 Node* use = edge.from(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36 * Window), use stdint types specifying the size of the datatype.
52 * This file should not be included by clients that merely use XI2, but do not
126 uint16_t use; /**< ::XIMasterPointer, ::XIMasterKeyboard, member in struct:__anon61617
825 * Generic XI2 event header. All XI2 events use the same header.
845 uint8_t use; /**< ::XIMasterKeyboard, member in struct:__anon61666
    [all...]
XInput.h 5 Permission to use, copy, modify, distribute, and sell this software and its
19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 used in advertising or otherwise to promote the sale, use or other dealings
29 Permission to use, copy, modify, and distribute this software and its
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
42 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
452 * the client should use XListInputDevices() to learn what has changed.
455 * important has changed on a device, and the client should use
775 int use; member in struct:_XDeviceInfo
    [all...]
XIproto.h 5 Permission to use, copy, modify, distribute, and sell this software and its
19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 used in advertising or otherwise to promote the sale, use or other dealings
29 Permission to use, copy, modify, and distribute this software and its
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
42 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
241 CARD8 use; /* IsXPointer | IsXKeyboard | IsXExtension... */ member in struct:_xDeviceInfo
    [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 
  /art/compiler/optimizing/
nodes.cc 5 * you may not use this file except in compliance with the License.
97 // Remove the environment use records of the instruction for users.
350 // Use `InsertBetween` to ensure the predecessor index and successor index of
562 // NOTE: We're appending new blocks inside the loop, so we need to use index because iterators
775 // Note that we cannot use GetPreHeader, as the loop may have not been populated
2067 const HUseListNode<HInstruction*>& use = insn->GetUses().front(); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 8 * you may not use this file except in compliance with the License.
659 void use (void) const;
749 void TestShaderProgram::use (void) const function in class:deqp::gles31::Functional::__anon18710::TestShaderProgram
1008 m_shaderProgram->use();
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
71 * can just use the corresponding qpu_reg at qpu_emit time.
406 BITSET_WORD *use; member in struct:qblock
  /external/python/cpython2/Modules/
_tkinter.c 13 supported. Use Python 2.6 or older if you cannot upgrade your
150 So we need to use a lock around all uses of Tcl. Previously, the Python
173 handlers when the handler needs to use Python. Such event handlers are
175 to use Python. ENTER_PYTHON releases the lock for Tcl and acquires
195 threads. So we use the Tcl TLS API.
714 int interactive, int wantobjects, int wantTk, int sync, char *use)
794 if (sync || use) {
800 if (use)
801 len += strlen(use) + sizeof "-use ";
3435 char *use = NULL; \/* pass -use to wish *\/ local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
25 // Call instructions can use only fixed registers as temporaries and
27 // Inputs operands must use a fixed register or use-at-start policy or
393 return Use(value, ToUnallocated(fixed_register));
398 return Use(value, ToUnallocated(reg));
403 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
408 return Use(value,
415 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
419 LOperand* LChunkBuilder::Use(HValue* value)
1464 HBinaryOperation* use = HBinaryOperation::cast(instr->uses().value()); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 2 // Use of this source code is governed by a BSD-style license that can be
89 Representation::Integer32(), h_infer, "use requirements");
99 HValue* use = it.value(); local
100 Representation rep = use->observed_input_representation(it.index());
105 id(), Mnemonic(), use->id(), use->Mnemonic(), rep.Mnemonic(),
106 (use->CheckFlag(kTruncatingToInt32) ? "-trunc" : ""));
352 // Skip and remove dead items in the use list.
432 // Do not reuse use list nodes in debug mode, zap them.
537 // Instead of going through the entire use list of each operand, we onl
2967 HValue* use = it.value(); local
3478 HValue* use = it.value(); local
3727 HValue* use = it.value(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
read.c 269 /* Use machine dependent syntax. */
272 /* Use more. FIXME-SOMEDAY. */
460 /* This is for gcc to use. It's only just been added (2/94), so gcc
461 won't be able to use it for a while -- probably a year or more.
474 /* use */
4381 valueT use; local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 189 // If it does not exist use the default implementation.
2737 llvm::Value::use_iterator use = ui++; \/\/ Increment before the use is erased. local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.cpp 2 // License & terms of use: http://www.unicode.org/copyright.html
22 /* Modified version, for use from within ICU.
26 * Use ICU's uprv_malloc() and uprv_free()
60 /* it allows the use of fixed sized structures and minimizes copy */
113 /* 1. Storage leak protection: Routines which use malloc are not */
114 /* permitted to use return for fastpath or error exits (i.e., */
118 /* Other routines can safely use the return statement inline. */
122 /* 2. All loops use the for(;;) construct. Any do construct does */
132 /* Routines which allocate storage cannot, in general, use the */
308 /* For use in ICU *
5389 Int use=-rhs->digits-lever; \/* exponent to use for RHS *\/ local
    [all...]
  /external/libxml2/
parser.c 202 * use the number of parsed entities in the replacement
529 errmsg = "Name too long use XML_PARSE_HUGE option";
11859 size_t use; local
    [all...]
  /external/tcpdump/
print-icmp6.c 5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
51 * Redistribution and use in source and binary forms, with or without
69 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
72 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
449 struct rr_pco_use { /* use prefix part */
906 /* display cosmetics: print the packet length for printer that use the vflag now */
1822 const struct rr_pco_use *use; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp 8 * you may not use this file except in compliance with the License.
650 void Utils::program::use() const function in class:gl4cts::ShaderSubroutine::Utils::program
802 * @param vs_body Body to use for the vertex shader. Can be an empty string.
803 * @param tc_body Body to use for the tessellation control shader. Can be
805 * @param te_body Body to use for the tessellation evaluation shader. Can be
807 * @param gs_body Body to use for the geometry shader. Can be an empty string.
808 * @param fs_body Body to use for the fragment shader. Can be an empty string.
809 * @param xfb_varyings An array of names of varyings to use for XFB. Can be NULL.
971 * @param variable_type Variable type to use for the query.
1052 * @param variable_type Variable type to use for the query
    [all...]
gl4cShadingLanguage420PackTests.cpp 8 * you may not use this file except in compliance with the License.
18372 void Utils::program::use() const function in class:gl4cts::GLSL420Pack::Utils::program
    [all...]
  /external/libcups/cups/
ipp.h 9 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
45 * Note: Applications should never use IPP_PORT, but instead use the
832 int use; \/* Use count @since CUPS 1.4.4\/macOS 10.6.?@ *\/ member in struct:_ipp_s
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5592 enum wpas_p2p_prov_disc_use use = WPAS_P2P_PD_FOR_GO_NEG; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /external/curl/lib/
urldata.h 16 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
191 /* Use ssl encrypted communications TRUE/FALSE, not necessarily using it atm
192 but at least asked to or meaning to use it. See 'state' for the exact
194 bool use; member in struct:ssl_connect_data
203 long version; /* what version the client wants to use */
204 long version_max; /* max supported version the client wants to use*/
214 char *cipher_list; /* list of ciphers to use */
381 bool user_passwd; /* do we use user+password for this connection? */
429 bool tcp_fastopen; /* use TCP Fast Open */
440 char *name; /* name to use internally, might be encoded, might be raw *
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/
jackson-annotations-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 

Completed in 2947 milliseconds

<<11121314151617181920