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

1 2 3 4 5 6 7 8 91011>>

  /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/syslinux/core/fs/pxe/
gpxeurl.c 6 struct pxe_pvt_inode *socket = PVT(inode);
20 struct pxe_pvt_inode *socket = PVT(inode);
68 struct pxe_pvt_inode *socket = PVT(inode);
  /external/libavc/
NOTICE 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
  /external/libhevc/
NOTICE 1 Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
  /external/libmpeg2/
NOTICE 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
  /external/syslinux/core/fs/iso9660/
iso9660_fs.h 54 #define PVT(i) ((struct iso9660_pvt_inode *)((i)->pvt))
  /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'}}
  /external/syslinux/core/fs/fat/
fat.c 104 lcluster = PVT(inode)->offset >> sbi->clust_shift;
105 pcluster = ((PVT(inode)->here - data_area) >> sbi->clust_shift) + 2;
107 if (lcluster > mcluster || PVT(inode)->here < data_area) {
109 pcluster = PVT(inode)->start_cluster;
138 PVT(inode)->offset = lcluster << sbi->clust_shift;
139 PVT(inode)->here = ((xcluster-2) << sbi->clust_shift) + data_area;
192 if (sector_pos < PVT(inode)->offset) {
195 sector = PVT(inode)->start;
197 where = PVT(inode)->offset;
198 sector = PVT(inode)->here
    [all...]
  /external/libavc/decoder/
ih264d_quant_scaling.h 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
ih264d_thread_compute_bs.h 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
ih264d_transfer_address.h 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
  /external/libavc/encoder/
ih264e_config.h 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
ih264e_list.h 18 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
  /external/libhevc/common/
ihevc_deblk_tables.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
  /external/libhevc/decoder/
ihevcd_boundary_strength.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_common_tables.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_deblk.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_decode.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_get_mv.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_ilf_padding.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_inter_pred.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore
ihevcd_intra_pred_mode_prediction.h 3 * Copyright (C) 2012 Ittiam Systems Pvt Ltd, Bangalore

Completed in 2363 milliseconds

1 2 3 4 5 6 7 8 91011>>