/third_party/pixman/pixman/ |
D | pixman-arm-simd-asm.S | 59 .macro blit_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload 60 pixld cond, numbytes, firstreg, SRC, unaligned_src 140 .macro fill_process_tail cond, numbytes, firstreg 145 pixst cond, numbytes, 4, DST 188 .macro pixman_composite_src_x888_8888_process_head cond, numbytes, firstreg, unaligned_src, unali… 189 pixld cond, numbytes, firstreg, SRC, unaligned_src 192 .macro pixman_composite_src_x888_8888_process_tail cond, numbytes, firstreg 194 .if numbytes >= 8 196 .if numbytes == 16 274 .macro src_0565_8888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload [all …]
|
D | pixman-arm-simd-asm.h | 114 .macro pixldst op, cond=al, numbytes, reg0, reg1, reg2, reg3, base, unaligned=0 115 .if numbytes == 16 124 .elseif numbytes == 8 131 .elseif numbytes == 4 133 .elseif numbytes == 2 135 .elseif numbytes == 1 142 .macro pixst_baseupdated cond, numbytes, reg0, reg1, reg2, reg3, base 143 .if numbytes == 16 145 .elseif numbytes == 8 147 .elseif numbytes == 4 [all …]
|
D | pixman-arm-neon-asm.h | 112 .macro pixldst numbytes, op, elem_size, basereg, mem_operand, abits 113 .if numbytes == 32 116 .elseif numbytes == 16 118 .elseif numbytes == 8 120 .elseif numbytes == 4 132 .elseif numbytes == 2 139 .elseif numbytes == 1 298 .macro pixld_s_internal numbytes, elem_size, basereg, mem_operand 299 .if numbytes == 32 303 .elseif numbytes == 16 [all …]
|
/third_party/openssl/crypto/rand/ |
D | rand_egd.c | 64 int mybuffer, ret = -1, i, numbytes, fd; 118 numbytes = tempbuf[0]; 126 i = fread(buf, sizeof(char), numbytes, fp); 127 if (i < numbytes) 129 ret = numbytes;
|
/third_party/boost/boost/interprocess/ |
D | mapped_region.hpp | 187 bool flush(std::size_t mapping_offset = 0, std::size_t numbytes = 0, bool async = true); 237 … bool priv_flush_param_check(std::size_t mapping_offset, void *&addr, std::size_t &numbytes) const; 294 (std::size_t mapping_offset, void *&addr, std::size_t &numbytes) const in priv_flush_param_check() 300 if(mapping_offset >= m_size || numbytes > (m_size - size_t(mapping_offset))){ in priv_flush_param_check() 305 if(numbytes == 0){ in priv_flush_param_check() 306 numbytes = m_size - mapping_offset; in priv_flush_param_check() 309 numbytes += m_page_offset; in priv_flush_param_check() 505 inline bool mapped_region::flush(std::size_t mapping_offset, std::size_t numbytes, bool async) in flush() argument 508 if(!this->priv_flush_param_check(mapping_offset, addr, numbytes)){ in flush() 512 if(!winapi::flush_view_of_file(addr, numbytes)){ in flush() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 438 int length, numbytes, slop; in XNVCTRLQueryTargetStringAttribute() local 462 numbytes = rep.n; in XNVCTRLQueryTargetStringAttribute() 463 slop = numbytes & 3; in XNVCTRLQueryTargetStringAttribute() 466 *ptr = (char *) Xmalloc(numbytes); in XNVCTRLQueryTargetStringAttribute() 474 _XRead(dpy, (char *) *ptr, numbytes); in XNVCTRLQueryTargetStringAttribute() 982 int length, numbytes, slop; in XNVCTRLQueryTargetBinaryData() local 1006 numbytes = rep.n; in XNVCTRLQueryTargetBinaryData() 1007 slop = numbytes & 3; in XNVCTRLQueryTargetBinaryData() 1010 *ptr = (unsigned char *) Xmalloc(numbytes); in XNVCTRLQueryTargetBinaryData() 1018 _XRead(dpy, (char *) *ptr, numbytes); in XNVCTRLQueryTargetBinaryData() [all …]
|
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 438 int length, numbytes, slop; in XNVCTRLQueryTargetStringAttribute() local 462 numbytes = rep.n; in XNVCTRLQueryTargetStringAttribute() 463 slop = numbytes & 3; in XNVCTRLQueryTargetStringAttribute() 466 *ptr = (char *) Xmalloc(numbytes); in XNVCTRLQueryTargetStringAttribute() 474 _XRead(dpy, (char *) *ptr, numbytes); in XNVCTRLQueryTargetStringAttribute() 982 int length, numbytes, slop; in XNVCTRLQueryTargetBinaryData() local 1006 numbytes = rep.n; in XNVCTRLQueryTargetBinaryData() 1007 slop = numbytes & 3; in XNVCTRLQueryTargetBinaryData() 1010 *ptr = (unsigned char *) Xmalloc(numbytes); in XNVCTRLQueryTargetBinaryData() 1018 _XRead(dpy, (char *) *ptr, numbytes); in XNVCTRLQueryTargetBinaryData() [all …]
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 742 … unsigned long file_access, ::boost::ulong_long_type offset, std::size_t numbytes, void *base_addr) in map_view_of_file_ex() argument 746 return MapViewOfFileEx(handle, file_access, offset_high, offset_low, numbytes, base_addr); in map_view_of_file_ex() 770 inline bool flush_view_of_file(void *base_addr, std::size_t numbytes) in flush_view_of_file() argument 771 { return 0 != boost::winapi::FlushViewOfFile(base_addr, numbytes); } in flush_view_of_file() 773 inline bool virtual_unlock(void *base_addr, std::size_t numbytes) in virtual_unlock() argument 774 { return 0 != boost::ipwinapiext::VirtualUnlock(base_addr, numbytes); } in virtual_unlock() 776 inline bool virtual_protect(void *base_addr, std::size_t numbytes, unsigned long flNewProtect, unsi… in virtual_protect() argument 777 { return 0 != boost::ipwinapiext::VirtualProtect(base_addr, numbytes, flNewProtect, &lpflOldProtec… in virtual_protect()
|
/third_party/python/Lib/ |
D | random.py | 830 numbytes = (k + 7) // 8 # bits / 8 and rounded up 831 x = int.from_bytes(_urandom(numbytes), 'big') 832 return x >> (numbytes * 8 - k) # trim excess bits
|
D | tarfile.py | 1090 numbytes = nti(buf[pos + 12:pos + 24]) 1093 structs.append((offset, numbytes)) 1195 numbytes = nti(buf[pos + 12:pos + 24]) 1198 if offset and numbytes: 1199 structs.append((offset, numbytes)) 1319 numbytes = [] 1321 numbytes.append(int(match.group(1))) 1322 next.sparse = list(zip(offsets, numbytes))
|
/third_party/curl/lib/ |
D | mime.c | 745 const char *bytes, size_t numbytes, in readback_bytes() argument 751 if(numbytes > offset) { in readback_bytes() 752 sz = numbytes - offset; in readback_bytes() 758 sz = offset - numbytes; in readback_bytes()
|