Searched refs:tbuf (Results 1 - 25 of 38) sorted by relevance

12

/external/strace/
H A Dtimes.c43 tms_t tbuf; local
48 if (!umove_or_printaddr(tcp, tcp->u_arg[0], &tbuf)) {
50 zero_extend_signed_to_ull(tbuf.tms_utime),
51 zero_extend_signed_to_ull(tbuf.tms_stime));
53 zero_extend_signed_to_ull(tbuf.tms_cutime),
54 zero_extend_signed_to_ull(tbuf.tms_cstime));
/external/strace/tests/
H A Dtimes.c91 struct tms tbuf; local
107 long res = syscall(__NR_times, &tbuf);
114 register long arg asm("rdi") = (long) &tbuf;
122 clock_t res = times(&tbuf);
133 (unsigned long long) tbuf.tms_utime,
134 (unsigned long long) tbuf.tms_stime);
136 (unsigned long long) tbuf.tms_cutime,
137 (unsigned long long) tbuf.tms_cstime,
/external/strace/tests-m32/
H A Dtimes.c91 struct tms tbuf; local
107 long res = syscall(__NR_times, &tbuf);
114 register long arg asm("rdi") = (long) &tbuf;
122 clock_t res = times(&tbuf);
133 (unsigned long long) tbuf.tms_utime,
134 (unsigned long long) tbuf.tms_stime);
136 (unsigned long long) tbuf.tms_cutime,
137 (unsigned long long) tbuf.tms_cstime,
/external/strace/tests-mx32/
H A Dtimes.c91 struct tms tbuf; local
107 long res = syscall(__NR_times, &tbuf);
114 register long arg asm("rdi") = (long) &tbuf;
122 clock_t res = times(&tbuf);
133 (unsigned long long) tbuf.tms_utime,
134 (unsigned long long) tbuf.tms_stime);
136 (unsigned long long) tbuf.tms_cutime,
137 (unsigned long long) tbuf.tms_cstime,
/external/ipsec-tools/src/racoon/
H A Dlogger.h41 time_t *tbuf; member in struct:log
H A Dlogger.c82 p->tbuf = (time_t *)racoon_malloc(sizeof(time_t *) * siz);
83 if (p->tbuf == NULL) {
88 memset(p->tbuf, 0, sizeof(time_t *) * siz);
111 p->tbuf[p->head] = time(NULL);
197 tm = localtime(&p->tbuf[j]);
220 racoon_free(p->tbuf);
H A Dsecurity.c72 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;
H A Dracoonctl.c1099 char tbuf[56]; local
1195 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1197 snprintf(tbuf, sizeof(tbuf), " ");
1198 printf("%s ", tbuf);
1314 char tbuf[56]; local
1325 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1331 tbuf);
[all...]
/external/icu/icu4c/source/common/
H A Dcstring.c159 char tbuf[30]; local
160 int32_t tbx = sizeof(tbuf);
173 tbx = sizeof(tbuf)-1;
174 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
177 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
182 uprv_strcpy(buffer+length, tbuf+tbx);
183 length += sizeof(tbuf) - tbx -1;
197 char tbuf[30]; local
198 int32_t tbx = sizeof(tbuf);
211 tbx = sizeof(tbuf)
[all...]
/external/openssh/openbsd-compat/
H A Dvis.c177 char tbuf[5]; local
196 i = vis(tbuf, c, flag, *++src) - tbuf;
198 memcpy(dst, tbuf, i);
211 dst += vis(tbuf, c, flag, *++src) - tbuf;
/external/openssh/
H A Dsftp-common.c219 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
240 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
242 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
245 tbuf[0] = '\0';
252 sbuf, tbuf, name);
256 (unsigned long long)st->st_size, tbuf, name);
/external/eigen/unsupported/test/
H A DFFTW.cpp86 ScalarVector tbuf(nfft);
89 tbuf[k]= (T)( rand()/(double)RAND_MAX - .5);
94 fft.fwd( freqBuf,tbuf);
96 VERIFY( T(fft_rmse(freqBuf,tbuf)) < test_precision<T>() );// gross check
99 fft.fwd( freqBuf,tbuf);
101 VERIFY( T(fft_rmse(freqBuf,tbuf)) < test_precision<T>() );// gross check
108 VERIFY( T(dif_rmse(tbuf,tbuf2)) < test_precision<T>() );// gross check
121 //for (size_t i=0;i<(size_t) tbuf.size();++i)
122 // cout << "freqBuf=" << freqBuf[i] << " in2=" << tbuf3[i] << " - in=" << tbuf[i] << " => " << (tbuf3[i] - tbuf[
[all...]
/external/boringssl/src/crypto/evp/
H A Dp_rsa.c87 /* tbuf is a buffer which is either NULL, or is the size of the RSA modulus.
89 uint8_t *tbuf; member in struct:__anon662
150 OPENSSL_free(rctx->tbuf);
156 if (ctx->tbuf) {
159 ctx->tbuf = OPENSSL_malloc(EVP_PKEY_size(pk->pkey));
160 if (!ctx->tbuf) {
227 !RSA_verify_raw(rsa, &rslen, rctx->tbuf, key_len, sig, siglen,
230 CRYPTO_memcmp(tbs, rctx->tbuf, rslen) != 0) {
278 if (!RSA_verify_raw(rsa, &rslen, rctx->tbuf, key_len, sig, sig_len,
282 CRYPTO_memcmp(rctx->tbuf, asn1_prefi
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dinv_txfm_sse2.h107 __m128i tbuf[8]; local
109 array_transpose_8x8(res1, tbuf);
113 res0[8] = tbuf[0];
114 res0[9] = tbuf[1];
115 res0[10] = tbuf[2];
116 res0[11] = tbuf[3];
117 res0[12] = tbuf[4];
118 res0[13] = tbuf[5];
119 res0[14] = tbuf[6];
120 res0[15] = tbuf[
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_luv.c165 uint8* tbuf; /* translation buffer */ member in struct:logLuvState
210 tp = (int16*) sp->tbuf;
283 tp = (uint32 *) sp->tbuf;
344 tp = (uint32*) sp->tbuf;
454 tp = (int16*) sp->tbuf;
547 tp = (uint32*) sp->tbuf;
605 tp = (uint32*) sp->tbuf;
775 int16* l16 = (int16*) sp->tbuf;
785 int16* l16 = (int16*) sp->tbuf;
797 int16* l16 = (int16*) sp->tbuf;
[all...]
H A Dtif_pixarlog.c461 uint16 *tbuf; member in struct:__anon16770
693 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size);
694 if (sp->tbuf == NULL)
775 sp->stream.next_out = (unsigned char *) sp->tbuf;
820 up = sp->tbuf;
898 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size);
899 if (sp->tbuf == NULL)
1143 for (i = 0, up = sp->tbuf; i < n; i += llen, up += llen) {
1168 sp->stream.next_in = (unsigned char *) sp->tbuf;
1274 if (sp->tbuf)
[all...]
/external/libusb/libusb/
H A Ddescriptor.c1143 unsigned char tbuf[255]; /* Some devices choke on size > 255 */ local
1159 r = libusb_get_string_descriptor(dev_handle, 0, 0, tbuf, sizeof(tbuf));
1166 langid = tbuf[2] | (tbuf[3] << 8);
1168 r = libusb_get_string_descriptor(dev_handle, desc_index, langid, tbuf,
1169 sizeof(tbuf));
1173 if (tbuf[1] != LIBUSB_DT_STRING)
1176 if (tbuf[0] > r)
1179 for (di = 0, si = 2; si < tbuf[
[all...]
/external/libcxx/src/experimental/filesystem/
H A Doperations.cpp698 struct ::timeval tbuf[2]; local
699 tbuf[0].tv_sec = atime.tv_sec;
700 tbuf[0].tv_usec = duration_cast<microseconds>(nanoseconds(atime.tv_nsec)).count();
702 &tbuf[1].tv_sec, &tbuf[1].tv_usec, new_time);
709 if (::utimes(p.c_str(), tbuf) == -1) {
713 struct ::timespec tbuf[2]; local
714 tbuf[0].tv_sec = 0;
715 tbuf[0].tv_nsec = UTIME_OMIT;
718 &tbuf[
[all...]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java444 StringBuilder tbuf = new StringBuilder();
448 tbuf.append(sig.substring(i));
451 tbuf.append(sig.substring(i, n));
454 xsig = tbuf.toString();
/external/toybox/kconfig/lxdialog/
H A Dtextbox.c51 int dialog_textbox(const char *title, const char *tbuf, argument
63 buf = tbuf;
/external/tcpdump/
H A Dutil-print.c673 u_char *tbuf, size_t tbuflen)
698 tbuf[toklen] = *(pptr + idx);
705 tbuf[toklen] = '\0';
672 fetch_token(netdissect_options *ndo, const u_char *pptr, u_int idx, u_int len, u_char *tbuf, size_t tbuflen) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc247 PRE_SYSCALL(times)(void *tbuf) {}
249 POST_SYSCALL(times)(long res, void *tbuf) {
251 if (tbuf) POST_WRITE(tbuf, struct_tms_sz);
/external/mksh/src/
H A Dexpr.c176 char tbuf[2]; local
193 tbuf[0] = *es->tokp;
194 tbuf[1] = '\0';
195 s = tbuf;
/external/ltp/testcases/kernel/io/aio/aio01/
H A Daio01.c84 char tbuf[80]; variable
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1312 u8 tbuf[IW_PRIV_SIZE_MASK]; /* max size is 2047 bytes */ local
1322 iwr.u.data.pointer = (void *) tbuf;
1323 iwr.u.data.length = sizeof(tbuf);
1340 (u8 *) tbuf, data_len);
1345 os_memcpy(&freq, tbuf, sizeof(freq));
1346 os_memcpy(&frame_type, &tbuf[sizeof(freq)],
1348 mgmt = (void *) &tbuf[sizeof(freq) + sizeof(frame_type)];

Completed in 1059 milliseconds

12