Searched refs:ar (Results 1 - 25 of 151) sorted by relevance

1234567

/external/clang/test/Sema/
H A Darg-scope-c99.c2 void bb(int sz, int ar[sz][sz]) { } argument
/external/zlib/contrib/masmx64/
H A Dinffas8664.c83 /* ar offset register */
111 type_ar ar; local
127 ar.in = strm->next_in;
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
129 ar.out = strm->next_out;
130 ar.beg = ar.out - (start - strm->avail_out);
131 ar.end = ar
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp26 void test_ref_param(AnyRef ar) { argument
27 int &ir = ar;
28 const float &fr = ar;
29 int i = ar;
/external/clang/test/Parser/
H A Dcxx0x-rvalue-reference.cpp7 int & &&ar = a; // expected-error{{'ar' declared as a reference to a reference}} local
/external/llvm/tools/llvm-ar/
H A DMakefile1 ##===- tools/llvm-ar/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-ar
/external/clang/test/SemaCXX/
H A Dalignof-sizeof-reference.cpp4 char ar[sizeof(s0&)]; // expected-error {{invalid application of 'sizeof' to an incomplete type}} variable
6 char &r = ar[0];
H A Dconst-cast.cpp32 const int ar[100] = {0}; local
33 int (&rar)[100] = const_cast<iarr>(ar);
35 int *pi = const_cast<int*>(ar);
55 const int *ar[100] = {0}; local
57 int *(*rar)[100] = const_cast<int *(*)[100]>(&ar); // expected-error {{const_cast from 'const int *(*)[100]' to 'int *(*)[100]' is not allowed}}
H A Dcxx0x-initializer-scalars.cpp21 int ar[10]; local
22 (void) ar[{1}]; // expected-error {{array subscript is not an integer}}
H A Dcxx0x-initializer-aggregates.cpp6 int ar[2]; member in struct:aggregate::S
/external/zlib/contrib/inflate86/
H A Dinffas86.c78 /* ar offset register */
98 } ar; local
110 ar.in = strm->next_in;
111 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
112 ar.out = strm->next_out;
113 ar.beg = ar.out - (start - strm->avail_out);
114 ar.end = ar
[all...]
/external/elfutils/libelf/
H A Delf_getarhdr.c43 if (parent->state.ar.elf_ar_hdr.ar_name == NULL
52 return &parent->state.ar.elf_ar_hdr;
H A Delf_rand.c38 elf->state.ar.offset = elf->start_offset + offset;
44 elf->state.ar.elf_ar_hdr.ar_name = NULL;
H A Delf_getarsym.c51 *ptr = elf->state.ar.ar_sym_num;
53 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l)
60 result = elf->state.ar.ar_sym;
75 elf->state.ar.ar_sym = (Elf_Arsym *) -1l;
81 if (pread (elf->fildes, &elf->state.ar.ar_hdr,
91 index_hdr = &elf->state.ar.ar_hdr;
164 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);
165 if (elf->state.ar.ar_sym != NULL)
178 newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,
182 free (elf->state.ar
[all...]
H A Delf_next.c44 parent->state.ar.offset += (sizeof (struct ar_hdr)
45 + ((parent->state.ar.elf_ar_hdr.ar_size + 1)
H A Delf_end.c59 free (elf->state.ar.ar_sym);
60 elf->state.ar.ar_sym = NULL;
62 if (elf->state.ar.children != NULL)
79 if (parent->state.ar.children == elf)
80 parent->state.ar.children = elf->next;
83 struct Elf *child = parent->state.ar.children;
98 if (elf->state.ar.long_names != NULL)
99 free (elf->state.ar.long_names);
H A Delf_readall.c33 Elf *child = elf->state.ar.children;
42 child->state.ar.offset -= offset;
102 elf->state.ar.offset -= elf->start_offset;
/external/dhcpcd/
H A Darp.c51 struct arphdr ar; local
56 ar.ar_hrd = htons(iface->family);
57 ar.ar_pro = htons(ETHERTYPE_IP);
58 ar.ar_hln = iface->hwlen;
59 ar.ar_pln = sizeof(sip);
60 ar.ar_op = htons(op);
61 memcpy(arp_buffer, &ar, sizeof(ar));
62 p = arp_buffer + sizeof(ar);
109 struct arphdr ar; local
[all...]
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp12 void f(A a, A *ap, A& ar) { argument
22 ar.f();
H A Dconst-init.cpp5 // CHECK: @ar = constant i32* @a
6 int &ar = a; variable
/external/qemu/android/
H A Dasync-utils.c20 asyncReader_init(AsyncReader* ar, argument
25 ar->buffer = buffer;
26 ar->buffsize = buffsize;
27 ar->pos = 0;
33 asyncReader_read(AsyncReader* ar) argument
37 if (ar->pos >= ar->buffsize) {
42 ret = socket_recv(ar->io->fd, ar->buffer + ar
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A DMakefile10 ar ru $(ZLIB_LIB) $(MY_LDLIBS) $(ZLIB_OBJS)
/external/oprofile/module/ia64/
H A DIA64entry.h28 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
29 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
30 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
39 .savesp ar.unat, SW(CALLER_UNAT)+16+(off); \
40 .savesp ar.fpsr, SW(AR_FPSR)+16+(off); \
56 .spillsp ar.pfs, SW(AR_PFS)+16+(off); .spillsp ar.lc, SW(AR_LC)+16+(off); \
58 .spillsp ar.rnat, SW(AR_RNAT)+16+(off); \
59 .spillsp ar.bspstore, SW(AR_BSPSTORE)+16+(off); \
H A DIA64minstate.h42 (pUser) mov ar.rsc=0; \
46 (pUser) mov rARRNAT=ar.rnat; \
52 /* save ar.bspstore */ \
53 (pUser) mov rARBSPSTORE=ar.bspstore; \
58 (pUser) mov ar.bspstore=rKRBS; \
60 (pUser) mov r18=ar.bsp; \
62 (pUser) mov ar.rsc=0x3;
78 (pUser) mov ar.rsc=0; \
82 (pUser) mov rARRNAT=ar.rnat; \
87 /* save ar
[all...]
/external/srec/srec_jni/
H A Dandroid_speech_srec_MicrophoneInputStream.cpp59 android::AudioRecord* ar = new android::AudioRecord( local
63 if (ar == NULL) {
67 status_t s = ar->initCheck();
69 delete ar;
70 ar = NULL;
74 return (int)ar;
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp23 F ar[2]; member in struct:H
50 A ar[2]; member in struct:D

Completed in 1187 milliseconds

1234567