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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 55 pointer p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 pointer p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
iterator_fn_imps.hpp 55 pointer_ p_value; local
57 get_start_it_state(p_value, pos);
58 return iterator(p_value, pos, this);
72 const_pointer_ p_value; local
74 get_start_it_state(p_value, pos);
75 return const_iterator(p_value, pos, this);
  /external/pdfium/third_party/libopenjpeg20/
cio.h 173 * @param p_value the value to write
176 void opj_write_bytes_BE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
182 * @param p_value pointer to the value that will store the data.
186 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
192 * @param p_value the value to write
196 void opj_write_bytes_LE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
202 * @param p_value pointer to the value that will store the data.
206 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
213 * @param p_value the value to write
215 void opj_write_double_LE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value);
    [all...]
cio.c 47 void opj_write_bytes_BE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
50 const OPJ_BYTE * l_data_ptr = ((const OPJ_BYTE *) &p_value) + sizeof(
58 void opj_write_bytes_LE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
61 const OPJ_BYTE * l_data_ptr = ((const OPJ_BYTE *) &p_value) + p_nb_bytes - 1;
71 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
74 OPJ_BYTE * l_data_ptr = ((OPJ_BYTE *) p_value);
78 *p_value = 0;
82 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
85 OPJ_BYTE * l_data_ptr = ((OPJ_BYTE *) p_value) + p_nb_bytes - 1;
90 *p_value = 0
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.h 20 int GetNxpStrValue(const char* name, char* p_value, unsigned long len);
21 int GetNxpNumValue(const char* name, void* p_value, unsigned long len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos,
99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
point_const_iterator.hpp 70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
point_iterator.hpp 116 point_iterator_(pointer p_value) : m_p_value(p_value)
iterator.hpp 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
126 : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos,
99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
point_const_iterator.hpp 70 point_const_iterator_(const_pointer p_value) : m_p_value(p_value)
point_iterator.hpp 116 point_iterator_(pointer p_value) : m_p_value(p_value)
iterator.hpp 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
126 : const_iterator_(p_value, pos, p_tbl)
  /system/bt/stack/srvc/
srvc_battery_int.h 60 tGATT_WRITE_REQ* p_value,
63 tGATT_VALUE* p_value, bool is_long,
srvc_dis.cc 115 tGATT_VALUE* p_value, bool is_long,
118 uint8_t *p = p_value->value, i, *pp;
119 uint16_t offset = p_value->offset;
145 p_value->len = GATT_MAX_ATTR_LEN;
147 p_value->len = (uint16_t)strlen((char*)pp);
149 p_value->len = 0;
151 if (offset > p_value->len) {
155 p_value->len -= offset;
157 ARRAY_TO_STREAM(p, pp, p_value->len);
159 << +p_value->len
    [all...]
srvc_dis_int.h 58 tGATT_VALUE* p_value, bool is_long,
srvc_eng_int.h 68 uint16_t len, uint8_t* p_value);
  /hardware/broadcom/libbt/src/
conf.c 98 char *p_value; local
119 p_value = strtok(NULL, CONF_DELIMITERS);
121 if (NULL == p_value)
133 p_entry->p_action(p_name, p_value, p_entry->param);
  /hardware/nxp/nfc/halimpl/utils/
phNxpConfig.h 46 int GetNxpStrValue(const char* name, char* p_value, unsigned long len);
47 int GetNxpNumValue(const char* name, void* p_value, unsigned long len);
  /system/update_engine/update_manager/
fake_variable.h 38 // Sets the next value of this variable to the passed |p_value| pointer. Once
42 void reset(const T* p_value) {
43 ptr_.reset(p_value);
  /system/bt/stack/gap/
gap_ble.cc 117 tGATT_STATUS read_attr_value(uint16_t handle, tGATT_VALUE* p_value,
119 uint8_t* p = p_value->value;
120 uint16_t offset = p_value->offset;
133 p_value->len = GATT_MAX_ATTR_LEN;
135 p_value->len = (uint16_t)strlen((char*)p_dev_name);
137 if (offset > p_value->len)
140 p_value->len -= offset;
142 ARRAY_TO_STREAM(p, p_dev_name, p_value->len);
143 DVLOG(1) << "GATT_UUID_GAP_DEVICE_NAME len=" << +p_value->len;
149 p_value->len = 2
    [all...]
  /system/nfc/src/nfc/llcp/
llcp_sdp.cc 386 uint8_t type, length, tid, sap, *p_value; local
409 p_value = p;
410 BE_STREAM_TO_UINT8(tid, p_value);
411 sap = llcp_sdp_get_sap_by_name((char*)p_value, (uint8_t)(length - 1));
418 "%s: In dta mode sap == 0x00 p_value = %s", __func__, p_value);
419 if ((length - 1) == strlen((const char*)p_value)) {
446 p_value = p;
447 BE_STREAM_TO_UINT8(tid, p_value);
448 BE_STREAM_TO_UINT8(sap, p_value);
    [all...]
  /system/bt/stack/gatt/
gatt_db.cc 67 attr.p_value.reset((tGATT_ATTR_VALUE*)(new Uuid));
68 attr.p_value->uuid = service_uuid;
76 return &p_db->attr_list[0].p_value->uuid;
185 *p_len = gatt_build_uuid_to_stream_len(attr16.p_value->uuid);
188 gatt_build_uuid_to_stream(&p, attr16.p_value->uuid);
200 UINT8_TO_STREAM(p, attr16.p_value->char_decl.property);
201 UINT16_TO_STREAM(p, attr16.p_value->char_decl.char_val_handle);
214 tGATT_INCL_SRVC& incl_handle = attr16.p_value->incl_handle;
343 attr.p_value.reset((tGATT_ATTR_VALUE*)(new tGATT_INCL_SRVC));
344 attr.p_value->incl_handle.s_handle = s_handle
    [all...]

Completed in 856 milliseconds

1 2