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

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
2004-06-18-VariableLengthArrayOfStructures.c 7 struct S comps[a]; local
8 comps[0];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
dutree.py 15 comps = filename.split('/')
16 if comps[0] == '': comps[0] = '/'
17 if comps[len(comps)-1] == '': del comps[len(comps)-1]
18 total, d = store(size, comps, total, d)
25 def store(size, comps, total, d):
26 if comps == []:
    [all...]
  /external/python/cpython2/Tools/scripts/
dutree.py 15 comps = filename.split('/')
16 if comps[0] == '': comps[0] = '/'
17 if comps[len(comps)-1] == '': del comps[len(comps)-1]
18 total, d = store(size, comps, total, d)
25 def store(size, comps, total, d):
26 if comps == []
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 175 int prec = img->comps[0].prec;
179 std::min({img->comps[0].w, img->comps[1].w, img->comps[2].w});
181 std::min({img->comps[0].h, img->comps[1].h, img->comps[2].h});
187 const int* y = img->comps[0].data;
188 const int* cb = img->comps[1].data;
189 const int* cr = img->comps[2].data
    [all...]
ccodec_tiffmodule.h 24 int32_t* comps,
icodec_tiffmodule.h 28 int32_t* comps,
  /external/mesa3d/src/util/
rgtc.h 29 unsigned i, unsigned j, unsigned char *value, unsigned comps);
32 unsigned i, unsigned j, signed char *value, unsigned comps);
  /external/python/cpython2/Lib/
os2emxpath.py 128 comps = path.split('/')
130 while i < len(comps):
131 if comps[i] == '.':
132 del comps[i]
133 elif comps[i] == '..' and i > 0 and comps[i-1] not in ('', '..'):
134 del comps[i-1:i+1]
136 elif comps[i] == '' and i > 0 and comps[i-1] != '':
137 del comps[i
    [all...]
macpath.py 139 comps = s.split(":")
141 while i < len(comps)-1:
142 if comps[i] == "" and comps[i-1] != "":
144 del comps[i-1:i+1]
152 s = ":".join(comps)
155 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os2emxpath.py 127 comps = path.split('/')
129 while i < len(comps):
130 if comps[i] == '.':
131 del comps[i]
132 elif comps[i] == '..' and i > 0 and comps[i-1] not in ('', '..'):
133 del comps[i-1:i+1]
135 elif comps[i] == '' and i > 0 and comps[i-1] != '':
136 del comps[i
    [all...]
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/gdb/linux-x86/lib/python2.7/
os2emxpath.py 127 comps = path.split('/')
129 while i < len(comps):
130 if comps[i] == '.':
131 del comps[i]
132 elif comps[i] == '..' and i > 0 and comps[i-1] not in ('', '..'):
133 del comps[i-1:i+1]
135 elif comps[i] == '' and i > 0 and comps[i-1] != '':
136 del comps[i
    [all...]
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 127 comps = path.split('/')
129 while i < len(comps):
130 if comps[i] == '.':
131 del comps[i]
132 elif comps[i] == '..' and i > 0 and comps[i-1] not in ('', '..'):
133 del comps[i-1:i+1]
135 elif comps[i] == '' and i > 0 and comps[i-1] != '':
136 del comps[i
    [all...]
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 127 comps = path.split('/')
129 while i < len(comps):
130 if comps[i] == '.':
131 del comps[i]
132 elif comps[i] == '..' and i > 0 and comps[i-1] not in ('', '..'):
133 del comps[i-1:i+1]
135 elif comps[i] == '' and i > 0 and comps[i-1] != '':
136 del comps[i
    [all...]
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /external/pdfium/third_party/libopenjpeg20/
image.c 48 image->comps = (opj_image_comp_t*)opj_calloc(1,image->numcomps * sizeof(opj_image_comp_t));
49 if(!image->comps) {
57 opj_image_comp_t *comp = &image->comps[compno];
82 if(image->comps) {
87 opj_image_comp_t *image_comp = &(image->comps[compno]);
92 opj_free(image->comps);
123 l_img_comp = p_image_header->comps;
161 if (p_image_dest->comps){
163 opj_image_comp_t *image_comp = &(p_image_dest->comps[compno]);
168 opj_free(p_image_dest->comps);
    [all...]
  /external/syslinux/gpxe/src/crypto/axtls/
bigint_impl.h 58 comp* comps; /**< A ptr to the actual component data */ member in struct:_bigint
100 #define V1 v->comps[v->size-1] /**< v1 for division */
101 #define V2 v->comps[v->size-2] /**< v2 for division */
102 #define U(j) tmp_u->comps[tmp_u->size-j-1] /**< uj for division */
103 #define Q(j) quotient->comps[quotient->size-j-1] /**< qj for division */
bigint.c 85 ctx->bi_radix->comps[0] = 0;
86 ctx->bi_radix->comps[1] = 1;
117 free(p->comps);
219 biR->comps[0] = i;
232 memcpy(biR->comps, bi->comps, bi->size*COMP_BYTE_SIZE);
255 pa = bia->comps;
256 pb = bib->comps;
292 pa = bia->comps;
293 pb = bib->comps;
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 77 def combineVec(comps):
79 for ndx in range(len(comps[0])):
80 # for x in comps:
82 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps])
87 def combineIVec(comps):
89 for ndx in range(len(comps[0])):
90 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps])))
93 def combineUVec(comps):
94 return [x.toUint() for x in combineIVec(comps)]
96 def combineBVec(comps)
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c 939 GLenum *datatype, GLuint *comps)
955 *comps = 4;
960 *comps = 3;
967 *comps = 3;
976 *comps = 4;
985 *comps = 4;
990 *comps = 4;
996 *comps = 4;
1001 *comps = 2;
1009 *comps = 2
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 77 def combineVec(comps):
79 for ndx in range(len(comps[0])):
80 # for x in comps:
82 scalars = reduce(operator.add, [x[ndx].toFloat().getScalars() for x in comps])
87 def combineIVec(comps):
89 for ndx in range(len(comps[0])):
90 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps])))
93 def combineBVec(comps):
95 for ndx in range(len(comps[0])):
96 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toBool().getScalars() for x in comps])))
    [all...]
  /external/selinux/policycoreutils/setsebool/
setsebool-bash-completion.sh 31 local verb comps
44 local verb comps
  /external/swiftshader/third_party/subzero/pydir/
szbuild_spec2k.py 33 argparser.add_argument('comps', nargs='*', default=components)
35 bad = set(args.comps) - set(components)
54 for comp in args.comps:
77 'train'] + args.comps)

Completed in 1174 milliseconds

1 2 3 4 5 6 7