OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cp_len
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
739
UINT16 len = BTM_BLE_AD_DATA_LEN,
cp_len
= 0;
local
785
cp_len
= (UINT16)strlen(btm_cb.cfg.bd_name);
786
*p++ =
cp_len
+ 1;
788
ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name,
cp_len
);
790
len -= (
cp_len
+ 2);
799
cp_len
= len - 2;
801
cp_len
= p_data->manu.len;
803
*p++ =
cp_len
+ 1;
805
ARRAY_TO_STREAM(p, p_data->manu.p_val,
cp_len
);
807
len -= (
cp_len
+ 2)
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkString.cpp
117
size_t
cp_len
= buffer + sizeof(buffer) - p;
local
118
memcpy(string, p,
cp_len
);
119
string +=
cp_len
;
/external/skia/src/core/
SkString.cpp
117
size_t
cp_len
= buffer + sizeof(buffer) - p;
local
118
memcpy(string, p,
cp_len
);
119
string +=
cp_len
;
Completed in 54 milliseconds