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

1 2

  /external/syslinux/com32/lib/
getopt.c 17 } pvt; variable in typeref:struct:getopt_private_state
32 if (optstring != pvt.last_optstring || argv != pvt.last_argv ||
35 pvt.last_optstring = optstring;
36 pvt.last_argv = argv;
38 pvt.optptr = NULL;
54 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
56 pvt.optptr = carg + 1;
59 opt = *pvt.optptr++;
63 if (*pvt.optptr)
    [all...]
getopt_long.c 22 } pvt; variable in typeref:struct:getopt_private_state
52 if (optstring != pvt.last_optstring || argv != pvt.last_argv ||
55 pvt.last_optstring = optstring;
56 pvt.last_argv = argv;
58 pvt.optptr = NULL;
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
111 pvt.optptr = carg + 1;
114 opt = *pvt.optptr++;
118 if (*pvt.optptr)
    [all...]
  /external/syslinux/libinstaller/getopt/
getopt_long.c 22 } pvt; variable in typeref:struct:getopt_private_state
52 if (optstring != pvt.last_optstring || argv != pvt.last_argv ||
55 pvt.last_optstring = optstring;
56 pvt.last_argv = argv;
58 pvt.optptr = NULL;
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
111 pvt.optptr = carg + 1;
114 opt = *pvt.optptr++;
118 if (*pvt.optptr)
    [all...]
  /external/fio/oslib/
getopt_long.c 26 } pvt; variable in typeref:struct:getopt_private_state
58 if (optstring != pvt.last_optstring || argv != pvt.last_argv ||
61 pvt.last_optstring = optstring;
62 pvt.last_argv = argv;
64 pvt.optptr = NULL;
141 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
143 pvt.optptr = carg + 1;
146 opt = *pvt.optptr++;
150 if (*pvt.optptr)
    [all...]
  /external/clang/test/OpenMP/
target_parallel_messages.cpp 8 static int pvt; variable
9 #pragma omp threadprivate(pvt)
68 #pragma omp target parallel copyin(pvt) // expected-error {{unexpected OpenMP clause 'copyin' in directive '#pragma omp target parallel'}}
target_parallel_for_messages.cpp 6 static int pvt; variable
7 #pragma omp threadprivate(pvt)
81 #pragma omp target parallel for copyin(pvt) // expected-error {{unexpected OpenMP clause 'copyin' in directive '#pragma omp target parallel for'}}
target_parallel_for_simd_messages.cpp 6 static int pvt; variable
7 #pragma omp threadprivate(pvt)
81 #pragma omp target parallel for simd copyin(pvt) // expected-error {{unexpected OpenMP clause 'copyin' in directive '#pragma omp target parallel for simd'}}
  /external/syslinux/com32/lib/sys/
zfile.c 67 fp->i.pvt = zs;
85 z_streamp zs = fp->i.pvt;
133 z_streamp zs = fp->i.pvt;
ansi.c 40 .pvt = false,
146 st->pvt = false;
175 st->pvt = true;
ansi.h 30 bool pvt; /* Private code? */ member in struct:term_state
file.h 95 void *pvt; /* Private pointer for driver */ member in struct:file_info::__anon37027
  /external/syslinux/core/fs/iso9660/
iso9660_fs.h 54 #define PVT(i) ((struct iso9660_pvt_inode *)((i)->pvt))
  /external/syslinux/core/include/
thread.h 51 void *pvt; /* For the benefit of lwIP */ member in struct:thread
fs.h 116 char pvt[0]; /* Private filesystem data */ member in struct:inode
  /external/syslinux/core/lwip/src/include/arch/
sys_arch.h 63 return (struct sys_timeouts *)&current()->pvt;
  /external/syslinux/core/fs/fat/
fat_fs.h 158 #define PVT(i) ((struct fat_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/ufs/
ufs.c 223 dest = (uint64_t *) inode->pvt;
253 memcpy(inode->pvt, ufs_inode->direct_blk_ptr,
284 const uint64_t *source = (uint64_t *) (inode->pvt);
294 ufs_debug("ufs1: inode->pvt[%d]: warning!\n", i);
304 memcpy(buf, (const char *) (inode->pvt), inode->size);
ufs.h 208 #define PVT(p) ((struct ufs_inode_pvt *) p->pvt)
  /external/syslinux/core/fs/pxe/
pxe.h 151 #define PVT(i) ((struct pxe_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/btrfs/
btrfs.h 293 #define PVT(i) ((struct btrfs_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/ext2/
ext2_fs.h 303 #define PVT(i) ((struct ext2_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/ntfs/
ntfs.h 483 #define NTFS_PVT(i) ((struct ntfs_inode *)((i)->pvt))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h     [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 23 // - the public suffix of "bar.pvt.k12.ma.us" is "pvt.k12.ma.us".
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 23 // - the public suffix of "bar.pvt.k12.ma.us" is "pvt.k12.ma.us".

Completed in 447 milliseconds

1 2