| /third_party/node/deps/brotli/c/enc/ |
| D | memory.c | 110 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated); in CollectGarbagePointers() 111 SortPointers(m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers() 113 m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated, in CollectGarbagePointers() 114 m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers() 120 m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated, in CollectGarbagePointers() 121 m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers() 129 memcpy(m->pointers + PERM_ALLOCATED_OFFSET + m->perm_allocated, in CollectGarbagePointers() 130 m->pointers + NEW_ALLOCATED_OFFSET, in CollectGarbagePointers() 134 SortPointers(m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated); in CollectGarbagePointers() 145 m->pointers[NEW_ALLOCATED_OFFSET + (m->new_allocated++)] = result; in BrotliAllocate() [all …]
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | memory.c | 110 SortPointers(m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated); in CollectGarbagePointers() 111 SortPointers(m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers() 113 m->pointers + NEW_ALLOCATED_OFFSET, m->new_allocated, in CollectGarbagePointers() 114 m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers() 120 m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated, in CollectGarbagePointers() 121 m->pointers + NEW_FREED_OFFSET, m->new_freed); in CollectGarbagePointers() 129 memcpy(m->pointers + PERM_ALLOCATED_OFFSET + m->perm_allocated, in CollectGarbagePointers() 130 m->pointers + NEW_ALLOCATED_OFFSET, in CollectGarbagePointers() 134 SortPointers(m->pointers + PERM_ALLOCATED_OFFSET, m->perm_allocated); in CollectGarbagePointers() 145 m->pointers[NEW_ALLOCATED_OFFSET + (m->new_allocated++)] = result; in BrotliAllocate() [all …]
|
| /third_party/musl/ndk-test/sanitize/scudo/src/ |
| D | interface.cpp | 50 std::vector<void *> pointers; in main() local 55 pointers.push_back(p); in main() 69 while (!pointers.empty()) { in main() 70 free(pointers.back()); in main() 71 pointers.pop_back(); in main() 76 std::vector<void *> pointers; in main() local 81 pointers.push_back(p); in main()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderStateQueryTests.cpp | 2179 const PointerData pointers[] = in test() local 2196 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(pointers); ++ndx) in test() 2198 …glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointer… in test() 2201 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test() 2223 …glVertexAttribPointer(0, pointers[0].size, pointers[0].type, pointers[0].normalized, pointers[0].s… in test() 2228 …glVertexAttribPointer(0, pointers[1].size, pointers[1].type, pointers[1].normalized, pointers[1].s… in test() 2232 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[1].size); in test() 2237 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[0].size); in test() 2265 const PointerData pointers[] = in test() local 2280 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(pointers); ++ndx) in test() [all …]
|
| /third_party/rust/crates/cxx/book/src/binding/ |
| D | fn.md | 1 {{#title Function pointers — Rust ♡ C++}} 2 # Function pointers 26 Function pointers with a Result return type are not implemented yet. 33 Function pointers are commonly useful for implementing [async functions over
|
| D | rawptr.md | 5 where possible over raw pointers, but raw pointers are available too as an 12 Extern functions and function pointers taking a raw pointer as an argument must 79 // borrowed string pointers. 83 // is implemented, and CStr pointers become thin, we can sidestep this step 98 // the pointers beyond this point.
|
| /third_party/json/docs/mkdocs/docs/api/json_pointer/ |
| D | operator_ne.md | 21 1. Compares two JSON pointers for inequality by comparing their reference tokens. 24 JSON pointer and comparing the JSON pointers according to 1. 78 ??? example "Example: (1) Comparing JSON pointers" 80 The example demonstrates comparing JSON pointers. 92 ??? example "Example: (2) Comparing JSON pointers and strings" 94 …The example demonstrates comparing JSON pointers and strings, and when doing so may raise an excep…
|
| D | operator_eq.md | 30 1. Compares two JSON pointers for equality by comparing their reference tokens. 33 pointer and comparing the JSON pointers according to 1. 82 ??? example "Example: (1) Comparing JSON pointers" 84 The example demonstrates comparing JSON pointers. 96 ??? example "Example: (2) Comparing JSON pointers and strings" 98 …The example demonstrates comparing JSON pointers and strings, and when doing so may raise an excep…
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fShaderStateQueryTests.cpp | 1522 const PointerData pointers[] = in test() local 1535 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(pointers); ++ndx) in test() 1537 …glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointer… in test() 1540 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_SIZE, pointers[ndx].size); in test() 1557 const PointerData pointers[] = in test() local 1567 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(pointers); ++ndx) in test() 1569 …glVertexAttribPointer(0, pointers[ndx].size, pointers[ndx].type, pointers[ndx].normalized, pointer… in test() 1572 verifyVertexAttrib(m_testCtx, *this, 0, GL_VERTEX_ATTRIB_ARRAY_TYPE, pointers[ndx].type); in test() 1599 const StridePointerData pointers[] = in test() local 1618 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(pointers); ++ndx) in test() [all …]
|
| /third_party/mesa3d/src/asahi/compiler/test/ |
| D | agx_test.h | 61 unsigned pointers = sizeof(struct list_head) + sizeof(agx_index *); in agx_instr_equal() local 69 return memcmp((uint8_t *) A + pointers, in agx_instr_equal() 70 (uint8_t *) B + pointers, in agx_instr_equal() 71 sizeof(agx_instr) - pointers) == 0; in agx_instr_equal()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
| D | extensionStubSource.py | 109 self.pointers = []; 145 for pointer in self.pointers: 188 self.pointers.append('#ifdef ' + self.featureName) 193 self.pointers.append('#ifdef ' + self.featureExtraProtect) 197 self.pointers += self.featurePointers; 202 self.pointers.append('#endif /* ' + self.featureExtraProtect + ' */') 206 self.pointers.append('#endif /* ' + self.featureName + ' */')
|
| /third_party/openGLES/extensions/ARB/ |
| D | GLX_ARB_get_proc_address.txt | 81 GetProcAddressARB is to return pointers to extension functions and 91 GLX: Yes. GLU: No. Because the pointers returned are 116 wglGetProcAddress, which returns context-dependent pointers. 131 * Are function pointers context-independent? 135 function dispatch for context-independent pointers would incur 136 overheads compared to context-dependent pointers. 145 * Should the pointers returned be required to be equal to the 217 GL function pointers returned by glXGetProcAddressARB are 253 GL core function pointers returned by the query. 258 Specify that GL function pointers are context independent. Specify
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | GLX_ARB_get_proc_address.txt | 71 GetProcAddressARB is to return pointers to extension functions and 81 GLX: Yes. GLU: No. Because the pointers returned are 106 wglGetProcAddress, which returns context-dependent pointers. 121 * Are function pointers context-independent? 125 function dispatch for context-independent pointers would incur 126 overheads compared to context-dependent pointers. 135 * Should the pointers returned be required to be equal to the 207 GL function pointers returned by glXGetProcAddressARB are 243 GL core function pointers returned by the query. 248 Specify that GL function pointers are context independent. Specify
|
| /third_party/json/docs/mkdocs/docs/api/basic_json/ |
| D | flatten.md | 7 The function creates a JSON object whose keys are JSON pointers (see [RFC 6901](https://tools.ietf.… 13 an object that maps JSON pointers to primitive values 32 …llowing code shows how a JSON object is flattened to an object whose keys consist of JSON pointers.
|
| /third_party/ffmpeg/libavutil/ |
| D | imgutils.c | 216 int av_image_alloc(uint8_t *pointers[4], int linesizes[4], in av_image_alloc() 249 if ((ret = av_image_fill_pointers(pointers, pix_fmt, h, buf, linesizes)) < 0) { in av_image_alloc() 253 if (desc->flags & AV_PIX_FMT_FLAG_PAL || (desc->flags & FF_PSEUDOPAL && pointers[1])) { in av_image_alloc() 254 avpriv_set_systematic_pal2((uint32_t*)pointers[1], pix_fmt); in av_image_alloc() 263 desc->flags & FF_PSEUDOPAL) && pointers[1] && in av_image_alloc() 264 pointers[1] - pointers[0] > linesizes[0] * h) { in av_image_alloc() 266 memset(pointers[0] + linesizes[0] * h, 0, in av_image_alloc() 267 pointers[1] - pointers[0] - linesizes[0] * h); in av_image_alloc()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | raw_hash_set_probe_benchmark.cc | 91 auto& pointers = GetPointers(n); in allocate() local 93 while (pointers.size() < kRandomPool) { in allocate() 94 pointers.push_back(std::allocator<T>{}.allocate(n)); in allocate() 98 size_t i = absl::Uniform<size_t>(GlobalBitGen(), 0, pointers.size()); in allocate() 99 T* result = pointers[i]; in allocate() 100 pointers[i] = pointers.back(); in allocate() 101 pointers.pop_back(); in allocate()
|
| /third_party/skia/third_party/externals/tint/docs/ |
| D | spirv-ptr-ref.md | 1 # SPIR-V translation of WGSL pointers and references 3 WGSL was updated to have two kinds of memory views: pointers and references. 58 capabilities. All pointers are 59 [SPIR-V logical pointers](https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#Logical… 61 specify where logical pointers can appear as results of instructions 92 is filed to allow those operations to work on pointers.
|
| /third_party/skia/third_party/externals/sfntly/doc/ |
| D | smart_pointer_usage.md | 1 Usage of smart pointers in sfntly C++ port 42 pointers are going to be defined. 62 - Smart pointers here are very bad candidates for function parameters 63 and return values. Use dumb pointers when passing over the stack. 80 > pointers](http://blogs.msdn.com/b/oldnewthing/archive/2009/11/20/9925918.aspx).
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 17.2.1.rst | 153 - glsl: stop adding pointers from gl_shader_variable to the cache 154 - glsl: stop adding pointers from glsl_struct_field to the cache 158 - compiler: move pointers to the start of shader_info 159 - glsl: stop adding pointers from shader_info to the cache 160 - glsl: stop adding pointers from bindless structs to the cache
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | README.md | 10 - Assemble: Copy a set of function pointers into the struct 11 - Validate: Make sure the function pointers advertised actually exist.
|
| /third_party/node/deps/v8/tools/cfi/ |
| D | ignores.txt | 9 ######### Function pointers cast to incorrect type signatures 17 # PropertyCallbackArguments::Call methods cast function pointers
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_shader_buffer_store.txt | 66 extended to allow shaders to write through (GPU address) pointers. 145 (modify first paragraph to reference pointers) Shaders may perform 147 pointers or with built-in image load, store, and atomic functions, as 152 - SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV: Memory accesses using pointers and 155 Additionally, memory writes using pointers issued after the barrier 161 memory address, pointers and image variables in the OpenGL shading 167 - Data written using pointers in one rendering pass and read by the shader 255 pointers, but not non-pointer types being pointed to. 279 (modify second paragraph, allowing storing through pointers) The pointer 288 contents of textures and buffer objects using pointers and image [all …]
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_shader_buffer_store.txt | 68 extended to allow shaders to write through (GPU address) pointers. 147 (modify first paragraph to reference pointers) Shaders may perform 149 pointers or with built-in image load, store, and atomic functions, as 154 - SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV: Memory accesses using pointers and 157 Additionally, memory writes using pointers issued after the barrier 163 memory address, pointers and image variables in the OpenGL shading 169 - Data written using pointers in one rendering pass and read by the shader 257 pointers, but not non-pointer types being pointed to. 281 (modify second paragraph, allowing storing through pointers) The pointer 290 contents of textures and buffer objects using pointers and image [all …]
|
| /third_party/openssl/crypto/ |
| D | README-sparse_array.md | 8 tree contains a block of pointers to either the user supplied leaf values or 14 SA_BLOCK_MAX Specifies the number of pointers in each block 48 index 0 results in the allocation of a top level node full of null pointers 155 Note: sparse arrays only include pointers to types.
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| D | README-sparse_array.md | 8 tree contains a block of pointers to either the user supplied leaf values or 14 SA_BLOCK_MAX Specifies the number of pointers in each block 48 index 0 results in the allocation of a top level node full of null pointers 155 Note: sparse arrays only include pointers to types.
|