HomeSort by relevance Sort by last modified time
    Searched full:byte_size (Results 26 - 50 of 59) sorted by null

12 3

  /external/libnfc-nxp/src/
phHciNfc_PollingLoop.c 417 pl_duration = (uint16_t)((pl_duration << BYTE_SIZE) |
418 ((uint8_t)(pl_duration >> BYTE_SIZE)));
phHciNfc_LinkMgmt.c 467 (uint16_t)(reg_value[i] << (BYTE_SIZE * i));
phHal4Nfc_ADD.c 539 << BYTE_SIZE) |
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 199 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
251 bool byte_size,
258 id->byte_size_operation = byte_size;
331 BYTE_SIZE = 0,
367 if (byte_size_operand_) return BYTE_SIZE;
560 case BYTE_SIZE:
680 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size();
    [all...]
  /external/chromium/base/
string_util.cc 260 const size_t byte_size,
263 if (byte_size > input.length()) {
267 DCHECK_LE(byte_size, static_cast<uint32>(kint32max));
269 int32 truncation_length = static_cast<int32>(byte_size);
    [all...]
string_util_unittest.cc 59 bool Truncated(const std::string& input, const size_t byte_size,
62 TruncateUTF8ToByteSize(input, byte_size, output);
71 // Empty strings and invalid byte_size arguments
    [all...]
string_util.h 209 const size_t byte_size,
  /external/chromium_org/base/strings/
string_util.cc 217 const size_t byte_size,
220 if (byte_size > input.length()) {
224 DCHECK_LE(byte_size, static_cast<uint32>(kint32max));
226 int32 truncation_length = static_cast<int32>(byte_size);
string_util_unittest.cc 61 bool Truncated(const std::string& input, const size_t byte_size,
64 TruncateUTF8ToByteSize(input, byte_size, output);
73 // Empty strings and invalid byte_size arguments
    [all...]
string_util.h 215 const size_t byte_size,
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 573 byte_size = self._cmsg.MergeFromString(serialized)
574 if byte_size < 0:
576 return byte_size
  /external/linux-tools-perf/util/
session.c 365 void mem_bswap_64(void *src, int byte_size)
369 while (byte_size > 0) {
371 byte_size -= sizeof(u64);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 123 UINT8 byte_size; member in struct:__anon3955::__anon3956::__anon3961
rfc_port_fsm.c 896 port_pars->byte_size = p_frame->u.rpn.byte_size;
rfc_ts_frames.c 477 *p_data++ = (p_pars->byte_size << RFCOMM_RPN_BITS_SHIFT)
865 p_rx_frame->u.rpn.byte_size = (*p_data >> RFCOMM_RPN_BITS_SHIFT) & RFCOMM_RPN_BITS_MASK;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 157 void* ThreadCache::FetchFromCentralCache(size_t cl, size_t byte_size) {
169 size_ += byte_size * fetch_count;
thread_cache.h 232 void* FetchFromCentralCache(size_t cl, size_t byte_size);
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /external/bluetooth/bluedroid/stack/include/
port_api.h 57 UINT8 byte_size; member in struct:__anon3853
  /external/chromium_org/third_party/libxml/src/
parserInternals.c 2030 unsigned int byte_size; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 226 void* FetchFromCentralCache(size_t cl, size_t byte_size);
  /external/elfutils/tests/
show-die-info.c 113 { DW_AT_byte_size, "byte_size" },
  /external/libxml2/
parserInternals.c 2030 unsigned int byte_size; local
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 394 long byte_size )
397 ras.buffer_size = byte_size;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 

Completed in 1514 milliseconds

12 3