Home
last modified time | relevance | path

Searched +defs:val +defs:buffer (Results 51 – 75 of 2047) sorted by relevance

12345678910>>...82

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
H A Dtrt_plugin.h58 void WriteToBuffer(const T& val, char** buffer) const { in WriteToBuffer()
64 T ReadFromBuffer(const char** buffer) { in ReadFromBuffer()
65 T val = *reinterpret_cast<const T*>(*buffer); in ReadFromBuffer() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp249 …xtureBorderClampSamplingTexture<InputType, OutputType>::setInitData(std::vector<InputType> &buffer) in setInitData()
464 glw::GLfloat val = (glw::GLfloat)m_test_configuration.get_init_border_color(); in iterate() local
471 glw::GLuint val = (glw::GLuint)m_test_configuration.get_init_border_color(); in iterate() local
478 glw::GLint val = (glw::GLint)m_test_configuration.get_init_border_color(); in iterate() local
945 …ureBorderClampSamplingTexture<InputType, OutputType>::checkNearest(std::vector<OutputType> &buffer, in checkNearest()
1032 …tureBorderClampSamplingTexture<InputType, OutputType>::checkLinear(std::vector<OutputType> &buffer, in checkLinear()
/aosp_15_r20/external/ltp/libs/libltpipc/
H A Dlibmsgctl.c34 struct mbuffer buffer; in doreader() local
90 struct mbuffer buffer; in dowriter() local
126 int fill_buffer(char *buf, char val, int size) in fill_buffer()
136 int verify(char *buf, char val, int size, int child) in verify()
/aosp_15_r20/trusty/kernel/include/shared/lk/
H A Dtrusty_bench_print_tables.h68 static inline void trusty_bench_center_print(size_t sz, const char* val) { in trusty_bench_center_print()
87 static inline void trusty_bench_left_print(size_t sz, const char* val) { in trusty_bench_left_print()
100 char buffer[64]; in trusty_bench_print_title() local
282 int64_t val, in trusty_bench_print_col_stat()
291 char buffer[32]; in trusty_bench_print_col_stat() local
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/
H A DReactorSIMD.cpp142 Pointer<SIMD::Float> val = function.Arg<1>(); in TEST() local
150 std::vector<float> buffer(10 + 10 * SIMD::Width); in TEST() local
152 std::vector<float> val(SIMD::Width); in TEST() local
185 std::vector<float> buffer(10 + 10 * SIMD::Width); in TEST() local
188 std::vector<float> val(SIMD::Width); in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c221 static int div_down(int val, int mult) { in div_down()
226 static int div_up(int val, int mult) { in div_up()
375 struct pipe_video_buffer *buffer) in nouveau_decoder_surface_index()
642 nouveau_video_buffer_resources(struct pipe_video_buffer *buffer, in nouveau_video_buffer_resources()
656 nouveau_video_buffer_sampler_view_planes(struct pipe_video_buffer *buffer) in nouveau_video_buffer_sampler_view_planes()
691 nouveau_video_buffer_sampler_view_components(struct pipe_video_buffer *buffer) in nouveau_video_buffer_sampler_view_components()
730 nouveau_video_buffer_surfaces(struct pipe_video_buffer *buffer) in nouveau_video_buffer_surfaces()
761 nouveau_video_buffer_destroy(struct pipe_video_buffer *buffer) in nouveau_video_buffer_destroy()
785 struct nouveau_video_buffer *buffer; in nouveau_video_buffer_create() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp648 std::vector<glw::GLubyte> buffer(m_buffer_total_size); in initTest() local
901 std::vector<glw::GLubyte> buffer(info.get_ssbo_value_size()); in iterate() local
1276 void TextureBufferTextureBufferRange::fillInputData(glw::GLubyte *buffer, glw::GLuint offset, Forma… in fillInputData()
1297 glw::GLfloat val = 1.0f; in fillInputData() local
1325 glw::GLubyte val = 0; in fillInputData() local
1402 void TextureBufferTextureBufferRange::fillOutputData(glw::GLubyte *buffer, FormatInfo &info) in fillOutputData()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
H A DTcpServer.c516 char *buffer, in ReadBytes()
546 char *buffer, in WriteBytes()
578 uint32_t val in WriteUINT32()
591 uint32_t *val in ReadUINT32()
609 char *buffer, in ReadVarBytes()
638 char *buffer, in WriteVarBytes()
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp260 int32_t val; in ConvertMessageToMap() local
269 int64_t val; in ConvertMessageToMap() local
278 float val; in ConvertMessageToMap() local
287 AString val; in ConvertMessageToMap() local
296 sp<ABuffer> buffer; in ConvertMessageToMap() local
462 sp<ABuffer> buffer = new ABuffer(limit - position); in ConvertKeyValueArraysToMessage() local
/aosp_15_r20/external/webrtc/p2p/base/
H A Dpseudo_tcp.cc144 inline void long_to_bytes(uint32_t val, void* buf) { in long_to_bytes()
148 inline void short_to_bytes(uint16_t val, void* buf) { in short_to_bytes()
356 bool PseudoTcp::NotifyPacket(const char* buffer, size_t len) { in NotifyPacket()
417 int PseudoTcp::Recv(char* buffer, size_t len) { in Recv()
447 int PseudoTcp::Send(const char* buffer, size_t len) { in Send()
513 std::unique_ptr<uint8_t[]> buffer(new uint8_t[MAX_PACKET]); in packet() local
564 bool PseudoTcp::parse(const uint8_t* buffer, uint32_t size) { in parse()
1306 char* buffer = new char[size]; in SetCapacity() local
1319 bool PseudoTcp::LockedFifoBuffer::ReadOffset(void* buffer, in ReadOffset()
1327 bool PseudoTcp::LockedFifoBuffer::WriteOffset(const void* buffer, in WriteOffset()
[all …]
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMEncoder.java97 short object, byte[] buffer, short startOff, short bufLen, short encoderOutLimitLen) { in encode()
110 public short encode(short object, byte[] buffer, short startOff, short bufLen) { in encode()
407 private void encodeInteger(byte[] val, short len, short startOff, short majorType) { in encodeInteger()
534 public short encodeByteBlobHeader(short bufLen, byte[] buffer, short startOff, short length) { in encodeByteBlobHeader()
689 private short getEncodedIntegerLength(byte[] val, short startOff, short len) { in getEncodedIntegerLength()
725 private void writeByteValue(byte val) { in writeByteValue()
758 private void writeShort(short val) { in writeShort()
766 private void writeByte(byte val) { in writeByte()
/aosp_15_r20/external/mesa3d/src/glx/
H A Dsingle2.c294 __indirect_glGetBooleanv(GLenum val, GLboolean * b) in __indirect_glGetBooleanv()
345 __indirect_glGetDoublev(GLenum val, GLdouble * d) in __indirect_glGetDoublev()
396 __indirect_glGetFloatv(GLenum val, GLfloat * f) in __indirect_glGetFloatv()
447 __indirect_glGetIntegerv(GLenum val, GLint * i) in __indirect_glGetIntegerv()
517 __indirect_glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer) in __indirect_glFeedbackBuffer()
534 __indirect_glSelectBuffer(GLsizei numnames, GLuint * buffer) in __indirect_glSelectBuffer()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java90 int val = in.readInt(); in readFormatInt() local
98 long val = in.readLong(); in readFormatLong() local
106 float val = in.readFloat(); in readFormatFloat() local
148 ByteBuffer buffer = ByteBuffer.allocate(len); in readByteBuffer() local
157 ByteBuffer buffer = readByteBuffer(in); in readFormatByteBuffer() local
308 private void writeByteBuffer(DataOutputStream out, ByteBuffer buffer) throws IOException { in writeByteBuffer()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java90 int val = in.readInt(); in readFormatInt() local
98 long val = in.readLong(); in readFormatLong() local
106 float val = in.readFloat(); in readFormatFloat() local
148 ByteBuffer buffer = ByteBuffer.allocate(len); in readByteBuffer() local
157 ByteBuffer buffer = readByteBuffer(in); in readFormatByteBuffer() local
308 private void writeByteBuffer(DataOutputStream out, ByteBuffer buffer) throws IOException { in writeByteBuffer()
/aosp_15_r20/external/libxml2/
H A Dparser.c310 const char *msg, int val) in xmlFatalErrMsgInt()
329 const char *msg, const xmlChar *str1, int val, in xmlFatalErrMsgStrIntStr()
347 const char *msg, const xmlChar * val) in xmlFatalErrMsgStr()
364 const char *msg, const xmlChar * val) in xmlErrMsgStr()
413 xmlSaturatedAdd(unsigned long *dst, unsigned long val) { in xmlSaturatedAdd()
421 xmlSaturatedAddSizeT(unsigned long *dst, unsigned long val) { in xmlSaturatedAddSizeT()
2226 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
2293 #define NXT(val) ctxt->input->cur[(val)] argument
2315 #define SKIP(val) do { \ argument
2321 #define SKIPL(val) do { \ argument
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dparser.c309 const char *msg, int val) in xmlFatalErrMsgInt()
328 const char *msg, const xmlChar *str1, int val, in xmlFatalErrMsgStrIntStr()
346 const char *msg, const xmlChar * val) in xmlFatalErrMsgStr()
363 const char *msg, const xmlChar * val) in xmlErrMsgStr()
412 xmlSaturatedAdd(unsigned long *dst, unsigned long val) { in xmlSaturatedAdd()
420 xmlSaturatedAddSizeT(unsigned long *dst, unsigned long val) { in xmlSaturatedAddSizeT()
2201 static int spacePush(xmlParserCtxtPtr ctxt, int val) { in spacePush()
2270 #define NXT(val) ctxt->input->cur[(val)] argument
2292 #define SKIP(val) do { \ argument
2298 #define SKIPL(val) do { \ argument
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dlib.c140 void buffer_from_fifo32(void *buffer, size_t size, void *fifo, in buffer_from_fifo32()
150 u32 val = read32(fifo); in buffer_from_fifo32() local
163 void buffer_to_fifo32_prefix(const void *buffer, u32 prefix, int prefsz, size_t size, in buffer_to_fifo32_prefix()
172 uint32_t val = prefix; in buffer_to_fifo32_prefix() local
/aosp_15_r20/cts/tests/media/jni/
H A DNativeMediaFormatUnitTest.cpp43 char* buffer; member in Buffer
46 explicit Buffer(char* buffer = nullptr, size_t size = 0) : buffer{buffer}, size{size} {}; in Buffer()
135 int32_t val; in validateFormatInt32() local
173 int64_t val; in validateFormatInt64() local
211 float val; in validateFormatFloat() local
250 double val; in validateFormatDouble() local
288 size_t val; in validateFormatSize() local
326 const char* val; in validateFormatString() local
/aosp_15_r20/external/curl/lib/
H A Dcf-socket.c114 char buffer[STRERROR_LEN]; in tcpnodelay() local
139 char buffer[STRERROR_LEN]; in nosigpipe() local
461 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbuf_init() local
648 char buffer[STRERROR_LEN]; in bindlocal() local
758 char buffer[STRERROR_LEN]; in bindlocal() local
810 char buffer[STRERROR_LEN]; in bindlocal() local
1059 char buffer[STRERROR_LEN]; in set_local_ip() local
1094 char buffer[STRERROR_LEN]; in set_remote_ip() local
1376 char buffer[STRERROR_LEN]; in cf_tcp_connect() local
1538 char buffer[STRERROR_LEN]; in cf_socket_send() local
[all …]
/aosp_15_r20/external/freetype/src/base/
H A Dftbitmap.c145 unsigned char* buffer = NULL; in ft_bitmap_assure_buffer() local
581 FT_Int val = ss[0]; /* avoid a byte->int cast on each line */ in FT_Bitmap_Convert() local
601 FT_Int val = *ss; in FT_Bitmap_Convert() local
657 FT_Int val = ss[0]; in FT_Bitmap_Convert() local
672 FT_Int val = ss[0]; in FT_Bitmap_Convert() local
707 FT_Int val = ss[0]; in FT_Bitmap_Convert() local
943 unsigned char* buffer = NULL; in FT_Bitmap_Blend() local
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gui/include/gui/
DSurface.h117 int val; in getIGraphicBufferProducer() local
126 int val; in getSurfaceControlHandle() local
382 ANativeWindowBuffer* buffer = nullptr; member
389 ANativeWindowBuffer* buffer = nullptr; member
441 sp<GraphicBuffer> buffer; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gui/include/gui/
DSurface.h117 int val; in getIGraphicBufferProducer() local
126 int val; in getSurfaceControlHandle() local
382 ANativeWindowBuffer* buffer = nullptr; member
389 ANativeWindowBuffer* buffer = nullptr; member
441 sp<GraphicBuffer> buffer; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/
DSurface.h117 int val; in getIGraphicBufferProducer() local
126 int val; in getSurfaceControlHandle() local
382 ANativeWindowBuffer* buffer = nullptr; member
389 ANativeWindowBuffer* buffer = nullptr; member
441 sp<GraphicBuffer> buffer; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gui/include/gui/
DSurface.h117 int val; in getIGraphicBufferProducer() local
126 int val; in getSurfaceControlHandle() local
382 ANativeWindowBuffer* buffer = nullptr; member
389 ANativeWindowBuffer* buffer = nullptr; member
441 sp<GraphicBuffer> buffer; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_writer.cc17 QuicheDataWriter::QuicheDataWriter(size_t size, char* buffer) in QuicheDataWriter()
20 QuicheDataWriter::QuicheDataWriter(size_t size, char* buffer, in QuicheDataWriter()
66 bool QuicheDataWriter::WriteStringPiece16(absl::string_view val) { in WriteStringPiece16()
76 bool QuicheDataWriter::WriteStringPiece(absl::string_view val) { in WriteStringPiece()

12345678910>>...82