| /third_party/python/Objects/ |
| H A D | odictobject.c | 553 _ODictNode **fast_nodes, *node; _odict_resize() local 638 _odict_add_head(PyODictObject *od, _ODictNode *node) _odict_add_head() argument 651 _odict_add_tail(PyODictObject *od, _ODictNode *node) _odict_add_tail() argument 668 _ODictNode *node; _odict_add_new_node() local 709 _odict_remove_node(PyODictObject *od, _ODictNode *node) _odict_remove_node() argument 743 _odict_clear_node(PyODictObject *od, _ODictNode *node, PyObject *key, Py_hash_t hash) _odict_clear_node() argument 777 _ODictNode *node, *next; _odict_clear_nodes() local 1043 _ODictNode *node = _odict_find_node_hash((PyODictObject *)od, key, hash); _odict_popkey_hash() local 1111 _ODictNode *node; OrderedDict_popitem_impl() local 1187 _ODictNode *node; odict_copy() local 1268 _ODictNode *node; OrderedDict_move_to_end_impl() local 1387 _ODictNode *node; odict_repr() local 1450 _ODictNode *node; odict_traverse() local 1678 _ODictNode *node; odictiter_nextkey() local 1855 _ODictNode *node; odictiter_new() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map.h | 575 Node* node = static_cast<Node*>(table_[b]); in clear() local 588 Node* node = NodeFromTreeIterator(tree_it); in clear() local 628 Node* node; in insert() local 691 Node* node = static_cast<Node*>(table_[b]); FindHelper() local 716 InsertUnique(size_type b, Node* node) InsertUnique() argument 752 ShouldInsertAfterHead(void* node) ShouldInsertAfterHead() argument 763 InsertUniqueInList(size_type b, Node* node) InsertUniqueInList() argument 778 InsertUniqueInTree(size_type b, Node* node) InsertUniqueInTree() argument 848 Node* node = static_cast<Node*>(table[index]); TransferList() local 915 Node* node = static_cast<Node*>(table_[b]); CopyListToTree() local 931 Node* node = static_cast<Node*>(table_[b]); TableEntryIsTooLong() local 976 DestroyNode(Node* node) DestroyNode() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _lsprof.c | 517 static int statsForSubEntry(rotating_node_t *node, void *arg) in statsForSubEntry() argument 538 static int statsForEntry(rotating_node_t *node, void *arg) in statsForEntry() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | graphcycles.cc | 466 HasNode(GraphId node) HasNode() argument [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_copy_ast.c | 2109 struct cil_tree_node *node = NULL; in __cil_copy_last_child_helper() local
|
| H A D | cil_write_ast.c | 549 static void cil_write_src_info_node(FILE *out, struct cil_tree_node *node) in cil_write_src_info_node() argument 561 void cil_write_ast_node(FILE *out, struct cil_tree_node *node) in cil_write_ast_node() argument 1496 __write_parse_ast_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args) __write_parse_ast_node_helper() argument 1524 __write_parse_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) __write_parse_ast_first_child_helper() argument 1536 __write_parse_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) __write_parse_ast_last_child_helper() argument 1556 __write_cil_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __write_cil_ast_node_helper() argument 1576 __write_cil_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) __write_cil_ast_first_child_helper() argument 1588 __write_cil_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) __write_cil_ast_last_child_helper() argument 1607 cil_write_ast(FILE *out, enum cil_write_ast_phase phase, struct cil_tree_node *node) cil_write_ast() argument [all...] |
| H A D | cil_reset_ast.c | 478 static int __cil_reset_node(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_reset_node() argument [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | policydb_validate.c | 1362 ebitmap_node_t *node; in validate_permissives() local
|
| H A D | write.c | 109 avtab_ptr_t node; in avtab_write_item() local 578 ebitmap_node_t *node; filename_write_one_compat() local 812 cond_write_node(policydb_t * p, cond_node_t * node, struct policy_file *fp) cond_write_node() argument 976 write_cons_helper(policydb_t * p, constraint_node_t * node, int allowxtarget, struct policy_file *fp) write_cons_helper() argument 1864 ebitmap_node_t *node; only_process() local [all...] |
| /third_party/selinux/libselinux/src/ |
| H A D | avc.c | 272 struct avc_node *node; in avc_av_stats() local 429 struct avc_node *node; in avc_lookup() local 471 struct avc_node *node; avc_insert() local 504 struct avc_node *node, *tmp; avc_reset() local 547 struct avc_node *node, *tmp; avc_destroy() local 944 avc_update_node(uint32_t event, struct avc_node *node, access_vector_t perms) avc_update_node() argument 974 struct avc_node *node; avc_update_cache() local [all...] |
| /third_party/selinux/libsepol/cil/test/unit/ |
| H A D | test_cil_copy_ast.c | 47 struct cil_args_copy *gen_copy_args(struct cil_tree_node *node, struct cil_db *db) in gen_copy_args() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | loop_descriptor.cpp | 230 DominatorTreeNode* node = dom_tree.GetTreeNode(p_id); in FindLoopPreheader() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| H A D | oma_dm_client.c | 99 xml_node_t *node; in oma_dm_add_locuri() local 146 xml_node_t *node; in add_alert() local 78 oma_dm_get_target_locuri(struct hs20_osu_client *ctx, xml_node_t *node) oma_dm_get_target_locuri() argument 162 xml_node_t *node; add_status() local 187 xml_node_t *node; add_results() local 229 xml_node_t *item, *node; add_item() local 282 xml_node_t *node, *item; oma_dm_add_hs20_generic_alert() local 392 xml_node_t *node; oma_dm_exec_browser() local 426 xml_node_t *node, *getcert; oma_dm_exec_get_cert() local 506 xml_node_t *node, *tnds, *unode, *pps_node; oma_dm_run_add() local 659 xml_node_t *node; oma_dm_add() local 729 xml_node_t *node, *tnds, *unode, *pps_node, *parent; oma_dm_replace() local 919 oma_dm_get_cmdid(struct hs20_osu_client *ctx, xml_node_t *node) oma_dm_get_cmdid() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| H A D | oma_dm_client.c | 99 xml_node_t *node; in oma_dm_add_locuri() local 146 xml_node_t *node; in add_alert() local 78 oma_dm_get_target_locuri(struct hs20_osu_client *ctx, xml_node_t *node) oma_dm_get_target_locuri() argument 162 xml_node_t *node; add_status() local 187 xml_node_t *node; add_results() local 229 xml_node_t *item, *node; add_item() local 282 xml_node_t *node, *item; oma_dm_add_hs20_generic_alert() local 392 xml_node_t *node; oma_dm_exec_browser() local 426 xml_node_t *node, *getcert; oma_dm_exec_get_cert() local 506 xml_node_t *node, *tnds, *unode, *pps_node; oma_dm_run_add() local 659 xml_node_t *node; oma_dm_add() local 729 xml_node_t *node, *tnds, *unode, *pps_node, *parent; oma_dm_replace() local 919 oma_dm_get_cmdid(struct hs20_osu_client *ctx, xml_node_t *node) oma_dm_get_cmdid() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 767 class node { class 770 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) in node() function in r600_sb::node [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | jpeg2000dec.c | 168 static int tag_tree_decode(Jpeg2000DecoderContext *s, Jpeg2000TgtNode *node, in tag_tree_decode() argument [all...] |
| H A D | j2kenc.c | 252 static void tag_tree_code(Jpeg2000EncoderContext *s, Jpeg2000TgtNode *node, int threshold) in tag_tree_code() argument 289 tag_tree_update(Jpeg2000TgtNode *node) tag_tree_update() argument [all...] |
| H A D | qdm2.c | 980 static int process_subpacket_9(QDM2Context *q, QDM2SubPNode *node) in process_subpacket_9() argument 1022 process_subpacket_10(QDM2Context *q, QDM2SubPNode *node) process_subpacket_10() argument 1041 process_subpacket_11(QDM2Context *q, QDM2SubPNode *node) process_subpacket_11() argument 1070 process_subpacket_12(QDM2Context *q, QDM2SubPNode *node) process_subpacket_12() argument [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | fsck.c | 74 struct hard_link_node *node = NULL, *tmp = NULL, *prev = NULL; in add_into_hard_link_list() local 114 struct hard_link_node *node = NULL, *prev = NULL; find_and_dec_hard_link_list() local 2224 struct hard_link_node *tmp, *node; fix_hard_links() local 2633 struct f2fs_node *node; fsck_get_lpf() local 2737 struct f2fs_node *node; fsck_failed_reconnect_file_dnode() local 2770 struct f2fs_node *node; fsck_failed_reconnect_file_idnode() local 2800 struct f2fs_node *node; fsck_failed_reconnect_file_didnode() local 2834 struct f2fs_node *node; fsck_failed_reconnect_file() local 2910 struct f2fs_node *lpf_node, *node; fsck_reconnect_file() local 3184 struct hard_link_node *node = NULL; fsck_verify() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_drawtext.c | 326 struct AVTreeNode *node = NULL; in load_glyph() local
|
| H A D | vf_paletteuse.c | 246 static av_always_inline uint8_t colormap_nearest_recursive(const PaletteUseContext *s, const struct color_node *node, const uint8_t *rgb) in colormap_nearest_recursive() argument 262 struct stack_node *node = &nodes[0]; in colormap_nearest_iterative() local 351 struct cache_node *node = &s->cache[hash]; color_get() local 514 const struct color_node *node = &map[node_id]; disp_node() local 538 disp_tree(const struct color_node *node, const char *fname) disp_tree() argument 714 struct color_node *node; colormap_insert() local [all...] |
| /third_party/curl/lib/ |
| H A D | url.c | 3994 struct Curl_data_prio_node *node = parent->set.priority.children; local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | linkValidate.cpp | 659 visitBinary(TVisit, glslang::TIntermBinary* node) mergeBlockDefinitions() argument 1485 glslang::TIntermAggregate* node = functionSequence[f]->getAsAggregate(); checkCallGraphBodies() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | command_format.cc | 357 void Printer::PrintSuffixComments(const ParseNode* node) { in PrintSuffixComments() argument 430 TraverseBinaryOpNode( const ParseNode* node, std::function<void(const ParseNode*)> callback) TraverseBinaryOpNode() argument 520 const PARSENODE* node = statements[i].get(); SortImports() local 535 SuffixCommentTreeWalk(const ParseNode* node) SuffixCommentTreeWalk() argument [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslGrammar.cpp | 551 bool HlslGrammar::acceptControlDeclaration(TIntermNode*& node) in acceptControlDeclaration() argument 1153 TIntermNode* node = nullptr; acceptAnnotations() local 2856 acceptDefaultParameterDeclaration(const TType& type, TIntermTyped*& node) acceptDefaultParameterDeclaration() argument 3046 acceptExpression(TIntermTyped*& node) acceptExpression() argument 3083 acceptInitializer(TIntermTyped*& node) acceptInitializer() argument 3145 acceptAssignmentExpression(TIntermTyped*& node) acceptAssignmentExpression() argument 3200 acceptConditionalExpression(TIntermTyped*& node) acceptConditionalExpression() argument 3250 acceptBinaryExpression(TIntermTyped*& node, PrecedenceLevel precedenceLevel) acceptBinaryExpression() argument 3294 acceptUnaryExpression(TIntermTyped*& node) acceptUnaryExpression() argument 3383 acceptPostfixExpression(TIntermTyped*& node) acceptPostfixExpression() argument 3514 acceptConstructor(TIntermTyped*& node) acceptConstructor() argument 3551 acceptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) acceptFunctionCall() argument 3631 acceptLiteral(TIntermTyped*& node) acceptLiteral() argument 3879 TIntermTyped* node; acceptAttributes() local 4193 TIntermTyped* node; acceptJumpStatement() local [all...] |