HomeSort by relevance Sort by last modified time
    Searched refs:data (Results 1 - 25 of 32031) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
data.S 2 * a device tree in the data section of a .o */
3 .data
  /external/clang/test/CodeGen/
2007-10-15-VoidPtr.c 2 void bork(void **data) {
3 (*(unsigned short *) (&(data[37])[927]) = 0);
mips-inline-asm.c 4 int data; variable
7 asm("lw $1, %0" :: "m"(data));
8 // CHECK: call void asm sideeffect "lw $$1, $0", "*m,~{$1}"(i32* @data)
12 asm("ll $1, %0" :: "ZC"(data));
13 // CHECK: call void asm sideeffect "ll $$1, $0", "*^ZC,~{$1}"(i32* @data)
17 asm("lw $1, %0" :: "R"(data));
18 // CHECK: call void asm sideeffect "lw $$1, $0", "*R,~{$1}"(i32* @data)
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
Response.java 19 private final String data; field in class:Response
21 Response(String data) {
22 this.data = data;
25 String data() { method in class:Response
26 return this.data;
  /external/llvm/test/MC/AArch64/
expr-shr.s 4 .data
  /external/llvm/test/MC/AsmParser/
expr-shr.s 5 .data
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
dumptest.s 1 .data
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
simple.s 3 .data
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
data-1.s 1 .data
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
phdrs.s 5 .data
defined4.s 2 .data
expr2.s 2 .data
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
image_size.s 5 .global data
6 .data
7 data: label
  /external/llvm/test/MC/ARM/
dwarf-asm-no-code.s 7 .section .data, "aw"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
block2.s 1 .data
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
align3.d 1 # objdump: -sj.data
5 Contents of section \.data:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.c 79 data pointer to data to be processed
81 skip skip processing of data[0], set to non-zero value
87 data processed data
91 HANTRO_NOK processed data not in valid range [-512, 511]
94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap)
113 data[0] = (data[0] * tmp1);
120 d1 = data[1]
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
IExecutionDataVisitor.java 12 package org.jacoco.core.data;
15 * Interface for data output of collected execution data. This interface is
16 * meant to be implemented by parties that want to retrieve data from the
22 * Provides execution data for a class.
24 * @param data
25 * execution data for a class
27 public void visitClassExecution(ExecutionData data);
  /external/llvm/test/MC/MachO/
previous.s 6 .data
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.c 61 draw_dump_emitted_vertex(const struct vertex_info *vinfo, const uint8_t *data)
72 debug_printf("%f ", *(float *)data); data += sizeof(float);
76 debug_printf("%f ", *(float *)data); data += sizeof(float);
80 debug_printf("%f ", *(float *)data); data += sizeof(float);
81 debug_printf("%f ", *(float *)data); data += sizeof(float);
85 debug_printf("%f ", *(float *)data); data += sizeof(float)
    [all...]
  /external/skia/src/core/
SkDebug.cpp 11 void SkDebugfForDumpStackTrace(const char* data, void* unused) {
12 SkDebugf("%s", data);
  /system/bt/stack/include/
port_ext.h 30 extern void rfcomm_port_timer_timeout(void* data);
31 extern void rfcomm_mcb_timer_timeout(void* data);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
octa.s 1 .data
sleb128-3.s 1 .data
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bignum1.s 1 .data

Completed in 1243 milliseconds

1 2 3 4 5 6 7 8 91011>>