Searched +defs:marker +defs:buffer (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/iscsi/ |
H A D | base64.c | 88 base64_encode(const void *data, int size, uint8_t * buffer) in base64_encode() 135 int marker = 0; in token_decode() local 161 uint32_t marker = 0; in base64_decode() local
|
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 691 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() 1154 unsigned char marker; // marker seen while filling entropy buffer member 1585 static int process_marker(jpeg *z, int marker) in process_marker() 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() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-port.cc | 995 char* buffer = static_cast<char*>(malloc(len + 3)); in Init() local 1048 const char* const marker = in GTestLog() local 1215 char* const buffer = new char[file_size]; in ReadEntireFile() local
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | name.c | 244 dns_name_setbuffer(dns_name_t * name,isc_buffer_t * buffer) dns_name_setbuffer() argument 1632 isc_buffer_t buffer; dns_name_downcase() local 1840 const uint8_t *marker = start; dns_name_fromwire() local 2270 isc_buffer_t buffer; dns_name_digest() local [all...] |
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.c | 4886 Node *marker; in RCS_addbranch() local 5777 cmp_file_buffer (void *callerdat, const char *buffer, size_t len) in cmp_file_buffer()
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_subr.c | 3539 uint8_t *buffer, *blank, *pos; in udf_validate_session_start() local 6492 struct vnode_iterator *marker; in udf_do_sync() local
|