Home
last modified time | relevance | path

Searched refs:RCC (Results 1 – 25 of 62) sorted by relevance

123

/third_party/iowow/src/kv/examples/
Dcursors1.c56 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()
Dcompoundkeys1.c68 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/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/
Dqmlsink.qrc1 <RCC>
5 </RCC>
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/
Dqmlsrc.qrc1 <RCC>
5 </RCC>
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/
Dqmlsink-dyn-added.qrc1 <RCC>
5 </RCC>
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/
Dqmlsink-multi.qrc1 <RCC>
6 </RCC>
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmloverlay/
Dqmloverlay.qrc1 <RCC>
7 </RCC>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dicons.qrc1 <RCC>
9 </RCC>
Dicons_png.qrc1 <RCC>
9 </RCC>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dicons.qrc1 <RCC>
9 </RCC>
Dicons_png.qrc1 <RCC>
9 </RCC>
/third_party/iowow/
DREADME.md219 RCC(rc, finish, iwkv_put(db, &key, &val, 0));
223 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0));
226 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val));
236 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0));
239 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val));
252 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key));
254 RCC(rc, finish, iwkv_cursor_get(cur, &key, &val));
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt51 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
DNV_vertex_program2_option.txt76 ARB_vertex_program: the "RCC" (reciprocal clamped) instruction.
154 | "RCC"
249 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POW, RCC, RCP, RET,
349 RCC[C] s ssss reciprocal (clamped)
816 Section 2.14.5.33, RCC: Reciprocal (Clamped)
818 The RCC instruction approximates the reciprocal of the scalar operand,
DNV_vertex_program2.txt359 Why does the RCC instruction exist?
960 <vp11-SCALARop> ::= "RCC"
1397 instructions. Four instructions (ABS, DPH, RCC, and SUB) are available
1418 RCC(*) s ssss reciprocal (clamped)
1466 RCC[C] s ssss reciprocal (clamped)
2536 Section 2.14.3.25, RCC: Reciprocal (Clamped)
2538 The RCC instruction approximates the reciprocal of the scalar operand,
2568 The RCC instruction is available only in the VP1.1 and VP2 execution
3431 33 03/18/08 pbrown Fixed incorrectly documented clamp in the RCC
3438 31 08/17/03 pbrown Added several overlooked opcodes (RCC, SUB, SIN)
[all …]
DNV_vertex_program3.txt194 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POPA, POW, PUSHA, RCC,
335 RCC X X s ssss reciprocal (clamped)
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt51 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
DNV_vertex_program2_option.txt76 ARB_vertex_program: the "RCC" (reciprocal clamped) instruction.
154 | "RCC"
249 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POW, RCC, RCP, RET,
349 RCC[C] s ssss reciprocal (clamped)
816 Section 2.14.5.33, RCC: Reciprocal (Clamped)
818 The RCC instruction approximates the reciprocal of the scalar operand,
DNV_vertex_program2.txt359 Why does the RCC instruction exist?
960 <vp11-SCALARop> ::= "RCC"
1397 instructions. Four instructions (ABS, DPH, RCC, and SUB) are available
1418 RCC(*) s ssss reciprocal (clamped)
1466 RCC[C] s ssss reciprocal (clamped)
2536 Section 2.14.3.25, RCC: Reciprocal (Clamped)
2538 The RCC instruction approximates the reciprocal of the scalar operand,
2568 The RCC instruction is available only in the VP1.1 and VP2 execution
3431 33 03/18/08 pbrown Fixed incorrectly documented clamp in the RCC
3438 31 08/17/03 pbrown Added several overlooked opcodes (RCC, SUB, SIN)
[all …]
DNV_vertex_program3.txt194 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POPA, POW, PUSHA, RCC,
335 RCC X X s ssss reciprocal (clamped)
/third_party/iowow/src/
Dbasedefs.h117 #define RCC(rc__, label__, expr__) RCHECK(rc__, label__, expr__) macro
/third_party/ejdb/src/
Dejdb2.c842 RCC(rc, finish, jbl_from_node(&jbl, n)); in _jb_exec_upsert_lw()
843 RCC(rc, finish, _jb_put_new_lw(ctx->jbc, jbl, &id)); in _jb_exec_upsert_lw()
853 RCC(rc, finish, ux->visitor(ux, &doc, &ctx->istep)); in _jb_exec_upsert_lw()
1424 RCC(rc, finish, jbl_as_buf(jbl, &val.data, &val.size)); in _jb_put_new_lw()
1425RCC(rc, finish, _jb_put_handler_after(iwkv_puth(jbc->cdb, &key, &val, 0, _jb_put_handler, &pctx), … in _jb_put_new_lw()
/third_party/ejdb/src/jbl/
Djbl.c335 RCC(rc, finish, jbl_create_iterator_holder(&holder)); in jbl_object_copy_to()
336 RCC(rc, finish, jbl_iterator_init(src, &it)); in jbl_object_copy_to()
340 RCC(rc, finish, jbl_set_nested(target, kbuf, holder)); in jbl_object_copy_to()
/third_party/elfio/tests/
Dconfigure2414 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2458 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
/third_party/elfio/
Dconfigure2462 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2506 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC

123