Searched defs:pos (Results 201 - 225 of 2730) sorted by relevance

1234567891011>>

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
H A DCharCache.java25 private int pos; field in class:CharCache
33 int available = cache.length - pos;
35 System.arraycopy(chars, 0, cache, pos, toWrite);
36 pos += toWrite;
40 return new String(cache, 0, pos);
44 pos = 0;
48 if (pos < cache.length - 1) {
49 cache[pos] = c;
50 pos++;
55 return pos;
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHeaderParser.java21 * Returns the next index in {@code input} at or after {@code pos} that
25 public static int skipUntil(String input, int pos, String characters) { argument
26 for (; pos < input.length(); pos++) {
27 if (characters.indexOf(input.charAt(pos)) != -1) {
31 return pos;
38 public static int skipWhitespace(String input, int pos) { argument
39 for (; pos < input.length(); pos++) {
40 char c = input.charAt(pos);
[all...]
/external/okhttp/okio/src/main/java/okio/
H A DSegment.java37 int pos; field in class:Segment
75 * segment contains the data in {@code [pos..pos+byteCount)}. The second
76 * segment contains the data in {@code [pos+byteCount..limit)}. This can be
83 int bSize = (limit - pos) - byteCount;
90 System.arraycopy(data, pos, before.data, before.pos, aSize);
91 pos += aSize;
98 System.arraycopy(data, pos + aSize, after.data, after.pos, bSiz
[all...]
/external/oprofile/libdb/
H A Ddb_debug.c19 odb_node_nr_t pos; local
24 for (pos = 0 ; pos < data->descr->size * BUCKET_FACTOR ; ++pos) {
26 odb_index_t index = data->hash_base[pos];
43 index = data->hash_base[pos];
57 index = data->hash_base[pos];
71 odb_node_nr_t pos; local
76 for (pos = 1 ; pos < dat
91 odb_node_nr_t pos; local
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dmisc.c20 int __atmlib_fetch(const char **pos,...) argument
27 va_start(ap,pos);
28 ref_len = strlen(*pos);
34 !strncasecmp(*pos,value,len)) {
40 if (best > -1) (*pos) += best_len;
/external/qemu/android/
H A Daudio-test.c25 int pos; member in struct:__anon29031
34 //printf("%s: pos=%d free=%d\n", __FUNCTION__, ta->pos, free);
37 int avail = SAMPLE_SIZE - ta->pos;
41 AUD_write(ta->voice, ta->sample + ta->pos, avail);
42 ta->pos += avail;
43 if (ta->pos >= SAMPLE_SIZE)
44 ta->pos = 0;
74 ta->pos = 0;
/external/skia/src/core/
H A DSkBuffer.cpp31 size_t pos = this->pos(); local
32 size_t n = SkAlign4(pos) - pos;
62 size_t pos = this->pos(); local
63 size_t n = SkAlign4(pos) - pos;
/external/skia/tests/
H A DShaderImageFilterTest.cpp30 SkScalar pos[] = {0, SK_ScalarHalf, SK_Scalar1}; local
36 center, radius, colors, pos, SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode);
47 center, radius, colors, pos, SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode);
H A DShaderOpacityTest.cpp60 SkScalar pos[2] = {SkIntToScalar(0), SkIntToScalar(1)}; local
67 SkShader* grad = SkGradientShader::CreateLinear(pts, colors, pos, count,
76 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
84 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
92 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
/external/smack/src/org/xbill/DNS/
H A DCompression.java17 int pos; field in class:Compression.Entry
36 * @param pos The position at which the name is added.
40 add(int pos, Name name) { argument
41 if (pos > MAX_POINTER)
46 entry.pos = pos;
50 System.err.println("Adding " + name + " at " + pos);
62 int pos = -1;
65 pos = entry.pos;
[all...]
/external/svox/pico/lib/
H A Dpicotrns.h33 * - The input to the transducer is a list of pos/sym pairs, where pos are arbitrary position markers
37 * - Symbols inserted by the transduction process allways get their position marker pos=PICOTRNS_POS_INSERT
40 * - Inserted symbols are allways preceded by a positioned pos/sym pair, e.g.
47 * - The output is pos1/phon1' -1/phon_ins pos2/phon2' [assuming -1 is the special insertion pos]
70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e.g. start/term symbols only used by the transducer) */
74 picoos_int16 pos; member in struct:picotrns_possym
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-cbc.c28 u8 *pos = data; local
39 cbc[j] ^= pos[j];
41 os_memcpy(pos, cbc, AES_BLOCK_SIZE);
42 pos += AES_BLOCK_SIZE;
61 u8 *pos = data; local
71 os_memcpy(tmp, pos, AES_BLOCK_SIZE);
72 aes_decrypt(ctx, pos, pos);
74 pos[j] ^= cbc[j];
76 pos
[all...]
H A Daes-ctr.c30 u8 *pos = data; local
43 pos[j] ^= buf[j];
44 pos += len;
H A Drc4.c20 u8 S[256], *pos; local
45 pos = data;
50 *pos++ ^= S[(S[i] + S[j]) & 0xff];
H A Dsha1-prf.c34 size_t pos, plen; local
47 pos = 0;
48 while (pos < buf_len) {
49 plen = buf_len - pos;
52 &buf[pos]))
54 pos += SHA1_MAC_LEN;
59 os_memcpy(&buf[pos], hash, plen);
H A Dsha1-tprf.c33 size_t pos, plen; local
53 pos = 0;
54 while (pos < buf_len) {
56 plen = buf_len - pos;
60 os_memcpy(&buf[pos], hash, SHA1_MAC_LEN);
61 pos += SHA1_MAC_LEN;
63 os_memcpy(&buf[pos], hash, plen);
H A Dsha256-tlsprf.c35 size_t pos; local
55 pos = 0;
56 while (pos < outlen) {
60 clen = outlen - pos;
63 os_memcpy(out + pos, P, clen);
64 pos += clen;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; local
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
58 pos = hdr.payload + hdr.length;
71 if (asn1_get_next(pos, len, &hdr) < 0 ||
81 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
103 pos = hdr.payload + hdr.length;
106 if (asn1_get_next(pos, en
125 const u8 *pos, *end, *enc_alg; local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password_test.c47 char *pos, *pos2; local
52 pos = data->params;
53 if (pos == NULL)
57 while (pos && *pos) {
58 if (os_strncmp(pos, name, nlen) == 0 && pos[nlen] == '=') {
60 pos += nlen + 1;
61 pos2 = pos;
64 buf = ext_password_alloc(pos2 - pos);
[all...]
H A Duuid.c16 const char *pos; local
19 pos = str;
22 if (hexstr2bin(pos, opos, 4))
24 pos += 8;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
29 pos += 4;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
34 pos
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Daes-cbc.c28 u8 *pos = data; local
39 cbc[j] ^= pos[j];
41 os_memcpy(pos, cbc, AES_BLOCK_SIZE);
42 pos += AES_BLOCK_SIZE;
61 u8 *pos = data; local
71 os_memcpy(tmp, pos, AES_BLOCK_SIZE);
72 aes_decrypt(ctx, pos, pos);
74 pos[j] ^= cbc[j];
76 pos
[all...]
H A Daes-ctr.c30 u8 *pos = data; local
43 pos[j] ^= buf[j];
44 pos += len;
H A Drc4.c20 u8 S[256], *pos; local
45 pos = data;
50 *pos++ ^= S[(S[i] + S[j]) & 0xff];
H A Dsha1-prf.c34 size_t pos, plen; local
47 pos = 0;
48 while (pos < buf_len) {
49 plen = buf_len - pos;
52 &buf[pos]))
54 pos += SHA1_MAC_LEN;
59 os_memcpy(&buf[pos], hash, plen);

Completed in 6467 milliseconds

1234567891011>>