HomeSort by relevance Sort by last modified time
    Searched full:type_b (Results 1 - 11 of 11) sorted by null

  /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 530 case phHal_eISO14443_B_PICC: /*TYPE_B*/
531 #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/mesa3d/src/glsl/
ast_to_hir.cpp 159 const glsl_type *type_b = value_b->type; local
167 if (!type_a->is_numeric() || !type_b->is_numeric()) {
179 && !apply_implicit_conversion(type_b, value_a, state)) {
186 type_b = value_b->type;
197 if (type_a->base_type != type_b->base_type) {
211 if (type_a->is_scalar() && type_b->is_scalar())
220 if (!type_b->is_scalar())
221 return type_b;
222 } else if (type_b->is_scalar()) {
231 assert(!type_b->is_scalar())
474 const glsl_type *type_b = value_b->type; local
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 78 enum { TYPE_L, TYPE_B, TYPE_LE, TYPE_E, TYPE_COUNT };
89 type == 'b' ? TYPE_B :
687 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

Completed in 9274 milliseconds