HomeSort by relevance Sort by last modified time
    Searched defs:use (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /ndk/sources/host-tools/nawk-20071023/
b.c 5 Permission to use, copy, modify, and distribute this software and
19 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
21 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
81 int i, use, nuse; local
98 fatab[i]->use = now++;
104 fatab[nfatab]->use = now++;
108 use = fatab[0]->use; /* replace least-recently used */
111 if (fatab[i]->use < use) {
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 5 * you may not use this file except in compliance with the License.
334 for (SsaInsn use : useList) {
335 Rop useOpcode = use.getOpcode();
339 processPhiUse(use, escSet, regWorklist);
342 processUse(def, use, escSet, regWorklist);
353 * @param use {@code non-null;} phi use being processed
358 private void processPhiUse(SsaInsn use, EscapeSet escSet,
360 int setIndex = findSetIndex(use.getResult());
376 escSet.regSet.set(use.getResult().getReg())
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlsave.c 400 * Use the options
2012 unsigned int use; local
    [all...]
xmlIO.c 204 "adddress in use", /* EADDRINUSE */
205 "already in use", /* EALREADY */
3058 unsigned int use; local
3169 unsigned int use; local
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 531 llvm::Use &use = *i; local
534 use.set(unreachableBB);
537 llvm::SwitchInst *si = cast<llvm::SwitchInst>(use.getUser());
    [all...]
CodeGenModule.cpp 2124 llvm::Value::use_iterator use = ui++; \/\/ Increment before the use is erased. local
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 668 /// uninitialized use of a variable.
669 static void DiagUninitUse(Sema &S, const VarDecl *VD, const UninitUse &Use,
673 switch (Use.getKind()) {
675 S.Diag(Use.getUser()->getLocStart(), diag::warn_uninit_var)
677 << Use.getUser()->getSourceRange();
684 << (Use.getKind() == UninitUse::AfterDecl ? 4 : 5)
687 S.Diag(Use.getUser()->getLocStart(), diag::note_uninit_var_use)
688 << IsCapturedByBlock << Use.getUser()->getSourceRange();
698 // Diagnose each branch which leads to a sometimes-uninitialized use.
699 for (UninitUse::branch_iterator I = Use.branch_begin(), E = Use.branch_end()
1359 getUses(vd).getPointer()->push_back(use); variable
    [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 83 // Test that we use the visibility of struct foo when instantiating the
905 // Test that we use the visibility of struct foo when instantiating the
926 // Test that we use the visibility of struct foo when instantiating the
944 // Test that we use the visibility of struct foo when instantiating the
960 // Test that we use the linkage of struct foo when instantiating the
983 // GCC doesn't seem to use the visibility of enums at all, we do.
1087 void use() { function in namespace:test59
1105 void use() { function in namespace:test60
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 5 * you may not use this file except in compliance with the License.
335 for (SsaInsn use : useList) {
336 Rop useOpcode = use.getOpcode();
340 processPhiUse(use, escSet, regWorklist);
343 processUse(def, use, escSet, regWorklist);
354 * @param use {@code non-null;} phi use being processed
359 private void processPhiUse(SsaInsn use, EscapeSet escSet,
361 int setIndex = findSetIndex(use.getResult());
377 escSet.regSet.set(use.getResult().getReg())
    [all...]
  /external/libpcap/
optimize.c 5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
80 * Register numbers for use-def values.
90 * x register in use-def computations.
91 * Currently, the use-def code assumes only one definition per instruction.
420 atomset def = 0, use = 0, kill = 0; local
430 use |= ATOMMASK(X_ATOM);
432 use |= ATOMMASK(A_ATOM);
436 use |= ATOMMASK(atom);
443 if (!ATOMELEM(use, atom)
1254 atomset use = succ->out_use; local
    [all...]
  /external/libxml2/
xmlsave.c 404 * Use the options
2247 size_t use; local
    [all...]
xmlIO.c 210 "adddress in use", /* EADDRINUSE */
211 "already in use", /* EALREADY */
3225 unsigned int use; local
3330 unsigned int use; local
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 179 // This needs to use the 3.2 entry type
1656 const Use &use = *I; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 166 if (linknode->use)
167 gcc_checking_assert (*(linknode->use) == def);
172 /* Set the value of a use pointed to by USE to VAL. */
174 set_ssa_use_from_ptr (use_operand_p use, tree val)
176 delink_imm_use (use);
177 *(use->use) = val;
178 link_imm_use (use, val);
181 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurrin
982 tree use = USE_FROM_PTR (head); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 89 unsigned int use; /* The buffer size used */ member in struct:_xmlBuffer
118 * be deprecated to use an XML_DTD_NODE.
587 * Use this one to acquire an xmlNsPtr intended for node->ns.
1070 * Internal, don't use.
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c 1188 * TODO: Don't use xsltGetQNameURI().
5046 xmlChar *use = NULL; local
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 8 * you may not use this file except in compliance with the License.
445 * upper limit on the amount of memory we want to use.
688 void use (void) const { DE_ASSERT(m_isBuilt); glUseProgram(m_programGL); } function in class:deqp::gls::LongStressCaseInternal::Program
765 use();
    [all...]
  /external/libxml2/include/libxml/
tree.h 86 * is being deprecated, use API with xmlBuf instead
92 unsigned int use; /* The buffer size used */ member in struct:_xmlBuffer
127 * Macro used to express that the API use the new buffers for
156 * be deprecated to use an XML_DTD_NODE.
624 * Use this one to acquire an xmlNsPtr intended for node->ns.
    [all...]
  /external/valgrind/main/callgrind/
sim.c 49 /* additional structures for cache use info, separated
82 /* for cache use */
87 line_use* use; member in struct:__anon36104
92 * We use a 2-level hierarchy,
118 /* Cache use offsets */
120 * the "Use" set added first !
160 if (c->use) {
166 c->use[i].mask = 0;
167 c->use[i].count = 0;
208 c->use = 0
855 line_use* use = &(LL.use[idx]); local
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 62 /// strips that use.
325 Use &use = *UI; local
326 User *U = use.getUser();
331 use.set(RealVal);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 236 // instruction(s). These values were stored in allocas for us to use here.
303 /// strips that use.
604 Use &use = *UI; local
605 User *U = use.getUser();
610 use.set(RealVal);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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
125 uint16_t use; /**< ::XIMasterPointer, ::XIMasterKeyboard, member in struct:__anon45201
781 * Generic XI2 event header. All XI2 events use the same header.
801 uint8_t use; /**< ::XIMasterKeyboard, member in struct:__anon45247
    [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/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
125 uint16_t use; /**< ::XIMasterPointer, ::XIMasterKeyboard, member in struct:__anon46937
781 * Generic XI2 event header. All XI2 events use the same header.
801 uint8_t use; /**< ::XIMasterKeyboard, member in struct:__anon46983
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 2 // Use of this source code is governed by a BSD-style license that can be
24 // Call instructions can use only fixed registers as temporaries and
26 // Inputs operands must use a fixed register or use-at-start policy or
445 return Use(value, ToUnallocated(fixed_register));
450 return Use(value, ToUnallocated(reg));
455 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
460 return Use(value,
467 return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
471 LOperand* LChunkBuilder::Use(HValue* value)
1505 HBinaryOperation* use = HBinaryOperation::cast(instr->uses().value()); local
    [all...]

Completed in 1997 milliseconds

1 2 34 5 6 7 8