Home
last modified time | relevance | path

Searched refs:popped (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dflist.c72 pa_flist_elem *popped; in stack_pop() local
80 popped = &flist->table[idx & flist->index_mask]; in stack_pop()
81 } while (!pa_atomic_cmpxchg(list, idx, pa_atomic_load(&popped->next))); in stack_pop()
83 return popped; in stack_pop()
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c63 char popped[BUFFER_SIZE]; member
125 q->popped[j] = q->data[i]; in queue_pop()
133 q->popped[j] = '\0'; in queue_pop()
322 read_test(worker, q->popped); in worker_run()
376 if (!w->q->popped[0]) { in restart_worker()
383 tst_res(TINFO, "Worker %d (%d): Last popped '%s'", in restart_worker()
384 w->pid, worker, w->q->popped); in restart_worker()
/third_party/node/test/parallel/
H A Dtest-domain-enter-exit.js56 `b and c not popped: ${names(domain._stack)}`);
/third_party/python/Lib/email/
H A Dheader.py556 popped = self[i:]
558 return popped
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c585 * BIO at a time, making sure that the last one popped isn't. in def_load_bio()
588 BIO *popped = sk_BIO_pop(biosk); in def_load_bio() local
590 in = popped; in def_load_bio()
/third_party/openssl/crypto/conf/
H A Dconf_def.c585 * BIO at a time, making sure that the last one popped isn't. in def_load_bio()
588 BIO *popped = sk_BIO_pop(biosk); in def_load_bio() local
590 in = popped; in def_load_bio()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c3095 unsigned popped = br->branch.target_block; in mir_add_writeout_loops() local
3096 pan_block_add_successor(&(mir_get_block(ctx, popped - 1)->base), in mir_add_writeout_loops()
3113 uncond.branch.target_block = popped; in mir_add_writeout_loops()
3117 &(mir_get_block(ctx, popped)->base)); in mir_add_writeout_loops()
/third_party/python/Lib/test/
H A Dtest_set.py1297 popped = {}
1299 popped[self.set.pop()] = None
1300 self.assertEqual(len(popped), len(self.values))
1302 self.assertIn(v, popped)
/third_party/littlefs/
H A Dlfs.c960 popped: in lfs_dir_traverse()
1065 goto popped; in lfs_dir_traverse()

Completed in 23 milliseconds