/external/toybox/toys/posix/ |
uudecode.c | 49 int olen; local 58 olen = 0; 60 if (!m) olen = (*(in++) - 32) & 0x3f; 67 if (olen < 1) break; 68 if (olen < 3) len = olen + 1; 92 olen--;
|
/system/core/cpio/ |
mkbootfs.c | 89 static void _eject(struct stat *s, char *out, int olen, char *data, unsigned datasize) 118 olen + 1, 124 total_size += 6 + 8*13 + olen + 1; 126 if(strlen(out) != (unsigned int)olen) die("ACK!"); 151 static void _archive(char *in, char *out, int ilen, int olen); 157 static void _archive_dir(char *in, char *out, int ilen, int olen) 165 in, out, ilen, olen); 211 if(olen > 0) { 212 out[olen] = '/'; 213 memcpy(out + olen + 1, names[i], t + 1) [all...] |
/external/wpa_supplicant_8/src/utils/ |
base64.c | 34 size_t olen; local 37 olen = len * 4 / 3 + 4; /* 3-byte blocks to 4-byte */ 38 olen += olen / 72; /* line feeds */ 39 olen++; /* nul termination */ 40 if (olen < len) 42 out = os_malloc(olen); 103 size_t i, count, olen; local 120 olen = count / 4 * 3; 121 pos = out = os_malloc(olen); [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
edns.py | 36 def from_wire(cls, otype, wire, current, olen): 45 @param olen: The length of the wire-format option data 46 @type olen: int 111 def from_wire(cls, otype, wire, current, olen): 112 return cls(otype, wire[current : current + olen]) 128 def option_from_wire(otype, wire, current, olen): 137 @param olen: The length of the wire-format option data 138 @type olen: int 142 return cls.from_wire(otype, wire, current, olen)
|
/external/curl/lib/ |
escape.c | 140 * *olen. If length == 0, the length is assumed to be strlen(string). 145 char **ostring, size_t *olen, 194 if(olen) 196 *olen = strindex; 206 * pointer to a malloced string with length given in *olen. 208 * If olen == NULL, no output length is stored. 211 int *olen) 220 if(olen) 221 *olen = curlx_uztosi(outputlen);
|
dict.c | 101 int olen=0; local 116 dictp[olen++] = '\\'; 118 dictp[olen++] = ch; 120 dictp[olen]=0;
|
escape.h | 29 char **ostring, size_t *olen,
|
/external/ppp/pppd/ |
cbcp.c | 233 int code, opt, id, len, olen, delay; local 259 GETCHAR(olen, p); 261 if (olen < 2 || olen > len) { 266 len -= olen; 273 if (olen > 2) { 278 if (olen > 3) { 283 memcpy(str, p, olen - 4); 284 str[olen - 4] = 0;
|
lcp.c | 2001 int code, id, len, olen, i; local [all...] |
ipxcp.c | 1479 int code, id, len, olen; local [all...] |
/packages/apps/Messaging/res/values-et-rEE/ |
arrays.xml | 32 <item msgid="4805581752819452687">"Olen teel"</item>
|
/packages/apps/Messaging/res/values-fi/ |
arrays.xml | 30 <item msgid="4881335087096496747">"Olen samaa mieltä"</item>
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/ |
Base64Coder.java | 161 int oLen = ((iLen + 2) / 3) * 4; // output length including padding 162 char[] out = new char[oLen]; 271 int oLen = (iLen * 3) / 4; 272 byte[] out = new byte[oLen]; 293 if (op < oLen) 295 if (op < oLen)
|
/external/speex/libspeex/ |
resample.c | 677 spx_uint32_t olen = old_length; local 683 olen = old_length + 2*st->magic_samples[i]; 690 if (st->filt_len > olen) 694 for (j=0;j<olen-1;j++) 695 st->mem[i*st->mem_alloc_size+(st->filt_len-2-j)] = st->mem[i*st->mem_alloc_size+(olen-2-j)]; 700 st->last_sample[i] += (st->filt_len - olen)/2; 703 st->magic_samples[i] = (olen - st->filt_len)/2; 856 spx_uint32_t olen = *out_len; local 899 spx_uint32_t olen = *out_len; local [all...] |
/prebuilts/go/darwin-x86/src/encoding/base32/ |
base32.go | 239 olen := len(src) 247 return n, false, CorruptInputError(olen - len(src) - j) 255 return n, false, CorruptInputError(olen) 260 return n, false, CorruptInputError(olen - len(src) + k - 1) 270 return n, false, CorruptInputError(olen - len(src) - 1) 276 return n, false, CorruptInputError(olen - len(src) - 1)
|
/prebuilts/go/linux-x86/src/encoding/base32/ |
base32.go | 239 olen := len(src) 247 return n, false, CorruptInputError(olen - len(src) - j) 255 return n, false, CorruptInputError(olen) 260 return n, false, CorruptInputError(olen - len(src) + k - 1) 270 return n, false, CorruptInputError(olen - len(src) - 1) 276 return n, false, CorruptInputError(olen - len(src) - 1)
|
/external/curl/src/ |
mkhelp.pl | 50 my $olen=0; 72 if($wline && ($olen == $tlen)) { 81 $olen = $tlen;
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_netbsd.go | 32 var olen uintptr 40 if err = sysctl(mib, nil, &olen, qp, sz); err != nil { 45 nodes = make([]Sysctlnode, olen/sz) 47 if err = sysctl(mib, np, &olen, qp, sz); err != nil {
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_netbsd.go | 32 var olen uintptr 40 if err = sysctl(mib, nil, &olen, qp, sz); err != nil { 45 nodes = make([]Sysctlnode, olen/sz) 47 if err = sysctl(mib, np, &olen, qp, sz); err != nil {
|
/packages/services/Telephony/src/com/android/phone/ |
IccNetworkDepersonalizationPanel.java | 91 public void beforeTextChanged(CharSequence buffer, int start, int olen, int nlen) { 94 public void onTextChanged(CharSequence buffer, int start, int olen, int nlen) {
|
/external/tcpdump/ |
print-pim.c | 651 uint16_t otype, olen; local 656 olen = EXTRACT_16BITS(&bp[2]); 657 ND_TCHECK2(bp[0], 4 + olen); 661 olen)); 670 if (olen != 4) { 671 ND_PRINT((ndo, "ERROR: Option Length != 4 Bytes (%u)", olen)); 686 switch (olen) { 694 ND_PRINT((ndo, "ERROR: Option Length != 4 Bytes (%u)", olen)); 721 while (ptr < (bp+olen)) { 736 print_unknown_data(ndo, bp, "\n\t ", olen); [all...] |
/ndk/sources/host-tools/make-3.81/ |
expand.c | 527 unsigned int olen = variable_buffer_length; 536 variable_buffer_length = olen; 550 unsigned int olen = variable_buffer_length; 562 variable_buffer_length = olen; 521 unsigned int olen = variable_buffer_length; local 544 unsigned int olen = variable_buffer_length; local
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
opnames.go | 83 OLEN: "LEN",
|
range.go | 207 n.Left = Nod(ONE, Nod(OLEN, a, nil), Nodintconst(0)) 222 tmp = Nod(OLEN, a, nil) 233 v1 = Nod(OAS, v1, Nod(OSUB, Nod(OLEN, a, nil), Nodintconst(1))) 264 init = list(init, Nod(OAS, hn, Nod(OLEN, ha, nil)))
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
opnames.go | 80 OLEN: "LEN",
|