HomeSort by relevance Sort by last modified time
    Searched refs:len (Results 151 - 175 of 4801) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/test/cintltst/
ncnvfbts.h 29 static void printSeq(const unsigned char* a, int len);
30 static void printUSeq(const UChar* a, int len);
31 static void printSeqErr(const unsigned char* a, int len);
32 static void printUSeqErr(const UChar* a, int len);
  /external/icu4c/test/perf/usetperf/
bitset.cpp 13 // TODO: have a separate capacity, so the len can just be set to
21 len = SLOP;
22 data = (int32_t*) uprv_malloc(len * BYTES_PER_WORD);
33 return (longIndex < len) ? (((data[longIndex] >> bitInLong) & 1) != 0)
40 if (longIndex >= len) {
47 for (uint32_t i=0; i<len; ++i) data[i] = 0;
51 uint32_t newLen = len;
54 uprv_memcpy(newData, data, len * BYTES_PER_WORD);
57 int32_t* p = data + len;
60 len = newLen
    [all...]
  /external/iproute2/include/
rtm_map.h 4 char *rtnl_rtntype_n2a(int id, char *buf, int len);
  /external/opencore/codecs_v2/audio/sbc/enc/src/
sbcenc_bitstream.h 28 Int pack_bitstream(UWord8 *data, enc_state_t *state, UInt len);
  /external/skia/src/ports/
SkXMLParser_empty.cpp 27 bool SkXMLParser::parse(const char doc[], size_t len)
  /external/srec/shared/include/
ESR_CommandLine.h 43 * @param len [in/out] Length of value argument. If the return code is ESR_BUFFER_OVERFLOW,
50 size_t* len);
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.h 40 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
  /external/webkit/WebCore/platform/text/
TextEncodingDetector.h 38 // Given a sequence of bytes in |data| of length |len| and an optional
42 bool detectTextEncoding(const char* data, size_t len,
  /external/webkit/WebCore/platform/text/qt/
TextBoundariesQt.cpp 43 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward)
45 QString str(reinterpret_cast<QChar const*>(buffer), len); local
47 iterator.setPosition(position >= len ? len - 1 : position);
55 return len;
67 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end)
69 QString str(reinterpret_cast<QChar const*>(buffer), len); local
73 *end = position == len ? len : iterator.toNextBoundary();
  /external/zlib/contrib/blast/
