Searched defs:ntype (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dmacconversion.cc54 CFNumberType ntype = CFNumberGetType(cfn); local
55 switch (ntype) {
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
78 converted = CFNumberGetValue(cfn, ntype,
84 converted = CFNumberGetValue(cfn, ntype,
90 converted = CFNumberGetValue(cfn, ntype,
96 converted = CFNumberGetValue(cfn, ntype,
[all...]
/external/f2fs-tools/fsck/
H A Ddump.c138 static void dump_node_blk(struct f2fs_sb_info *sbi, int ntype, argument
146 switch (ntype) {
171 switch (ntype) {
H A Dfsck.c177 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
207 if (ntype == TYPE_INODE &&
214 if (ntype != TYPE_INODE &&
229 if (ntype == TYPE_XATTR) {
239 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
240 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
297 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
306 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
309 if (ntype == TYPE_INODE) {
314 switch (ntype) {
175 sanity_check_nid(struct f2fs_sb_info *sbi, u32 nid, struct f2fs_node *node_blk, enum FILE_TYPE ftype, enum NODE_TYPE ntype, struct node_info *ni) argument
296 fsck_chk_node_blk(struct f2fs_sb_info *sbi, struct f2fs_inode *inode, u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, u32 *blk_cnt) argument
345 enum NODE_TYPE ntype; local
[all...]
/external/libedit/src/
H A Dkeymacro.c191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
210 (void) node__try(el, el->el_keymacro.map, key, val, ntype);
319 keymacro_value_t *val, int ntype)
354 switch (ptr->type = ntype) {
364 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
371 (void) node__try(el, ptr->next, str, val, ntype);
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) argument
593 switch (ntype) {
598 ntype
318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, keymacro_value_t *val, int ntype) argument
[all...]
H A Dmap.c1247 int ntype, rem; local
1261 ntype = XK_CMD;
1271 ntype = XK_STR;
1275 ntype = XK_EXE;
1348 switch (ntype) {
1357 terminal_set_arrow(el, in, keymacro_map_str(el, out), ntype);
1359 keymacro_add(el, in, keymacro_map_str(el, out), ntype);
1371 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype);
1374 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype);
1385 EL_ABORT((el->el_errfile, "Bad XK_ type %d\n", ntype));
[all...]
/external/tcpdump/
H A Dprint-decnet.c314 int ntype = info & 3; local
315 switch (ntype) {
316 case 0: (void)printf("reserved-ntype? "); break;
390 int ntype = info & II_TYPEMASK; local
391 switch (ntype) {
392 case 0: (void)printf("reserved-ntype? "); break;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc374 void TestLocalToStun(NATType ntype) { argument
376 nat_server2_.reset(CreateNatServer(kNatAddr2, ntype));
378 TestConnectivity("udp", port1, StunName(ntype), port2,
379 ntype == NAT_OPEN_CONE, true,
380 ntype != NAT_SYMMETRIC, true);
388 void TestStunToLocal(NATType ntype) { argument
389 nat_server1_.reset(CreateNatServer(kNatAddr1, ntype));
392 TestConnectivity(StunName(ntype), port1, "udp", port2,
393 true, ntype != NAT_SYMMETRIC, true, true);
405 void TestStunToRelay(NATType ntype, RelayTyp
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1248 unsigned format, swap, ntype, endian; local
1329 ntype = V_028C70_NUMBER_UNORM;
1331 ntype = V_028C70_NUMBER_SRGB;
1334 ntype = V_028C70_NUMBER_SNORM;
1336 ntype = V_028C70_NUMBER_SINT;
1339 ntype = V_028C70_NUMBER_UNORM;
1341 ntype = V_028C70_NUMBER_UINT;
1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM ||
1358 ntype
[all...]
H A Dr600_state.c1263 unsigned format, swap, ntype, endian; local
1310 ntype = V_0280A0_NUMBER_UNORM;
1312 ntype = V_0280A0_NUMBER_SRGB;
1315 ntype = V_0280A0_NUMBER_SNORM;
1317 ntype = V_0280A0_NUMBER_SINT;
1320 ntype = V_0280A0_NUMBER_UNORM;
1322 ntype = V_0280A0_NUMBER_UINT;
1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT ||
1346 surf->alphatest_bypass = ntype
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c1452 unsigned format, swap, ntype, endian; local
1531 ntype = V_028C70_NUMBER_FLOAT;
1533 ntype = V_028C70_NUMBER_UNORM;
1535 ntype = V_028C70_NUMBER_SRGB;
1538 ntype = V_028C70_NUMBER_SNORM;
1540 ntype = V_028C70_NUMBER_SINT;
1543 ntype = V_028C70_NUMBER_UNORM;
1545 ntype = V_028C70_NUMBER_UINT;
1558 if (ntype == V_028C70_NUMBER_UNORM ||
1559 ntype
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1248 unsigned format, swap, ntype, endian; local
1329 ntype = V_028C70_NUMBER_UNORM;
1331 ntype = V_028C70_NUMBER_SRGB;
1334 ntype = V_028C70_NUMBER_SNORM;
1336 ntype = V_028C70_NUMBER_SINT;
1339 ntype = V_028C70_NUMBER_UNORM;
1341 ntype = V_028C70_NUMBER_UINT;
1357 if (ntype == V_028C70_NUMBER_UNORM || ntype == V_028C70_NUMBER_SNORM ||
1358 ntype
[all...]
H A Dr600_state.c1263 unsigned format, swap, ntype, endian; local
1310 ntype = V_0280A0_NUMBER_UNORM;
1312 ntype = V_0280A0_NUMBER_SRGB;
1315 ntype = V_0280A0_NUMBER_SNORM;
1317 ntype = V_0280A0_NUMBER_SINT;
1320 ntype = V_0280A0_NUMBER_UNORM;
1322 ntype = V_0280A0_NUMBER_UINT;
1339 if (ntype == V_0280A0_NUMBER_UINT || ntype == V_0280A0_NUMBER_SINT ||
1346 surf->alphatest_bypass = ntype
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1452 unsigned format, swap, ntype, endian; local
1531 ntype = V_028C70_NUMBER_FLOAT;
1533 ntype = V_028C70_NUMBER_UNORM;
1535 ntype = V_028C70_NUMBER_SRGB;
1538 ntype = V_028C70_NUMBER_SNORM;
1540 ntype = V_028C70_NUMBER_SINT;
1543 ntype = V_028C70_NUMBER_UNORM;
1545 ntype = V_028C70_NUMBER_UINT;
1558 if (ntype == V_028C70_NUMBER_UNORM ||
1559 ntype
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3162 milliseconds