HomeSort by relevance Sort by last modified time
    Searched refs:plen (Results 176 - 200 of 249) sorted by null

1 2 3 4 5 6 78 910

  /external/harfbuzz_ng/src/
hb-uniscribe.cc 312 _hb_generate_unique_face_name (wchar_t *face_name, unsigned int *plen)
336 if (plen)
337 *plen = name_str_len;
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 149 size_t plen; local
151 plen = 1 + length;
153 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EKE, plen,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 227 uint16 plen; member in struct:pktpool
249 extern int pktpool_init(osl_t *osh, pktpool_t *pktp, int *pktplen, int plen, bool istx);
267 #define pktpool_plen(pp) (POOLPTR(pp)->plen)
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 304 plen = len(prefix)
306 if fileName[:plen] == prefix:
307 suffix = fileName[plen:]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 304 plen = len(prefix)
306 if fileName[:plen] == prefix:
307 suffix = fileName[plen:]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 304 plen = len(prefix)
306 if fileName[:plen] == prefix:
307 suffix = fileName[plen:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 304 plen = len(prefix)
306 if fileName[:plen] == prefix:
307 suffix = fileName[plen:]
    [all...]
  /system/bt/stack/avdt/
avdt_api.c 1192 UINT8 *p, *plen, *pm1, *p_end; local
    [all...]
  /system/security/keystore/
keystore.cpp 373 size_t plen = strlen(p); local
375 size_t extra = decode_key_length(p, plen);
378 decode_key(match, p, plen);
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 2063 int32_t plen = uprv_strlen(prop); local
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
yacc.py 272 plen = p.len
281 if plen:
282 targ = symstack[-plen-1:]
291 del symstack[-plen:]
292 del statestack[-plen:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 272 plen = p.len
281 if plen:
282 targ = symstack[-plen-1:]
291 del symstack[-plen:]
292 del statestack[-plen:]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 2282 int plen = patl.length(); local
2531 int plen = patternLiteral.length(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 2295 int plen = patl.length(); local
2544 int plen = patternLiteral.length(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 180 Object::section_contents(unsigned int shndx, section_size_type* plen,
182 { return this->do_section_contents(shndx, plen, cache); }
    [all...]
plugin.cc 1699 section_size_type plen; local
    [all...]
  /external/iproute2/ip/
xfrm_state.c 62 fprintf(stderr, " [ coa ADDR[/PLEN] ] [ ctx CTX ] [ extra-flag EXTRA-FLAG-LIST ]\n");
93 fprintf(stderr, "SELECTOR := [ src ADDR[/PLEN] ] [ dst ADDR[/PLEN] ] [ dev DEV ] [ UPSPEC ]\n");
131 int plen = slen - 2; local
141 len = (plen + 1) / 2;
145 for (i = - (plen % 2), j = 0; j < len; i += 2, j++) {
    [all...]
  /external/iptables/extensions/
libxt_HMARK.c 204 static void HMARK_parse(struct xt_option_call *cb, int plen)
  /external/ppp/pppd/
ipcp.c     [all...]
lcp.c     [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 977 size_t left, plen; local
999 plen = left;
1000 ppos = plain = os_malloc(plen);
1028 if (plain[0] == 0 || plain[0] > plen - 1) {
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.cxx 284 int plen = 0; local
  /ndk/sources/host-tools/make-3.81/
read.c 875 unsigned int len, plen = 0;
1029 if it's not a target-specific variable). PLEN saves the length
1034 plen = strlen (p2);
1035 (void) variable_buffer_output (p2+plen,
871 unsigned int len, plen = 0; local
    [all...]
  /external/toybox/toys/pending/
ip.c 381 uint64_t plen; local
385 plen = strtoul(name, &ptr, 0);
387 if (!ptr || ptr == name || *ptr || !plen || plen > *netmask) {
392 for (plen = 0; mask; mask <<= 1) ++plen;
393 if (plen > 32) return -1;
396 *netmask = plen;
    [all...]
  /external/toybox/toys/posix/
sed.c 274 static void walk_pattern(char **pline, long plen)
293 TT.nextlen = plen;
    [all...]

Completed in 2103 milliseconds

1 2 3 4 5 6 78 910