Home
last modified time | relevance | path

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

12345678910>>...139

/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/libxkbcommon/xkbcommon/src/xkbcomp/
Dsymbols.c234 MergeGroups(SymbolsInfo *info, GroupInfo *into, GroupInfo *from, bool clobber, in MergeGroups() argument
241 if (into->type != from->type) { in MergeGroups()
244 else if (into->type == XKB_ATOM_NONE) { in MergeGroups()
245 into->type = from->type; in MergeGroups()
248 xkb_atom_t use = (clobber ? from->type : into->type); in MergeGroups()
249 xkb_atom_t ignore = (clobber ? into->type : from->type); in MergeGroups()
259 into->type = use; in MergeGroups()
262 into->defined |= (from->defined & GROUP_FIELD_TYPE); in MergeGroups()
271 if (darray_empty(into->levels)) { in MergeGroups()
272 from->type = into->type; in MergeGroups()
[all …]
Dkeycodes.c254 MergeIncludedKeycodes(KeyNamesInfo *into, KeyNamesInfo *from, in MergeIncludedKeycodes() argument
258 into->errorCount += from->errorCount; in MergeIncludedKeycodes()
262 if (into->name == NULL) { in MergeIncludedKeycodes()
263 into->name = from->name; in MergeIncludedKeycodes()
268 if (darray_empty(into->key_names)) { in MergeIncludedKeycodes()
269 into->key_names = from->key_names; in MergeIncludedKeycodes()
271 into->min_key_code = from->min_key_code; in MergeIncludedKeycodes()
272 into->max_key_code = from->max_key_code; in MergeIncludedKeycodes()
275 if (darray_size(into->key_names) < darray_size(from->key_names)) in MergeIncludedKeycodes()
276 darray_resize0(into->key_names, darray_size(from->key_names)); in MergeIncludedKeycodes()
[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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GatherNd.pbtxt22 summary: "Gather slices from `params` into a Tensor with shape specified by `indices`."
25 (K-1)-dimensional tensor of indices into `params`, where each element defines a
30 Whereas in @{tf.gather} `indices` defines slices into the first
31 dimension of `params`, in `tf.gather_nd`, `indices` defines slices into the
52 Simple indexing into a matrix:
60 Slice indexing into a matrix:
68 Indexing into a 3-tensor:
89 Batched indexing into a matrix:
97 Batched slice indexing into a matrix:
105 Batched indexing into a 3-tensor:
/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/perf_data_converter/src/
Dprofile.proto52 // into that address range. mapping[0] will be the main binary.
63 int64 drop_frames = 7; // Index into string table.
66 int64 keep_frames = 8; // Index into string table.
81 repeated int64 comment = 13; // Indices into string table.
82 // Index into the string table of the type of the preferred sample
89 int64 type = 1; // Index into string table.
90 int64 unit = 2; // Index into string table.
104 // When aggregating multiple samples into a single sample, the
114 int64 key = 1; // Index into string table
117 int64 str = 2; // Index into string table
[all …]
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto54 // Used for passing inputs into SmbProvider.Mount().
60 // Used for passing inputs into SmbProvider.Unmount().
66 // Used for passing inputs into SmbProvider.ReadDirectory().
75 // Used for passing inputs into SmbProvider.GetMetadataEntry().
84 // Used for passing inputs into SmbProvider.OpenFile().
95 // Used for passing inputs into SmbProvider.CloseFile().
103 // Used for passing inputs into SmbProvider.ReadFile().
115 // Used for passing inputs into SmbProvider.DeleteEntry().
126 // Used for passing inputs into SmbProvider.CreateFile().
135 // Used for passing inputs into SmbProvider.Truncate().
[all …]
/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.mir202 ; CHECK-NEXT: MOV32mi killed %rdi, 1, _, 0, _, 42 :: (store 4 into %ir.a)
204 MOV32mi killed %rdi, 1, _, 0, _, 42 :: (store 4 into %ir.a)
215 …; CHECK: INC32m killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (store 4 into %ir."a value")…
216 …INC32m killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (store 4 into %ir."a value"), (load 4…
234 ; CHECK: MOV32mr %rsp, 1, _, -4, _, killed %eax :: (store 4 into %ir.1)
237 MOV32mr %rsp, 1, _, -4, _, killed %eax :: (store 4 into %ir.1)
250 ; CHECK: MOV32mr killed %rdi, 1, _, 0, _, %eax :: (volatile store 4 into %ir.x)
253 MOV32mr killed %rdi, 1, _, 0, _, %eax :: (volatile store 4 into %ir.x)
266 ; CHECK: MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
267 MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
[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/gemmlowp/doc/
Ddesign.md12 Ultimately, once values are loaded into CPU registers, they cost nothing to
16 more data from memory into registers. This means that a GEMM implementation
29 This is achieved by subdividing the matrices into blocks sized to fit in L2
30 cache, and subdividing these blocks into sub-blocks sizes to fit in L1 cache,
37 loading into SIMD vector registers by the kernel.
65 a block of the result in int32 accumulators and then we "unpack" it into the
75 3. Unpack the result block into the output matrix.
96 // new: unpack int32 accums into destination matrix
136 The files in `internal/` fall into a few categories:
143 They both call into pack/compute/unpack stages (see [kernel.md](kernel.md) and
[all …]
/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/annotation-tools/scene-lib/
DREADME17 Unannotated .java --> javac --> .class --> AFU insert into .class --> .class
18 Unannotated .java --> AFU insert into .java --> javac --> .class
20 into the bytecode versus inserting into the source code and compiling.

12345678910>>...139