| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| H A D | microhttpd.h | 794 * of the buffer pointed to by the second argument in bytes. 795 * Note that the application must ensure that the buffer of the 822 * Increment to use for growing the read buffer (followed by a 1926 * is essentially the buffer size used for IO, clients 1964 * Specification for how MHD should treat the memory buffer 1972 * Buffer is a persistent (static/global) buffer that won't change 2004 * @param buffer size bytes containing the response's data portion 2005 * @param mode flags for buffer management 2011 void *buffer, 2074 * Uncork the TCP write buffer (tha [all...] |
| /third_party/openssl/test/ |
| H A D | enginetest.c | 21 # include <openssl/buffer.h>
|
| /third_party/openssl/crypto/asn1/ |
| H A D | tasn_prn.c | 15 #include <openssl/buffer.h>
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | freetype.h | 1774 * and content of the bitmap buffer can change between calls of 3345 * For @FT_RENDER_MODE_SDF the output bitmap buffer contains normalized 3352 * // then use the output buffer as follows. 3355 * FT_Byte buffer = glyph->bitmap->buffer; 3358 * for pixel in buffer 3369 * // Store `sd` in a buffer or use as required. 3658 * The maximum number of bytes available in the buffer. 3661 * buffer :: 3662 * A pointer to a target buffer wher [all...] |
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrsbit.c | 54 writer->line = target->buffer; in pfr_bitwriter_init()
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-object.c | 167 OBJECT_WITHOUT_IMMUTABILITY (buffer),
|
| /third_party/python/Lib/test/ |
| H A D | test_uu.py | 24 """Text I/O implementation using an in-memory buffer. 47 return self.buffer.getvalue().decode(self._encoding, self._errors)
|
| /third_party/python/Include/internal/ |
| H A D | pycore_global_strings.h | 234 STRUCT_FOR_ID(buffer)
|
| /third_party/selinux/libselinux/src/ |
| H A D | Makefile | 88 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions \
|
| /third_party/rust/crates/syn/src/ |
| H A D | lib.rs | 326 pub mod buffer; modules
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueUtils.cpp | 400 bindInfo.buffer = *m_buffer; in BufferWithMemory()
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | angleutils.h | 224 size_t FormatStringIntoVector(const char *fmt, va_list vararg, std::vector<char> &buffer);
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| H A D | wal_hipriv.c | 6814 hi_u32 wal_at_entry(hi_char *buffer, hi_u32 cmd_type) in wal_at_entry() argument 6823 hi_char *cmd_buff = buffer; in wal_at_entry() 6858 hi_char temp_buffer[3]; /* 3 存储buffer */ in hi_wifi_at_start() 6859 hi_char *buffer = NULL; in hi_wifi_at_start() local 6876 buffer = oal_memalloc(total_len); in hi_wifi_at_start() 6877 if (buffer == NULL) { in hi_wifi_at_start() 6882 buffer_index = buffer; in hi_wifi_at_start() 6887 oal_free(buffer); in hi_wifi_at_start() 6893 buffer[total_len - 1] = '\0'; in hi_wifi_at_start() 6894 buffer_temp = buffer; in hi_wifi_at_start() [all...] |
| /kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
| H A D | cx25840-core.c | 78 u8 buffer[3]; in cx25840_write() local 80 buffer[0] = addr >> 8; in cx25840_write() 81 buffer[1] = addr & 0xff; in cx25840_write() 82 buffer[2] = value; in cx25840_write() 83 return i2c_master_send(client, buffer, 3); in cx25840_write() 88 u8 buffer[6]; in cx25840_write4() local 90 buffer[0] = addr >> 8; in cx25840_write4() 91 buffer[1] = addr & 0xff; in cx25840_write4() 92 buffer[2] = value & 0xff; in cx25840_write4() 93 buffer[ in cx25840_write4() [all...] |
| /kernel/linux/linux-5.10/drivers/net/usb/ |
| H A D | r8152.c | 773 void *buffer; member 780 void *buffer; member 1426 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in vendor_mac_passthru_addr_read() local 1466 status = acpi_evaluate_object(NULL, mac_obj_name, NULL, &buffer); in vendor_mac_passthru_addr_read() 1467 obj = (union acpi_object *)buffer.pointer; in vendor_mac_passthru_addr_read() 1472 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n", in vendor_mac_passthru_addr_read() 1764 rx_agg->buffer = page_address(rx_agg->page); in alloc_rx_agg() 1808 kfree(tp->tx_info[i].buffer); in free_all_mem() 1809 tp->tx_info[i].buffer = NULL; in free_all_mem() 1869 tp->tx_info[i].buffer in alloc_all_mem() [all...] |
| /kernel/linux/linux-6.6/drivers/media/i2c/cx25840/ |
| H A D | cx25840-core.c | 78 u8 buffer[3]; in cx25840_write() local 80 buffer[0] = addr >> 8; in cx25840_write() 81 buffer[1] = addr & 0xff; in cx25840_write() 82 buffer[2] = value; in cx25840_write() 83 return i2c_master_send(client, buffer, 3); in cx25840_write() 88 u8 buffer[6]; in cx25840_write4() local 90 buffer[0] = addr >> 8; in cx25840_write4() 91 buffer[1] = addr & 0xff; in cx25840_write4() 92 buffer[2] = value & 0xff; in cx25840_write4() 93 buffer[ in cx25840_write4() [all...] |
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2538 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): 2543 self.buffer = buffer 2587 space = len(self.buffer) - self.local_head 2591 # Use 0 (or space < glb_nsz) to mean there is no more at the top of the buffer 2593 self.buffer[self.local_head : self.local_head + len(nd)] = nd 2616 self.buffer[pos : pos + len(nd)] = nd 2617 self.buffer[pos + glb_nsz : pos + sz] = d 2664 self.buffer = Array(c_char, self.buffer_size, lock=False) 2675 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, sel [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-stub-assembler.h | 1186 // Load an object pointer from a buffer that isn't in the heap. 1187 TNode<Object> LoadBufferObject(TNode<RawPtrT> buffer, int offset) { in LoadBufferObject() argument 1188 return LoadFullTagged(buffer, IntPtrConstant(offset)); in LoadBufferObject() 1191 TNode<T> LoadBufferData(TNode<RawPtrT> buffer, int offset) { in LoadBufferData() argument 1193 Load(MachineTypeOf<T>::value, buffer, IntPtrConstant(offset))); in LoadBufferData() 1195 TNode<RawPtrT> LoadBufferPointer(TNode<RawPtrT> buffer, int offset) { in LoadBufferPointer() argument 1196 return LoadBufferData<RawPtrT>(buffer, offset); in LoadBufferPointer() 1198 TNode<Smi> LoadBufferSmi(TNode<RawPtrT> buffer, int offset) { in LoadBufferSmi() argument 1199 return CAST(LoadBufferObject(buffer, offset)); in LoadBufferSmi() 1201 TNode<IntPtrT> LoadBufferIntptr(TNode<RawPtrT> buffer, in in LoadBufferSmi() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cComputeShaderTests.cpp | 510 NL "layout(local_size_x = 1, local_size_y = 1) in;" NL "layout(std430) buffer Output {" NL " vec4 data;" NL in Setup() 565 layout(std430) buffer; 566 layout(binding = 0) buffer Output { 584 layout(std430) buffer; 585 layout(binding = 0) buffer Output { 818 GLU_EXPECT_NO_ERROR(glGetError(), "Error in binding buffer!"); in RunComputePersistent() 949 << ") buffer Output {" NL " uvec4 local_id[];" NL "} g_out;" NL "void main() {" NL in GenSource() 1084 "5. Repeat for different buffer and CS work sizes."; in Method() 1106 << "];" NL "} g_in_buffer[12];" NL "layout(std430) buffer OutputBuffer {" NL " vec4 data0[" in GenSource() 1293 "uniform mediump sampler2DArray g_sampler2;" NL "layout(std430) buffer OutputBuffe in GenSource() 2559 GLuint buffer; Run() local 5401 GLuint buffer; Run() local 5444 GLuint buffer; Run() local [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| H A D | bundle_mgr_host.cpp | 68 bool GetData(void *&buffer, size_t size, const void *data) in GetData() argument 78 buffer = malloc(size); in GetData() 79 if (buffer == nullptr) { in GetData() 80 APP_LOGE("GetData failed due to malloc buffer failed"); in GetData() 83 if (memcpy_s(buffer, size, data, size) != EOK) { in GetData() 84 free(buffer); in GetData() 3698 void *buffer = nullptr; in ReadParcelInfoIntelligent() local 3699 if (!GetData(buffer, dataSize, data.ReadRawData(dataSize))) { in ReadParcelInfoIntelligent() 3704 if (!tempParcel.ParseFrom(reinterpret_cast<uintptr_t>(buffer), dataSize)) { in ReadParcelInfoIntelligent()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_render_node.cpp | 1337 auto buffer = surfaceNode->GetRSSurfaceHandler()->GetBuffer(); in UpdateBufferDirtyRegion() local 1338 if (buffer != nullptr) { in UpdateBufferDirtyRegion() 1340 // Use the matrix from buffer to relative coordinate and the absolute matrix in UpdateBufferDirtyRegion() 1341 // to calculate the buffer damageRegion's absolute rect in UpdateBufferDirtyRegion() 1346 // The buffer's dirtyRect should not be out of the scope of the node's dirtyRect in UpdateBufferDirtyRegion() 1348 RS_OPTIONAL_TRACE_NAME_FMT("RSRenderNode id: %" PRIu64 ", buffer size [%d,%d], " in UpdateBufferDirtyRegion() 1349 "buffer damageRegion [%d,%d,%d,%d], dirtyRect %s", GetId(), in UpdateBufferDirtyRegion() 1350 buffer->GetSurfaceBufferWidth(), buffer->GetSurfaceBufferHeight(), in UpdateBufferDirtyRegion() 1614 auto buffer in UpdateBufferDirtyRegion() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_main_thread.cpp | 1207 // If node has been destructed or is not on the tree or has no valid buffer, in ProcessCommandForDividedRender() 1352 RS_LOGD("SubThread is processing %{public}s, skip acquire buffer", surfaceNode->GetName().c_str()); in ConsumeAndUpdateAllNodes() 1379 "rs debug: name %s, id %" PRIu64", buffer consumed and not HardwareEnabledType", in ConsumeAndUpdateAllNodes() 1384 auto buffer = surfaceHandler->GetBuffer(); in ConsumeAndUpdateAllNodes() 1386 surfaceNode->UpdateBufferInfo(buffer, in ConsumeAndUpdateAllNodes() 1392 RS_OPTIONAL_TRACE_NAME_FMT("rs debug: name %s, id %" PRIu64", surfaceNode buffer size changed", in ConsumeAndUpdateAllNodes() 1394 RS_LOGD("ConsumeAndUpdateAllNodes name:%{public}s id:%{public}" PRIu64" buffer size changed, " in ConsumeAndUpdateAllNodes() 1395 "buffer:[%{public}d, %{public}d], preBuffer:[%{public}d, %{public}d]", in ConsumeAndUpdateAllNodes() 1397 buffer ? buffer in ConsumeAndUpdateAllNodes() [all...] |
| /foundation/multimodalinput/input/service/window_manager/src/ |
| H A D | input_windows_manager.cpp | 1378 pointerEvent->SetBuffer(extraData_.buffer); in UpdateDisplayInfo() 1459 pointerEvent->SetBuffer(extraData_.buffer); in UpdateDisplayInfo() 2731 pointerEvent->SetBuffer(extraData_.buffer); in UpdateDisplayInfo() 3314 pointerEvent->SetBuffer(extraData_.buffer); in UpdateDisplayInfo() 3528 pointerEvent->SetBuffer(extraData_.buffer); in UpdateDisplayInfo() 3961 extraData_.buffer = extraData.buffer; in UpdateDisplayInfo() 3972 extraData_.buffer.clear(); in UpdateDisplayInfo()
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | aesni-intel_asm.S | 1129 movdqu \XMM1, (%arg3,%r11,1) # Write to the ciphertext buffer 1130 movdqu \XMM2, 16(%arg3,%r11,1) # Write to the ciphertext buffer 1131 movdqu \XMM3, 32(%arg3,%r11,1) # Write to the ciphertext buffer 1132 movdqu \XMM4, 48(%arg3,%r11,1) # Write to the ciphertext buffer 1331 movdqu \XMM1, (%arg3,%r11,1) # Write to plaintext buffer 1335 movdqu \XMM2, 16(%arg3,%r11,1) # Write to plaintext buffer 1339 movdqu \XMM3, 32(%arg3,%r11,1) # Write to plaintext buffer 1343 movdqu \XMM4, 48(%arg3,%r11,1) # Write to plaintext buffer
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 929 * are dma'ed to packet buffer. in igc_tx_launchtime() 947 struct igc_tx_buffer *buffer, in igc_init_empty_frame() 961 buffer->skb = skb; in igc_init_empty_frame() 962 buffer->protocol = 0; in igc_init_empty_frame() 963 buffer->bytecount = skb->len; in igc_init_empty_frame() 964 buffer->gso_segs = 1; in igc_init_empty_frame() 965 buffer->time_stamp = jiffies; in igc_init_empty_frame() 966 dma_unmap_len_set(buffer, len, skb->len); in igc_init_empty_frame() 967 dma_unmap_addr_set(buffer, dma, dma); in igc_init_empty_frame() 1637 /* we are reusing so sync this buffer fo in igc_get_rx_buffer() 946 igc_init_empty_frame(struct igc_ring *ring, struct igc_tx_buffer *buffer, struct sk_buff *skb) igc_init_empty_frame() argument [all...] |