HomeSort by relevance Sort by last modified time
    Searched defs:tp (Results 76 - 100 of 255) sorted by null

1 2 34 5 6 7 8 91011

  /external/qemu/slirp-android/
tftp.c 53 static int tftp_session_allocate(struct tftp_t *tp)
73 spt->client_ip = ip_geth(tp->ip.ip_src);
74 spt->client_port = port_geth(tp->udp.uh_sport);
81 static int tftp_session_find(struct tftp_t *tp)
90 if (spt->client_ip == ip_geth(tp->ip.ip_src)) {
91 if (spt->client_port == port_geth(tp->udp.uh_sport)) {
137 struct tftp_t *tp; local
148 tp = (void *)m->m_data;
151 tp->tp_op = htons(TFTP_OACK);
152 n += snprintf((char *)tp->x.tp_buf + n, sizeof(tp->x.tp_buf) - n, "%s"
180 struct tftp_t *tp; local
222 struct tftp_t *tp; local
416 struct tftp_t *tp = (struct tftp_t *)m->m_data; local
    [all...]
  /frameworks/wilhelm/src/
ThreadPool.c 25 ThreadPool *tp = (ThreadPool *) context; local
26 assert(NULL != tp);
28 Closure *pClosure = ThreadPool_remove(tp);
81 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads);
87 SLresult ThreadPool_init(ThreadPool *tp, unsigned maxClosures, unsigned maxThreads)
89 assert(NULL != tp);
90 memset(tp, 0, sizeof(ThreadPool));
91 tp->mShutdown = SL_BOOLEAN_FALSE;
98 err = pthread_mutex_init(&tp->mMutex, (const pthread_mutexattr_t *) NULL);
103 err = pthread_cond_init(&tp->mCondNotFull, (const pthread_condattr_t *) NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
can.h 85 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon25693
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
can.h 85 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon27429
  /bionic/libc/kernel/uapi/linux/
can.h 77 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon340
  /development/ndk/platforms/android-L/include/linux/
can.h 77 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon1952
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java 136 ECFieldF2mDomainParams tp = intCtorTestParameters[i]; local
139 new ECFieldF2m(tp.m);
141 if (tp.x != null) {
147 if (tp.x == null || !e.getClass().isInstance(tp.x)) {
261 ECFieldF2mDomainParams tp = intIntArrayCtorTestParameters[i]; local
264 new ECFieldF2m(tp.m, tp.ks);
266 if (tp.x != null) {
272 if (tp.x == null || !e.getClass().isInstance(tp.x))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 364 ui::ThemeProvider* tp = GetThemeProvider(); local
367 tp->GetImageSkiaNamed(IDR_BACK));
369 tp->GetImageSkiaNamed(IDR_BACK_H));
371 tp->GetImageSkiaNamed(IDR_BACK_P));
373 tp->GetImageSkiaNamed(IDR_BACK_D));
376 tp->GetImageSkiaNamed(IDR_FORWARD));
378 tp->GetImageSkiaNamed(IDR_FORWARD_H));
380 tp->GetImageSkiaNamed(IDR_FORWARD_P));
382 tp->GetImageSkiaNamed(IDR_FORWARD_D));
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_header_painter_ash.cc 360 ui::ThemeProvider* tp = frame_->GetThemeProvider(); local
361 if (tp->HasCustomImage(IDR_THEME_FRAME_OVERLAY) && !is_incognito_) {
374 *frame_image = *tp->GetImageSkiaNamed(frame_image_id);
376 gfx::ImageSkia() : *tp->GetImageSkiaNamed(frame_overlay_image_id);
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 477 TOKEN_PRIVILEGES tp; local
478 tp.PrivilegeCount = 1;
479 tp.Privileges[0].Luid = privilege_luid;
480 tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
482 if (!::AdjustTokenPrivileges(token_.Get(), FALSE, &tp,
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
generic.c 1103 BN_ULONG c0, c1, ml, *tp, n0; local
1113 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
1123 mul(tp[j], ap[j], ml, mh, c0);
1126 mul(tp[j], ap[j], ml, c0);
1129 tp[num] = c0;
1130 tp[num + 1] = 0;
1140 mul_add(tp[j], ap[j], ml, mh, c0);
1143 mul_add(tp[j], ap[j], ml, c0);
1145 c1 = (tp[num] + c0) & BN_MASK2;
1146 tp[num] = c1
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ethreading.c 68 TOKENEXTRA *tp ; local
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
97 cpi->tplist[mb_row].start = tp;
130 tp = tp_start;
186 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp);
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
263 int tok_count = tp - tp_start;
267 cpi->tplist[mb_row].stop = tp;
  /external/chromium_org/third_party/re2/re2/
nfa.cc 220 Thread** tp = &q->find(id)->second; local
237 *tp = t;
269 *tp = t;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 472 char *ts, *tp; local
476 ts = tp = (char *) malloc(len + 1);
493 *tp = '\0';
524 *tp++ = *pp++;
  /external/clang/test/Analysis/
uninit-const.c 26 int* tp = &t; // expected-note {{'tp' initialized here}} local
27 doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to uninitialized value}}
47 int* tp = p; // expected-note {{'tp' initialized here}} local
48 doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to uninitialized value}}
64 int* tp = ta; // expected-note {{'tp' initialized here}} local
65 doStuff_pointerToConstInt(tp); // expected-warning {{Function call argument is a pointer to uninitialized value}}
77 int* tp = ta local
150 int* tp = &t; \/\/ expected-note {{'tp' initialized here}} local
158 int* tp = &t; \/\/ expected-note {{'tp' initialized here}} local
167 int* tp = &t; local
176 int* tp = &t; local
185 int *tp = &t; local
194 int *tp = &t; \/\/ expected-note {{'tp' initialized here}} local
204 int *tp = &t; local
213 int *tp = &t; \/\/ expected-note {{'tp' initialized here}} local
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 135 T* tp; local
136 tp.f; // expected-error{{member reference base type 'T *' is not a structure or union}}
137 tp->f;
  /external/icu/icu4c/source/i18n/
