/third_party/eudev/src/cdrom_id/ |
H A D | cdrom_id.c | 865 const char *node = NULL; in main() local
|
/third_party/f2fs-tools/fsck/ |
H A D | dict.c | 135 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() argument 233 verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) verify_dict_has_node() argument 542 dict_insert(dict_t *dict, dnode_t *node, const void *key) dict_insert() argument 815 dnode_t *node = dict->allocnode(dict->context); dict_alloc_insert() local 826 dict_delete_free(dict_t *dict, dnode_t *node) dict_delete_free() argument 942 dict_contains(dict_t *dict, dnode_t *node) dict_contains() argument 952 dnode_free(dnode_t *node, void *UNUSED(context)) dnode_free() argument 1011 dnode_t *node = dict_first(dict), *next; dict_process() local [all...] |
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 557 __u32 f2fs_inode_chksum(struct f2fs_node *node) in f2fs_inode_chksum() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | 4xm.c | 694 int node, len = 0, bits = 0; in read_huffman_tables() local
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 105 check_clus_chain(struct exfat_de_iter *de_iter, struct exfat_inode *node) check_clus_chain() argument 243 root_check_clus_chain(struct exfat *exfat, struct exfat_inode *node, clus_t *clus_count) root_check_clus_chain() argument 589 check_inode(struct exfat_de_iter *iter, struct exfat_inode *node) check_inode() argument 816 struct exfat_inode *node = NULL; read_file_dentry_set() local 938 struct exfat_inode *node; read_file() local 1119 struct exfat_inode *node = NULL; read_children() local [all...] |
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 301 struct exfat_inode *node = NULL; in read_file_dentry_set() local 348 struct exfat_inode *node; in read_file() local 427 struct exfat_inode *node = NULL; read_children() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showwaves.c | 141 struct frame_node *node = showwaves->audio_frames; in uninit() local 579 struct frame_node *node; in push_single_pic() local [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 98 snd_config_compound_add(snd_config_t *father, const char *id, int join, snd_config_t **node) snd_config_compound_add() argument
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 1285 xmlNode *node = NULL; in pixma_parse_xml_response() local [all...] |
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 564 struct ssp_intel_node_ctl *node; in ssp_calculate_intern_ext() local
|
/third_party/gn/src/gn/ |
H A D | parse_tree.cc | 75 bool IsSortRangeSeparator(const ParseNode* node, const ParseNode* prev) { in IsSortRangeSeparator() argument 85 std::string_view GetStringRepresentation(const ParseNode* node) { in GetStringRepresentation() argument 116 GetCommentsFromJSON(ParseNode* node, const base::Value& value) GetCommentsFromJSON() argument 938 const ParseNode* node = contents_[i].get(); SortList() local 974 const ParseNode* node = contents_[i].get(); SortList() local [all...] |
H A D | xcode_writer.cc | 168 FindApplicationTargetByName( const ParseNode* node, const std::string& target_name, const std::map<const Target*, PBXNativeTarget*>& targets, Err* err) FindApplicationTargetByName() argument
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 237 getWeight16Before(int index, long node, int level) getWeight16Before() argument 724 insertNodeBetween(int index, int nextIndex, long node) insertNodeBetween() argument 1455 weight32FromNode(long node) weight32FromNode() argument 1458 weight16FromNode(long node) weight16FromNode() argument 1461 previousIndexFromNode(long node) previousIndexFromNode() argument 1464 nextIndexFromNode(long node) nextIndexFromNode() argument 1467 strengthFromNode(long node) strengthFromNode() argument 1471 nodeHasBefore2(long node) nodeHasBefore2() argument 1474 nodeHasBefore3(long node) nodeHasBefore3() argument 1477 nodeHasAnyBefore(long node) nodeHasAnyBefore() argument 1480 isTailoredNode(long node) isTailoredNode() argument 1484 changeNodePreviousIndex(long node, int previous) changeNodePreviousIndex() argument 1487 changeNodeNextIndex(long node, int next) changeNodeNextIndex() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 389 addRuleRootNodes(UVector *dest, RBBINode *node) addRuleRootNodes() argument 432 RBBINode *node = static_cast<RBBINode *>(ruleRootNodes.elementAt(j)); calcChainedFollowPos() local 731 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); mapLookAheadRules() local 762 RBBINode *node = static_cast<RBBINode *>(sd->fPositions->elementAt(ipos)); mapLookAheadRules() local [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 229 int vfs_nfs_reclaim(struct Vnode *node) in vfs_nfs_reclaim() argument 902 int vfs_nfs_stat(struct Vnode *node, struct stat *buf) in vfs_nfs_stat() argument 927 vfs_nfs_opendir(struct Vnode *node, struct fs_dirent_s *dir) vfs_nfs_opendir() argument 966 vfs_nfs_readdir(struct Vnode *node, struct fs_dirent_s *dir) vfs_nfs_readdir() argument 1570 struct Vnode *node = filep->f_vnode; vfs_nfs_write() local 1773 vfs_nfs_writepage(struct Vnode *node, char *buffer, off_t pos, size_t buflen) vfs_nfs_writepage() argument 1979 struct Vnode *node = filep->f_vnode; vfs_nfs_seek() local 2047 vfs_nfs_readpage(struct Vnode *node, char *buffer, off_t pos) vfs_nfs_readpage() argument 2209 struct Vnode *node = filep->f_vnode; vfs_nfs_read() local 2662 vfs_nfs_close(struct Vnode *node) vfs_nfs_close() argument 2682 struct Vnode *node = (struct Vnode *)filep->f_vnode; vfs_nfs_close_file() local 2686 vfs_nfs_closedir(struct Vnode *node, struct fs_dirent_s *dir) vfs_nfs_closedir() argument 2923 vfs_nfs_rewinddir(struct Vnode *node, struct fs_dirent_s *dir) vfs_nfs_rewinddir() argument 2949 vfs_nfs_truncate(struct Vnode *node, off_t length) vfs_nfs_truncate() argument 3086 struct Vnode *node = filep->f_vnode; vfs_nfs_open() local [all...] |
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.c | 359 LOS_DL_LIST *node; in tmpfs_find_dirent() local 1504 LOS_DL_LIST *node = tdo->tdo_entry.pstNext; tmpfs_closedir() local 1542 LOS_DL_LIST *node; tmpfs_readdir() local 1907 tmpfs_unlink(struct Vnode *parent, struct Vnode *node, const char *relpath) tmpfs_unlink() argument [all...] |
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 453 static String getAttr(Node node, String attrName) { in getAttr() argument 879 nodeToSet(Node node) nodeToSet() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 440 test(DistanceTable node) test() argument 459 test(DistanceTable node) test() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 820 private void parseResourceString(Node node, ResourceString[] set){ in parseResourceString() argument 855 parseResourceInt(Node node, ResourceInt[] set) parseResourceInt() argument 889 parseResourceAlias(Node node, ResourceAlias[] set) parseResourceAlias() argument 922 parseResourceBinary(Node node, ResourceBinary[] set) parseResourceBinary() argument 965 parseTransUnit(Node node, Resource[] set) parseTransUnit() argument 996 parseBinUnit(Node node, Resource[] set) parseBinUnit() argument 1033 parseArray(Node node, Resource[] set) parseArray() argument 1089 parseIntVector(Node node, Resource[] set) parseIntVector() argument 1131 parseTable(Node node, Resource[] set) parseTable() argument 1212 parseGroup(Node node, Resource[] set) parseGroup() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 440 test(DistanceTable node) test() argument 459 test(DistanceTable node) test() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | 241 getWeight16Before(int index, long node, int level) getWeight16Before() argument 728 insertNodeBetween(int index, int nextIndex, long node) insertNodeBetween() argument 1459 weight32FromNode(long node) weight32FromNode() argument 1462 weight16FromNode(long node) weight16FromNode() argument 1465 previousIndexFromNode(long node) previousIndexFromNode() argument 1468 nextIndexFromNode(long node) nextIndexFromNode() argument 1471 strengthFromNode(long node) strengthFromNode() argument 1475 nodeHasBefore2(long node) nodeHasBefore2() argument 1478 nodeHasBefore3(long node) nodeHasBefore3() argument 1481 nodeHasAnyBefore(long node) nodeHasAnyBefore() argument 1484 isTailoredNode(long node) isTailoredNode() argument 1488 changeNodePreviousIndex(long node, int previous) changeNodePreviousIndex() argument 1491 changeNodeNextIndex(long node, int next) changeNodeNextIndex() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 326 int64_t node = nodes.elementAti(index); in addReset() local 441 getWeight16Before(int32_t index, int64_t node, int32_t level) getWeight16Before() argument 503 int64_t node = nodes.elementAti(index); getSpecialResetPosition() local 522 int64_t node = nodes.elementAti(index); getSpecialResetPosition() local 587 int64_t node = nodes.elementAti(index); getSpecialResetPosition() local 840 int64_t node = nodes[rootPrimaryIndexes[i]]; binarySearchForRootPrimaryNode() local 889 int64_t node = nodes.elementAti(index); findOrInsertWeakNode() local 956 int64_t node = nodes.elementAti(index); insertTailoredNodeAfter() local 969 insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, UErrorCode &errorCode) insertNodeBetween() argument 994 int64_t node = nodes.elementAti(index); findCommonNode() local 1403 int64_t node = nodesArray[i]; makeTailoredCEs() local 1572 int64_t node = nodesArray[i]; countTailoredNodes() local [all...] |
H A D | plurrule.cpp | 1556 RuleChain *node = header; in PluralKeywordEnumeration() local
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 1590 static void ConvertToLongNames(const UString &prefix, NWildcard::CCensorNode &node)
in ConvertToLongNames() argument [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | x509.h | 304 mbedtls_x509_subject_alternative_name node; member
|