/third_party/iowow/src/ |
D | iowow.c | 48 RCC(rc, finish, iwlog_init()); in iw_init() 49 RCC(rc, finish, iwu_init()); in iw_init() 50 RCC(rc, finish, iwp_init()); in iw_init() 51 RCC(rc, finish, jbl_init()); in iw_init() 54 RCC(rc, finish, iwp_current_time_ms(&ts, false)); in iw_init() 59 RCC(rc, finish, iwfs_init()); in iw_init() 60 RCC(rc, finish, iwkv_init()); in iw_init()
|
/third_party/ejdb/src/jbr/ |
D | jbr.c | 122 RCC(rc, finish, jbl_as_json(jbl, jbl_count_json_printer, &nbytes, JBL_PRINT_PRETTY)); in _on_get() 123 RCC(rc, finish, iwn_http_response_header_i64_set(ctx->req->http, "content-length", nbytes)); in _on_get() 126 RCC(rc, finish, jbl_as_json(jbl, jbl_xstr_json_printer, xstr, JBL_PRINT_PRETTY)); in _on_get() 158 RCC(rc, finish, ejdb_put_new(ctx->jbr->db, ctx->cname, jbl, &id)); in _on_post() 184 RCC(rc, finish, ejdb_put(ctx->jbr->db, ctx->cname, jbl, ctx->id)); in _on_put() 258 RCC(rc, finish, ejdb_get_meta(ctx->jbr->db, &jbl)); in _on_options() 260 RCC(rc, finish, jbl_as_json(jbl, jbl_xstr_json_printer, xstr, JBL_PRINT_PRETTY)); in _on_options() 263 …RCC(rc, finish, iwn_http_response_header_add(ctx->req->http, "Allow", "GET, HEAD, POST, OPTIONS", … in _on_options() 265 RCC(rc, finish, iwn_http_response_header_add(ctx->req->http, "Allow", in _on_options() 270 …RCC(rc, finish, iwn_http_response_header_add(ctx->req->http, "Access-Control-Allow-Origin", "*", 1… in _on_options() [all …]
|
/third_party/ejdb/src/jbi/ |
D | jbi_dup_scanner.c | 36 RCC(rc, finish, iwkv_cursor_is_matched_key(cur, &key, &matched, &id)); in _jbi_consume_eq() 41 RCC(rc, finish, consumer(ctx, 0, id, &step, &matched, 0)); in _jbi_consume_eq() 107 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, IWKV_CURSOR_GE, &key)); in _jbi_consume_in_node() 115 RCC(rc, finish, iwkv_cursor_is_matched_key(cur, &key, &matched, &id)); in _jbi_consume_in_node() 120 RCC(rc, finish, consumer(ctx, 0, id, &step, &matched, 0)); in _jbi_consume_in_node() 161 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan() 170 RCC(rc, finish, iwkv_cursor_to(cur, midx->cursor_step)); in _jbi_consume_scan() 184 RCC(rc, finish, iwkv_cursor_copy_key(cur, 0, 0, &sz, &id)); in _jbi_consume_scan() 197 RCC(rc, finish, consumer(ctx, 0, id, &step, &matched, 0)); in _jbi_consume_scan() 226 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan() [all …]
|
D | jbi_uniq_scanner.c | 70 RCC(rc, finish, consumer(ctx, 0, id, &step, &matched, 0)); in _jbi_consume_in_node() 96 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan() 108 RCC(rc, finish, iwkv_cursor_to(cur, midx->cursor_step)); in _jbi_consume_scan() 119 RCC(rc, finish, iwkv_cursor_copy_val(cur, &numbuf, IW_VNUMBUFSZ, &sz)); in _jbi_consume_scan() 138 RCC(rc, finish, consumer(ctx, 0, id, &step, &matched, 0)); in _jbi_consume_scan() 166 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan() 168 RCC(rc, finish, iwkv_cursor_to(cur, midx->cursor_step)); in _jbi_consume_noxpr_scan() 179 RCC(rc, finish, iwkv_cursor_copy_val(cur, &numbuf, IW_VNUMBUFSZ, &sz)); in _jbi_consume_noxpr_scan() 188 RCC(rc, finish, consumer(ctx, 0, id, &step, &matched, 0)); in _jbi_consume_noxpr_scan()
|
D | jbi_consumer.c | 54 RCC(rc, finish, jbl_from_buf_keep_onstack(&jbl, ctx->jblbuf, vsz)); in jbi_consumer() 82 RCC(rc, finish, jbl_to_node(&jbl, &root, true, pool)); in jbi_consumer() 92 RCC(rc, finish, jql_apply(q, root, pool)); in jbi_consumer() 93 RCC(rc, finish, _jbl_from_node(&sn, root)); in jbi_consumer() 103 RCC(rc, finish, jql_project(q, root, pool, ctx)); in jbi_consumer() 116 RCC(rc, finish, ux->visitor(ux, &doc, &ctx->istep)); in jbi_consumer()
|
D | jbi_sorter_consumer.c | 32 RCC(rc, finish, jbl_from_buf_keep_onstack2(&d1, p1)); in _jbi_scan_sorter_cmp() 33 RCC(rc, finish, jbl_from_buf_keep_onstack2(&d2, p2)); in _jbi_scan_sorter_cmp() 99 RCC(rc, finish, ssc->sof.probe_mmap(&ssc->sof, 0, &ssc->docs, &sp)); in _jbi_scan_sorter_do() 109 RCC(rc, finish, jbl_from_buf_keep_onstack2(&jbl, rp)); in _jbi_scan_sorter_do() 124 RCC(rc, finish, _jbi_scan_sorter_apply(pool, ctx, ux->q, &doc)); in _jbi_scan_sorter_do() 126 RCC(rc, finish, jb_del(ctx->jbc, &jbl, id)); in _jbi_scan_sorter_do() 132 RCC(rc, finish, ux->visitor(ux, &doc, &step)); in _jbi_scan_sorter_do()
|
/third_party/iowow/src/kv/examples/ |
D | cursors1.c | 56 RCC(rc, finish, iwkv_put(db, &key, &val, 0)); in run() 60 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0)); in run() 63 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); in run() 73 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0)); in run() 76 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); in run() 89 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key)); in run() 91 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); in run()
|
D | compoundkeys1.c | 68 RCC(rc, finish, iwkv_put(db, &key, &val, 0)); in run() 76 RCC(rc, finish, iwkv_get(db, &key, &val)); in run() 88 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key)); in run() 90 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); in run()
|
/third_party/ejdb/src/ |
D | ejdb2.c | 75 RCC(rc, finish, jbl_from_buf_keep_onstack(&imeta, mval->data, mval->size)); in _jb_coll_load_index_lr() 86 RCC(rc, finish, jbl_ptr_alloc(ptr, &idx->ptr)); in _jb_coll_load_index_lr() 87 RCC(rc, finish, iwkv_db(jbc->db->iwkv, idx->dbid, idx->idbf, &idx->idb)); in _jb_coll_load_index_lr() 122 RCC(rc, finish, iwkv_cursor_key(cur, &key)); in _jb_coll_load_indexes_lr() 125 RCC(rc, finish, iwkv_cursor_val(cur, &val)); in _jb_coll_load_indexes_lr() 177 RCC(rc, finish, iwkv_cursor_copy_key(cur, &jbc->id_seq, sizeof(jbc->id_seq), &sz, 0)); in _jb_coll_load_meta_lr() 222 RCC(rc, finish, jbl_ptr_serialize(idx->ptr, xstr)); in _jb_idx_add_meta_lr() 262 RCC(rc, finish, _jb_idx_add_meta_lr(idx, ilist)); in _jb_coll_add_meta_lr() 297 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); in _jb_db_meta_load() 385 RCC(rc, create_finish, iwkv_new_db(db->iwkv, IWDB_VNUM64_KEYS, &dbid, &cdb)); in _jb_coll_acquire_keeplock2() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/ |
D | qmlsink.qrc | 1 <RCC> 5 </RCC>
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/ |
D | qmlsrc.qrc | 1 <RCC> 5 </RCC>
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/ |
D | qmlsink-dyn-added.qrc | 1 <RCC> 5 </RCC>
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/ |
D | qmlsink-multi.qrc | 1 <RCC> 6 </RCC>
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/ |
D | qmloverlay.qrc | 1 <RCC> 7 </RCC>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | icons.qrc | 1 <RCC> 9 </RCC>
|
D | icons_png.qrc | 1 <RCC> 9 </RCC>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | icons.qrc | 1 <RCC> 9 </RCC>
|
D | icons_png.qrc | 1 <RCC> 9 </RCC>
|
/third_party/iowow/ |
D | README.md | 209 RCC(rc, finish, iwkv_put(db, &key, &val, 0)); 213 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0)); 216 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); 226 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0)); 229 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val)); 242 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key)); 244 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val));
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.c | 213 RCC(rc, finish, _fsm_init_bkey_node(bk, offset_blk, length_blk)); in _fsm_put_fbk() 1006 …RCC(rc, rollback, _fsm_set_bit_status_lw(fsm, (bmoff >> fsm->bpow), (bmlen >> fsm->bpow), 1, FSM_B… in _fsm_init_lw() 1009 RCC(rc, rollback, _fsm_set_bit_status_lw(fsm, 0, (fsm->hdrlen >> fsm->bpow), 1, FSM_BM_NONE)); in _fsm_init_lw() 1016 RCC(rc, rollback, _fsm_write_meta_lw(fsm)); in _fsm_init_lw() 1017 RCC(rc, rollback, pool->sync(pool, IWFS_FDATASYNC)); in _fsm_init_lw() 1213 RCC(rc, finish, _fsm_init_lw(fsm, offset, length)); in _fsm_trim_tail_lw() 1217 RCC(rc, finish, _fsm_blk_deallocate_lw(fsm, offset, length)); in _fsm_trim_tail_lw() 1220 RCC(rc, finish, _fsm_bmptr(fsm, &bmptr)); // -V519 in _fsm_trim_tail_lw() 1410 RCC(rc, finish, _fsm_read_meta_lr(fsm)); in _fsm_init_existing_lw() 1414 RCC(rc, finish, pool->add_mmap(pool, 0, SIZE_T_MAX, fsm->mmap_opts)); in _fsm_init_existing_lw() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program1_1.txt | 51 RCC, SUB, and ABS). 159 RCC s ssss reciprocal clamped 167 Add four new sections describing the DPH, RCC, SUB, and ABS 200 2.14.1.10.19 RCC: Reciprocal Clamped 202 The RCC instruction inverts the value of the source scalar, clamps 297 Version 1.1 vertex programs provide support for the DPH, RCC, SUB, 326 | "RCC" 344 Except for supporting the additional DPH, RCC, SUB, and ABS 442 8 03/04/14 mjk RCC decimal value corrections
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program1_1.txt | 51 RCC, SUB, and ABS). 159 RCC s ssss reciprocal clamped 167 Add four new sections describing the DPH, RCC, SUB, and ABS 200 2.14.1.10.19 RCC: Reciprocal Clamped 202 The RCC instruction inverts the value of the source scalar, clamps 297 Version 1.1 vertex programs provide support for the DPH, RCC, SUB, 326 | "RCC" 344 Except for supporting the additional DPH, RCC, SUB, and ABS 442 8 03/04/14 mjk RCC decimal value corrections
|
/third_party/ejdb/src/jbs/ |
D | jbs.c | 181 RCC(rc, finish, ejdb_open(&env.opts, &env.db)); in main() 182 RCC(rc, finish, ejdb_close(&env.db)); in main()
|
/third_party/ejdb/src/jql/ |
D | jql.c | 159 RCC(rc, finish, jbl_to_node(jbl, &n, true, pool)); in jql_set_json_jbl() 402 RCC(rc, finish, jqp_parse(aux)); in jql_create2() 1681 RCC(rc, finish, jbl_to_node(jbl, &nn, true, pool)); in _jql_proj_join_matched() 1685 RCC(rc, finish, iwhmap_put(cache, refkey, nn)); in _jql_proj_join_matched() 1781 RCC(rc, finish, jbn_visit(root, 0, &vctx, _jql_proj_visitor)); in _jql_project() 1783 RCC(rc, finish, jbn_visit(root, 0, &vctx, _jql_proj_keep_visitor)); in _jql_project()
|
/third_party/iowow/src/utils/ |
D | iwtp.c | 213 RCC(rc, finish, iwulist_init(&tp->threads, num_threads, sizeof(pthread_t))); in iwtp_start_by_spec()
|