Searched refs:comm (Results 1 - 25 of 162) sorted by relevance

1234567

/external/llvm/test/MC/MachO/
H A Dcomm-1.s3 .comm sym_comm_B, 2
4 .comm sym_comm_A, 4
5 .comm sym_comm_C, 8, 2
6 .comm sym_comm_D, 2, 3
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dcomm-1.s3 .comm sym_comm_B, 2
4 .comm sym_comm_A, 4
5 .comm sym_comm_C, 8, 2
6 .comm sym_comm_D, 2, 3
/external/llvm/test/MC/COFF/
H A Dcomm.s4 .comm _b, 4, 2
6 .comm _c, 1, 5
/external/llvm/test/MC/ELF/
H A Dalign-bss.s6 .comm foo,2048,16
H A Dcommon-error1.s3 .comm C,4,4
H A Dcommon-error2.s4 .comm C,4,4
H A Dcommon.s9 .comm common1,1,1
25 .comm common2,1,1
39 .comm common6,8,16
54 .comm common3,4,4
76 .comm common4,40,16
89 .comm common5,4,4
H A Dcommon2.s8 .comm vimvardict,1,8
H A Dcommon-error3.s4 .comm C,4,4
5 .comm C,8,
H A Dcommon-redeclare.s4 .comm C,4,4
5 .comm C,4,
H A Dsection-sym-redefine.s6 .comm x1,4,4
11 .comm x2,4,4
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dalign-bss.s6 .comm foo,2048,16
H A Dcommon.s9 .comm common1,1,1
23 .comm common2,1,1
34 .comm common6,8,16
48 .comm common3,4,4
68 .comm common4,40,16
78 .comm common5,4,4
H A Dcommon2.s7 .comm vimvardict,1,8
/external/llvm/test/Object/X86/
H A Dnm-macho.s9 .comm _a,4
H A Dnm-print-size.s16 .comm c,4,8
/external/llvm/test/tools/llvm-size/X86/
H A Dtest-common.s9 .comm x,4,4
11 .comm y,4,4
13 .comm z,4,4
/external/llvm/test/MC/AsmParser/
H A Ddirective_comm.s4 # CHECK: .comm a,6,2
5 # CHECK: .comm b,8
6 # CHECK: .comm c,8
8 .comm a, 4+2, 2
9 .comm b,8
H A Dlabels.s41 // CHECK: .comm "a 6",1
42 .comm "a 6", 1
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Ddirective_comm.s4 # CHECK: .comm a,6,2
5 # CHECK: .comm b,8
6 # CHECK: .comm c,8
8 .comm a, 4+2, 2
9 .comm b,8
H A Dlabels.s41 // CHECK: .comm "a 6",1
42 .comm "a 6", 1
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialjava.py33 # http://mho.republika.pl/java/comm/
35 comm = detect_java_comm([ variable
36 'javax.comm', # Sun/IBM
43 enum = comm.CommPortIdentifier.getPortIdentifiers()
47 if el.getPortType() == comm.CommPortIdentifier.PORT_SERIAL:
64 portId = comm.CommPortIdentifier.getPortIdentifier(self._port)
66 portId = comm.CommPortIdentifier.getPortIdentifier(device(self._port)) # numbers are transformed to a comport id obj
84 jdatabits = comm.SerialPort.DATABITS_5
86 jdatabits = comm.SerialPort.DATABITS_6
88 jdatabits = comm
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument
30 unsigned i, idx = comm->pvp_cur_index & 0xf;
31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage);
33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs);
34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index);
36 for (i = 0; i != comm
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument
30 unsigned i, idx = comm->pvp_cur_index & 0xf;
31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage);
33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs);
34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index);
36 for (i = 0; i != comm
[all...]
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dopen.c11 void usage(const char *comm) { argument
12 fprintf(stderr, "Usage: %s <access mode>\n", comm);

Completed in 936 milliseconds

1234567