collationsets.cpp 219 const UnicodeString *tp = NULL; // Tailoring prefix. local
225 if(tp == NULL) {
227 tp = &prefixes.getString();
229 tp = &none;
239 if(tp == &none && bp == &none) { break; }
240 int32_t cmp = tp->compare(*bp);
242 // tp occurs in the tailoring but not in the base.
243 addPrefix(data, *tp, c, (uint32_t)prefixes.getValue());
244 tp = NULL;
250 setPrefix(*tp);
    [all...]
  /external/iproute2/ip/
ipntable.c 327 struct tm *tp; local
340 tp = localtime(&t);
341 if (!tp)
344 strftime(str, sizeof(str), "%Y-%m-%d %T", tp);
  /external/iputils/
tftpd.c 96 void tftp(struct tftphdr *tp, int size) __attribute__((noreturn));
108 register struct tftphdr *tp; local
198 tp = (struct tftphdr *)buf;
199 tp->th_opcode = ntohs(tp->th_opcode);
200 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
201 tftp(tp, n);
223 void tftp(struct tftphdr *tp, int size)
230 filename = cp = tp->th_stuff
517 register struct tftphdr *tp; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
can.h 136 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon6613
  /external/libedit/src/
tty.c 905 const ttymap_t *tp; local
920 for (tp = tty_map; tp->nch != (Int)-1; tp++) {
921 new[0] = t_n[tp->nch];
922 old[0] = t_o[tp->och];
930 map[UC(new[0])] = tp->bind[el->el_map.type];
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
    [all...]
  /external/libpcap/
sf-pcap.c 500 static u_char *tp = NULL; local
511 if (tp != NULL)
512 free((u_char *)tp);
513 tp = (u_char *)malloc(tsize);
514 if (tp == NULL) {
521 amt_read = fread((char *)tp, 1, hdr->caplen, fp);
543 memcpy(p->buffer, (char *)tp, p->bufsize);
  /external/libsepol/src/
hierarchy.c 129 type_datum_t *t, *tp; local
138 if (find_parent_type(a, t, &tp) < 0)
141 if (tp && tp->flavor == TYPE_ATTRIB) {
144 (char *) k, a->p->p_type_val_to_name[tp->s.value - 1]);
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 68 TOKENEXTRA *tp ; local
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
97 cpi->tplist[mb_row].start = tp;
130 tp = tp_start;
186 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp);
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
248 int tok_count = tp - tp_start;
252 cpi->tplist[mb_row].stop = tp;
  /external/openssl/apps/
openssl.c 469 int i,ret=1,tp,nl; local
576 tp=0;
589 if (fp->type != tp)
591 tp=fp->type;
593 if (tp == FUNC_TYPE_MD)
599 else if (tp == FUNC_TYPE_CIPHER)

Completed in 3450 milliseconds

1 2 34 5 6 7 8 91011