/external/chromium_org/third_party/webrtc/base/ |
D | macconversion.cc | 54 CFNumberType ntype = CFNumberGetType(cfn); in p_convertCFNumberToInt() local 55 switch (ntype) { in p_convertCFNumberToInt() 58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt() 63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); in p_convertCFNumberToInt() 68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); in p_convertCFNumberToInt() 73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt() 78 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 84 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 90 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() 96 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() [all …]
|
/external/libedit/src/ |
D | keymacro.c | 191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_add() argument 199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) { in keymacro_add() 210 (void) node__try(el, el->el_keymacro.map, key, val, ntype); in keymacro_add() 319 keymacro_value_t *val, int ntype) in node__try() argument 354 switch (ptr->type = ntype) { in node__try() 364 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in node__try() 371 (void) node__try(el, ptr->next, str, val, ntype); in node__try() 586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_kprint() argument 593 switch (ntype) { in keymacro_kprint() 598 ntype == XK_STR ? "\"\"" : "[]"); in keymacro_kprint() [all …]
|
D | map.c | 1247 int ntype, rem; in map_bind() local 1261 ntype = XK_CMD; in map_bind() 1271 ntype = XK_STR; in map_bind() 1275 ntype = XK_EXE; in map_bind() 1348 switch (ntype) { in map_bind() 1357 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype); in map_bind() 1359 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind() 1371 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind() 1374 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind() 1385 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype)); in map_bind()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 177 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() argument 207 if (ntype == TYPE_INODE && in sanity_check_nid() 214 if (ntype != TYPE_INODE && in sanity_check_nid() 229 if (ntype == TYPE_XATTR) { in sanity_check_nid() 239 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) || in sanity_check_nid() 240 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) { in sanity_check_nid() 297 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() argument 306 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni)) in fsck_chk_node_blk() 309 if (ntype == TYPE_INODE) { in fsck_chk_node_blk() 314 switch (ntype) { in fsck_chk_node_blk() [all …]
|
D | dump.c | 138 static void dump_node_blk(struct f2fs_sb_info *sbi, int ntype, in dump_node_blk() argument 146 switch (ntype) { in dump_node_blk() 171 switch (ntype) { in dump_node_blk()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1452 unsigned format, swap, ntype, endian; in si_cb() local 1531 ntype = V_028C70_NUMBER_FLOAT; in si_cb() 1533 ntype = V_028C70_NUMBER_UNORM; in si_cb() 1535 ntype = V_028C70_NUMBER_SRGB; in si_cb() 1538 ntype = V_028C70_NUMBER_SNORM; in si_cb() 1540 ntype = V_028C70_NUMBER_SINT; in si_cb() 1543 ntype = V_028C70_NUMBER_UNORM; in si_cb() 1545 ntype = V_028C70_NUMBER_UINT; in si_cb() 1558 if (ntype == V_028C70_NUMBER_UNORM || in si_cb() 1559 ntype == V_028C70_NUMBER_SNORM || in si_cb() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1452 unsigned format, swap, ntype, endian; in si_cb() local 1531 ntype = V_028C70_NUMBER_FLOAT; in si_cb() 1533 ntype = V_028C70_NUMBER_UNORM; in si_cb() 1535 ntype = V_028C70_NUMBER_SRGB; in si_cb() 1538 ntype = V_028C70_NUMBER_SNORM; in si_cb() 1540 ntype = V_028C70_NUMBER_SINT; in si_cb() 1543 ntype = V_028C70_NUMBER_UNORM; in si_cb() 1545 ntype = V_028C70_NUMBER_UINT; in si_cb() 1558 if (ntype == V_028C70_NUMBER_UNORM || in si_cb() 1559 ntype == V_028C70_NUMBER_SNORM || in si_cb() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 627 short ntype = n.getNodeType(); in getNamespaceOfNode() local 629 if (Node.ATTRIBUTE_NODE != ntype) in getNamespaceOfNode() 654 if (Node.ATTRIBUTE_NODE == ntype) in getNamespaceOfNode() 793 if (Node.ATTRIBUTE_NODE != ntype) in getNamespaceOfNode()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_state.c | 1263 unsigned format, swap, ntype, endian; in r600_init_color_surface() local 1310 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface() 1312 ntype = V_0280A0_NUMBER_SRGB; in r600_init_color_surface() 1315 ntype = V_0280A0_NUMBER_SNORM; in r600_init_color_surface() 1317 ntype = V_0280A0_NUMBER_SINT; in r600_init_color_surface() 1320 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface() 1322 ntype = V_0280A0_NUMBER_UINT; in r600_init_color_surface() 1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT || in r600_init_color_surface() 1346 surf->alphatest_bypass = ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT; in r600_init_color_surface() 1352 S_0280A0_NUMBER_TYPE(ntype) | in r600_init_color_surface() [all …]
|
D | evergreen_state.c | 1248 unsigned format, swap, ntype, endian; in evergreen_init_color_surface() local 1329 ntype = V_028C70_NUMBER_UNORM; in evergreen_init_color_surface() 1331 ntype = V_028C70_NUMBER_SRGB; in evergreen_init_color_surface() 1334 ntype = V_028C70_NUMBER_SNORM; in evergreen_init_color_surface() 1336 ntype = V_028C70_NUMBER_SINT; in evergreen_init_color_surface() 1339 ntype = V_028C70_NUMBER_UNORM; in evergreen_init_color_surface() 1341 ntype = V_028C70_NUMBER_UINT; in evergreen_init_color_surface() 1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM || in evergreen_init_color_surface() 1358 ntype == V_028C70_NUMBER_SRGB) in evergreen_init_color_surface() 1363 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in evergreen_init_color_surface() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 1263 unsigned format, swap, ntype, endian; in r600_init_color_surface() local 1310 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface() 1312 ntype = V_0280A0_NUMBER_SRGB; in r600_init_color_surface() 1315 ntype = V_0280A0_NUMBER_SNORM; in r600_init_color_surface() 1317 ntype = V_0280A0_NUMBER_SINT; in r600_init_color_surface() 1320 ntype = V_0280A0_NUMBER_UNORM; in r600_init_color_surface() 1322 ntype = V_0280A0_NUMBER_UINT; in r600_init_color_surface() 1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT || in r600_init_color_surface() 1346 surf->alphatest_bypass = ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT; in r600_init_color_surface() 1352 S_0280A0_NUMBER_TYPE(ntype) | in r600_init_color_surface() [all …]
|
D | evergreen_state.c | 1248 unsigned format, swap, ntype, endian; in evergreen_init_color_surface() local 1329 ntype = V_028C70_NUMBER_UNORM; in evergreen_init_color_surface() 1331 ntype = V_028C70_NUMBER_SRGB; in evergreen_init_color_surface() 1334 ntype = V_028C70_NUMBER_SNORM; in evergreen_init_color_surface() 1336 ntype = V_028C70_NUMBER_SINT; in evergreen_init_color_surface() 1339 ntype = V_028C70_NUMBER_UNORM; in evergreen_init_color_surface() 1341 ntype = V_028C70_NUMBER_UINT; in evergreen_init_color_surface() 1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM || in evergreen_init_color_surface() 1358 ntype == V_028C70_NUMBER_SRGB) in evergreen_init_color_surface() 1363 if (ntype == V_028C70_NUMBER_UINT || ntype == V_028C70_NUMBER_SINT || in evergreen_init_color_surface() [all …]
|
/external/tcpdump/ |
D | print-decnet.c | 314 int ntype = info & 3; in print_t_info() local 315 switch (ntype) { in print_t_info() 390 int ntype = info & II_TYPEMASK; in print_i_info() local 391 switch (ntype) { in print_i_info()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | port_unittest.cc | 374 void TestLocalToStun(NATType ntype) { in TestLocalToStun() argument 376 nat_server2_.reset(CreateNatServer(kNatAddr2, ntype)); in TestLocalToStun() 378 TestConnectivity("udp", port1, StunName(ntype), port2, in TestLocalToStun() 379 ntype == NAT_OPEN_CONE, true, in TestLocalToStun() 380 ntype != NAT_SYMMETRIC, true); in TestLocalToStun() 388 void TestStunToLocal(NATType ntype) { in TestStunToLocal() argument 389 nat_server1_.reset(CreateNatServer(kNatAddr1, ntype)); in TestStunToLocal() 392 TestConnectivity(StunName(ntype), port1, "udp", port2, in TestStunToLocal() 393 true, ntype != NAT_SYMMETRIC, true, true); in TestStunToLocal() 405 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) { in TestStunToRelay() argument [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 1215 int ntype=n.getNodeType(); in logicalNextDOMTextNode() local 1216 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype) in logicalNextDOMTextNode()
|
/external/chromium_org/ppapi/generators/ |
D | idl_c_proto.py | 374 ntype, mode = self.GetRootTypeMode(node, release, mode) 375 out = CGen.TypeMap[ntype][mode] % name
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | PyrexTypes.py | 3681 def real_type(ntype): argument 3682 if ntype.is_complex: 3683 return ntype.real_type 3684 return ntype
|