HomeSort by relevance Sort by last modified time
    Searched refs:num_elements (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
partition.h 62 int num_elements; member in struct:partition_def
varray.h 66 char GTY ((length ("%0.num_elements"),
68 unsigned char GTY ((length ("%0.num_elements"),
70 short GTY ((length ("%0.num_elements"),
72 unsigned short GTY ((length ("%0.num_elements"),
74 int GTY ((length ("%0.num_elements"),
76 unsigned int GTY ((length ("%0.num_elements"),
78 long GTY ((length ("%0.num_elements"),
80 unsigned long GTY ((length ("%0.num_elements"),
82 HOST_WIDE_INT GTY ((length ("%0.num_elements"),
84 unsigned HOST_WIDE_INT GTY ((length ("%0.num_elements"),
114 size_t num_elements; \/* Maximum element number allocated. *\/ local
    [all...]
  /external/chromium/webkit/glue/
glue_serialize.cc 217 int num_elements = ReadInteger(obj); local
218 WebVector<WebString> result(static_cast<size_t>(num_elements));
219 for (int i = 0; i < num_elements; ++i)
256 int num_elements = ReadInteger(obj); local
257 if (num_elements == 0 && obj->version < 5)
263 for (int i = 0; i < num_elements; ++i) {
  /external/chromium/net/base/
x509_certificate_win.cc 300 int num_elements = first_chain->cElement; local
304 // the root CA certificate (i = num_elements - 1). Do not inspect the
307 for (int i = 0; i < num_elements - 1; ++i) {
476 const DWORD num_elements = first_chain->cElement; local
477 for (DWORD i = 0; i < num_elements; i++) {
541 int num_elements = first_chain->cElement; local
542 if (num_elements < 1)
545 PCCERT_CONTEXT cert = element[num_elements - 1]->pCertContext;
919 int num_elements = chain_context->rgpChain[0]->cElement; local
    [all...]
  /external/freetype/src/psaux/
psobjs.c 1247 FT_Int num_elements; local
    [all...]
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 295 int num_elements = gps_tag_count + exif_tag_count; local
297 for (int i = 0; i < num_elements; i++) {

Completed in 313 milliseconds