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

/external/f2fs-tools/fsck/
H A Ddump.c139 static void dump_node_blk(struct f2fs_sb_info *sbi, int ntype, argument
147 switch (ntype) {
172 switch (ntype) {
H A Dfsck.c194 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
224 if (ntype == TYPE_INODE &&
231 if (ntype != TYPE_INODE &&
246 if (ntype == TYPE_XATTR) {
256 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
257 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
314 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
323 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
326 if (ntype == TYPE_INODE) {
329 switch (ntype) {
192 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
313 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
366 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/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp1692 UTimeZoneNameType ntype = match->type; local
1706 && (ntype == UTZNM_SHORT_STANDARD || ntype == UTZNM_SHORT_DAYLIGHT)
1709 ntype = UTZNM_SHORT_GENERIC;
1721 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status);
/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 762 milliseconds