/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | ppm.cc | 44 std::vector<uint8_t>* buffer) { in ConvertToPPM() 55 buffer->push_back(static_cast<uint8_t>(ch)); in ConvertToPPM() 61 buffer->push_back(byte2(pixel)); // R in ConvertToPPM() 62 buffer->push_back(byte1(pixel)); // G in ConvertToPPM() 63 buffer->push_back(byte0(pixel)); // B in ConvertToPPM() 41 ConvertToPPM(uint32_t width, uint32_t height, const std::vector<amber::Value>& values, std::vector<uint8_t>* buffer) ConvertToPPM() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | BasicTests.cpp | 35 // Test Queue::WriteBuffer changes the content of the buffer, but really this is the most 41 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local 44 queue.WriteBuffer(buffer, 0, &value, sizeof(value)); in TEST_P() 46 EXPECT_BUFFER_U32_EQ(value, buffer, 0); in TEST_P() 55 wgpu::Buffer buffer = device.CreateBuffer(&descriptor); in TEST_P() local 58 ASSERT_DEVICE_ERROR(queue.WriteBuffer(buffer, 1000, &value, sizeof(value))); in TEST_P()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape.cc | 33 #include "hb-buffer.hh" 46 * the same text direction, script, and language. After shaping the buffer 107 * @buffer: an #hb_buffer_t to shape 124 hb_buffer_t *buffer, in hb_shape_full() 129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full() 133 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full() 142 * @buffer: an #hb_buffer_t to shape 147 * Shapes @buffer using @font turning its Unicode characters content to 157 hb_buffer_t *buffer, in hb_shape() 161 hb_shape_full (font, buffer, feature in hb_shape() 123 hb_shape_full(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, const char * const *shaper_list) hb_shape_full() argument 156 hb_shape(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucat.cpp | 26 * Fill in buffer with a set_num/msg_num key string, given the numeric 31 _catkey(char* buffer, int32_t set_num, int32_t msg_num) { in _catkey() argument 33 i = T_CString_integerToString(buffer, set_num, 10); in _catkey() 34 buffer[i++] = SEPARATOR; in _catkey() 35 T_CString_integerToString(buffer+i, msg_num, 10); in _catkey() 36 return buffer; in _catkey()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue.h | 48 sptr<SurfaceBuffer> buffer; 63 * The desired time to present the buffer in nanoseconds. 64 * The buffer should wait until desiredPresentTimestamp is reached before being consumed and displayed. 65 * If multiple buffers reach desiredPresentTimestamp, the earlier buffer should be dropped. 96 GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence, 99 GSError AcquireBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence, 103 GSError ReleaseBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence); 105 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut); 107 GSError DetachBuffer(sptr<SurfaceBuffer>& buffer); 176 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer, InvokerTyp [all...] |
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 86 void SurfaceImage::UpdateSurfaceInfo(uint32_t seqNum, sptr<SurfaceBuffer> buffer, const sptr<SyncFence> &acquireFence, in UpdateSurfaceInfo() argument 89 // release old buffer in UpdateSurfaceInfo() 99 currentSurfaceBuffer_ = buffer; in UpdateSurfaceInfo() 125 // acquire buffer in UpdateSurfaceImage() 126 sptr<SurfaceBuffer> buffer = nullptr; in UpdateSurfaceImage() local 130 ret = AcquireBuffer(buffer, acquireFence, timestamp, damage); in UpdateSurfaceImage() 135 ret = UpdateEGLImageAndTexture(buffer); in UpdateSurfaceImage() 137 ReleaseBuffer(buffer, -1); in UpdateSurfaceImage() 141 uint32_t seqNum = buffer->GetSeqNum(); in UpdateSurfaceImage() 142 UpdateSurfaceInfo(seqNum, buffer, acquireFenc in UpdateSurfaceImage() 250 CreateEGLImage(EGLDisplay disp, const sptr<SurfaceBuffer>& buffer) CreateEGLImage() argument 320 UpdateEGLImageAndTexture(const sptr<SurfaceBuffer>& buffer) UpdateEGLImageAndTexture() argument 420 sptr<SurfaceBuffer> buffer = nullptr; AcquireNativeWindowBuffer() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.cpp | 71 void *buffer = mmap(nullptr, fileSize, PROT_READ, MAP_PRIVATE, fd, 0);
in CacheReadFromFile() local 72 if (buffer == MAP_FAILED) {
in CacheReadFromFile() 77 uint8_t *shaderBuffer = reinterpret_cast<uint8_t*>(buffer);
in CacheReadFromFile() 81 munmap(buffer, fileSize);
in CacheReadFromFile() 121 uint8_t *buffer = new uint8_t[cacheSize];
in WriteToFile() local 122 if (!buffer) {
in WriteToFile() 123 LOGD("abandon, because fail to allocate buffer for cache content");
in WriteToFile() 128 if (Serialize(buffer, cacheSize) < 0) {
in WriteToFile() 130 delete[] buffer;
in WriteToFile() 135 if (write(fd, buffer, cacheSiz in WriteToFile() 237 Serialize(uint8_t *buffer, const size_t size) const Serialize() argument 286 DeSerialize(uint8_t const *buffer, const size_t size) DeSerialize() argument [all...] |
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_inner_demo.cpp | 61 sptr<SurfaceBuffer> buffer; in OnBufferAvailable() local 64 cs_->AcquireBuffer(buffer, flushFence, timestamp_, damage_); in OnBufferAvailable() 66 (void)outFile_->write(reinterpret_cast<char *>(buffer->GetVirAddr()), buffer->GetSize()); in OnBufferAvailable() 67 cs_->ReleaseBuffer(buffer, -1); in OnBufferAvailable() 265 std::cout << "end buffer" << std::endl; in HandleInputEOS() 330 std::shared_ptr<AVSharedMemory> buffer = signal_->inBufferQueue_.front(); in InputFunc() local 333 if (buffer == nullptr) { in InputFunc() 335 std::cout << "buffer is null:" << index << std::endl; in InputFunc() 349 if (memcpy_s(buffer in InputFunc() 379 auto buffer = signal_->outBufferQueue_.front(); OutputFunc() local 421 OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) OnInputBufferAvailable() argument 430 OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag, std::shared_ptr<AVSharedMemory> buffer) OnOutputBufferAvailable() argument [all...] |
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | audit.c | 26 char *buffer = kzalloc(tomoyo_buffer_len, GFP_NOFS); in tomoyo_print_bprm() local 36 if (!buffer) in tomoyo_print_bprm() 38 len = snprintf(buffer, tomoyo_buffer_len - 1, "argv[]={ "); in tomoyo_print_bprm() 39 cp = buffer + len; in tomoyo_print_bprm() 56 if (cp >= buffer + tomoyo_buffer_len - 32) { in tomoyo_print_bprm() 104 return buffer; in tomoyo_print_bprm() 106 snprintf(buffer, tomoyo_buffer_len - 1, in tomoyo_print_bprm() 108 return buffer; in tomoyo_print_bprm() 156 char *buffer = kmalloc(tomoyo_buffer_len, GFP_NOFS); in tomoyo_print_header() local 160 if (!buffer) in tomoyo_print_header() [all...] |
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_vt220.c | 77 * a single buffer */ 80 /* Pointer to current request buffer which has been partially filled but not 84 /* Number of characters in current request buffer */ 92 * another buffer */ 112 * Put provided request buffer back into queue and check emit pending 122 /* Put buffer back to list of empty buffers */ in sclp_vt220_process_queue() 128 /* Check if there is a pending buffer on the out queue. */ in sclp_vt220_process_queue() 201 * Emit vt220 request buffer to SCLP. Return zero on success, non-zero 300 * Add msg to buffer associated with request. Return the number of characters 308 void *buffer; in sclp_vt220_add_msg() local 485 sclp_vt220_handle_input(const char *buffer, unsigned int count) sclp_vt220_handle_input() argument 515 sclp_vt220_handle_input(const char *buffer, unsigned int count) sclp_vt220_handle_input() argument 528 char *buffer; sclp_vt220_receiver_fn() local [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | audit.c | 26 char *buffer = kzalloc(tomoyo_buffer_len, GFP_NOFS); in tomoyo_print_bprm() local 36 if (!buffer) in tomoyo_print_bprm() 38 len = snprintf(buffer, tomoyo_buffer_len - 1, "argv[]={ "); in tomoyo_print_bprm() 39 cp = buffer + len; in tomoyo_print_bprm() 56 if (cp >= buffer + tomoyo_buffer_len - 32) { in tomoyo_print_bprm() 104 return buffer; in tomoyo_print_bprm() 106 snprintf(buffer, tomoyo_buffer_len - 1, in tomoyo_print_bprm() 108 return buffer; in tomoyo_print_bprm() 156 char *buffer = kmalloc(tomoyo_buffer_len, GFP_NOFS); in tomoyo_print_header() local 160 if (!buffer) in tomoyo_print_header() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | core-file.c | 175 void **buffer, size_t *buffer_available, in core_file_read_eagerly() 183 /* The available buffer is often the whole segment when the core file in core_file_read_eagerly() 193 /* We already malloc'd the buffer. */ in core_file_read_eagerly() 194 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly() 199 *buffer = NULL; in core_file_read_eagerly() 205 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly() 206 *buffer = NULL; in core_file_read_eagerly() 284 void **buffer, size_t *buffer_available, in dwfl_elf_phdr_memory_callback() 295 free (*buffer); in dwfl_elf_phdr_memory_callback() 296 *buffer in dwfl_elf_phdr_memory_callback() 171 core_file_read_eagerly(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr start __attribute__ ((unused)), void **buffer, size_t *buffer_available, GElf_Off cost, GElf_Off worthwhile, GElf_Off whole, GElf_Off contiguous __attribute__ ((unused)), void *arg, Elf **elfp) core_file_read_eagerly() argument 283 dwfl_elf_phdr_memory_callback(Dwfl *dwfl, int ndx, void **buffer, size_t *buffer_available, GElf_Addr vaddr, size_t minread, void *arg) dwfl_elf_phdr_memory_callback() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_alimiter.c | 58 double *buffer; member 136 double *dst, *buffer = s->buffer; in filter_frame() local 171 buffer[s->pos + c] = sample; in filter_frame() 199 ppeak = fabs(buffer[nextpos[j]]) > fabs(buffer[nextpos[j] + 1]) ? in filter_frame() 200 fabs(buffer[nextpos[j]]) : fabs(buffer[nextpos[j] + 1]); in filter_frame() 218 buf = &s->buffer[(s->pos + channels) % buffer_size]; in filter_frame() 245 double ppeak = fabs(buffer[pnextpo in filter_frame() [all...] |
/third_party/curl/src/ |
H A D | tool_paramhlp.c | 74 char buffer[256]; in file2string() local 76 while(fgets(buffer, sizeof(buffer), file)) { in file2string() 77 char *ptr = strchr(buffer, '\r'); in file2string() 80 ptr = strchr(buffer, '\n'); in file2string() 83 if(curlx_dyn_add(&dyn, buffer)) in file2string() 100 char buffer[4096]; in file2memory() local 101 nread = fread(buffer, 1, sizeof(buffer), file); in file2memory() 109 if(curlx_dyn_addn(&dyn, buffer, nrea in file2memory() 331 char *buffer; proto2num() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Norm2AllModes.java | 102 Normalizer2Impl.ReorderingBuffer buffer= in normalize() 104 normalize(src, buffer); in normalize() 105 buffer.flush(); in normalize() 108 protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() argument 130 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer); in normalizeAndAppend() 171 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() argument 172 impl.decompose(src, 0, src.length(), buffer); in normalize() 176 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend() 177 impl.decomposeAndAppend(src, doNormalize, buffer); in normalizeAndAppend() 202 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() argument 129 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 175 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 206 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 257 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 261 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Norm2AllModes.java | 112 Normalizer2Impl.ReorderingBuffer buffer= in normalize() 114 normalize(src, buffer); in normalize() 115 buffer.flush(); in normalize() 118 protected abstract void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer); in normalize() argument 140 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer); in normalizeAndAppend() 184 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() argument 185 impl.decompose(src, 0, src.length(), buffer); in normalize() 189 CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) { in normalizeAndAppend() 190 impl.decomposeAndAppend(src, doNormalize, buffer); in normalizeAndAppend() 218 protected void normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) { in normalize() argument 139 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 188 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 222 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument 276 normalize(CharSequence src, Normalizer2Impl.ReorderingBuffer buffer) normalize() argument 280 normalizeAndAppend( CharSequence src, boolean doNormalize, Normalizer2Impl.ReorderingBuffer buffer) normalizeAndAppend() argument [all...] |
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 55 uint8_t buffer[64]; /**< data block being processed */ member 101 * Update SHA-1 internal buffer status. 105 const uint8_t data[64]) /**< data buffer */ in jerryx_sha1_process() 261 * SHA-1 update buffer. 265 const uint8_t *source_p, /**< source buffer */ in jerryx_sha1_update() 266 size_t source_length) /**< length of source buffer */ in jerryx_sha1_update() 289 memcpy ((void *) (sha1_context_p->buffer + left), source_p, fill); in jerryx_sha1_update() 290 jerryx_sha1_process (sha1_context_p, sha1_context_p->buffer); in jerryx_sha1_update() 305 memcpy ((void *) (sha1_context_p->buffer + left), source_p, source_length); in jerryx_sha1_update() 316 uint8_t buffer[1 in jerryx_sha1_finish() local [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 122 static char buffer[4096]; in createCommonDataFile() local 132 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile() 281 length=T_FileStream_read(file, buffer, sizeof(buffer)); in createCommonDataFile() 286 udata_writeBlock(out, buffer, length); in createCommonDataFile() 315 filename=s=buffer; in createCommonDataFile() 341 sprintf(buffer, in createCommonDataFile() 351 T_FileStream_writeLine(out, buffer); in createCommonDataFile() 353 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname); in createCommonDataFile() 354 T_FileStream_writeLine(out, buffer); in createCommonDataFile() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | pipeline.cc | 240 return Result("Missing push constant buffer data"); in AddPushConstantBuffer() 277 // Don't add the buffer if it's already added. in AddDescriptorBuffer() 278 const auto& buffer = std::find_if( in AddDescriptorBuffer() local 281 if (buffer != descriptor_buffers_.end()) { in AddDescriptorBuffer() 295 return Result("Pipeline::AddBufferDescriptor not supported buffer type"); in AddBufferDescriptor() 427 for (auto buffer : descriptor_buffers_) { in SendDescriptorDataToDeviceIfNeeded() 428 if (descriptor_transfer_resources_.count(buffer) == 0) { in SendDescriptorDataToDeviceIfNeeded() 433 Result r = descriptor_transfer_resources_[buffer]->Initialize(); in SendDescriptorDataToDeviceIfNeeded() 438 // Note that if a buffer for a descriptor is host accessible and in SendDescriptorDataToDeviceIfNeeded() 440 // directly writes data to the buffer in SendDescriptorDataToDeviceIfNeeded() 458 GetCommandBuffer(), buffer, transfer_buffer); SendDescriptorDataToDeviceIfNeeded() local 466 GetCommandBuffer(), buffer, transfer_image); SendDescriptorDataToDeviceIfNeeded() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 122 static char buffer[4096]; in createCommonDataFile() local 132 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile() 281 length=T_FileStream_read(file, buffer, sizeof(buffer)); in createCommonDataFile() 286 udata_writeBlock(out, buffer, length); in createCommonDataFile() 315 filename=s=buffer; in createCommonDataFile() 341 sprintf(buffer, in createCommonDataFile() 351 T_FileStream_writeLine(out, buffer); in createCommonDataFile() 353 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname); in createCommonDataFile() 354 T_FileStream_writeLine(out, buffer); in createCommonDataFile() [all...] |
/third_party/skia/fuzz/ |
H A D | FuzzCommon.cpp | 287 SkScalar buffer[kArrayLength]; in FuzzNiceMatrix() local 295 fuzz->nextRange(&buffer[0], -4000.0f, 4000.0f); in FuzzNiceMatrix() 296 fuzz->nextRange(&buffer[1], -4000.0f, 4000.0f); in FuzzNiceMatrix() 297 *m = SkMatrix::Translate(buffer[0], buffer[1]); in FuzzNiceMatrix() 300 fuzz->nextRange(&buffer[0], -400.0f, 400.0f); in FuzzNiceMatrix() 301 fuzz->nextRange(&buffer[1], -400.0f, 400.0f); in FuzzNiceMatrix() 302 fuzz->nextRange(&buffer[2], -4000.0f, 4000.0f); in FuzzNiceMatrix() 303 fuzz->nextRange(&buffer[3], -4000.0f, 4000.0f); in FuzzNiceMatrix() 304 *m = SkMatrix::Scale(buffer[ in FuzzNiceMatrix() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fIndirectComputeDispatchTests.cpp | 57 // - indirect + size outside buffer bounds 58 // - no buffer bound to DRAW_INDIRECT_BUFFER 59 // - (implict) buffer mapped 65 // - compute program overwiting buffer 92 "layout(binding = 0, std430) buffer Result\n" in genVerifySources() 135 void createCommandBuffer (deUint32 buffer) const; 136 void createResultBuffer (deUint32 buffer) const; 138 bool verifyResultBuffer (deUint32 buffer); 140 void createCmdBufferUpload (deUint32 buffer) const; 141 void createCmdBufferCompute (deUint32 buffer) cons 292 verifyResultBuffer(deUint32 buffer) verifyResultBuffer() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 32 * Append a generic IE as a pass through TLV to a TLV buffer. 36 * If the IE buffer has been setup by the application, this routine appends 37 * the buffer as a pass through TLV type to the request. 40 mwifiex_cmd_append_generic_ie(struct mwifiex_private *priv, u8 **buffer) in mwifiex_cmd_append_generic_ie() argument 46 if (!buffer) in mwifiex_cmd_append_generic_ie() 48 if (!(*buffer)) in mwifiex_cmd_append_generic_ie() 52 * If there is a generic ie buffer setup, append it to the return in mwifiex_cmd_append_generic_ie() 53 * parameter buffer pointer. in mwifiex_cmd_append_generic_ie() 58 __func__, priv->gen_ie_buf_len, *buffer); in mwifiex_cmd_append_generic_ie() 60 /* Wrap the generic IE buffer wit in mwifiex_cmd_append_generic_ie() 101 mwifiex_cmd_append_tsf_tlv(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_append_tsf_tlv() argument 238 mwifiex_cmd_append_wps_ie(struct mwifiex_private *priv, u8 **buffer) mwifiex_cmd_append_wps_ie() argument 282 mwifiex_cmd_append_wapi_ie(struct mwifiex_private *priv, u8 **buffer) mwifiex_cmd_append_wapi_ie() argument 330 mwifiex_append_rsn_ie_wpa_wpa2(struct mwifiex_private *priv, u8 **buffer) mwifiex_append_rsn_ie_wpa_wpa2() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 20 * Append a generic IE as a pass through TLV to a TLV buffer. 24 * If the IE buffer has been setup by the application, this routine appends 25 * the buffer as a pass through TLV type to the request. 28 mwifiex_cmd_append_generic_ie(struct mwifiex_private *priv, u8 **buffer) in mwifiex_cmd_append_generic_ie() argument 34 if (!buffer) in mwifiex_cmd_append_generic_ie() 36 if (!(*buffer)) in mwifiex_cmd_append_generic_ie() 40 * If there is a generic ie buffer setup, append it to the return in mwifiex_cmd_append_generic_ie() 41 * parameter buffer pointer. in mwifiex_cmd_append_generic_ie() 46 __func__, priv->gen_ie_buf_len, *buffer); in mwifiex_cmd_append_generic_ie() 48 /* Wrap the generic IE buffer wit in mwifiex_cmd_append_generic_ie() 89 mwifiex_cmd_append_tsf_tlv(struct mwifiex_private *priv, u8 **buffer, struct mwifiex_bssdescriptor *bss_desc) mwifiex_cmd_append_tsf_tlv() argument 226 mwifiex_cmd_append_wps_ie(struct mwifiex_private *priv, u8 **buffer) mwifiex_cmd_append_wps_ie() argument 270 mwifiex_cmd_append_wapi_ie(struct mwifiex_private *priv, u8 **buffer) mwifiex_cmd_append_wapi_ie() argument 318 mwifiex_append_rsn_ie_wpa_wpa2(struct mwifiex_private *priv, u8 **buffer) mwifiex_append_rsn_ie_wpa_wpa2() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 47 // RunRecord object + (aligned) glyph buffer + position buffer in StorageSize() 114 // textSize follows the position buffer. in textSizePtr() 651 void SkTextBlobPriv::Flatten(const SkTextBlob& blob, SkWriteBuffer& buffer) { in Flatten() argument 654 buffer.writeRect(blob.bounds()); in Flatten() 660 buffer.write32(it.glyphCount()); in Flatten() 668 buffer.write32(pe.intValue); in Flatten() 670 buffer.write32(textSize); in Flatten() 672 buffer.writePoint(it.offset()); in Flatten() 674 SkFontPriv::Flatten(it.font(), buffer); in Flatten() 785 auto buffer = builder.allocRunPos(font, count); MakeFromText() local 799 auto buffer = builder.allocRunPos(font, count); MakeFromPosText() local 813 auto buffer = builder.allocRunPosH(font, count, constY); MakeFromPosTextH() local 827 auto buffer = builder.allocRunRSXform(font, count); MakeFromRSXform() local 834 SkBinaryWriteBuffer buffer; serialize() local [all...] |