HomeSort by relevance Sort by last modified time
    Searched defs:tbuf (Results 1 - 25 of 41) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
logger.h 41 time_t *tbuf; member in struct:log
security.c 72 vchar_t *tbuf = NULL; local
117 tbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, len);
118 if (tbuf == NULL)
121 ta = (struct isakmp_parse_t *)tbuf->v;
  /external/chromium_org/third_party/icu/source/common/
cstring.c 157 char tbuf[30]; local
158 int32_t tbx = sizeof(tbuf);
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
195 char tbuf[30]; local
196 int32_t tbx = sizeof(tbuf);
209 tbx = sizeof(tbuf)-1
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.h 75 __m128i tbuf[8]; local
77 array_transpose_8x8(res1, tbuf);
81 res0[8] = tbuf[0];
82 res0[9] = tbuf[1];
83 res0[10] = tbuf[2];
84 res0[11] = tbuf[3];
85 res0[12] = tbuf[4];
86 res0[13] = tbuf[5];
87 res0[14] = tbuf[6];
88 res0[15] = tbuf[7]
    [all...]
  /external/icu/icu4c/source/common/
cstring.c 157 char tbuf[30]; local
158 int32_t tbx = sizeof(tbuf);
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
195 char tbuf[30]; local
196 int32_t tbx = sizeof(tbuf);
209 tbx = sizeof(tbuf)-1
    [all...]
  /external/javassist/src/main/javassist/compiler/
Lex.java 126 StringBuffer tbuf = textBuffer; local
127 tbuf.setLength(0);
128 tbuf.append('.');
129 return readDouble(tbuf, c, token);
211 StringBuffer tbuf = textBuffer; local
212 tbuf.setLength(0);
222 tbuf.append((char)c);
239 token.textValue = tbuf.toString();
297 StringBuffer tbuf = textBuffer; local
298 tbuf.setLength(0)
430 StringBuffer tbuf = textBuffer; local
    [all...]
  /external/openssl/crypto/rsa/
rsa_pmeth.c 93 unsigned char *tbuf; member in struct:__anon32959
107 rctx->tbuf = NULL;
139 if (ctx->tbuf)
141 ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
142 if (!ctx->tbuf)
154 if (rctx->tbuf)
155 OPENSSL_free(rctx->tbuf);
242 memcpy(rctx->tbuf, tbs, tbslen);
243 rctx->tbuf[tbslen] =
245 ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
    [all...]
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 373 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
401 tbuf[0] = num + 0x30;
402 tbuf[1] = 0;
403 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
CompassSensor.IIO.primary.cpp 510 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
534 tbuf[0] = num + 0x30;
535 tbuf[1] = 0;
536 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 351 char iio_trigger_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
382 tbuf[0] = num + 0x30;
383 tbuf[1] = 0;
384 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
CompassSensor.IIO.primary.cpp 487 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local
511 tbuf[0] = num + 0x30;
512 tbuf[1] = 0;
513 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
p_rsa.c 82 /* tbuf is a buffer which is either NULL, or is the size of the RSA modulus.
84 uint8_t *tbuf; member in struct:__anon16256
149 if (rctx->tbuf) {
150 OPENSSL_free(rctx->tbuf);
159 if (ctx->tbuf) {
162 ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
163 if (!ctx->tbuf) {
208 !RSA_padding_add_PKCS1_PSS_mgf1(rsa, rctx->tbuf, tbs, rctx->md,
210 !RSA_encrypt(rsa, siglen, sig, *siglen, rctx->tbuf, key_len,
239 !RSA_verify_raw(rsa, &rslen, rctx->tbuf, key_len, sig, siglen
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj.c 413 char tbuf[DECIMAL_SIZE(i) + DECIMAL_SIZE(l) + 2]; local
529 BIO_snprintf(tbuf, sizeof(tbuf), ".%lu", l);
530 i = strlen(tbuf);
532 BUF_strlcpy(out, tbuf, out_len);
  /external/chromium_org/third_party/libpng/
pngwrite.c 447 struct tm *tbuf; local
451 tbuf = gmtime(&ttime);
452 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/libusb/libusb/
descriptor.c 678 unsigned char tbuf[255]; /* Some devices choke on size > 255 */ local
686 r = libusb_get_string_descriptor(dev, 0, 0, tbuf, sizeof(tbuf));
693 langid = tbuf[2] | (tbuf[3] << 8);
695 r = libusb_get_string_descriptor(dev, desc_index, langid, tbuf,
696 sizeof(tbuf));
700 if (tbuf[1] != LIBUSB_DT_STRING)
703 if (tbuf[0] > r)
706 for (di = 0, si = 2; si < tbuf[0]; si += 2)
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwrite.c 447 struct tm *tbuf; local
451 tbuf = gmtime(&ttime);
452 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /external/strace/
resource.c 356 struct tms tbuf; local
363 else if (umove(tcp, tcp->u_arg[0], &tbuf) < 0)
367 (unsigned long long) tbuf.tms_utime,
368 (unsigned long long) tbuf.tms_stime);
370 (unsigned long long) tbuf.tms_cutime,
371 (unsigned long long) tbuf.tms_cstime);
  /art/compiler/dex/quick/mips/
