HomeSort by relevance Sort by last modified time
    Searched full:fld_len (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/x509/
a_strex.c 518 int objlen, fld_len; local
521 fld_len = 0; /* XXX: what should this be? */
525 fld_len = FN_WIDTH_SN;
528 fld_len = FN_WIDTH_LN;
531 fld_len = 0; /* XXX: what should this be? */
538 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) {
539 if (!do_indent(io_ch, arg, fld_len - objlen))
541 outlen += fld_len - objlen;
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-opc.h 58 FLD_len,
aarch64-asm.c 138 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
    [all...]
aarch64-dis.c 349 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
    [all...]

Completed in 83 milliseconds