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

  /src/external/gpl3/binutils/dist/gas/
input-scrub.c 63 static char *buffer_start; /*->1st char of full buffer area. */
113 char * buffer_start;
150 buffer_start = XNEWVEC (char, BEFORE_SIZE + AFTER_SIZE + 1 + buffer_length);
151 memcpy (buffer_start, BEFORE_STRING, (int) BEFORE_SIZE);
164 free (buffer_start);
165 buffer_start = NULL;
181 saved->buffer_start = buffer_start;
211 buffer_start = saved->buffer_start;
62 static char *buffer_start; \/*->1st char of full buffer area. *\/ variable
112 char * buffer_start; member in struct:input_save
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
input-scrub.c 63 static char *buffer_start; /*->1st char of full buffer area. */
113 char * buffer_start;
150 buffer_start = XNEWVEC (char, BEFORE_SIZE + AFTER_SIZE + 1 + buffer_length);
151 memcpy (buffer_start, BEFORE_STRING, (int) BEFORE_SIZE);
164 free (buffer_start);
165 buffer_start = NULL;
181 saved->buffer_start = buffer_start;
211 buffer_start = saved->buffer_start;
62 static char *buffer_start; \/*->1st char of full buffer area. *\/ variable
112 char * buffer_start; member in struct:input_save
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 1438 char* buffer_start = buffer + 4; local
1441 buffer_start, &scientific_exponent);
1463 // e.g. buffer_start == "-1.234e-04"
1464 char* leading_digit = &buffer_start[sign];
1466 // buffer_start == "-11234e-04"
1467 buffer_start -= -scientific_exponent;
1468 __glibcxx_assert(buffer_start >= buffer);
1469 // buffer_start == "????-11234e-04"
1470 char* head = buffer_start;
1476 // buffer_start == "-0.00011234e-04
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 1630 char* buffer_start = buffer + 4; local
1633 buffer_start, &scientific_exponent);
1655 // e.g. buffer_start == "-1.234e-04"
1656 char* leading_digit = &buffer_start[sign];
1658 // buffer_start == "-11234e-04"
1659 buffer_start -= -scientific_exponent;
1660 __glibcxx_assert(buffer_start >= buffer);
1661 // buffer_start == "????-11234e-04"
1662 char* head = buffer_start;
1668 // buffer_start == "-0.00011234e-04
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
files.cc 77 const uchar *buffer_start; member in struct:_cpp_file
781 &file->buffer_start,
1003 buffer->to_free = file->buffer_start;
1294 free ((void *) file->buffer_start);
1685 if (to_free == file->buffer_start)
1687 file->buffer_start = NULL;
2208 res.to_free = (char *) file.buffer_start;
charset.cc 3076 the meaningful data within the translated buffer, and *BUFFER_START
3077 is set to the start of the returned buffer. *BUFFER_START may
3082 function will either set *BUFFER_START to INPUT, or free it and set
3083 *BUFFER_START to a pointer to another xmalloc-allocated block of
3092 const unsigned char **buffer_start, off_t *st_size)
3124 *buffer_start = NULL;
3164 *buffer_start = to.text;
  /src/external/gpl3/gcc.old/dist/libcpp/
files.cc 77 const uchar *buffer_start; member in struct:_cpp_file
765 &file->buffer_start,
987 buffer->to_free = file->buffer_start;
1277 free ((void *) file->buffer_start);
1663 if (to_free == file->buffer_start)
1665 file->buffer_start = NULL;
2183 res.to_free = (char *) file.buffer_start;
charset.cc 2184 the meaningful data within the translated buffer, and *BUFFER_START
2185 is set to the start of the returned buffer. *BUFFER_START may
2190 function will either set *BUFFER_START to INPUT, or free it and set
2191 *BUFFER_START to a pointer to another xmalloc-allocated block of
2200 const unsigned char **buffer_start, off_t *st_size)
2232 *buffer_start = NULL;
2272 *buffer_start = to.text;
  /src/sys/external/bsd/drm/dist/shared-core/
drm.h 850 uint64_t buffer_start; member in struct:drm_bo_create_req
868 uint64_t buffer_start; member in struct:drm_bo_info_rep
  /src/sys/dev/stbi/
stb_image.c 828 uint8 buffer_start[128]; member in struct:__anon3674
838 s->buflen = sizeof(s->buffer_start);
839 s->img_buffer_end = s->buffer_start + s->buflen;
858 int n = fread(s->buffer_start, 1, s->buflen, s->img_file);
866 s->img_buffer = s->buffer_start;
867 s->img_buffer_end = s->buffer_start + n;

Completed in 44 milliseconds