Home
last modified time | relevance | path

Searched +defs:save +defs:buffer (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cpp25 void CatastrophicErrorWrite(const char *buffer, uptr length) { in CatastrophicErrorWrite()
32 void RawWrite(const char *buffer) { in RawWrite()
82 char save = path[i]; in RecursiveCreateParentDirs() local
208 InternalMmapVector<char> buffer(kMaxPathLength); in FindPathToBinary() local
/netbsd-src/usr.sbin/memswitch/
H A Dmemswitch.c293 struct sram_io buffer; in alloc_current_values() local
368 struct sram_io buffer; in flush() local
412 save(const char *name) in save() function
444 struct sram_io buffer; in restore() local
/netbsd-src/external/gpl2/gmake/dist/
H A Dread.c51 char *buffer; /* Start of the current line in the buffer. */ member
173 int save = warn_undefined_variables_flag; in read_all_makefiles() local
276 struct conditionals *save = conditionals; in install_conditionals() local
416 eval_buffer (char *buffer) in eval_buffer()
791 struct conditionals *save; in eval() local
2095 char *buffer = variable_expand (""); in record_files() local
2664 get_next_mword (char *buffer, char *delim, char **startp, unsigned int *length) in get_next_mword()
2946 int save = warn_undefined_variables_flag; in tilde_expand() local
H A Dfunction.c852 char save = p[len]; in func_foreach() local
1394 fold_newlines (char *buffer, unsigned int *length) in fold_newlines()
1674 char *buffer; in func_shell() local
1780 char * buffer, * ptr; in func_shell() local
H A Djob.c2644 char *buffer; in construct_command_argv_internal() local
2975 int save = warn_undefined_variables_flag; in construct_command_argv() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbase64.d681 typeof(this) save() in save() function
845 typeof(this) save() in save() function
952 auto buffer = new ubyte[Base64.decodeLength(encoded.length)]; variable
1460 typeof(this) save() in save() function
1653 typeof(this) save() in save() function
H A Dencoding.d2283 auto buffer = new Unqual!Dst[s.length]; variable
2801 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
2885 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
2961 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3029 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3097 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3165 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3234 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3330 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3627 @property typeof(this) save() in save() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dread.c143 convert_real (st_parameter_dt *dtp, void *dest, const char *buffer, int length) in convert_real()
231 convert_infnan (st_parameter_dt *dtp, void *dest, const char *buffer, in convert_infnan()
935 char *buffer; in read_f() local
986 char *save = out; in read_f() local
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dread.c129 convert_real (st_parameter_dt *dtp, void *dest, const char *buffer, int length) in convert_real()
207 convert_infnan (st_parameter_dt *dtp, void *dest, const char *buffer, in convert_infnan()
902 char *buffer; in read_f() local
953 char *save = out; in read_f() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbase64.d669 typeof(this) save() in save() function
832 typeof(this) save() in save() function
939 auto buffer = new ubyte[Base64.decodeLength(encoded.length)]; variable
1440 typeof(this) save() in save() function
1632 typeof(this) save() in save() function
H A Dencoding.d2442 auto buffer = new Unqual!Dst[s.length]; variable
2961 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3045 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3121 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3189 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3257 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3325 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3462 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3531 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
3627 override size_t encode(dchar c, ubyte[] buffer) @safe pure nothrow @nogc in encode() argument
[all …]
H A Drandom.d600 @property typeof(this) save() const @safe pure nothrow @nogc in save() function
1049 @property typeof(this) save() @safe const pure nothrow @nogc in save() function
1526 typeof(this) save() const @safe pure nothrow @nogc in save() function
3121 private size_t* buffer; member
3339 @property typeof(this) save() in save() function
3649 @property typeof(this) save() const in save() function
3664 @property typeof(this) save() in save() function
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c223 static char *buffer; /* Base of buffer. */ variable
316 fillbuf (size_t save, struct stats const *stats) in fillbuf()
774 size_t residue, save; in grep() local
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_vi.c1307 static void f_copy( String *buffer, int *len ) in f_copy()
1323 static void f_paste(int widget, int buffer, int length) in f_paste()
1379 char *start, *end, save; in __vi_set_word_at_caret() local
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c610 char *save; in tls_proto_mask_lims() local
922 char *save; in tls_set_ciphers() local
1505 char buffer[1024]; /* XXX */ in tls_print_errors() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dopncls.c423 int save = errno; in bfd_fdopenr() local
1335 unsigned char buffer[8 * 1024]; in separate_debug_file_exists() local
1729 unsigned char buffer[8 * 1024]; in bfd_fill_in_gnu_debuglink_section() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dopncls.c377 int save = errno; in bfd_fdopenr() local
1354 unsigned char buffer[8 * 1024]; in separate_debug_file_exists() local
1772 unsigned char buffer[8 * 1024]; in bfd_fill_in_gnu_debuglink_section() local
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c691 unsigned char *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int… in stbi_load_from_memory()
744 float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_co… in stbi_loadf_from_memory()
762 int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) in stbi_is_hdr_from_memory()
845 static void start_mem(stbi *s, uint8 const *buffer, int len) in start_mem()
918 static int getn(stbi *s, stbi_uc *buffer, int n) in getn()
2085 unsigned char *stbi_jpeg_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp… in stbi_jpeg_load_from_memory()
2145 int stbi_jpeg_test_memory(stbi_uc const *buffer, int len) in stbi_jpeg_test_memory()
2158 int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_jpeg_info_from_memory()
2536 char *stbi_zlib_decode_malloc_guesssize(const char * buffer, int len, int initial_size, int *outlen) in stbi_zlib_decode_malloc_guesssize()
2559 char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_malloc()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) { in save() function in DominatingValue::saved_type
232 char *buffer = allocate(EHFilterScope::getSizeForNumFilters(numFilters)); in pushFilter() local
248 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers)); in pushCatch() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-z8k.c343 char *save = input_line_pointer; in parse_exp() local
956 static unsigned char buffer[20]; variable
H A Dtc-h8300.c261 char *dst, *buffer; in md_begin() local
487 char *save; in parse_exp() local
H A Dtc-mcore.c649 char * save; in parse_exp() local
1729 char *buffer; in md_convert_frag() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z8k.c343 char *save = input_line_pointer; in parse_exp() local
956 static unsigned char buffer[20]; variable
H A Dtc-mcore.c649 char * save; in parse_exp() local
1729 char *buffer; in md_convert_frag() local
H A Dtc-h8300.c263 char *dst, *buffer; in md_begin() local
490 char *save; in parse_exp() local

123