Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 2924) sorted by relevance

12345678910>>...117

/external/valgrind/none/tests/s390x/
Dcondloadstore.stdout.exp1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000
[all …]
/external/llvm/test/MC/Mips/
Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all …]
Dset-nomacro-micromips.s7 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
21 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
23 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
25 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
28 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
30 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
33 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt15 | go into CONNECTING state.
16 | If connection is done synchronously, go into CONNECTED
18 | For any unexpected problems, go into ERROR state.
23 | If connection is complete, go into CONNECTED state.
24 | For any unexpected problems, go into DISCONNECTING state.
28 | go into READING state.
29 | For any unexpected problems, go into DISCONNECTING state.
32 | If read is done, go into READ_DONE state.
33 | For any unexpected problems, go into DISCONNECTING state.
38 | go into WRITING state.
[all …]
/external/libvncserver/common/
Dd3des.c132 void rfbCPKey(register unsigned long *into) in rfbCPKey() argument
137 while( from < endp ) *into++ = *from++; in rfbCPKey()
162 register unsigned long *into) in scrunch() argument
164 *into = (*outof++ & 0xffL) << 24; in scrunch()
165 *into |= (*outof++ & 0xffL) << 16; in scrunch()
166 *into |= (*outof++ & 0xffL) << 8; in scrunch()
167 *into++ |= (*outof++ & 0xffL); in scrunch()
168 *into = (*outof++ & 0xffL) << 24; in scrunch()
169 *into |= (*outof++ & 0xffL) << 16; in scrunch()
170 *into |= (*outof++ & 0xffL) << 8; in scrunch()
[all …]
/external/oauth/core/src/main/java/net/oauth/
DOAuthMessage.java207 Map<String, Object> into = new HashMap<String, Object>(); in getDump() local
208 dump(into); in getDump()
209 return into; in getDump()
212 protected void dump(Map<String, Object> into) throws IOException { in dump() argument
213 into.put("URL", URL); in dump()
216 into.putAll(getParameterMap()); in dump()
312 StringBuilder into = new StringBuilder(); in getAuthorizationHeader() local
314 into.append(" realm=\"").append(OAuth.percentEncode(realm)).append('"'); in getAuthorizationHeader()
321 if (into.length() > 0) into.append(","); in getAuthorizationHeader()
322 into.append(" "); in getAuthorizationHeader()
[all …]
/external/guava/guava/src/com/google/common/hash/
DFunnels.java46 public void funnel(byte[] from, PrimitiveSink into) { in funnel() argument
47 into.putBytes(from); in funnel()
69 public void funnel(CharSequence from, PrimitiveSink into) { in funnel() argument
70 into.putUnencodedChars(from); in funnel()
95 public void funnel(CharSequence from, PrimitiveSink into) { in funnel() argument
96 into.putString(from, charset); in funnel()
146 public void funnel(Integer from, PrimitiveSink into) { in funnel() argument
147 into.putInt(from); in funnel()
172 public void funnel(Iterable<? extends E> from, PrimitiveSink into) { in funnel() argument
174 elementFunnel.funnel(e, into); in funnel()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-04.ll5 ; Test v16i8 insertion into the first element.
14 ; Test v16i8 insertion into the last element.
23 ; Test v16i8 insertion into a variable element.
32 ; Test v8i16 insertion into the first element.
41 ; Test v8i16 insertion into the last element.
50 ; Test v8i16 insertion into a variable element.
59 ; Test v4i32 insertion into the first element.
68 ; Test v4i32 insertion into the last element.
77 ; Test v4i32 insertion into a variable element.
86 ; Test v2i64 insertion into the first element.
[all …]
Dvec-move-11.ll1 ; Test insertions of register values into a nonzero index of an undef.
5 ; Test v16i8 insertion into an undef, with an arbitrary index.
14 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
23 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
32 ; Test v8i16 insertion into an undef, with an arbitrary index.
41 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
50 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
59 ; Test v4i32 insertion into an undef, with an arbitrary index.
68 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
77 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
[all …]
Dvec-move-12.ll1 ; Test insertions of memory values into a nonzero index of an undef.
5 ; Test v16i8 insertion into an undef, with an arbitrary index.
15 ; Test v16i8 insertion into an undef, with the first good index for VLVGP.
25 ; Test v16i8 insertion into an undef, with the second good index for VLVGP.
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
45 ; Test v8i16 insertion into an undef, with the first good index for VLVGP.
55 ; Test v8i16 insertion into an undef, with the second good index for VLVGP.
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
75 ; Test v4i32 insertion into an undef, with the first good index for VLVGP.
85 ; Test v4i32 insertion into an undef, with the second good index for VLVGP.
[all …]
Dvec-move-13.ll1 ; Test insertions of register values into 0.
5 ; Test v16i8 insertion into 0.
17 ; Test v8i16 insertion into 0.
29 ; Test v4i32 insertion into 0.
39 ; Test v2i64 insertion into 0.
49 ; Test v4f32 insertion into 0.
60 ; Test v2f64 insertion into 0.
Dvec-move-09.ll5 ; Test v16i8 insertion into the first element.
14 ; Test v16i8 insertion into the last element.
50 ; Test v16i8 insertion into a variable element.
59 ; Test v8i16 insertion into the first element.
68 ; Test v8i16 insertion into the last element.
104 ; Test v8i16 insertion into a variable element.
113 ; Test v4i32 insertion into the first element.
122 ; Test v4i32 insertion into the last element.
167 ; Test v4i32 insertion into a variable element.
176 ; Test v2i64 insertion into the first element.
[all …]
/external/valgrind/
Dglibc-2.34567-NPTL-helgrind.supp37 # helgrind-glibc2X-002 was merged into helgrind-glibc2X-001
39 # helgrind-glibc2X-003 was merged into helgrind-glibc2X-001
61 # helgrind-glibc2X-006 was merged into helgrind-glibc2X-005
63 # helgrind-glibc2X-007 was merged into helgrind-glibc2X-001
65 # helgrind-glibc2X-008 was merged into helgrind-glibc2X-004
67 # helgrind-glibc2X-009 was merged into helgrind-glibc2X-004
69 # helgrind-glibc2X-010 was merged into helgrind-glibc2X-001
71 # helgrind-glibc2X-011 was merged into helgrind-glibc2X-004
73 # helgrind-glibc2X-012 was merged into helgrind-glibc2X-001
75 # helgrind-glibc2X-013 was merged into helgrind-glibc2X-001
[all …]
/external/oauth/core/src/main/java/net/oauth/http/
DHttpResponseMessage.java36 public void dump(Map<String, Object> into) throws IOException { in dump() argument
37 super.dump(into); in dump()
38 into.put(STATUS_CODE, Integer.valueOf(getStatusCode())); in dump()
41 into.put(LOCATION, location); in dump()
/external/eigen/doc/
DTopicLazyEvaluation.dox13 …ether to evaluate it into a temporary variable. Indeed, in certain cases it is better to evaluate …
15 A traditional math library without expression templates always evaluates all sub-expressions into t…
19 …traditional library would evaluate \c vec2 + vec3 into a temporary \c vec4 and then copy \c vec4
21 Expression-templates-based libraries can avoid evaluating sub-expressions into temporaries, which i…
23 … lazy evaluation, and when on the contrary it should evaluate immediately into a temporary variabl…
43 Eigen first evaluates <tt>matrix * matrix</tt> into a temporary matrix, and then copies it into the…
55into a temporary matrix. Indeed, experiments showed that it is often beneficial for performance to…
57 … total cost of an operation is reduced if a sub-expression gets evaluated into a temporary. Indeed…
61 …variable. Eigen understands this and evaluates <tt>matrix3 + matrix4</tt> into a temporary variabl…
/external/llvm/test/CodeGen/MIR/X86/
Dmemory-operands.mir199 ; CHECK-NEXT: MOV32mi killed %rdi, 1, _, 0, _, 42 :: (store 4 into %ir.a)
201 MOV32mi killed %rdi, 1, _, 0, _, 42 :: (store 4 into %ir.a)
212 …; CHECK: INC32m killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (store 4 into %ir."a value")…
213 …INC32m killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (store 4 into %ir."a value"), (load 4…
231 ; CHECK: MOV32mr %rsp, 1, _, -4, _, killed %eax :: (store 4 into %ir.1)
234 MOV32mr %rsp, 1, _, -4, _, killed %eax :: (store 4 into %ir.1)
247 ; CHECK: MOV32mr killed %rdi, 1, _, 0, _, %eax :: (volatile store 4 into %ir.x)
250 MOV32mr killed %rdi, 1, _, 0, _, %eax :: (volatile store 4 into %ir.x)
263 ; CHECK: MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
264 MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
[all …]
/external/jetty/src/config/etc/
DjdbcRealm.properties49 # mysql> insert into users values (1, 'admin', 'password');
50 # mysql> insert into roles values (1, 'server-administrator');
51 # mysql> insert into roles values (2, 'content-administrator');
52 # mysql> insert into user_roles values (1, 1);
53 # mysql> insert into user_roles values (1, 2);
/external/llvm/test/CodeGen/X86/
Dinsertps-O0-bug.ll4 ; used by an INSERTPS into a scalar load plus scalar_to_vector.
6 ; In order to fold a load into the memory operand of an INSERTPSrm, the backend
7 ; tries to canonicalize a vector load in input to an INSERTPS node into a
11 ; However, ISel can only select an INSERTPSrm if folding a load into the operand
21 ; At -O0, the backend would attempt to canonicalize the load to 'b' into
34 ; canonicalized into a scalar load plus scalar_to_vector (a movss).
Dpr2656.ll9 ; We can not fold either stack load into an 'xor' instruction because that
10 ; would change what should be a 4-byte load into a 16-byte load.
11 ; We can fold the 16-byte constant load into either 'xor' instruction,
12 ; but we do not. It has more than one use, so it gets loaded into a register.
37 ; We can not fold the load from the stack into the 'and' instruction because
38 ; that changes an 8-byte load into a 16-byte load (illegal memory access).
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier-3.m29 // storing into an array of strong pointer types.
33 // storing indirectly into an array of strong pointer types.
39 // storing into a struct element of an array of strong pointer types.
44 // Storing into an ivar of an array of strong pointer types.
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_impl_mmx.asm113 add rbx,rdx ; Inc pointer into ref data
114 add rax,rcx ; Inc pointer into the new data
136 add rbx,rdx ; Inc pointer into ref data
137 add rax,rcx ; Inc pointer into the new data
159 add rbx,rdx ; Inc pointer into ref data
160 add rax,rcx ; Inc pointer into the new data
182 add rbx,rdx ; Inc pointer into ref data
183 add rax,rcx ; Inc pointer into the new data
205 add rbx,rdx ; Inc pointer into ref data
206 add rax,rcx ; Inc pointer into the new data
[all …]
/external/elfutils/libdwfl/
Dcore-file.c362 void *into = *buffer; in dwfl_elf_phdr_memory_callback() local
368 into = malloc (*buffer_available); in dwfl_elf_phdr_memory_callback()
369 if (unlikely (into == NULL)) in dwfl_elf_phdr_memory_callback()
376 ssize_t nread = pread_retry (elf->fildes, into, *buffer_available, start); in dwfl_elf_phdr_memory_callback()
379 if (into != *buffer) in dwfl_elf_phdr_memory_callback()
380 free (into); in dwfl_elf_phdr_memory_callback()
388 const void *eos = memchr (into, '\0', nread); in dwfl_elf_phdr_memory_callback()
389 if (unlikely (eos == NULL) || unlikely (eos == into)) in dwfl_elf_phdr_memory_callback()
392 free (into); in dwfl_elf_phdr_memory_callback()
395 nread = eos + 1 - into; in dwfl_elf_phdr_memory_callback()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/
DAPI CHANGES.TXT5 Look for Get() to turn into indexers!
9 … methods have been turned virtual. Constants in UPPERCASE_ONLY have been turned into UppercaseOnly.
13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property
37 Antlr.Runtime.Tree.RewriteRuleElementStream.HasNext has been turned into a property
47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes …
/external/llvm/test/CodeGen/AArch64/
Datomic-ops.ll24 ; w0 below is a reasonable guess but could change: it certainly comes into the
44 ; w0 below is a reasonable guess but could change: it certainly comes into the
64 ; w0 below is a reasonable guess but could change: it certainly comes into the
84 ; x0 below is a reasonable guess but could change: it certainly comes into the
104 ; w0 below is a reasonable guess but could change: it certainly comes into the
124 ; w0 below is a reasonable guess but could change: it certainly comes into the
144 ; w0 below is a reasonable guess but could change: it certainly comes into the
164 ; x0 below is a reasonable guess but could change: it certainly comes into the
184 ; w0 below is a reasonable guess but could change: it certainly comes into the
204 ; w0 below is a reasonable guess but could change: it certainly comes into the
[all …]
/external/llvm/lib/Target/X86/
DREADME-SSE.txt23 match them. For example, this should turn into a horizontal add:
50 into:
103 into:
213 This compiles into:
258 "fold" it into the uses, producing something like this:
326 Apply the same transformation that merged four float into a single 128-bit load
332 specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other
377 "y" looks good, but "x" does silly movzwl stuff around into a GPR. It seems
401 CodeGen/X86/vec_align.ll tests whether we can turn 4 scalar loads into a single
407 2. The code for turning 4 x load into a single vector load is target
[all …]

12345678910>>...117