/external/libnfc-nxp/src/ |
phHciNfc_RFReader.c | 43 #ifdef TYPE_B 220 #if defined( TYPE_B ) 223 #endif /* end of #if defined(TYPE_B) */ 332 #if defined( TYPE_B ) && defined ( ENABLE_AUTO_ACTIVATE ) 336 /* end of #ifdef TYPE_B */ 374 #if defined (TYPE_B) 378 /* end of #ifdef TYPE_B */ 403 #endif /* #if !defined(ENABLE_P2P) && !defined(TYPE_B)*/ 408 #ifdef TYPE_B 454 #endif /* #ifdef TYPE_B */ [all...] |
phHciNfc_Pipe.c | 51 #ifdef TYPE_B 85 #ifdef TYPE_B 536 #ifdef TYPE_B 558 /* #ifdef TYPE_B*/ 841 #if defined (TYPE_B) 843 /* #if defined (TYPE_B) */ 857 #elif !defined(TYPE_B) && !defined(TYPE_FELICA) && !defined(TYPE_JEWEL) && !defined(TYPE_ISO15693) && !defined(ENABLE_P2P) 863 #ifdef TYPE_B [all...] |
phHciNfc.c | 565 #ifdef TYPE_B 593 #ifndef TYPE_B 957 #ifdef TYPE_B [all...] |
phHciNfc_RFReaderB.c | 43 #if defined (TYPE_B) [all...] |
phHal4Nfc_ADD.c | 527 case phHal_eISO14443_B_PICC: /*TYPE_B*/ 528 #ifdef TYPE_B [all...] |
phHciNfc_Sequence.c | [all...] |
phHciNfc_Generic.h | 651 #ifdef TYPE_B [all...] |
phHciNfc_Generic.c | 413 #ifdef TYPE_B [all...] |
/external/clang/test/CodeGen/ |
tbaa-class.cpp | 215 // PATH: [[TAG_B_a_f32]] = !{[[TYPE_B:!.*]], [[TYPE_INT]], i64 8} 216 // PATH: [[TYPE_B]] = !{!"_ZTS7StructB", [[TYPE_SHORT]], i64 0, [[TYPE_A]], i64 4, [[TYPE_INT]], i64 20} 217 // PATH: [[TAG_B_a_f16]] = !{[[TYPE_B]], [[TYPE_SHORT]], i64 4} 218 // PATH: [[TAG_B_f32]] = !{[[TYPE_B]], [[TYPE_INT]], i64 20} 219 // PATH: [[TAG_B_a_f32_2]] = !{[[TYPE_B]], [[TYPE_INT]], i64 16} 226 // PATH: [[TYPE_C]] = !{!"_ZTS7StructC", [[TYPE_SHORT]], i64 0, [[TYPE_B]], i64 4, [[TYPE_INT]], i64 28} 228 // PATH: [[TYPE_D]] = !{!"_ZTS7StructD", [[TYPE_SHORT]], i64 0, [[TYPE_B]], i64 4, [[TYPE_INT]], i64 28, [[TYPE_CHAR]], i64 32}
|
tbaa.cpp | 254 // PATH: [[TAG_B_a_f32]] = !{[[TYPE_B:!.*]], [[TYPE_INT]], i64 8} 255 // PATH: [[TYPE_B]] = !{!"_ZTS7StructB", [[TYPE_SHORT]], i64 0, [[TYPE_A]], i64 4, [[TYPE_INT]], i64 20} 256 // PATH: [[TAG_B_a_f16]] = !{[[TYPE_B]], [[TYPE_SHORT]], i64 4} 257 // PATH: [[TAG_B_f32]] = !{[[TYPE_B]], [[TYPE_INT]], i64 20} 258 // PATH: [[TAG_B_a_f32_2]] = !{[[TYPE_B]], [[TYPE_INT]], i64 16} 266 // PATH: [[TYPE_C]] = !{!"_ZTS7StructC", [[TYPE_SHORT]], i64 0, [[TYPE_B]], i64 4, [[TYPE_INT]], i64 28} 268 // PATH: [[TYPE_D]] = !{!"_ZTS7StructD", [[TYPE_SHORT]], i64 0, [[TYPE_B]], i64 4, [[TYPE_INT]], i64 28, [[TYPE_CHAR]], i64 32}
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoframe_private.h | 19 TYPE_B,
|
mixframemanager.c | 604 } else if (frame_type == TYPE_B) { 605 LOG_I( "TYPE_B %"G_GINT64_FORMAT"\n", timestamp);
|
mixvideoformat_h264.c | 1091 frame_type = TYPE_B; [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 170 const glsl_type *type_b = value_b->type; local 178 if (!type_a->is_numeric() || !type_b->is_numeric()) { 190 && !apply_implicit_conversion(type_b, value_a, state)) { 197 type_b = value_b->type; 208 if (type_a->base_type != type_b->base_type) { 222 if (type_a->is_scalar() && type_b->is_scalar()) 231 if (!type_b->is_scalar()) 232 return type_b; 233 } else if (type_b->is_scalar()) { 242 assert(!type_b->is_scalar()) 500 const glsl_type *type_b = value_b->type; local [all...] |
/external/llvm/test/CodeGen/X86/ |
remat-fold-load.ll | 13 %type_a = type { %type_a*, %type_b } 14 %type_b = type { %type_c, i32 }
|
/external/clang/unittests/Format/ |
FormatTestProto.cpp | 74 " TYPE_B = 2;\n"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
addressing_c3x.d | 106 00000054 <Type_B>:
|
addressing_c4x.d | 106 00000054 <Type_B>:
|
addressing.s | 122 Type_B: br start
|
/external/selinux/libsepol/cil/test/unit/ |
test_cil_resolve_ast.c | [all...] |
test_cil_build_ast.c | [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
package.cpp | 76 enum { TYPE_L, TYPE_B, TYPE_LE, TYPE_E, TYPE_COUNT }; 87 type == 'b' ? TYPE_B : 729 ds[TYPE_B]= i==TYPE_B ? NULL : udata_openSwapper(TRUE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode); [all...] |
/external/libnfc-nxp/inc/ |
phNfcConfig.h | 336 #define TYPE_B
|