HomeSort by relevance Sort by last modified time
    Searched defs:end (Results 301 - 325 of 4466) sorted by null

<<11121314151617181920>>

  /external/skia/tools/timer/
SysTimer_windows.cpp 46 unsigned __int64 end = __rdtsc(); local
52 return static_cast<double>(end - fStartWall) / static_cast<double>(freq_khz.QuadPart);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderTryBlock.java 46 // The end location is exclusive, it should point to the codeAddress of the instruction immediately after the last
48 @Nonnull public final Label end; field in class:BuilderTryBlock
50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType,
53 this.end = end;
57 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType,
60 this.end = end;
64 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nonnull Label handler) {
66 this.end = end
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/util/
ParamUtil.java 77 int end = findTypeEnd(params, index); local
78 String ret = params.substring(index, end);
79 index = end;
  /external/v8/src/base/
cpu.cc 164 // Get the size of the cpuinfo file by reading it until the end. This is
231 // Find the end of the line.
263 // Find end of current list item.
372 char* end ; local
373 implementer_ = strtol(implementer, &end, 0);
374 if (end == implementer) {
383 char* end ; local
384 part_ = strtol(part, &end, 0);
385 if (end == part) {
399 char* end; local
524 char* end ; local
535 char* end ; local
    [all...]
  /external/v8/src/base/platform/
semaphore.cc 56 TimeTicks end = now + rel_time; local
59 if (now >= end) {
64 ts = (end - now).ToMachTimespec();
121 // Compute the time for end of timeout.
180 TimeTicks end = now + rel_time;
182 int64_t msec = (end - now).InMilliseconds();
  /external/v8/src/compiler/
gap-resolver.cc 32 for (op_iterator i = moves->begin(); i != moves->end(); ++i) {
33 SLOW_DCHECK(seen.find(i->destination()) == seen.end());
43 op_iterator end = local
44 std::remove_if(moves->begin(), moves->end(),
46 moves->Rewind(static_cast<int>(end - moves->begin()));
50 for (op_iterator move = moves->begin(); move != moves->end(); ++move) {
75 for (op_iterator other = moves->begin(); other != moves->end(); ++other) {
106 moves->begin(), moves->end(),
108 if (blocker == moves->end()) {
126 for (op_iterator other = moves->begin(); other != moves->end(); ++other)
    [all...]
generic-algorithm-inl.h 26 static Iterator end(Node* node) { return node->inputs().end(); } function in class:v8::internal::compiler::NodeInputIterationTraits
39 static Iterator end(Node* node) { return node->uses().end(); } function in class:v8::internal::compiler::NodeUseIterationTraits
node-cache.cc 62 int end = start + LINEAR_PROBE; local
63 for (int j = start; j < end; j++) {
94 int end = start + LINEAR_PROBE; local
95 for (int i = start; i < end; i++) {
  /external/v8/test/cctest/compiler/
simplified-graph-builder.cc 40 void SimplifiedGraphBuilder::End() {
41 Node* end = graph()->NewNode(common()->End(), return_); local
42 graph()->SetEnd(end);
  /external/valgrind/coregrind/m_initimg/
initimg-pathscan.c 49 the string will end up unmodified. (*func) should return True if it
53 it reaches the end of the list without that happening.
58 int end; local
67 end = (*cp == '\0');
81 } while(!end);
147 /*--- end ---*/
  /external/valgrind/coregrind/m_ume/
script.c 47 const HChar* end = script + len; local
57 while (interp < end && (*interp == ' ' || *interp == '\t')) interp++;
60 if (interp >= end) return False; // can't find start of interp name
67 if (interp >= end) return False;
85 HChar* end; local
101 end = hdr + len;
103 while (interp < end && (*interp == ' ' || *interp == '\t'))
109 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
116 if (!eol && cp < end) {
118 while (cp < end && VG_(isspace)(*cp) && *cp != '\n'
    [all...]
  /external/valgrind/coregrind/
pub_core_aspacemgr.h 61 suggested end address (highest addressable byte) for the client's stack. */
355 SizeT end; member in struct:__anon20478
369 /*--- end ---*/
  /external/valgrind/none/tests/s390x/
stcke.c 34 union stcke start, end; local
42 cc = stcke(end.buffer);
46 unsigned long c = clockticks_in_msec(end.reader.time,
  /external/vixl/examples/
crc-checksums.cc 41 Label loop, end; local
54 __ Cbz(x1, &end);
62 __ Bind(&end);
sum-array.cc 39 Label loop, end; local
45 __ Cbz(w1, &end);
56 __ Bind(&end);
  /external/vixl/src/vixl/
code-buffer.cc 74 byte* end = AlignUp(cursor_, 4); local
75 VIXL_ASSERT(end >= cursor_);
76 const size_t padding_size = end - cursor_;
82 cursor_ = end;
  /external/wpa_supplicant_8/src/crypto/
aes-omac1.c 48 const u8 *pos, *end; local
63 end = pos + len[0];
68 if (pos >= end) {
78 end = pos + len[e];
93 if (pos >= end) {
102 end = pos + len[e];
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 165 char *start, *end, *buf; local
190 end = start;
191 while (!isblank(*end) && *end != '\0')
192 end++;
193 last = *end == '\0';
194 *end = '\0';
213 start = end + 1;
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_dump.c 124 char *pos, *end; local
128 end = pos + buflen;
130 ret = os_snprintf(pos, end - pos, "aWhile=%d\nquietWhile=%d\n"
133 if (os_snprintf_error(end - pos, ret))
138 ret = os_snprintf(pos, end - pos,
176 if (os_snprintf_error(end - pos, ret))
180 ret = os_snprintf(pos, end - pos,
218 if (os_snprintf_error(end - pos, ret))
222 ret = os_snprintf(pos, end - pos,
243 if (os_snprintf_error(end - pos, ret)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 324 * @end: Pointer to the end of the Key Data buffer
326 * Returns: 0 on success, 1 if end mark is found, -1 on failure
328 static int wpa_parse_vendor_specific(const u8 *pos, const u8 *end,
360 * @end: Pointer to the end of the Key Data buffer
362 * Returns: 0 on success, 1 if end mark is found, -1 on failure
364 static int wpa_parse_generic(const u8 *pos, const u8 *end,
381 if (pos + 1 + RSN_SELECTOR_LEN < end &&
490 const u8 *pos, *end; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
pkcs8.c 22 const u8 *pos, *end; local
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
106 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
125 const u8 *pos, *end, *enc_alg; local
151 end = pos + hdr.length;
154 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
168 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
  /external/wpa_supplicant_8/src/utils/
base64.c 33 const unsigned char *end, *in; local
46 end = src + len;
50 while (end - in >= 3) {
65 if (end - in) {
67 if (end - in == 1) {
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.c 83 const u8 *end = pos + len; local
86 while (pos + 2 <= end) {
89 if (pos + elen > end)
587 const u8 *pos, *end; local
595 end = pos + wpabuf_len(msg);
597 while (pos < end) {
598 if (end - pos < 4) {
601 (unsigned long) (end - pos));
611 if (len > end - pos) {
638 * end of M1. Skip those to avoid interop issues
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h 26 UInt end, match; local
33 end = 1;
35 end = 1 << (32 - nc);
37 while (match >= end)
73 end = 1 << (32 - nc);
74 while (match >= end)
117 UInt end, match; local
135 mov end, #0x80000000 local
136 mov end, end, lsr run /* mask* local
176 mov end, #0x80000000 local
177 mov end, end, lsr run \/* mask*\/ local
231 UInt end = 0, match; local
    [all...]
  /frameworks/av/services/audioflinger/
StateQueue.cpp 83 template<typename T> void StateQueue<T>::end(bool didModify) function in class:android::StateQueue
85 ALOG_ASSERT(mInMutation, "end() called when not in a mutation");
86 ALOG_ASSERT(mIsInitialized || didModify, "first end() must modify for initialization");

Completed in 379 milliseconds

<<11121314151617181920>>