Home
last modified time | relevance | path

Searched defs:ntype (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_int.py56 ntype = None variable in IntLongCommonTests
71 ntype = int variable in IntTestCases
Dtest_long.py90 ntype = long variable in LongTest
/external/webrtc/webrtc/base/
Dmacconversion.cc54 CFNumberType ntype = CFNumberGetType(cfn); in p_convertCFNumberToInt() local
/external/u-boot/drivers/mtd/ubi/
Dbuild.c182 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify()
214 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java298 NameType ntype = match.type; in handlePrefixMatch() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTZDBTimeZoneNames.java300 NameType ntype = match.type; in handlePrefixMatch() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java627 short ntype = n.getNodeType(); in getNamespaceOfNode() local
/external/python/cpython2/Modules/
Dparsermodule.c1072 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list()
1605 int ntype = TYPE(CHILD(tree, 0)); in validate_small_stmt() local
1640 int ntype; in validate_compound_stmt() local
1996 int ntype = TYPE(CHILD(tree, 0)); in validate_import_stmt() local
/external/f2fs-tools/fsck/
Dfsck.c379 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid()
519 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk()
658 enum NODE_TYPE ntype; in fsck_chk_inode_blk() local
Ddump.c250 static void dump_node_blk(struct f2fs_sb_info *sbi, int ntype, in dump_node_blk()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c398 unsigned ntype; in radv_translate_color_numformat() local
Dradv_pipeline.c300 unsigned format, ntype, swap; in si_choose_spi_color_format() local
Dradv_device.c3090 unsigned ntype, format, swap, endian; in radv_initialise_color_surface() local
/external/one-true-awk/
Dawk.h141 int ntype; member
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1215 int ntype=n.getNodeType(); in logicalNextDOMTextNode() local
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc391 void TestLocalToStun(NATType ntype) { in TestLocalToStun()
409 void TestStunToLocal(NATType ntype) { in TestStunToLocal()
430 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) { in TestStunToRelay()
/external/tcpdump/
Dprint-decnet.c752 int ntype = info & 3; in print_t_info() local
831 int ntype = info & II_TYPEMASK; in print_i_info() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2231 unsigned ntype, bool is_depth) in si_choose_spi_color_formats()
2351 unsigned format, swap, ntype, endian; in si_initialize_color_surface() local
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c1024 unsigned ntype; member
1038 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_buffer() local
1110 unsigned format, swap, ntype, endian; in evergreen_set_color_surface_common() local
Dr600_state.c816 unsigned format, swap, ntype, endian; in r600_init_color_surface() local
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp1966 UTimeZoneNameType ntype = match->type; in handleMatch() local
/external/v8/src/wasm/
Dwasm-interpreter.cc2508 #define SIGN_EXTENSION_CASE(name, wtype, ntype) \ in Execute() argument