Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 5849) sorted by relevance

12345678910>>...234

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h55 #define BYTE_Unmarshal(target, buffer, size) \ argument
62 #define BYTE_Marshal(source, buffer, size) \ argument
71 #define INT8_Unmarshal(target, buffer, size) \ argument
78 #define INT8_Marshal(source, buffer, size) \ argument
93 #define INT16_Unmarshal(target, buffer, size) \ argument
100 #define INT16_Marshal(source, buffer, size) \ argument
115 #define INT32_Unmarshal(target, buffer, size) \ argument
122 #define INT32_Marshal(source, buffer, size) \ argument
137 #define INT64_Unmarshal(target, buffer, size) \ argument
144 #define INT64_Marshal(source, buffer, size) \ argument
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h612 #define UINT8_Unmarshal(target, buffer, size) \ argument
614 #define UINT8_Marshal(source, buffer, size) \ argument
616 #define BYTE_Unmarshal(target, buffer, size) \ argument
618 #define BYTE_Marshal(source, buffer, size) \ argument
620 #define INT8_Unmarshal(target, buffer, size) \ argument
622 #define INT8_Marshal(source, buffer, size) \ argument
624 #define UINT16_Unmarshal(target, buffer, size) \ argument
626 #define UINT16_Marshal(source, buffer, size) \ argument
628 #define INT16_Unmarshal(target, buffer, size) \ argument
630 #define INT16_Marshal(source, buffer, size) \ argument
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c47 UINT8_Unmarshal(UINT8 *target, BYTE **buffer, INT32 *size) in UINT8_Unmarshal()
56 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size) in UINT8_Marshal()
73 BYTE_Unmarshal(BYTE *target, BYTE **buffer, INT32 *size) in BYTE_Unmarshal()
78 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size) in BYTE_Marshal()
87 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size) in INT8_Unmarshal()
92 INT8_Marshal(INT8 *source, BYTE **buffer, INT32 *size) in INT8_Marshal()
100 UINT16_Unmarshal(UINT16 *target, BYTE **buffer, INT32 *size) in UINT16_Unmarshal()
109 UINT16_Marshal(UINT16 *source, BYTE **buffer, INT32 *size) in UINT16_Marshal()
126 INT16_Unmarshal(INT16 *target, BYTE **buffer, INT32 *size) in INT16_Unmarshal()
131 INT16_Marshal(INT16 *source, BYTE **buffer, INT32 *size) in INT16_Marshal()
[all …]
/external/rust/crates/plotters/benches/benches/
Drasterizer.rs13 let mut buffer = vec![0; (W * H * 3) as usize]; in draw_pixel() localVariable
26 let mut buffer = vec![0; (W * H * 4) as usize]; in draw_pixel() localVariable
44 let mut buffer = vec![0; (W * H * 3) as usize]; in draw_line() localVariable
59 let mut buffer = vec![0; (W * H * 4) as usize]; in draw_line() localVariable
79 let mut buffer = vec![0; (W * H * 3) as usize]; in fill_background() localVariable
87 let mut buffer = vec![0; (W * H * 4) as usize]; in fill_background() localVariable
101 let mut buffer = vec![0; (W * H * 3) as usize]; in blend_background() localVariable
109 let mut buffer = vec![0; (W * H * 4) as usize]; in blend_background() localVariable
123 let mut buffer = vec![0; (W * H * 3) as usize]; in fill_circle() localVariable
132 let mut buffer = vec![0; (W * H * 4) as usize]; in fill_circle() localVariable
[all …]
/external/okio/okio/src/jvmTest/java/okio/
DBufferCursorTest.java54 Buffer buffer = new Buffer(); in apiExample() local
76 Buffer buffer = bufferFactory.newBuffer(); in accessSegmentBySegment() local
87 Buffer buffer = bufferFactory.newBuffer(); in seekToNegativeOneSeeksBeforeFirstSegment() local
101 Buffer buffer = bufferFactory.newBuffer(); in accessByteByByte() local
113 Buffer buffer = bufferFactory.newBuffer(); in accessByteByByteReverse() local
125 Buffer buffer = bufferFactory.newBuffer(); in accessByteByByteAlwaysResettingToZero() local
138 Buffer buffer = bufferFactory.newBuffer(); in segmentBySegmentNavigation() local
158 Buffer buffer = bufferFactory.newBuffer(); in seekWithinSegment() local
174 Buffer buffer = bufferFactory.newBuffer(); in acquireAndRelease() local
194 Buffer buffer = bufferFactory.newBuffer(); in doubleAcquire() local
[all …]
DUtf8Test.java96 Buffer buffer = new Buffer(); in stringSpansSegments() local
107 Buffer buffer = new Buffer(); in readEmptyBufferThrowsEofException() local
116 Buffer buffer = new Buffer(); in readLeadingContinuationByteReturnsReplacementCharacter() local
123 Buffer buffer = new Buffer(); in readMissingContinuationBytesThrowsEofException() local
135 Buffer buffer = new Buffer(); in readTooLargeCodepointReturnsReplacementCharacter() local
147 Buffer buffer = new Buffer(); in readNonContinuationBytesReturnsReplacementCharacter() local
156 Buffer buffer = new Buffer(); in readCodePointBeyondUnicodeMaximum() local
163 Buffer buffer = new Buffer(); in readSurrogateCodePoint() local
174 Buffer buffer = new Buffer(); in readOverlongCodePoint() local
188 Buffer buffer = new Buffer(); in writeCodePointBeyondUnicodeMaximum() local
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DReadableBuffersTest.java42 ReadableBuffer buffer = ReadableBuffers.empty(); in empty_returnsEmptyBuffer() local
53 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in readArray_returnsBufferArray() local
59 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in readAsString_returnsString() local
70 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in readAsStringUtf8_returnsString() local
81 ReadableBuffer buffer = mock(ReadableBuffer.class); in openStream_ignoresClose() local
89 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_available_returnsReadableBytes() local
100 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_read_returnsUnsignedByte() local
107 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_read_writes() local
117 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_read_writesPartially() local
126 ReadableBuffer buffer = mock(ReadableBuffer.class); in bufferInputStream_close_closesBuffer() local
DReadableBufferTestBase.java40 ReadableBuffer buffer = buffer(); in bufferShouldReadAllBytes() local
50 ReadableBuffer buffer = buffer(); in readToArrayShouldSucceed() local
59 ReadableBuffer buffer = buffer(); in partialReadToArrayShouldSucceed() local
68 ReadableBuffer buffer = buffer(); in readToStreamShouldSucceed() local
77 ReadableBuffer buffer = buffer(); in partialReadToStreamShouldSucceed() local
86 ReadableBuffer buffer = buffer(); in readToByteBufferShouldSucceed() local
98 ReadableBuffer buffer = buffer(); in partialReadToByteBufferShouldSucceed() local
110 ReadableBuffer buffer = buffer(); in partialReadToReadableBufferShouldSucceed() local
119 protected abstract ReadableBuffer buffer(); in buffer() method in ReadableBufferTestBase
/external/vboot_reference/firmware/lib/tpm_lite/include/
Dtlcl_structures.h4 uint8_t buffer[34]; member
11 uint8_t buffer[14]; member
17 uint8_t buffer[22]; member
22 uint8_t buffer[22]; member
28 uint8_t buffer[22]; member
33 uint8_t buffer[22]; member
38 uint8_t buffer[11]; member
44 uint8_t buffer[10]; member
49 uint8_t buffer[10]; member
54 uint8_t buffer[10]; member
[all …]
/external/harfbuzz_ng/src/
Dhb-buffer.cc714 hb_buffer_t *buffer; in hb_buffer_create() local
755 hb_buffer_reference (hb_buffer_t *buffer) in hb_buffer_reference()
771 hb_buffer_destroy (hb_buffer_t *buffer) in hb_buffer_destroy()
802 hb_buffer_set_user_data (hb_buffer_t *buffer, in hb_buffer_set_user_data()
823 hb_buffer_get_user_data (hb_buffer_t *buffer, in hb_buffer_get_user_data()
841 hb_buffer_set_content_type (hb_buffer_t *buffer, in hb_buffer_set_content_type()
859 hb_buffer_get_content_type (hb_buffer_t *buffer) in hb_buffer_get_content_type()
875 hb_buffer_set_unicode_funcs (hb_buffer_t *buffer, in hb_buffer_set_unicode_funcs()
900 hb_buffer_get_unicode_funcs (hb_buffer_t *buffer) in hb_buffer_get_unicode_funcs()
921 hb_buffer_set_direction (hb_buffer_t *buffer, in hb_buffer_set_direction()
[all …]
/external/okhttp/okio/okio/src/test/java/okio/
DUtf8Test.java80 Buffer buffer = new Buffer(); in stringSpansSegments() local
91 Buffer buffer = new Buffer(); in readEmptyBufferThrowsEofException() local
100 Buffer buffer = new Buffer(); in readLeadingContinuationByteReturnsReplacementCharacter() local
107 Buffer buffer = new Buffer(); in readMissingContinuationBytesThrowsEofException() local
119 Buffer buffer = new Buffer(); in readTooLargeCodepointReturnsReplacementCharacter() local
131 Buffer buffer = new Buffer(); in readNonContinuationBytesReturnsReplacementCharacter() local
140 Buffer buffer = new Buffer(); in readCodePointBeyondUnicodeMaximum() local
147 Buffer buffer = new Buffer(); in readSurrogateCodePoint() local
158 Buffer buffer = new Buffer(); in readOverlongCodePoint() local
165 Buffer buffer = new Buffer(); in writeSurrogateCodePoint() local
[all …]
/external/nanopb-c/tests/encode_unittests/
Dencode_unittests.c76 uint8_t buffer[30]; in main() local
89 uint8_t buffer[30]; in main() local
98 uint8_t buffer[30]; in main() local
116 uint8_t buffer[30]; in main() local
126 uint8_t buffer[30]; in main() local
148 uint8_t buffer[30]; in main() local
171 uint8_t buffer[30]; in main() local
182 uint8_t buffer[30]; in main() local
195 uint8_t buffer[10]; in main() local
211 uint8_t buffer[10]; in main() local
[all …]
/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/
Dencode_unittests.c76 uint8_t buffer[30]; in main() local
89 uint8_t buffer[30]; in main() local
98 uint8_t buffer[30]; in main() local
116 uint8_t buffer[30]; in main() local
126 uint8_t buffer[30]; in main() local
148 uint8_t buffer[30]; in main() local
171 uint8_t buffer[30]; in main() local
182 uint8_t buffer[30]; in main() local
195 uint8_t buffer[10]; in main() local
211 uint8_t buffer[10]; in main() local
[all …]
/external/libcxx/test/std/experimental/simd/simd.mem/
Dstore.pass.cpp28 alignas(32) int32_t buffer[4] = {0}; in test_store() local
36 alignas(32) int32_t buffer[4] = {0}; in test_store() local
44 alignas(32) int32_t buffer[4] = {0}; in test_store() local
53 alignas(32) int32_t buffer[4] = {0}; in test_store() local
61 alignas(32) int32_t buffer[4] = {0}; in test_store() local
69 alignas(32) int32_t buffer[4] = {0}; in test_store() local
80 float buffer[4] = {0.}; in test_converting_store() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_map.json210 "buffer": "NONE", string
217 "buffer": "NONE", string
221 "buffer": "NONE", string
225 "buffer": "R32_FLOAT" string
228 "buffer": "R32G32_FLOAT" string
231 "buffer": "R32G32B32_FLOAT" string
234 "buffer": "R32G32B32A32_FLOAT" string
237 "buffer": "R32_FLOAT" string
240 "buffer": "R32G32_FLOAT" string
243 "buffer": "R32G32B32_FLOAT" string
[all …]
/external/llvm-project/lldb/unittests/Utility/
DDataExtractorTest.cpp16 uint8_t buffer[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF}; in TEST() local
55 uint8_t buffer[] = {0x01, 0x02, 0x03, 0x04}; in TEST() local
71 uint8_t buffer[] = {'X', 'f', 'o', 'o', '\0'}; in TEST() local
80 uint8_t buffer[] = {'X', '\0'}; in TEST() local
89 uint8_t buffer[] = {'X', 'f', 'o', 'o'}; in TEST() local
98 uint8_t buffer[] = {'X'}; in TEST() local
107 uint8_t buffer[] = {'f', 'o', 'o', '\0'}; in TEST() local
116 uint8_t buffer[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST() local
149 uint8_t buffer[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST() local
190 uint8_t buffer[] = {0x01, 0x02, 0x83, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST() local
[all …]
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc45 absl::Status ConvertFromNv12(const FrameBuffer& buffer, in ConvertFromNv12()
132 absl::Status ConvertFromNv21(const FrameBuffer& buffer, in ConvertFromNv21()
222 absl::Status ConvertFromYv(const FrameBuffer& buffer, in ConvertFromYv()
330 absl::Status ResizeYv(const FrameBuffer& buffer, FrameBuffer* output_buffer) { in ResizeYv()
355 absl::Status ResizeNv(const FrameBuffer& buffer, FrameBuffer* output_buffer) { in ResizeNv()
394 absl::Status ConvertRgbToArgb(const FrameBuffer& buffer, uint8* dest_argb, in ConvertRgbToArgb()
467 absl::Status ConvertRgbaToArgb(const FrameBuffer& buffer, uint8* dest_argb, in ConvertRgbaToArgb()
504 absl::Status ConvertFromRgb(const FrameBuffer& buffer, in ConvertFromRgb()
569 absl::Status ConvertFromRgba(const FrameBuffer& buffer, in ConvertFromRgba()
685 absl::Status RotateRgba(const FrameBuffer& buffer, int angle_deg, in RotateRgba()
[all …]
/external/llvm-project/libcxx/test/std/experimental/simd/simd.mem/
Dstore.pass.cpp28 alignas(32) int32_t buffer[4] = {0}; in test_store() local
36 alignas(32) int32_t buffer[4] = {0}; in test_store() local
44 alignas(32) int32_t buffer[4] = {0}; in test_store() local
53 alignas(32) int32_t buffer[4] = {0}; in test_store() local
61 alignas(32) int32_t buffer[4] = {0}; in test_store() local
69 alignas(32) int32_t buffer[4] = {0}; in test_store() local
80 float buffer[4] = {0.}; in test_converting_store() local
/external/llvm-project/libcxx/src/
Dcharconv.cpp35 append1(char* buffer, T i) noexcept in append1()
43 append2(char* buffer, T i) noexcept in append2()
51 append3(char* buffer, T i) noexcept in append3()
58 append4(char* buffer, T i) noexcept in append4()
65 append2_no_zeros(char* buffer, T v) noexcept in append2_no_zeros()
75 append4_no_zeros(char* buffer, T v) noexcept in append4_no_zeros()
87 append8_no_zeros(char* buffer, T v) noexcept in append8_no_zeros()
102 __u32toa(uint32_t value, char* buffer) _NOEXCEPT in __u32toa()
123 __u64toa(uint64_t value, char* buffer) _NOEXCEPT in __u64toa()
/external/okio/okio/src/commonTest/kotlin/okio/
DBufferedSourceFactory.kt36 val buffer = Buffer() in pipe() constant
51 val buffer = Buffer() in pipe() constant
70 val buffer = Buffer() in pipe() constant
94 val buffer = Buffer() in pipe() constant
118 val buffer = Buffer() in pipe() constant
133 val buffer = Buffer() in pipe() constant
DUnsafeCursorTest.kt23 val buffer = Buffer() in acquireForRead() constant
40 val buffer = Buffer() in acquireForWrite() constant
56 val buffer = Buffer() in expand() constant
75 val buffer = Buffer() in resizeBuffer() constant
/external/antlr/runtime/C/src/
Dantlr3debughandlers.c334 char buffer; in ack() local
365 serializeText(pANTLR3_STRING buffer, pANTLR3_STRING text) in serializeText()
550 char buffer[512]; in enterRule() local
561 char buffer[512]; in enterAlt() local
572 char buffer[512]; in exitRule() local
583 char buffer[512]; in enterSubRule() local
594 char buffer[512]; in exitSubRule() local
605 char buffer[512]; in enterDecision() local
617 char buffer[512]; in exitDecision() local
698 char buffer[128]; in mark() local
[all …]
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py122 def DecodeVarint(buffer, pos): argument
145 def DecodeVarint(buffer, pos): argument
174 def ReadTag(buffer, pos): argument
215 def DecodePackedField(buffer, pos, end, message, field_dict): argument
234 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
251 def DecodeField(buffer, pos, end, message, field_dict): argument
270 def InnerDecode(buffer, pos): argument
294 def InnerDecode(buffer, pos): argument
310 def InnerDecode(buffer, pos): argument
354 def InnerDecode(buffer, pos): argument
[all …]
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dincoming_metadata.cc31 grpc_chttp2_incoming_metadata_buffer* buffer, gpr_arena* arena) { in grpc_chttp2_incoming_metadata_buffer_init()
38 grpc_chttp2_incoming_metadata_buffer* buffer) { in grpc_chttp2_incoming_metadata_buffer_destroy()
43 grpc_chttp2_incoming_metadata_buffer* buffer, grpc_mdelem elem) { in grpc_chttp2_incoming_metadata_buffer_add()
53 grpc_chttp2_incoming_metadata_buffer* buffer, grpc_mdelem elem) { in grpc_chttp2_incoming_metadata_buffer_replace_or_add()
66 grpc_chttp2_incoming_metadata_buffer* buffer, grpc_millis deadline) { in grpc_chttp2_incoming_metadata_buffer_set_deadline()
71 grpc_chttp2_incoming_metadata_buffer* buffer, grpc_metadata_batch* batch) { in grpc_chttp2_incoming_metadata_buffer_publish()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_string_test.cc24 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
33 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
42 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
51 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
60 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
69 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
79 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
88 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
97 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
106 char buffer[kBufferLen]; in TF_LITE_MICRO_TEST() local
[all …]

12345678910>>...234