HomeSort by: relevance | last modified time | path
    Searched refs:encoded_size (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
base_encoding.c 160 uint32_t encoded_size = 0; local
181 encoded_size = 4;
184 if (encoded_size == 0) encoded_size = 3;
188 if (encoded_size == 0) encoded_size = 2;
192 for (size_t i = encoded_size; i < sizeof(encoded_buf); i++) {
213 uint32_t encoded_size = 0; local
236 encoded_size = 8;
240 if (encoded_size == 0) encoded_size = 7
    [all...]
  /src/external/gpl3/binutils/dist/include/
sframe-api.h 357 Sort the SFrame FDEs on start PC if SORT_FDE_P is true. ENCODED_SIZE is
360 sframe_encoder_write (sframe_encoder_ctx *ectx, size_t *encoded_size,
  /src/external/gpl3/binutils.old/dist/include/
sframe-api.h 304 /* Serialize the contents of the encoder and return the buffer. ENCODED_SIZE
308 size_t *encoded_size, int *errp);
  /src/external/gpl3/gdb/dist/include/
sframe-api.h 272 /* Serialize the contents of the encoder and return the buffer. ENCODED_SIZE
276 size_t *encoded_size, int *errp);
  /src/external/gpl3/gdb.old/dist/include/
sframe-api.h 272 /* Serialize the contents of the encoder and return the buffer. ENCODED_SIZE
276 size_t *encoded_size, int *errp);
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 1945 /* Serialize the contents of the encoder and return the buffer. ENCODED_SIZE
1950 size_t *encoded_size, int *errp)
1956 /* Initialize the encoded_size to zero. This makes it simpler to just
1959 *encoded_size = 0;
1961 if (encoder == NULL || encoded_size == NULL || errp == NULL)
1999 *encoded_size = bufsize;
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 1842 /* Serialize the contents of the encoder and return the buffer. ENCODED_SIZE
1847 size_t *encoded_size, int *errp)
1853 /* Initialize the encoded_size to zero. This makes it simpler to just
1856 *encoded_size = 0;
1858 if (encoder == NULL || encoded_size == NULL || errp == NULL)
1896 *encoded_size = bufsize;
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 1842 /* Serialize the contents of the encoder and return the buffer. ENCODED_SIZE
1847 size_t *encoded_size, int *errp)
1853 /* Initialize the encoded_size to zero. This makes it simpler to just
1856 *encoded_size = 0;
1858 if (encoder == NULL || encoded_size == NULL || errp == NULL)
1896 *encoded_size = bufsize;
  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 2695 Sort the SFrame FDEs on start PC if SORT_FDE_P is true. ENCODED_SIZE is
2699 sframe_encoder_write (sframe_encoder_ctx *ectx, size_t *encoded_size,
2706 /* Initialize the encoded_size to zero. This makes it simpler to just
2709 *encoded_size = 0;
2711 if (ectx == NULL || encoded_size == NULL || errp == NULL)
2753 *encoded_size = bufsize;

Completed in 39 milliseconds