HomeSort by relevance Sort by last modified time
    Searched full:taken (Results 276 - 300 of 4386) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32ppcwindiss.sh 10 # The data below is taken from the windiss.dld linker script that comes with
  /art/runtime/interpreter/mterp/arm/
footer.S 126 * Taken backward branches:
131 * Taken forward branches and not-taken backward branches:
134 * Our most common case is expected to be a taken backward branch with active jit profiling,
136 * Next most common case is not-taken branch with no full OSR check.
217 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
  /art/runtime/interpreter/mterp/arm64/
footer.S 120 * Taken backward branches:
125 * Taken forward branches and not-taken backward branches:
128 * Our most common case is expected to be a taken backward branch with active jit profiling,
130 * Next most common case is not-taken branch with no full OSR check.
198 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
  /art/runtime/interpreter/mterp/x86/
footer.S 142 * Taken backward branches:
147 * Taken forward branches and not-taken backward branches:
150 * Our most common case is expected to be a taken backward branch with active jit profiling,
152 * Next most common case is not-taken branch with no full OSR check.
234 * not-taken path. All Dalvik not-taken conditional branch offsets are 2.
  /external/pdfium/fpdfsdk/src/
fpdfview_embeddertest.cpp 68 // taken from Dests NameTree in named_dests.pdf.
76 // Try to retrieve the second item with ample buffer. Item is taken
85 // Try to retrieve third item with ample buffer. Item is taken
93 // Try to retrieve the forth item with ample buffer. Item is taken
100 // Try to retrieve fifth item with ample buffer. Item taken from the
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 53 A2<X_ptr> *a12; // expected-error{{must have its address taken}}
67 void g(zed<bar>*); // expected-error{{must have its address taken}}
70 void g2(zed<baz>*); // expected-error{{must have its address taken}}
150 void x0e(X0<funcptr>); // expected-error{{must have its address taken}}
164 void x0b(X0<&f>); // expected-error{{address taken in non-type template argument for template parameter of reference type 'int (&)(int)'}}
166 void x0d(X0<&g>); // expected-error{{address taken in non-type template argument for template parameter of reference type 'int (&)(int)'}}
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
base-pointers.ll 102 br i1 %cnd, label %merge, label %taken
103 taken:
109 %bdv = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %taken ]
119 br i1 %cnd, label %merge, label %taken
120 taken:
126 %bdv = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj, %taken ]
  /external/valgrind/none/tests/s390x/
spechelper-tm.c 5 unsigned char taken; \
9 " mvi %[taken],0\n\t" \
11 "1: mvi %[taken],1\n\t" \
13 : [taken] "=Q" (taken) \
16 taken; \
spechelper-tmll.c 5 unsigned char taken; \
9 " mvi %[taken],0\n\t" \
11 "1: mvi %[taken],1\n\t" \
13 : [taken] "=Q" (taken) \
16 taken; \
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 51 /// is taken.
73 /// The use is uninitialized whenever a certain branch is taken.
  /external/clang/lib/CodeGen/
README.txt 23 its address taken. The idea would be to begin generating code by using
24 the argument directly and if its address is taken or it is stored to
  /external/clang/test/Sema/
pass-object-size.c 41 void (*p3)(void *) = IsOverloaded; //expected-error{{initializing 'void (*)(void *)' with an expression of incompatible type '<overloaded function type>'}} expected-note@-6{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@-5{{type mismatch}}
42 void (*p4)(void *) = &IsOverloaded; //expected-error{{initializing 'void (*)(void *)' with an expression of incompatible type '<overloaded function type>'}} expected-note@-7{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@-6{{type mismatch}}
  /external/dbus/doc/
system-activation.txt 34 taken, that to pass a single name argument to the helper.
51 Precautions taken:
  /external/google-benchmark/src/
commandlineflags.h 41 // In the former case, the value is taken as true as long as it does
44 // In the latter case, the value is taken as true.
  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 26 /// find out that the address of the global is taken, none of this info will be
74 /// the global has its address taken, return true to indicate we can't do
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 59 // Bit for branch taken (plus) or not-taken (minus) hint
  /external/llvm/test/Analysis/ScalarEvolution/
max-trip-count-address-space.ll 67 ; CHECK-NEXT: backedge-taken count is
68 ; CHECK-NEXT: max backedge-taken count is -1
  /external/llvm/test/CodeGen/X86/
2010-02-19-TailCallRetAddrBug.ll 7 ; placed on the former return address stack slot. Special care needs to be taken
8 ; taken that the return address is moved / or stored in a register before
  /external/ltrace/
dict.c 27 unsigned char taken : 1; member in struct:status_bits
225 /* We skip over any taken or erased slots. But we remember
228 for (; bitp(dict, pos)->taken || bitp(dict, pos)->erased;
241 if (bitp(dict, pos)->taken
380 assert(!bitp(dict, slot_n)->taken);
391 bitp(dict, slot_n)->taken = 1;
430 bitp(dict, slot_n)->taken = 0;
455 if (bitp(dict, i)->taken && !bitp(dict, i)->erased) {
  /external/webrtc/webrtc/base/
criticalsection.h 80 // lock was taken. Never blocks.
84 // lock was taken. If you're not calling locked(), you're doing it wrong!
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.h 64 // Inserts |length| elements taken from the array |insert_this| and insert
74 // Overwrites |length| elements of this AudioVector with values taken from the
sync_buffer.h 50 // Overwrites each channel in this SyncBuffer with values taken from
51 // |insert_this|. The values are taken from the beginning of |insert_this| and
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 45 * note: In Mult3s_16x16() saturation of result is not taken care when *
58 * note: In Mult3s_32x16() saturation of result is not taken care when *
  /frameworks/base/core/java/android/view/
DragAndDropPermissions.java 82 * @return True if permissions are successfully taken.
96 * @return True if permissions are successfully taken.
  /frameworks/base/packages/Shell/res/values-en-rAU/
strings.xml 36 <string name="bugreport_screenshot_taken" msgid="5684211273096253120">"Screenshot taken successfully."</string>
37 <string name="bugreport_screenshot_failed" msgid="5853049140806834601">"Screenshot could not be taken."</string>

Completed in 1314 milliseconds

<<11121314151617181920>>