/third_party/jerryscript/jerry-ext/handle-scope/ |
H A D | handle-scope.c | 47 jerryx_handle_t *sibling = a_handle->sibling; in jerryx_handle_scope_release_handles() local 49 a_handle = sibling; in jerryx_handle_scope_release_handles() 132 scope->handle_ptr = handle->sibling; in jerryx_hand_scope_escape_handle_from_prelist() 229 handle = handle->sibling; in jerryx_escape_handle_internal() 240 scope->handle_ptr = found_handle->sibling; in jerryx_escape_handle_internal() 244 memo_handle->sibling = found_handle->sibling; in jerryx_escape_handle_internal() 318 handle->sibling = scope->handle_ptr; in jerryx_handle_scope_add_handle_to() 345 handle->sibling in jerryx_create_handle_in_scope() [all...] |
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 107 struct lws_fts_entry *sibling; member 378 e->sibling = *pe; in lws_fts_entry_child_add() 382 pe = &(*pe)->sibling; in lws_fts_entry_child_add() 387 e->sibling = NULL; in lws_fts_entry_child_add() 692 e = e->sibling; in lws_fts_fill() 724 pe = &(*pe)->sibling; in lws_fts_fill() 851 e1 = e1->sibling; in lws_fts_fill() 1151 if (s[sp]->sibling) { in lws_fts_serialize() 1152 s[sp] = s[sp]->sibling; in lws_fts_serialize() 1262 te2 = te1->sibling; in lws_fts_serialize() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Image.cpp | 327 void Image::addTargetSibling(ImageSibling *sibling) in addTargetSibling() argument 329 mState.targets.insert(sibling); in addTargetSibling() 332 angle::Result Image::orphanSibling(const gl::Context *context, ImageSibling *sibling) in orphanSibling() argument 334 ASSERT(sibling != nullptr); in orphanSibling() 337 ANGLE_TRY(mImplementation->orphan(context, sibling)); in orphanSibling() 339 if (mState.source == sibling) in orphanSibling() 344 // If the sibling is the source, it cannot be a target. in orphanSibling() 345 ASSERT(mState.targets.find(sibling) == mState.targets.end()); in orphanSibling() 348 (sibling->initState(mState.imageIndex) == gl::InitState::MayNeedInit); in orphanSibling() 352 mState.targets.erase(sibling); in orphanSibling() [all...] |
H A D | Image.h | 39 // explicit, and also ensures that an image sibling can determine if it's been initialized or not, 58 // Set the image target of this sibling 184 // Called from ImageSibling only notify the image that a new target sibling exists for state 186 void addTargetSibling(ImageSibling *sibling); 188 // Called from ImageSibling only to notify the image that a sibling (source or target) has 190 angle::Result orphanSibling(const gl::Context *context, ImageSibling *sibling);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | json.c | 196 json_check_tree_state(token->sibling) < 0) in json_check_tree_state() 289 !curr_token->child->sibling) { in json_parse() 351 curr_token->sibling = json_alloc_token(&tokens); in json_parse() 352 if (!curr_token->sibling) in json_parse() 354 curr_token->sibling->parent = curr_token->parent; in json_parse() 355 curr_token = curr_token->sibling; in json_parse() 484 json_free(json->sibling); in json_free() 498 for (token = json->child; token; token = token->sibling) { in json_get_member() 568 json_print_token(token->sibling, depth, buf, buflen); in json_print_token()
|
H A D | json.h | 31 struct json_token *parent, *child, *sibling; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | json.c | 196 json_check_tree_state(token->sibling) < 0) in json_check_tree_state() 289 !curr_token->child->sibling) { in json_parse() 353 curr_token->sibling = json_alloc_token(&tokens); in json_parse() 354 if (!curr_token->sibling) in json_parse() 356 curr_token->sibling->parent = curr_token->parent; in json_parse() 357 curr_token = curr_token->sibling; in json_parse() 486 json_free(json->sibling); in json_free() 500 for (token = json->child; token; token = token->sibling) { in json_get_member() 592 json_print_token(token->sibling, depth, buf, buflen); in json_print_token()
|
/third_party/libuv/src/ |
H A D | heap-inl.h | 76 struct heap_node* sibling; in heap_node_swap() local 86 sibling = child->right; in heap_node_swap() 89 sibling = child->left; in heap_node_swap() 91 if (sibling != NULL) in heap_node_swap() 92 sibling->parent = child; in heap_node_swap()
|
/third_party/node/deps/uv/src/ |
H A D | heap-inl.h | 75 struct heap_node* sibling; in heap_node_swap() local 85 sibling = child->right; in heap_node_swap() 88 sibling = child->left; in heap_node_swap() 90 if (sibling != NULL) in heap_node_swap() 91 sibling->parent = child; in heap_node_swap()
|
/third_party/skia/src/xml/ |
H A D | SkDOM.cpp | 71 const Node* sibling = node->fNextSibling; in getNextSibling() local 73 for (; sibling != nullptr; sibling = sibling->fNextSibling) { in getNextSibling() 74 if (!strcmp(name, sibling->fName)) { in getNextSibling() 79 return sibling; in getNextSibling()
|
/third_party/elfutils/tests/ |
H A D | dwarf-die-addr-die.c | 73 Dwarf_Die sibling; in check_die() local 74 if (dwarf_siblingof (die, &sibling) == 0) in check_die() 75 res |= check_die (&sibling); in check_die()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | webtreemap.js | 35 for (var i = 0, sibling; sibling = root.children[i]; ++i) { 36 if (sibling.dom) 37 sibling.dom.style.zIndex = 0;
|
/third_party/exfatprogs/lib/ |
H A D | exfat_fs.c | 33 INIT_LIST_HEAD(&node->sibling); in exfat_alloc_inode() 53 list_for_each_entry_safe(node, i, &dir->children, sibling) { in exfat_free_children() 56 list_del(&node->sibling); in exfat_free_children() 60 list_del(&node->sibling); in exfat_free_children() 84 list_del(&child->sibling); in exfat_free_ancestors()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | EGLImageD3D.cpp | 46 angle::Result EGLImageD3D::orphan(const gl::Context *context, egl::ImageSibling *sibling) in orphan() argument 48 if (sibling == mState.source) in orphan()
|
H A D | EGLImageD3D.h | 43 angle::Result orphan(const gl::Context *context, egl::ImageSibling *sibling) override;
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | ctest.c | 48 struct TestNode* sibling; member 181 newNode->sibling = NULL; in createTestNode() 196 if(tn->sibling != NULL) { in cleanUpTestTree() 197 cleanUpTestTree(tn->sibling); in cleanUpTestTree() 270 nextNode = nextNode -> sibling; in addTestNode() 276 curNode->sibling = nextNode; in addTestNode() 488 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ); in iterateTestsWithLevel() 615 nextNode = nextNode -> sibling; in getTest()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | ctest.c | 47 struct TestNode* sibling; member 179 newNode->sibling = NULL; in createTestNode() 194 if(tn->sibling != NULL) { in cleanUpTestTree() 195 cleanUpTestTree(tn->sibling); in cleanUpTestTree() 268 nextNode = nextNode -> sibling; in addTestNode() 274 curNode->sibling = nextNode; in addTestNode() 486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ); in iterateTestsWithLevel() 613 nextNode = nextNode -> sibling; in getTest()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ImageVk.cpp | 132 angle::Result ImageVk::orphan(const gl::Context *context, egl::ImageSibling *sibling) in orphan() argument 134 if (sibling == mState.source) in orphan()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | ImageNULL.cpp | 26 angle::Result ImageNULL::orphan(const gl::Context *context, egl::ImageSibling *sibling) in orphan() argument
|
H A D | ImageNULL.h | 25 angle::Result orphan(const gl::Context *context, egl::ImageSibling *sibling) override;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserindenter.js | 353 // Disconnect the sibling node if it belongs to a different script block 378 // // Don't consider sibling in these cases: 379 // // 1. The sibling belongs to another script block 380 // // 2. The sibling is on the same line of the script block 582 // In case the sibling node is on the same line of a parent node, ex: 585 // In this example, the sibling of break is a++ but a++ is on the same line of its parent. 635 ParseNodeExtensions.GetChildren(indentNode.Parent).foreach((sibling) => { 636 if (sibling !== indentNode) { 637 if (sibling.CanIndent()) 638 sibling [all...] |
/third_party/ltp/testcases/cve/ |
H A D | Makefile | 10 stack_clash: CFLAGS += -fno-optimize-sibling-calls
|
/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 225 /// Finds the files in a directory (and any relevant sibling directories) that 237 let sibling = directory.parent().unwrap().join("bin"); in search_directories() 238 results.extend(search_directory(&sibling, filenames).into_iter()); in search_directories()
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | handle-scope.h | 50 jerryx_handle_t *sibling; /**< next sibling the the handle */
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | ImageImpl.h | 57 virtual angle::Result orphan(const gl::Context *context, egl::ImageSibling *sibling) = 0;
|