HomeSort by: relevance | last modified time | path
    Searched defs:ntags (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-mte-linux-ptrace.c 115 size_t ntags = aarch64_mte_get_tag_granules (address, len, local
119 if (ntags == 0)
122 gdb::byte_vector tagbuf (ntags);
126 iovec.iov_len = ntags;
135 /* Attempt to read ntags allocation tags from the kernel. */
151 if (tags.size () == ntags)
156 iovec.iov_len = ntags - iovec.iov_len;
172 size_t ntags = aarch64_mte_get_tag_granules (address, len,
176 if (ntags == 0)
185 gdb::byte_vector t = prepare_tag_vector (ntags - tags_written, tags
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-mte-linux-ptrace.c 114 size_t ntags = aarch64_mte_get_tag_granules (address, len, local
118 if (ntags == 0)
121 gdb_byte tagbuf[ntags];
125 iovec.iov_len = ntags;
134 /* Attempt to read ntags allocation tags from the kernel. */
150 if (tags.size () == ntags)
155 iovec.iov_len = ntags - iovec.iov_len;
171 size_t ntags = aarch64_mte_get_tag_granules (address, len,
175 if (ntags == 0)
184 gdb::byte_vector t = prepare_tag_vector (ntags - tags_written, tags
    [all...]
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 87 int ntags = 0; variable
662 ntags++;
682 if (last_tagno != ntags) {
683 last_tagno = ntags;
713 else if (pp->ptr->v[pp->ptr->used - 1] == ntags)
717 pp->ptr->v[(pp->ptr->used)++] = ntags;
762 h.tags_size = ntags;
  /src/external/bsd/less/dist/
tags.c 234 public int ntags(void) function
  /src/external/bsd/openldap/dist/servers/slapd/
ad.c 173 int ntags; local
222 ntags = 0;
262 if( ntags >= MAX_TAGGING_OPTIONS ) {
271 for( i=ntags-1; i>=0; i-- ) {
280 ntags--;
287 (ntags-i-1)*sizeof(struct berval) );
294 if( ntags ) {
296 ntags*sizeof(struct berval) );
303 ntags++;
311 if( ntags > 0 )
    [all...]
  /src/external/bsd/byacc/dist/
reader.c 62 int ntags; variable
1678 for (i = 0; i < ntags; ++i)
1685 if (ntags >= tagmax)
1700 tag_table[ntags++] = s;
3682 for (i = 0; i < ntags; ++i)
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 492 uint16 ntags = f.get_uint16(); local
494 for (uint16 i = 0; i < ntags; i++) {

Completed in 31 milliseconds