HomeSort by relevance Sort by last modified time
    Searched refs:comm (Results 126 - 150 of 404) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/MC/COFF/
comm-align.s 22 .comm _s_1,4,0 # @s_1
23 .comm _s_2,4,1 # @s_2
24 .comm _s_4,4,2 # @s_3
25 .comm _s_8,4,3 # @s_4
27 .comm _small_but_overaligned,1,3 # @s_4
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
absrel.s 4 .comm comm,4
16 mov comm, %eax
27 mov comm - abs, %eax
38 mov comm - abs2,%eax
x86-64-size-5.s 6 .comm zzz,4294967290,32
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
symbols-base-64.s 16 .comm zcommon0, 10, 3
17 .comm mcommon0, 10, 3
18 .comm acommon0, 10, 3
65 .comm zcommon1, 10, 3
66 .comm mcommon1, 10, 3
67 .comm acommon1, 10, 3
  /external/clang/utils/
find-unused-diagnostics.sh 15 comm -23 <(sort -u <<< "$ALL_DIAGS") <(sort -u <<< "$DIAGS_IN_SOURCES")
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
aligncomm-d.d 4 # Test the aligned form of the .comm pseudo-op.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
lea1.s 19 .comm pad,4,4
20 .comm bar,4,4
load2.s 19 .comm pad,4,4
20 .comm bar,4,4
pr12921.s 17 .comm vbss,65536,4096
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
type-noifunc.s 19 .comm common, 1
type.s 35 .comm common, 1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
opcode.s 50 .comm a,2,2
51 .comm b,2,2
52 .comm c,4,2
53 .comm d,4,2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
localcom-1.d 4 #name: Datalabel on local comm symbol and equated local comm symbol
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr12921.s 17 .comm vbss,65536,4096
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-size/
size64-1.s 2 .comm xxx,40,32
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_bsp.c 26 static void dump_comm_bsp(struct comm *comm)
28 unsigned idx = comm->bsp_cur_index & 0xf;
29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs);
30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]);
117 memset(dec->comm, 0, 0x200);
127 PUSH_DATA (push, comm_addr); // 70c comm
177 dump_comm_bsp(dec->comm);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_bsp.c 26 static void dump_comm_bsp(struct comm *comm)
28 unsigned idx = comm->bsp_cur_index & 0xf;
29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs);
30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]);
170 memset(dec->comm, 0, 0x200);
180 PUSH_DATA (push, comm_addr); // 70c comm
226 dump_comm_bsp(dec->comm);
    [all...]
  /system/extras/simpleperf/runtest/
runtest.conf 44 <report option="--sort comm,symbol"/>
88 <symbol name="Function1()" comm="RUN_COMM1" min="30" max="70"/>
89 <symbol name="Function1()" comm="RUN_COMM2" min="30" max="70"/>
93 <symbol name="main" comm="RUN_COMM1" min="30" max="70"/>
94 <symbol name="main" comm="RUN_COMM2" min="30" max="70"/>
98 <symbol name="Function1()" comm="RUN_COMM1">
101 <symbol name="Function1()" comm="RUN_COMM2">
202 <symbol comm="RUN_COMM1" min="100" max="100"/>
  /external/scapy/scapy/contrib/
pnio_rtc.py 272 comm = (pkt.src, pkt.dst)
273 heuristic[comm] = (total + 1, counts)
277 for comm in heuristic:
278 total, counts = heuristic[comm]
280 loc = locations[comm] = []
313 for comm in entropies:
314 entropy = dict(entropies[comm]) # Convert tuples to key => value
316 for i in range(len(locations[comm])):
318 locations[comm][i] = \
320 locations[comm][i], entrop
    [all...]
  /external/llvm/test/MC/MachO/
altentry.s 49 .comm _g0,4,2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
ilp32-basic.s 18 .comm ptrs,12,8
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
tls-gd-3.s 19 .comm x,4,2
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 80 char comm[16]; member in struct:proc_event::__anon550::comm_proc_event
81 } comm; member in union:proc_event::__anon550
  /external/kernel-headers/original/uapi/linux/
cn_proc.h 113 char comm[16]; member in struct:proc_event::__anon22756::comm_proc_event
114 } comm; member in union:proc_event::__anon22756
  /external/llvm/test/MC/Mips/
mips_gprel16.s 67 .comm var1,4,4
70 .comm var2,4,4

Completed in 1009 milliseconds

1 2 3 4 56 7 8 91011>>