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

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rc2test.c 44 const int bitsize; member in struct:__anon834
131 RC2_set_key(&key, tests[i].keylen, tests[i].key, tests[i].bitsize);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
bits-gen.c 48 gen_bit (int bitsize,
65 if (bitsize == 32)
100 gen_mask (int bitsize,
143 if (bitsize == 32)
196 int bitsize; local
205 bitsize = 32;
207 bitsize = 64;
213 else if (strcmp (argv [2], "31") == 0 && bitsize == 32)
215 else if (strcmp (argv [2], "63") == 0 && bitsize == 64)
231 printf ("#define WITH_TARGET_WORD_BITSIZE %d\n", bitsize);
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
bits-gen.c 48 gen_bit (int bitsize,
65 if (bitsize == 32)
100 gen_mask (int bitsize,
143 if (bitsize == 32)
196 int bitsize; local
205 bitsize = 32;
207 bitsize = 64;
213 else if (strcmp (argv [2], "31") == 0 && bitsize == 32)
215 else if (strcmp (argv [2], "63") == 0 && bitsize == 64)
231 printf ("#define WITH_TARGET_WORD_BITSIZE %d\n", bitsize);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
107 base = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize,
dwarf2ctf.cc 568 HOST_WIDE_INT bitsize = ctf_die_bitsize (c); local
598 - bitsize);
612 if (bitsize <= 255 && (bitpos - field_location) <= 255)
616 bitsize, c);
gimple-range-fold.cc 747 poly_int64 bitsize, bitpos; local
751 tree base = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize,
tree-affine.cc 393 poly_int64 bitpos, bitsize, bytepos; local
438 core = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize, &bitpos,
1011 poly_int64 bitsize, bitpos; local
1016 tree base = get_inner_reference (ref, &bitsize, &bitpos, &toff, &mode,
1033 *size = bits_to_bytes_round_up (bitsize);
tree-dfa.cc 381 poly_offset_int bitsize = -1; local
404 bitsize = GET_MODE_BITSIZE (mode);
408 bitsize = wi::to_poly_offset (size_tree);
414 maxsize = bitsize;
477 /* We need to adjust maxsize to the whole structure bitsize.
519 /* We need to adjust maxsize to the whole array bitsize.
592 bit_offset += bitsize;
658 if (!bitsize.to_shwi (psize) || maybe_lt (*psize, 0))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-laddress.cc 103 poly_int64 bitsize, bitpos; local
107 base = get_inner_reference (TREE_OPERAND (expr, 0), &bitsize,
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 348 bfd_vma bitpos = 0, bitsize = 0;
384 bitsize = 0;
390 bitsize = psubaux->x_sym.x_misc.x_lnsz.x_size;
406 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
347 bfd_vma bitpos = 0, bitsize = 0; local
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 348 bfd_vma bitpos = 0, bitsize = 0;
384 bitsize = 0;
390 bitsize = psubaux->x_sym.x_misc.x_lnsz.x_size;
406 bitpos, bitsize, DEBUG_VISIBILITY_PUBLIC);
347 bfd_vma bitpos = 0, bitsize = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/d/
intrinsics.cc 305 /* size_t bitsize = sizeof(*ptr) * BITS_PER_UNIT; */
306 tree bitsize = fold_convert (type, TYPE_SIZE (TREE_TYPE (ptr))); local
308 /* ptr[bitnum / bitsize] */
310 bitnum, bitsize));
313 /* mask = 1 << (bitnum % bitsize); */
314 bitnum = fold_build2 (TRUNC_MOD_EXPR, type, bitnum, bitsize);
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-types.c 108 unsigned long bitsize = type->field (i).bitsize (); local
111 if (bitsize == 0)
112 bitsize = 8 * type->field (i).type ()->length ();
116 bitsize,
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-types.c 108 unsigned long bitsize = type->field (i).bitsize (); local
111 if (bitsize == 0)
112 bitsize = 8 * type->field (i).type ()->length ();
116 bitsize,
  /src/external/gpl3/gdb.old/dist/gdb/
ada-valprint.c 122 unsigned long bitsize = type->field (0).bitsize ();
185 (i0 * bitsize) / HOST_CHAR_BIT,
186 (i0 * bitsize) % HOST_CHAR_BIT,
187 bitsize, elttype);
197 (i * bitsize) / HOST_CHAR_BIT,
198 (i * bitsize) % HOST_CHAR_BIT,
199 bitsize, elttype);
641 int bit_size = type->field (i).bitsize ();
896 else if (type->field (0).bitsize () > 0
121 unsigned long bitsize = type->field (0).bitsize (); local
    [all...]
cp-valprint.c 276 type->field (i).bitsize ()))
671 LONGEST bitsize = 8 * self->field (i).type ()->length (); local
673 if (offset >= bitpos && offset < bitpos + bitsize)
xml-tdesc.c 181 int bitsize, regnum, save_restore; local
186 bitsize = * (ULONGEST *) attributes[ix++].value.get ();
215 bitsize, type);
530 { "bitsize", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL },
ada-typeprint.c 350 int bitsize;
357 bitsize = 0;
376 bitsize = 0;
385 if (arr_type->field (0).bitsize () > 0)
386 bitsize = arr_type->field (0).bitsize ();
410 if (arr_type->field (0).bitsize () > 0)
411 bitsize = arr_type->field (0).bitsize ();
431 if (bitsize > 0 && !is_dynamic_type (elt_type)
349 int bitsize; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
tdesc.h 103 int bitsize; member in struct:tdesc_reg
123 && bitsize == other.bitsize
418 int bitsize, const char *type);
  /src/external/gpl3/gdb/dist/gdb/
