Searched defs:th (Results 1 - 25 of 85) sorted by last modified time

1234

/external/valgrind/main/none/tests/
H A Dpth_atfork1.c77 pthread_t th; local
82 if (pthread_create (&th, NULL, thread, NULL) != 0)
85 pthread_join (th, &res);
H A Dpth_exit.c4 static void *th(void *v) function
14 pthread_create(&a, NULL, th, NULL);
15 pthread_create(&a, NULL, th, NULL);
16 pthread_create(&a, NULL, th, NULL);
17 pthread_create(&a, NULL, th, NULL);
H A Dmanythreads.c15 pthread_t th; local
20 pthread_create(&th, NULL, func, NULL);
21 pthread_join(th, NULL);
/external/valgrind/main/callgrind/
H A Dmain.c1528 thread_info** th; local
1551 th = CLG_(get_threads)();
1554 if (!th[t]) continue;
1618 thread_info** th = CLG_(get_threads)(); local
1621 if (th[t]) tcount++;
/external/valgrind/main/callgrind/tests/
H A Dthreads.c14 static void *th(void *v) function
41 pthread_create(&t[i], NULL, th, &sum[i]);
/external/valgrind/main/helgrind/tests/
H A Dhg01_all_ok.c17 static void *th(void *v) function
41 pthread_create(&a, NULL, th, NULL);
42 pthread_create(&b, NULL, th, NULL);
H A Dhg04_race.c8 static void *th(void *v) function
19 pthread_create(&a, NULL, th, NULL);
21 pthread_create(&b, NULL, th, NULL);
H A Dhg05_race2.c13 static void *th(void *v) function
27 pthread_create(&a, NULL, th, &foo);
29 pthread_create(&b, NULL, th, &foo);
/external/tcpdump/
H A Dprint-forces.c508 const struct tom_h *th = &ForCES_msg[i]; local
509 if (th->v == tom)
510 return th;
H A Dprint-tcp.c252 register struct tcp_seq_hash6 *th; local
276 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE];
277 th->nxt; th = th->nxt)
278 if (memcmp((char *)&tha, (char *)&th->addr,
279 sizeof(th->addr)) == 0)
282 if (!th->nxt || (flags & TH_SYN)) {
284 if (th->nxt == NULL) {
285 th
308 register struct tcp_seq_hash *th; local
[all...]
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp343 SkFixed th = SkIntToFixed(glyph->fBounds.height() - 2*SK_DistanceFieldInset); local
354 SkFixedToFloat(texture->normalizeFixedY(ty + th)),
/external/skia/src/ports/
H A DSkFontHost_win.cpp1572 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; local
1574 const uint8_t* end_poly = cur_glyph + th->cb;
1577 path->moveTo(SkFixedToScalar( SkFIXEDToFixed(th->pfxStart.x)),
1578 SkFixedToScalar(-SkFIXEDToFixed(th->pfxStart.y)));
1611 cur_glyph += th->cb;
1632 const TTPOLYGONHEADER* th = (TTPOLYGONHEADER*)cur_glyph; local
1634 const uint8_t* end_poly = cur_glyph + th->cb;
1638 path->moveTo(SkFixedToScalar( SkFIXEDToFixed(th->pfxStart.x)),
1686 cur_glyph += th->cb;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c276 static double th[4] = {0.0, 0.0, 0.0, 0.0}; local
328 sprintf(num_str, "%0.2f Hz, %dx%d, VENDOR: ", filter(t, th), w_win, h_win);
333 sprintf(num_str, "%0.2f Hz, %dx%d, RENDERER: ", filter(t, th), w_win, h_win);
338 sprintf(num_str, "%0.2f Hz, %dx%d, VERSION: ", filter(t, th), w_win, h_win);
343 sprintf(num_str, "%0.2f Hz, %dx%d, EXTENSIONS: ", filter(t, th), w_win, h_win);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c276 static double th[4] = {0.0, 0.0, 0.0, 0.0}; local
328 sprintf(num_str, "%0.2f Hz, %dx%d, VENDOR: ", filter(t, th), w_win, h_win);
333 sprintf(num_str, "%0.2f Hz, %dx%d, RENDERER: ", filter(t, th), w_win, h_win);
338 sprintf(num_str, "%0.2f Hz, %dx%d, VERSION: ", filter(t, th), w_win, h_win);
343 sprintf(num_str, "%0.2f Hz, %dx%d, EXTENSIONS: ", filter(t, th), w_win, h_win);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c276 static double th[4] = {0.0, 0.0, 0.0, 0.0}; local
328 sprintf(num_str, "%0.2f Hz, %dx%d, VENDOR: ", filter(t, th), w_win, h_win);
333 sprintf(num_str, "%0.2f Hz, %dx%d, RENDERER: ", filter(t, th), w_win, h_win);
338 sprintf(num_str, "%0.2f Hz, %dx%d, VERSION: ", filter(t, th), w_win, h_win);
343 sprintf(num_str, "%0.2f Hz, %dx%d, EXTENSIONS: ", filter(t, th), w_win, h_win);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp461 RThread th; local
462 th.Open(gEpocEnv->iId);
463 th.Suspend();
464 th.Close();
472 RThread th; local
473 th.Open(gEpocEnv->iId);
474 th.Resume();
475 th.Close();
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.h360 OPJ_UINT32 th; member in struct:opj_cp
H A Dopenjpeg.h749 int th; member in struct:opj_codestream_info
850 OPJ_UINT32 th; member in struct:opj_codestream_info_v2
/external/openssl/crypto/bn/
H A Dbn_asm.c241 BN_ULONG dh,dl,q,ret=0,th,tl,t; local
267 th=q*dh;
271 t=h-th;
278 th-=dh;
283 th+=t;
285 if (l < tl) th++;
287 if (h < th)
292 h-=th;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
106 for (y = 0; y < th; y += TILE_SIZE) {
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
124 for (y = 0; y < th; y += TILE_SIZE) {

Completed in 1320 milliseconds

1234