target_mips.cc 198 char tbuf[256]; local
207 strcpy(tbuf, "!");
214 strcpy(tbuf, "0000");
216 tbuf[i] += operand & 1;
221 snprintf(tbuf, arraysize(tbuf), "$f%d", RegStorage::RegNum(operand));
225 snprintf(tbuf, arraysize(tbuf), "$f%d", RegStorage::RegNum(operand));
228 snprintf(tbuf, arraysize(tbuf), "%04x", operand)
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 1151 unsigned char tbuf[255]; \/* Some devices choke on size > 255 *\/ local
    [all...]
  /external/openssl/crypto/objects/
obj_dat.c 472 char tbuf[DECIMAL_SIZE(i)+DECIMAL_SIZE(l)+2]; local
600 BIO_snprintf(tbuf,sizeof tbuf,".%lu",l);
601 i=strlen(tbuf);
604 BUF_strlcpy(buf,tbuf,buf_len);
  /art/compiler/dex/quick/arm/
target_arm.cc 357 char tbuf[256]; local
367 strcpy(tbuf, "!");
375 snprintf(tbuf, arraysize(tbuf), ", %s %d", shift_names[operand & 0x3], operand >> 2);
377 strcpy(tbuf, "");
404 strcpy(tbuf, name);
407 strcpy(tbuf, "0000");
409 tbuf[i] += operand & 1;
415 snprintf(tbuf, arraysize(tbuf), "%d [%#x]", operand, operand)
    [all...]
  /bionic/libc/dns/
gethnamaddr.c 193 char tbuf[MAXDNAME]; local
282 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
283 if ((n < 0) || !(*name_ok)(tbuf)) {
301 n = strlen(tbuf) + 1; /* for the \0 */
306 strlcpy(bp, tbuf, (size_t)(ep - bp));
312 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
313 if (n < 0 || !res_dnok(tbuf)) {
323 n = strlen(tbuf) + 1; /* for the \0 *
    [all...]
  /external/libpng/
pngwrite.c 466 struct tm *tbuf; local
470 tbuf = gmtime(&ttime);
471 png_convert_from_struct_tm(ptime, tbuf);
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 338 char tbuf[256]; local
348 strcpy(tbuf, "!");
360 strcpy(tbuf, "");
362 DecodeRegExtendOrShift(operand, tbuf, arraysize(tbuf));
369 strcpy(tbuf, "");
371 DecodeRegExtendOrShift(operand, tbuf, arraysize(tbuf));
398 strcpy(tbuf, name);
401 snprintf(tbuf, arraysize(tbuf), "s%d", operand & RegStorage::kRegNumMask)
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 1184 char tbuf[32]; local
1197 char tbuf[32]; local
    [all...]

Completed in 2441 milliseconds

1 2