HomeSort by: relevance | last modified time | path
    Searched defs:access (Results 1 - 25 of 181) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/mit/isl/dist/
flow.c 23 isl_union_access_info *access; local
31 access = isl_union_access_info_read_from_file(ctx, stdin);
32 flow = isl_union_access_info_compute_flow(access);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
Stencil.h 99 /// object bound to \p BaseId. The access is constructed idiomatically: if \p
103 Stencil access(llvm::StringRef BaseId, Stencil Member);
104 inline Stencil access(llvm::StringRef BaseId, llvm::StringRef Member) { function in namespace:clang::transformer
105 return access(BaseId, detail::makeStencil(Member));
  /src/include/
rmt.h 47 #define access rmtaccess macro
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
dma.h 16 u32 access; member in struct:nvkm_dmaobj
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_iobus.c 54 access_type access,
76 access, local
device_table.c 215 access_type access,
220 access, local
230 access_type access,
234 space, addr, nr_bytes, access, local
hw_vm.c 44 Once the simulation has started (as noted above) any access to an
46 access. This device will then either attach additional memory to
47 the core device or signal the access as being invalid.
99 access_read_write /*access*/,
110 access_type access,
125 access, local
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_iobus.c 54 access_type access,
76 access, local
device_table.c 215 access_type access,
220 access, local
230 access_type access,
234 space, addr, nr_bytes, access, local
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fault.h 30 u8 access; member in struct:nvkm_fault_data
  /src/external/mit/xorg/server/xorg-server/os/
Makefile 9 SRCS= WaitFor.c access.c auth.c backtrace.c client.c connection.c \
40 COPTS.access.c= -Wno-error # XXX bigreqstr.h
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 58 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; local
60 switch (access) {
77 bool IsPCRel = (MO.getTargetFlags() & ~access) == PPCII::MO_PCREL_FLAG;
139 switch (access) {
  /src/external/bsd/kyua-cli/dist/utils/
auto_array_test.cpp 287 ATF_TEST_CASE(access); variable
288 ATF_TEST_CASE_HEAD(access)
290 set_md_var("descr", "Tests the auto_array smart pointer class' access "
293 ATF_TEST_CASE_BODY(access)
315 ATF_ADD_TEST_CASE(tcs, access);
  /src/external/bsd/openldap/dist/servers/slapd/
slapacl.c 325 slap_access_t access = ACL_AUTH; local
345 access = str2access( accessstr );
346 switch ( access ) {
348 fprintf( stderr, "unknown access \"%s\" for attribute \"%s\"\n",
381 rc = access_allowed_mask( op, ep, desc, valp, access,
385 fprintf( stderr, "%s access to %s%s%s: %s\n",
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
movement.h 88 // - an instruction I2 contains another access A to REGNO; and
142 // Stop the instruction moving beyond the previous relevant access
165 // - an instruction I2 contains another access A to R; and
199 access_info *access; local
200 access = prev_access_ignoring (def, ignore_clobbers (is_clobber),
202 if (access)
203 move_range = move_later_than (move_range, access_insn (access));
218 access = next_access_ignoring (def, ignore_clobbers (is_clobber),
220 if (access)
221 move_range = move_earlier_than (move_range, access_insn (access));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
movement.h 83 // - an instruction I2 contains another access A to REGNO; and
137 // Stop the instruction moving beyond the previous relevant access
160 // - an instruction I2 contains another access A to R; and
189 access_info *access; local
190 access = prev_access_ignoring (def, ignore_clobbers (is_clobber),
192 if (access)
193 move_range = move_later_than (move_range, access_insn (access));
208 access = next_access_ignoring (def, ignore_clobbers (is_clobber),
210 if (access)
211 move_range = move_earlier_than (move_range, access_insn (access));
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.c 39 access (IorD) to find the contents of AccessLength memory bytes
44 processor. If the memory access type of the reference is uncached
46 within the memory element. If the access type is cached, and the
265 address_word access = AccessLength_WORD; local
266 address_word reverseendian = (ReverseEndian ? (mask ^ access) : 0);
267 address_word bigendiancpu = (BigEndianCPU ? (mask ^ access) : 0);
272 if ((vaddr & access) != 0)
275 LoadMemory (&memval, NULL, access, paddr, vaddr, isINSTRUCTION, isREAL);
289 address_word access = AccessLength_HALFWORD; local
290 address_word reverseendian = (ReverseEndian ? (mask ^ access) : 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.c 39 access (IorD) to find the contents of AccessLength memory bytes
44 processor. If the memory access type of the reference is uncached
46 within the memory element. If the access type is cached, and the
265 address_word access = AccessLength_WORD; local
266 address_word reverseendian = (ReverseEndian ? (mask ^ access) : 0);
267 address_word bigendiancpu = (BigEndianCPU ? (mask ^ access) : 0);
272 if ((vaddr & access) != 0)
275 LoadMemory (&memval, NULL, access, paddr, vaddr, isINSTRUCTION, isREAL);
289 address_word access = AccessLength_HALFWORD; local
290 address_word reverseendian = (ReverseEndian ? (mask ^ access) : 0)
    [all...]
  /src/external/mit/xorg/server/xorg-server.old/os/
Makefile 9 SRCS= WaitFor.c access.c auth.c connection.c io.c mitauth.c \
50 CPPFLAGS.access.c= ${XDMCP_DEFINES} -DBSD44SOCKETS -DHAS_GETIFADDRS
65 COPTS.access.c= -Wno-error # XXX bigreqstr.h
  /src/lib/librefuse/refuse/
v25.h 78 int (*access) (const char *, int); member in struct:fuse_operations_v25
v26.h 78 int (*access) (const char *, int); member in struct:fuse_operations_v26
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 187 "(wild memory access suspected).\n");
202 // Try to fetch precise stack frame for this access.
203 AsanThread::StackFrameAccess access; local
204 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
209 descr->offset = access.offset;
211 descr->frame_pc = access.frame_pc;
212 descr->frame_descr = access.frame_descr;
232 // current memory access, indicate it in the log.
260 // FIXME: we may want to also print the size of the access here,
262 str.append("%s <== Memory access at offset %zd %s this variable%s\n"
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_descriptions.cpp 185 "(wild memory access suspected).\n");
200 // Try to fetch precise stack frame for this access.
201 AsanThread::StackFrameAccess access; local
202 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
207 descr->offset = access.offset;
209 descr->frame_pc = access.frame_pc;
210 descr->frame_descr = access.frame_descr;
230 // current memory access, indicate it in the log.
258 // FIXME: we may want to also print the size of the access here,
260 str.AppendF("%s <== Memory access at offset %zd %s this variable%s\n"
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
allocator.c 45 unsigned int access : 8; member in struct:omp_allocator_data
108 data.access = omp_atv_all;
114 data.access = traits[i].value;
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_descriptions.cpp 185 "(wild memory access suspected).\n");
200 // Try to fetch precise stack frame for this access.
201 AsanThread::StackFrameAccess access; local
202 if (!t->GetStackFrameAccessByAddr(addr, &access)) {
207 descr->offset = access.offset;
209 descr->frame_pc = access.frame_pc;
210 descr->frame_descr = access.frame_descr;
230 // current memory access, indicate it in the log.
258 // FIXME: we may want to also print the size of the access here,
260 str.append("%s <== Memory access at offset %zd %s this variable%s\n"
    [all...]

Completed in 26 milliseconds

1 2 3 4 5 6 7 8