Searched refs:max_out (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c158 unsigned max_out; local
163 max_out = MAX_OUT_I32;
167 max_out = MAX_OUT_I16;
171 max_out = MAX_OUT_I16;
176 max_out = 0;
180 max_out = MAX_OUT_L;
183 return MAX2(0, n - 7) * max_out * MAX_PACKET / (1 + MAX_PACKET);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c158 unsigned max_out; local
163 max_out = MAX_OUT_I32;
167 max_out = MAX_OUT_I16;
171 max_out = MAX_OUT_I16;
176 max_out = 0;
180 max_out = MAX_OUT_L;
183 return MAX2(0, n - 7) * max_out * MAX_PACKET / (1 + MAX_PACKET);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drsa.h113 * and writes, at most, |max_out| bytes of encrypted data to |out|. The
114 * |max_out| argument must be, at least, |RSA_size| in order to ensure success.
122 size_t max_out, const uint8_t *in, size_t in_len,
126 * |rsa| and writes, at most, |max_out| bytes of plaintext to |out|. The
127 * |max_out| argument must be, at least, |RSA_size| in order to ensure success.
135 size_t max_out, const uint8_t *in, size_t in_len,
194 * and writes, at most, |max_out| bytes of encrypted data to |out|. The
195 * |max_out| argument must be, at least, |RSA_size| in order to ensure success.
202 size_t max_out, const uint8_t *in,
220 * public key from |rsa| and writes, at most, |max_out| byte
[all...]
H A Dbase64.h120 * |*out_len| bytes to |out|. |max_out| is the size of the output
124 size_t max_out, const uint8_t *in,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
139 max_out = *output_length;
146 if (max_out - out < 2) return punycode_big_output;
191 if (out >= max_out) return punycode_big_output;
222 punycode_uint n, out, i, max_out, bias, local
229 max_out = *output_length;
237 if (b > max_out) return punycode_big_output;
284 if (out >= max_out) return punycode_big_output;
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
139 max_out = *output_length;
146 if (max_out - out < 2) return punycode_big_output;
191 if (out >= max_out) return punycode_big_output;
222 punycode_uint n, out, i, max_out, bias, local
229 max_out = *output_length;
237 if (b > max_out) return punycode_big_output;
284 if (out >= max_out) return punycode_big_output;
/external/chromium_org/net/ssl/
H A Dopenssl_platform_key_mac.cc164 // |in_len| bytes pointed by |in|. It writes up to |max_out| bytes
170 size_t max_out,
216 signature_data.Length = max_out;
244 size_t max_out,
256 size_t max_out,
274 return MakeCSSMSignature(ex_data, out_len, out, max_out, in, in_len);
280 size_t max_out,
292 size_t max_out,
167 MakeCSSMSignature(const KeyExData* ex_data, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len) argument
241 RsaMethodEncrypt(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
253 RsaMethodSignRaw(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
277 RsaMethodDecrypt(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
289 RsaMethodVerifyRaw(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.h67 ubyte max_out; /* REG_ALLOC_RESULT or FP_RESULT_COUNT */ member in struct:nv50_program
H A Dnv50_program.c117 prog->max_out = n;
219 prog->max_out = MAX2(prog->max_out, prog->out[i].hw + 4);
223 info->out[info->io.sampleMask].slot[0] = prog->max_out++;
226 info->out[info->io.fragDepth].slot[2] = prog->max_out++;
228 if (!prog->max_out)
229 prog->max_out = 4;
H A Dnv50_shader_state.c160 PUSH_DATA (push, vp->max_out);
180 PUSH_DATA (push, fp->max_out);
199 PUSH_DATA (push, gp->max_out);
H A Dnv50_surface.c472 blit->vp.max_out = 5;
583 blit->fp.max_out = 4;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.h67 ubyte max_out; /* REG_ALLOC_RESULT or FP_RESULT_COUNT */ member in struct:nv50_program
H A Dnv50_program.c117 prog->max_out = n;
219 prog->max_out = MAX2(prog->max_out, prog->out[i].hw + 4);
223 info->out[info->io.sampleMask].slot[0] = prog->max_out++;
226 info->out[info->io.fragDepth].slot[2] = prog->max_out++;
228 if (!prog->max_out)
229 prog->max_out = 4;
H A Dnv50_shader_state.c160 PUSH_DATA (push, vp->max_out);
180 PUSH_DATA (push, fp->max_out);
199 PUSH_DATA (push, gp->max_out);
H A Dnv50_surface.c472 blit->vp.max_out = 5;
583 blit->fp.max_out = 4;
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c167 int RSA_encrypt(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
170 return rsa->meth->encrypt(rsa, out_len, out, max_out, in, in_len, padding);
173 return RSA_default_method.encrypt(rsa, out_len, out, max_out, in, in_len,
188 int RSA_sign_raw(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
191 return rsa->meth->sign_raw(rsa, out_len, out, max_out, in, in_len, padding);
194 return RSA_default_method.sign_raw(rsa, out_len, out, max_out, in, in_len,
209 int RSA_decrypt(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
212 return rsa->meth->decrypt(rsa, out_len, out, max_out, in, in_len, padding);
215 return RSA_default_method.decrypt(rsa, out_len, out, max_out, in, in_len,
230 int RSA_verify_raw(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
[all...]
H A Drsa_impl.c90 static int encrypt(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
103 if (max_out < rsa_size) {
327 static int sign_raw(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
333 if (max_out < rsa_size) {
377 static int decrypt(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
384 if (max_out < rsa_size) {
438 static int verify_raw(RSA *rsa, size_t *out_len, uint8_t *out, size_t max_out, argument
457 if (max_out < rsa_size) {
/external/chromium_org/net/android/
H A Dkeystore_openssl.cc175 size_t max_out,
187 size_t max_out,
250 if (max_out < expected_size) {
268 size_t max_out,
280 size_t max_out,
172 RsaMethodEncrypt(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
184 RsaMethodSignRaw(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
265 RsaMethodDecrypt(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
277 RsaMethodVerifyRaw(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1436 #define max_out (1276*48+48*2+2) macro
1447 packet=malloc(max_out);
1449 memset(packet,0,max_out);
1450 po=malloc(max_out+256);
1541 ret=opus_repacketizer_out_range(rp,0,rcnt*i,po,max_out);
1593 i=opus_repacketizer_out(rp,po,max_out);
1596 i=opus_repacketizer_out_range(rp,0,1,po,max_out);
1599 i=opus_repacketizer_out_range(rp,1,2,po,max_out);
1611 i=opus_repacketizer_out(rp,po,max_out);
1623 i=opus_repacketizer_out(rp,po,max_out);
[all...]
/external/libopus/tests/
H A Dtest_opus_api.c1436 #define max_out (1276*48+48*2+2) macro
1447 packet=malloc(max_out);
1449 memset(packet,0,max_out);
1450 po=malloc(max_out+256);
1541 ret=opus_repacketizer_out_range(rp,0,rcnt*i,po,max_out);
1593 i=opus_repacketizer_out(rp,po,max_out);
1596 i=opus_repacketizer_out_range(rp,0,1,po,max_out);
1599 i=opus_repacketizer_out_range(rp,1,2,po,max_out);
1611 i=opus_repacketizer_out(rp,po,max_out);
1623 i=opus_repacketizer_out(rp,po,max_out);
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/base64/
H A Dbase64.c216 int EVP_DecodeBase64(uint8_t *out, size_t *out_len, size_t max_out, argument
222 if (!EVP_DecodedLength(&max_len, in_len) || max_out < max_len) {
/external/chromium_org/v8/src/
H A Dparser.h234 bool ParseIntervalQuantifier(int* min_out, int* max_out);
H A Dparser.cc4588 // Returns true if parsing succeeds, and set the min_out and max_out
4590 bool RegExpParser::ParseIntervalQuantifier(int* min_out, int* max_out) { argument
4645 *max_out = max;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c13600 int tot_demand, tot_out = 0, max_out;
13641 max_out = asoc->smallest_mtu - sizeof(struct sctp_paramhdr);
13642 max_out -= sizeof(struct sctp_abort_msg);
13643 if (tot_out > max_out) {
13644 tot_out = max_out;

Completed in 3314 milliseconds