ada-typeprint.c 350 int bitsize;
357 bitsize = 0;
376 bitsize = 0;
385 if (arr_type->field (0).bitsize () > 0)
386 bitsize = arr_type->field (0).bitsize ();
410 if (arr_type->field (0).bitsize () > 0)
411 bitsize = arr_type->field (0).bitsize ();
431 if (bitsize > 0 && !is_dynamic_type (elt_type)
349 int bitsize; local
    [all...]
ada-valprint.c 122 unsigned long bitsize = type->field (0).bitsize ();
185 (i0 * bitsize) / HOST_CHAR_BIT,
186 (i0 * bitsize) % HOST_CHAR_BIT,
187 bitsize, elttype);
197 (i * bitsize) / HOST_CHAR_BIT,
198 (i * bitsize) % HOST_CHAR_BIT,
199 bitsize, elttype);
641 int bit_size = type->field (i).bitsize ();
896 else if (type->field (0).bitsize () > 0
121 unsigned long bitsize = type->field (0).bitsize (); local
    [all...]
cp-valprint.c 276 type->field (i).bitsize ()))
671 LONGEST bitsize = 8 * self->field (i).type ()->length (); local
673 if (offset >= bitpos && offset < bitpos + bitsize)
xml-tdesc.c 181 int bitsize, regnum, save_restore; local
186 bitsize = * (ULONGEST *) attributes[ix++].value.get ();
215 bitsize, type);
530 { "bitsize", GDB_XML_AF_NONE, gdb_xml_parse_attr_ulongest, NULL },
  /src/external/gpl3/gdb/dist/gdbsupport/
tdesc.h 103 int bitsize; member in struct:tdesc_reg
123 && bitsize == other.bitsize
418 int bitsize, const char *type);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 313 poly_int64 bitsize, bitpos;
318 tree base = get_inner_reference (t, &bitsize, &bitpos, &var_off, &mode,
382 poly_int64 bitsize, bitpos; local
391 tree root = get_inner_reference (src, &bitsize, &bitpos, &var_off, &mode,
451 if (mode == BLKmode && bitsize == -1)
471 result = bitsize / 8;
490 if (mode == BLKmode && bitsize == -1)
503 if (bitsize > 64)
508 result = 64 - bitsize;
523 result = start_bitpos + 64 - bitpos - bitsize;
    [all...]

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>