blast.h 35 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
55 * to be written are buf[0..len-1]. If err is not zero, then blast() returns
56 * with an output error. outfun() is always called with len <= 4096. outhow
blast.c 125 int len; /* current number of bits in code */ local
126 int code; /* len bits being decoded */
127 int first; /* first code of length len */
128 int count; /* number of codes of length len */
129 int index; /* index of first code of length len in symbol table */
137 len = 1;
144 if (code < first + count) { /* if length len, return symbol */
146 s->bitcnt = (s->bitcnt - len) & 7;
153 len++;
155 left = (MAXBITS+1) - len;
188 int len; \/* current length when stepping through h->count[] *\/ local
281 int len; \/* length for copy *\/ local
    [all...]
  /frameworks/base/opengl/tests/angeles/
cams.h 43 unsigned char len; // length multiplier member in struct:__anon7458
  /ndk/samples/san-angeles/jni/
cams.h 43 unsigned char len; // length multiplier member in struct:__anon11366
  /packages/apps/IM/libwbxml/include/
csp13_hash.h 39 * @param len Length of the value token
42 int csp13ValueTokenToKey(const char * str, int len);
  /system/core/nexus/
SupplicantConnectionTimeoutEvent.h 28 SupplicantConnectionTimeoutEvent(int level, char *event, size_t len);
SupplicantDisconnectedEvent.h 25 SupplicantDisconnectedEvent(int level, char *event, size_t len);
SupplicantEventFactory.h 28 SupplicantEvent *createEvent(char *event, size_t len);
SupplicantScanResultsEvent.h 25 SupplicantScanResultsEvent(int level, char *event, size_t len);
Supplicant.cpp 141 size_t len = 4096; local
143 if (!(reply = (char *) malloc(len))) {
148 if (sendCommand("STATUS", reply, &len)) {
153 SupplicantStatus *ss = SupplicantStatus::createStatus(reply, len);
165 size_t len = 4096; local
167 if (!(reply = (char *) malloc(len))) {
172 if (sendCommand("LIST_NETWORKS", reply, &len)) {
279 size_t len = sizeof(reply); local
282 reply, &len)) {
292 size_t len = sizeof(reply) local
303 size_t len = sizeof(reply); local
325 size_t len = sizeof(reply); local
351 size_t len = sizeof(reply); local
364 size_t len = sizeof(reply); local
376 size_t len = sizeof(reply) -1; local
400 size_t len = sizeof(reply) -1; local
497 size_t len = sizeof(reply) -1; local
518 size_t len = max - 1; local
539 size_t len = sizeof(reply) -1; local
549 size_t len; local
568 size_t len; local
587 size_t len; local
599 size_t len; local
614 size_t len = sizeof(reply) -1; local
628 size_t len = sizeof(reply) -1; local
638 size_t len = sizeof(reply) -1; local
651 size_t len; local
663 size_t len; local
    [all...]
  /system/core/toolbox/
sendevent.c 25 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */
26 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */
27 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */
29 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global keystate */
30 #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs *
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.c 20 static void wpabuf_overflow(const struct wpabuf *buf, size_t len)
22 wpa_printf(MSG_ERROR, "wpabuf %p (size=%lu used=%lu) overflow len=%lu",
24 (unsigned long) len);
63 * @len: Length for the allocated buffer
66 struct wpabuf * wpabuf_alloc(size_t len)
68 struct wpabuf *buf = os_zalloc(sizeof(struct wpabuf) + len);
71 buf->size = len;
76 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len)
82 buf->size = len;
83 buf->used = len;
144 size_t len = 0; local
    [all...]
  /external/bluetooth/hcidump/parser/
capi.c 260 frm->len -= 24;
304 uint8_t len; local
309 len = CAPI_U8(frm);
310 if (len > 0) {
313 hex_dump(level, frm, len);
321 uint8_t len; local
332 len = CAPI_U8(frm);
333 frm->ptr += len;
334 frm->len -= len;
351 uint8_t len; local
373 uint8_t len; local
404 uint8_t len; local
445 uint8_t len; local
633 uint8_t len; local
656 uint8_t len; local
673 uint8_t len; local
735 uint8_t len; local
752 uint16_t len; local
785 uint16_t len, appl, msgnum; local
    [all...]
  /external/tcpdump/
print-ip.c 64 register u_int len; local
76 for (len = 3; len < length; len += 4) {
77 printf(" %s", ipaddr_string(&cp[len]));
78 if (ptr > len)
94 int len; local
101 for (; length > 0; cp += len, length -= len) {
109 len = 1
136 register u_int len; local
369 u_int len, off; member in struct:ip_print_demux_state
    [all...]
  /external/bluetooth/glib/tests/
base64-test.c 20 gsize len, decoded_len, max, input_len, block_size; local
29 len = 0;
36 len += g_base64_encode_step (data + input_len, block_size,
37 line_break, text + len, &state, &save);
40 len += g_base64_encode_close (line_break, text + len, &state, &save);
46 if (len > max)
49 len, max);
57 while (len > 0)
59 int chunk_len = MIN (BLOCK_SIZE, len);
90 gsize len; local
    [all...]
  /external/openssl/crypto/aes/
aes_cbc.c 68 unsigned long len = length; local
76 while (len >= AES_BLOCK_SIZE) {
81 len -= AES_BLOCK_SIZE;
85 if (len) {
86 for(n=0; n < len; ++n)
88 for(n=len; n < AES_BLOCK_SIZE; ++n)
95 while (len >= AES_BLOCK_SIZE) {
100 len -= AES_BLOCK_SIZE;
104 if (len) {
106 for(n=0; n < len; ++n
    [all...]

Completed in 1072 milliseconds

1 2 3 4 5 67 8 91011>>