Home
last modified time | relevance | path

Searched refs:child_val (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D1-1.c39 static int child_val; variable
55 child_val = HANDLER_CALLED; in child_handler()
66 child_val = HANDLER_NOTCALLED; in main()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c1481 struct reg_or_immed *child_val = ralloc(ctx, struct reg_or_immed); in live_in_rewrite() local
1482 child_val->def = child_def; in live_in_rewrite()
1483 child_val->flags = child_def->flags; in live_in_rewrite()
1484 live_in_rewrite(ctx, child, child_val, block, pred_idx); in live_in_rewrite()
/third_party/python/Lib/test/
H A Dtest_random.py1339 child_val = eval(f.read())
1340 self.assertNotEqual(val, child_val)

Completed in 8 milliseconds