Home
last modified time | relevance | path

Searched refs:out_n (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/lib/vtls/
H A Drustls.c85 read_cb(void *userdata, uint8_t *buf, uintptr_t len, uintptr_t *out_n) in read_cb() argument
99 *out_n = (int)nread; in read_cb()
104 write_cb(void *userdata, const uint8_t *buf, uintptr_t len, uintptr_t *out_n) in write_cb() argument
118 *out_n = (int)nwritten; in write_cb()
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h608 size_t out_n = 0; in FormatBinary() local
614 out_buf[out_n++] = (buf[j] & (1 << (7 - i))) ? '1' : '0'; in FormatBinary()
615 out_buf[out_n++] = ' '; in FormatBinary()
617 IM_ASSERT(out_n < IM_ARRAYSIZE(out_buf)); in FormatBinary()
618 out_buf[out_n] = 0; in FormatBinary()
/third_party/astc-encoder/Source/
H A Dstb_image.h4650 static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__uint32 raw_len, int out_n, stbi__uint32 x, stbi__uint32 y, int depth, int color) in stbi__create_png_image_raw() argument
4654 stbi__uint32 i,j,stride = x*out_n*bytes; in stbi__create_png_image_raw()
4659 int output_bytes = out_n*bytes; in stbi__create_png_image_raw()
4663 STBI_ASSERT(out_n == s->img_n || out_n == s->img_n+1); in stbi__create_png_image_raw()
4686 cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode in place in stbi__create_png_image_raw()
4709 if (img_n != out_n) in stbi__create_png_image_raw()
4712 cur += out_n; in stbi__create_png_image_raw()
4713 prior += out_n; in stbi__create_png_image_raw()
4715 if (img_n != out_n) { in stbi__create_png_image_raw()
4862 stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stbi__uint32 image_data_len, int out_n, int depth, int color, int interlaced) stbi__create_png_image() argument
4907 stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int out_n) stbi__compute_transparency() argument
4932 stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3], int out_n) stbi__compute_transparency16() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc4116 int d, clz_a, out_n; in IsImmLogical() local
4128 out_n = 0; in IsImmLogical()
4149 out_n = 1; in IsImmLogical()
4224 *n = out_n; in IsImmLogical()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2650 out_n: *mut i32, in sceAtracDecodeData()
2665 pub fn sceAtracGetNextSample(atrac_id: i32, out_n: *mut i32) -> i32; in sceAtracGetNextSample()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc6599 int d, clz_a, out_n;
6611 out_n = 0;
6632 out_n = 1;
6708 *n = out_n;

Completed in 35 milliseconds