HomeSort by relevance Sort by last modified time
    Searched full:buf_len (Results 76 - 100 of 301) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-buffer-deserialize-text.rl 96 unsigned int buf_len,
100 const char *p = buf, *pe = buf + buf_len;
hb-buffer-serialize.cc 395 * @buf: (array length=buf_len):
396 * @buf_len:
410 int buf_len, /* -1 means nul-terminated */
423 if (buf_len == -1)
424 buf_len = strlen (buf);
426 if (!buf_len)
441 buf, buf_len, end_ptr,
446 buf, buf_len, end_ptr,
  /external/selinux/libsemanage/src/
semanage_store.h 146 size_t buf_len,
152 size_t buf_len,
  /external/google-breakpad/src/common/linux/
guid_creator.h 46 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
  /external/google-breakpad/src/common/solaris/
guid_creator.h 48 bool GUIDToString(const GUID *guid, char *buf, int buf_len);
  /external/minijail/
libminijail_unittest.c 151 const size_t buf_len = 128; local
152 char buf[buf_len];
199 read_ret = read(child_stderr, buf, buf_len);
  /hardware/intel/bootstub/
e820_bios.S 40 #define BUF_LEN 2048
134 movw $BUF_LEN, %cx
142 cmpw $BUF_LEN, %cx
  /system/bt/stack/avrc/
avrc_pars_ct.c 166 tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result, UINT8* p_buf, UINT16* buf_len)
390 tAVRC_STS AVRC_Ctrl_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16* buf_len)
398 status = avrc_ctrl_pars_vendor_rsp(&p_msg->vendor, p_result, p_buf,buf_len);
421 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_len)
426 UNUSED(buf_len);
avrc_pars_tg.c 103 UINT8 *p_buf, UINT16 buf_len)
194 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++)
388 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
398 status = avrc_pars_vendor_cmd(&p_msg->vendor, p_result, p_buf, buf_len);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 736 UINT16 buf_len, offset; local
759 buf_len = p_buf->len;
762 if (buf_len > max_len)
770 while (buf_len > max_len)
772 HAL_TRACE_DEBUG2 ("buf_len (%d) > max_len (%d)", buf_len, max_len);
797 buf_len -= nci_ctrl_size;
799 HAL_TRACE_DEBUG2 ("p_buf->len: %d buf_len (%d)", p_buf->len, buf_len);
800 p_buf->len = buf_len;
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 47 #define BUF_LEN 1024
253 static char radius_msg[BUF_LEN];
341 static char radius_msg[BUF_LEN];
530 * msg -- buffer in which to place error message. Holds up to BUF_LEN chars
574 slprintf(msg, BUF_LEN, "RADIUS: wrong service type %ld for %s",
584 slprintf(msg, BUF_LEN, "RADIUS: wrong framed protocol %ld for %s",
636 slprintf(msg, BUF_LEN, "RADIUS: bad remote IP address %I for %s",
662 slprintf(msg,BUF_LEN,"RADIUS: bad MS-CHAP2-Success packet");
673 slprintf(msg, BUF_LEN,
683 slprintf(msg, BUF_LEN,
    [all...]
  /external/boringssl/src/crypto/evp/
p_ec_asn1.c 377 size_t buf_len = 0, i; local
418 buf_len = pub_key_bytes_len;
424 if (priv_key && (i = (size_t)BN_num_bytes(priv_key)) > buf_len) {
425 buf_len = i;
432 buf_len += 10;
433 if ((buffer = OPENSSL_malloc(buf_len)) == NULL) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 457 static uptr ReadProcessName(/*out*/ char *buf, uptr buf_len) {
458 ReadLongProcessName(buf, buf_len);
480 uptr ReadBinaryNameCached(/*out*/char *buf, uptr buf_len) {
483 name_len = (name_len < buf_len - 1) ? name_len : buf_len - 1;
484 if (buf_len == 0)
  /system/bt/stack/gatt/
gatt_sr.c 811 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
821 buf_len = (UINT16)(sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET);
823 p_msg = (BT_HDR *)osi_calloc(buf_len);
830 buf_len = p_tcb->payload_size - 2;
839 reason = gatt_build_find_info_rsp(p_rcb, p_msg, &buf_len,
946 UINT16 buf_len, s_hdl, e_hdl, err_hdl = 0; local
1140 size_t buf_len = sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET; local
    [all...]
  /bionic/libc/kernel/uapi/video/
uvesafb.h 54 int buf_len; member in struct:uvesafb_task
  /external/selinux/policycoreutils/run_init/
run_init.c 303 int buf_len; local
318 buf_len = strlen(buf);
319 if (buf[buf_len - 1] == '\n')
320 buf[buf_len - 1] = 0;
  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.c 203 * @buf_len: Number of bytes of key to generate
211 u8 *buf, size_t buf_len)
230 while (pos < buf_len) {
231 plen = buf_len - pos;
  /system/bt/bta/hf_client/
bta_hf_client_at.h 84 UINT16 buf_len; member in struct:queued_at_cmd
  /external/libunwind/src/aarch64/
Ginit.c 193 char *buf, size_t buf_len, unw_word_t *offp,
196 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg);
  /external/libunwind/src/arm/
Ginit.c 186 char *buf, size_t buf_len, unw_word_t *offp,
189 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg);
  /external/libunwind/src/hppa/
Ginit.c 200 char *buf, size_t buf_len, unw_word_t *offp,
203 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg);
  /external/libunwind/src/mips/
Ginit.c 205 char *buf, size_t buf_len, unw_word_t *offp,
209 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp, arg);
  /external/libunwind/src/ppc32/
Ginit.c 222 char *buf, size_t buf_len, unw_word_t *offp,
225 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg);
  /external/libunwind/src/ppc64/
Ginit.c 231 char *buf, size_t buf_len, unw_word_t *offp,
234 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg);
  /external/libunwind/src/sh/
Ginit.c 192 char *buf, size_t buf_len, unw_word_t *offp,
195 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp, arg);

Completed in 1425 milliseconds

1 2 34 5 6 7 8 91011>>