Home
last modified time | relevance | path

Searched refs:c_len (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Daoutf1.h287 int c_len; /* Sizeof (struct core). */ member
310 int c_len; /* Sizeof (struct core). */ member
344 int c_len; /* Sizeof (struct core). */ member
365 int c_len; /* Sizeof (struct core). */ member
389 intcore->c_len = H_GET_32 (abfd, &extcore->c_len); in swapcore_sun3()
406 intcore->fp_stuff_size = intcore->c_len - (sizeof extcore->c_ucode) - in swapcore_sun3()
410 (intcore->c_len in swapcore_sun3()
424 intcore->c_len = H_GET_32 (abfd, &extcore->c_len); in swapcore_sparc()
441 intcore->fp_stuff_size = intcore->c_len - (sizeof extcore->c_ucode) - in swapcore_sparc()
445 (intcore->c_len in swapcore_sparc()
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Daoutf1.h325 int c_len; /* Sizeof (struct core) */ member
348 int c_len; /* Sizeof (struct core) */ member
382 int c_len; /* Sizeof (struct core) */ member
403 int c_len; /* Sizeof (struct core) */ member
436 intcore->c_len = H_GET_32 (abfd, &extcore->c_len);
453 intcore->fp_stuff_size = intcore->c_len - (sizeof extcore->c_ucode) -
457 (intcore->c_len
473 intcore->c_len = H_GET_32 (abfd, &extcore->c_len);
490 intcore->fp_stuff_size = intcore->c_len - (sizeof extcore->c_ucode) -
494 (intcore->c_len
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgensupport.c596 size_t c_len = strlen (c); local
597 size_t len = alt * (c_len + 1);
600 memcpy (new_c, c, c_len);
603 new_c[i * (c_len + 1) - 1] = ',';
604 memcpy (&new_c[i * (c_len + 1)], c, c_len);
Dstmt.c1202 size_t c_len = strlen (constraint); local
1209 buf = alloca (c_len + 1);
1217 *constraint_p = ggc_alloc_string (buf, c_len);
1312 size_t c_len = strlen (constraint); local
1322 for (j = 0; j < c_len; j++)
1379 c_len = strlen (constraint);
/openbsd/src/usr.bin/vi/common/
Dexf.h24 size_t c_len; /* Cached line length. */ member
Dline.c134 *lenp = ep->c_len; in db_get()
160 ep->c_len = data.size; in db_get()
488 ep->c_len = data.size; in db_last()
/openbsd/src/gnu/gcc/gcc/
Dgensupport.c616 size_t c_len = strlen (c); in alter_predicate_for_insn() local
617 size_t len = alt * (c_len + 1); in alter_predicate_for_insn()
620 memcpy (new_c, c, c_len); in alter_predicate_for_insn()
623 new_c[i * (c_len + 1) - 1] = ','; in alter_predicate_for_insn()
624 memcpy (&new_c[i * (c_len + 1)], c, c_len); in alter_predicate_for_insn()
Dstmt.c328 size_t c_len = strlen (constraint); in parse_output_constraint() local
336 buf = alloca (c_len + 1); in parse_output_constraint()
344 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
434 size_t c_len = strlen (constraint); in parse_input_constraint() local
445 for (j = 0; j < c_len; j += CONSTRAINT_LEN (constraint[j], constraint+j)) in parse_input_constraint()
504 c_len = strlen (constraint); in parse_input_constraint()
/openbsd/src/sys/net/
Dwg_noise.c786 size_t a_len, size_t b_len, size_t c_len, size_t x_len, in noise_kdf() argument
793 c_len <= BLAKE2S_HASH_SIZE); in noise_kdf()
794 KASSERT(!(b || b_len || c || c_len) || (a && a_len)); in noise_kdf()
795 KASSERT(!(c || c_len) || (b && b_len)); in noise_kdf()
817 if (c == NULL || c_len == 0) in noise_kdf()
824 memcpy(c, out, c_len); in noise_kdf()
/openbsd/src/gnu/usr.bin/perl/
Dregexec.c10918 STRLEN c_len = 0; in S_reginclass() local
10920 c = utf8n_to_uvchr(p, p_end - p, &c_len, utf8n_flags | UTF8_CHECK_ONLY); in S_reginclass()
10921 if (c_len == (STRLEN)-1) { in S_reginclass()