HomeSort by relevance Sort by last modified time
    Searched refs:ntype (Results 1 - 25 of 46) sorted by null

1 2

  /external/webrtc/webrtc/base/
macconversion.cc 54 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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 166 if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\
167 else (*(fpTrans[(p)->ntype]))( p );}
170 (*(fpPrint[(p)->ntype]))( p );}
173 (a) = (*(fpReach[(p)->ntype]))( p, k, rk );}
179 else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );}
183 *** (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );}
191 NodeType ntype; member in class:Node
198 NodeType ntype; member in struct:_node
210 NodeType ntype; member in struct:ActionNode::_anode
245 NodeType ntype; member in struct:TokNode::_toknode
289 NodeType ntype; member in struct:RuleRefNode::_rrnode
322 NodeType ntype; member in struct:Junction::_junct
    [all...]
dumpnode.c 42 if ( p->ntype == nJunction &&
173 switch (p->ntype) {
210 if (j->p2->ntype == nJunction) {
269 if (p->ntype == nJunction) {
287 if (p->ntype == nJunction) {
306 if (p->ntype == nRuleRef) {
308 } else if (p->ntype == nAction) {
310 } else if (p->ntype == nToken) {
334 if (next->ntype == nJunction) {
359 if (next->ntype == nJunction) {
    [all...]
misc.c 366 require(p->ntype>=1 && p->ntype<=NumNodeTypes, "Remap...: invalid diagram node");
367 switch ( p->ntype )
1019 if ( p->ntype==nAction )
1024 if ( p->ntype!=nJunction )
1054 require(q->ntype==nJunction, "pJunc: not junction");
1062 if ( q->end->p1 != NULL && ((Junction *)q->end->p1)->ntype==nJunction &&
1179 require(p->ntype==nRuleRef, "pRuleRef: not rule ref node");
    [all...]
build.c 66 if ( p->ntype == nRuleRef )
70 else if ( p->ntype == nJunction )
553 if ( p->p1->ntype == nJunction &&
658 p->ntype = nToken;
692 p->ntype = nRuleRef;
729 p->ntype = nJunction;
767 p->ntype = nAction;
mrhoist.c 523 switch (n->ntype) {
543 if (next->ntype == nJunction &&
861 require(j->ntype==nJunction, "MR_First: non junction passed");
1092 if (thisAlt->p1->ntype == nJunction) {
    [all...]
fset.c 123 require(p->ntype==nJunction, "rJunc: not junction");
308 require(p->ntype==nRuleRef, "rRuleRef: not rule ref");
382 require(p->ntype==nToken, "rToken: not token node");
443 require(p->ntype==nAction, "rJunc: not action");
943 require(block->ntype==nJunction, "invalid block");
    [all...]
antlr.g 395 /* MR10 */ if ( GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) )
398 /* MR10 */ if ( !GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) && GenAST) {
406 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
    [all...]
gen.c     [all...]
  /external/one-true-awk/
parse.c 46 a->ntype = NSTAT;
101 x->ntype = NSTAT;
110 x->ntype = NSTAT;
119 x->ntype = NSTAT;
128 x->ntype = NSTAT;
137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
175 x->ntype = NVALUE
    [all...]
awk.h 141 int ntype; member in struct:Node
190 #define isvalue(n) ((n)->ntype == NVALUE)
191 #define isexpr(n) ((n)->ntype == NEXPR)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 300 NameType ntype = match.type; local
314 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT)
317 ntype = NameType.SHORT_GENERIC;
319 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 298 NameType ntype = match.type; local
312 && (ntype == NameType.SHORT_STANDARD || ntype == NameType.SHORT_DAYLIGHT)
315 ntype = NameType.SHORT_GENERIC;
317 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
  /external/python/cpython2/Lib/test/
test_int.py 56 ntype = None variable in class:IntLongCommonTests
59 self.assertEqual(self.ntype(), 0)
63 self.assertEqual(self.ntype(x=1.2), 1)
64 self.assertEqual(self.ntype('100', base=2), 4)
65 self.assertEqual(self.ntype(x='100', base=2), 4)
66 self.assertRaises(TypeError, self.ntype, base=10)
67 self.assertRaises(TypeError, self.ntype, base=0)
71 ntype = int variable in class:IntTestCases
  /external/mesa3d/src/amd/vulkan/
radv_formats.c 398 unsigned ntype; local
400 ntype = V_028C70_NUMBER_FLOAT;
402 ntype = V_028C70_NUMBER_UNORM;
404 ntype = V_028C70_NUMBER_SRGB;
407 ntype = V_028C70_NUMBER_SINT;
409 ntype = V_028C70_NUMBER_SNORM;
411 ntype = ~0u;
414 ntype = V_028C70_NUMBER_UINT;
416 ntype = V_028C70_NUMBER_UNORM;
418 ntype = ~0u
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 1563 int ntype = TYPE(CHILD(tree, 0)); local
1598 int ntype; local
1954 int ntype = TYPE(CHILD(tree, 0)); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 1534 int ntype = TYPE(CHILD(tree, 0)); local
1569 int ntype; local
1925 int ntype = TYPE(CHILD(tree, 0)); local
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 1605 int ntype = TYPE(CHILD(tree, 0)); local
1640 int ntype; local
1996 int ntype = TYPE(CHILD(tree, 0)); local
    [all...]
  /external/f2fs-tools/fsck/
fsck.c 379 enum FILE_TYPE ftype, enum NODE_TYPE ntype,
409 if (ntype == TYPE_INODE &&
421 if (ntype != TYPE_INODE &&
436 if (ntype == TYPE_XATTR) {
446 if ((ntype == TYPE_INODE && ftype == F2FS_FT_DIR) ||
447 (ntype == TYPE_XATTR && ftype == F2FS_FT_XATTR)) {
460 if (ntype == TYPE_INODE &&
519 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype,
528 if (sanity_check_nid(sbi, nid, node_blk, ftype, ntype, &ni))
531 if (ntype == TYPE_INODE)
658 enum NODE_TYPE ntype; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 627 short ntype = n.getNodeType(); local
629 if (Node.ATTRIBUTE_NODE != ntype)
654 if (Node.ATTRIBUTE_NODE == ntype)
793 if (Node.ATTRIBUTE_NODE != ntype)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 68 #define NTYPE(node) ((node)->u.base.type)
69 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype)
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1024 unsigned ntype; member in struct:r600_tex_color_info
1038 unsigned format, swap, ntype, endian; local
1110 unsigned format, swap, ntype, endian; local
    [all...]
r600_state.c 816 unsigned format, swap, ntype, endian; local
859 ntype = V_0280A0_NUMBER_UNORM;
861 ntype = V_0280A0_NUMBER_SRGB;
864 ntype = V_0280A0_NUMBER_SNORM;
866 ntype = V_0280A0_NUMBER_SINT;
869 ntype = V_0280A0_NUMBER_UNORM;
871 ntype = V_0280A0_NUMBER_UINT;
873 ntype = V_0280A0_NUMBER_FLOAT;
889 if (ntype == V_0280A0_NUMBER_UNORM || ntype == V_0280A0_NUMBER_SNORM |
    [all...]
  /external/u-boot/drivers/mtd/ubi/
build.c 176 * @ntype: notification type to send (%UBI_VOLUME_ADDED, etc)
182 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype)
190 switch (ntype) {
200 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt);
206 * @ntype: notification type to send (%UBI_VOLUME_ADDED, etc)
209 * This function walks all volumes of UBI device @ubi and sends the @ntype
214 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb)
237 nb->notifier_call(nb, ntype, &nt);
239 ret = blocking_notifier_call_chain(&ubi_notifiers, ntype,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 2351 unsigned format, swap, ntype, endian; local
    [all...]

Completed in 1135 milliseconds

1 2