/external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/ |
D | lhash.c | 181 LHASH_ITEM **next_ptr = in lh_retrieve() local 183 return *next_ptr == NULL ? NULL : (*next_ptr)->data; in lh_retrieve() 188 LHASH_ITEM **next_ptr = get_next_ptr_by_key(lh, key, key_hash, cmp_key); in lh_retrieve_key() local 189 return *next_ptr == NULL ? NULL : (*next_ptr)->data; in lh_retrieve_key() 259 LHASH_ITEM **next_ptr, *item; in lh_insert() local 262 next_ptr = in lh_insert() 266 if (*next_ptr != NULL) { in lh_insert() 269 *old_data = (*next_ptr)->data; in lh_insert() 270 (*next_ptr)->data = data; in lh_insert() 283 *next_ptr = item; in lh_insert() [all …]
|
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 181 LHASH_ITEM **next_ptr = in lh_retrieve() local 183 return *next_ptr == NULL ? NULL : (*next_ptr)->data; in lh_retrieve() 188 LHASH_ITEM **next_ptr = get_next_ptr_by_key(lh, key, key_hash, cmp_key); in lh_retrieve_key() local 189 return *next_ptr == NULL ? NULL : (*next_ptr)->data; in lh_retrieve_key() 259 LHASH_ITEM **next_ptr, *item; in lh_insert() local 262 next_ptr = in lh_insert() 266 if (*next_ptr != NULL) { in lh_insert() 269 *old_data = (*next_ptr)->data; in lh_insert() 270 (*next_ptr)->data = data; in lh_insert() 283 *next_ptr = item; in lh_insert() [all …]
|
/external/freetype/src/gzip/ |
D | zutil.c | 68 local int next_ptr = 0; variable 97 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 98 table[next_ptr].org_ptr = buf; in zcalloc() 103 table[next_ptr++].new_ptr = buf; in zcalloc() 115 for (n = 0; n < next_ptr; n++) { in zcfree() 119 while (++n < next_ptr) { in zcfree() 122 next_ptr--; in zcfree()
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.c | 202 local int next_ptr = 0; variable 233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 234 table[next_ptr].org_ptr = buf; in zcalloc() 239 table[next_ptr++].new_ptr = buf; in zcalloc() 254 for (n = 0; n < next_ptr; n++) { in zcfree() 258 while (++n < next_ptr) { in zcfree() 261 next_ptr--; in zcfree()
|
/external/libwebsockets/win32port/zlib/ |
D | zutil.c | 201 local int next_ptr = 0; variable 230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 231 table[next_ptr].org_ptr = buf; in zcalloc() 236 table[next_ptr++].new_ptr = buf; in zcalloc() 248 for (n = 0; n < next_ptr; n++) { in zcfree() 252 while (++n < next_ptr) { in zcfree() 255 next_ptr--; in zcfree()
|
/external/zlib/ |
D | zutil.c | 202 local int next_ptr = 0; variable 233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 234 table[next_ptr].org_ptr = buf; in zcalloc() 239 table[next_ptr++].new_ptr = buf; in zcalloc() 254 for (n = 0; n < next_ptr; n++) { in zcfree() 258 while (++n < next_ptr) { in zcfree() 261 next_ptr--; in zcfree()
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zutil.c | 202 local int next_ptr = 0; variable 233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 234 table[next_ptr].org_ptr = buf; in zcalloc() 239 table[next_ptr++].new_ptr = buf; in zcalloc() 254 for (n = 0; n < next_ptr; n++) { in zcfree() 258 while (++n < next_ptr) { in zcfree() 261 next_ptr--; in zcfree()
|
/external/rust/crates/tokio/src/sync/mpsc/ |
D | block.rs | 266 let next_ptr = self in try_push() localVariable 271 match NonNull::new(next_ptr) { in try_push() 272 Some(next_ptr) => Err(next_ptr), in try_push()
|
/external/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
D | next.pass.cpp | 30 It (*next_ptr)(It, typename std::iterator_traits<It>::difference_type) = std::next; in check_next_n() local 31 assert(next_ptr(it, n) == result); in check_next_n()
|
/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 968 void** next_ptr = &variable_pointers_feature_.pNext; in CreateDeviceWithFeatures2() local 971 *next_ptr = &float16_int8_feature_; in CreateDeviceWithFeatures2() 972 next_ptr = &float16_int8_feature_.pNext; in CreateDeviceWithFeatures2() 976 *next_ptr = &storage_8bit_feature_; in CreateDeviceWithFeatures2() 977 next_ptr = &storage_8bit_feature_.pNext; in CreateDeviceWithFeatures2() 981 *next_ptr = &storage_16bit_feature_; in CreateDeviceWithFeatures2() 982 next_ptr = &storage_16bit_feature_.pNext; in CreateDeviceWithFeatures2() 986 *next_ptr = &subgroup_size_control_feature_; in CreateDeviceWithFeatures2() 987 next_ptr = &subgroup_size_control_feature_.pNext; in CreateDeviceWithFeatures2()
|
/external/jsilver/src/org/clearsilver/jni/ |
D | JniHdf.java | 376 long next_ptr = _objNext(hdfptr); 377 if ( next_ptr == 0 ) { 380 return newHdf(next_ptr, this);
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_ioctl_verbs.h | 190 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
|
/external/llvm-project/libcxx/utils/gdb/libcxx/ |
D | printers.py | 818 next_ptr = _value_of_pair_first(sentinel_ptr)["__next_"] 819 while str(next_ptr.cast(_void_pointer_type)) != "0x0": 820 next_val = next_ptr.cast(self.cast_type).dereference() 823 next_ptr = next_val["__next_"]
|
/external/pigweed/pw_allocator/ |
D | block_test.cc | 370 std::byte* next_ptr = reinterpret_cast<std::byte*>(first_block); in TEST() local 371 memcpy(next_ptr, second_block, sizeof(void*)); in TEST()
|
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |