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

  /hardware/qcom/gps/msm8084/core/
LocApiBase.cpp 64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 63 const char addr_prefix = 0x91; local
68 if (data[0] != addr_prefix)
70 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/core/
LocApiBase.cpp 64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/msm8909/core/
LocApiBase.cpp 64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/msm8909w_3100/core/
LocApiBase.cpp 65 const char addr_prefix = 0x91; local
70 if (data[0] != addr_prefix)
72 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/msm8994/core/
LocApiBase.cpp 64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/msm8996/core/
LocApiBase.cpp 64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /hardware/qcom/gps/msm8998/core/
LocApiBase.cpp 64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 894 if (!i.prefix[ADDR_PREFIX])
900 else if (!i.prefix[ADDR_PREFIX] ^ (flag_code == CODE_16BIT))
tc-i386.c 59 The preferred prefix order is SEG_PREFIX, ADDR_PREFIX, DATA_PREFIX,
63 #define ADDR_PREFIX 2
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ChangeLog-2007 1017 (addr_prefix): Likewise.
1041 repz_prefix, repnz_prefix, lock_prefix, addr_prefix and
    [all...]
ChangeLog-2009 344 (addr_prefix): Likewise.
415 repz_prefix, repnz_prefix, addr_prefix and data_prefix.
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ChangeLog-2006 145 ADDR_PREFIX, DATA_PREFIX, LOCKREP_PREFIX.
    [all...]
ChangeLog-2009 668 if there is an ADDR_PREFIX.
    [all...]
ChangeLog-9899     [all...]

Completed in 1495 milliseconds